Build:
  1. 0
2024-09-12 08:35.54: New job: Voodoo prep zarith-freestanding.1.9.1; ccb2fd130f1ffe321388fc90f1416edd
2024-09-12 08:35.54: Waiting for resource in pool OCluster
2024-09-12 20:43.06: Waiting for worker…
2024-09-12 20:50.26: Got resource from pool OCluster
2024-09-12 20:50.26: Using cache hint "docs-universe-prep-4.14.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy zarith-freestanding.1.9.1 zarith.1.9.1 solo5-bindings-hvt.0.6.9 ocamlfind.1.9.6 host-arch-x86_64.1 gmp-freestanding.6.2.1 conf-pkg-config.2 conf-perl.2 conf-m4.1 conf-libseccomp.1 conf-gmp.4 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u zarith-freestanding:ccb2fd130f1ffe321388fc90f1416edd,zarith:789173db5759aeebacc5aa6dac30228b"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.846174') && (for DATA in prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1,zarith.1.9.1-789173db5759aeebacc5aa6dac30228b,zarith.1.9.1 prep/universes/ccb2fd130f1ffe321388fc90f1416edd/zarith-freestanding/1.9.1,zarith-freestanding.1.9.1-ccb2fd130f1ffe321388fc90f1416edd,zarith-freestanding.1.9.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1,zarith.1.9.1-789173db5759aeebacc5aa6dac30228b,zarith.1.9.1 prep/universes/ccb2fd130f1ffe321388fc90f1416edd/zarith-freestanding/1.9.1,zarith-freestanding.1.9.1-ccb2fd130f1ffe321388fc90f1416edd,zarith-freestanding.1.9.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1,zarith.1.9.1-789173db5759aeebacc5aa6dac30228b,zarith.1.9.1 prep/universes/ccb2fd130f1ffe321388fc90f1416edd/zarith-freestanding/1.9.1,zarith-freestanding.1.9.1-ccb2fd130f1ffe321388fc90f1416edd,zarith-freestanding.1.9.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 5e39aad26169244629007b77ef263b22c1abd667 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 20:50.26: RETRYING: 2024-09-12/083554-voodoo-prep-a36b99 Number of retries: 0 (retriable error condition)
Building on x86-bm-c9.sw.ocaml.org
All commits already cached
Updating files:  73% (23525/31916)
Updating files:  74% (23618/31916)
Updating files:  75% (23937/31916)
Updating files:  76% (24257/31916)
Updating files:  77% (24576/31916)
Updating files:  78% (24895/31916)
Updating files:  79% (25214/31916)
Updating files:  80% (25533/31916)
Updating files:  81% (25852/31916)
Updating files:  82% (26172/31916)
Updating files:  83% (26491/31916)
Updating files:  84% (26810/31916)
Updating files:  85% (27129/31916)
Updating files:  86% (27448/31916)
Updating files:  87% (27767/31916)
Updating files:  88% (28087/31916)
Updating files:  89% (28406/31916)
Updating files:  90% (28725/31916)
Updating files:  91% (29044/31916)
Updating files:  92% (29363/31916)
Updating files:  93% (29682/31916)
Updating files:  94% (30002/31916)
Updating files:  95% (30321/31916)
Updating files:  96% (30640/31916)
Updating files:  97% (30959/31916)
Updating files:  98% (31278/31916)
Updating files:  99% (31597/31916)
Updating files: 100% (31916/31916)
Updating files: 100% (31916/31916), done.
HEAD is now at 5e39aad261 Update packages/conf-m4/conf-m4.1/opam

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
2024-09-12 20:43.11 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:43.11 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 1s (447 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (7641 kB/s)
Selecting previously unselected package libpkgconf3: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 ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 20:43.11 ---> using "64027e071d7f4bb79a519ab4cf43cd8d13e54fe5188051a605e9293619bec9b3" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild       0.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.12.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.12.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:43.11 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 20:43.11 ---> using "ff9243a4acf95fb20c4e62f411801f15f8ec3c4e6fcc150de31a9042ea281b68" from cache
2024-09-12 20:43.11 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
2024-09-12 20:43.11 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:43.11 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 20:43.11 ---> using "589fc247a47cee4820aea953ca0c6137d5c05903e8d36d67782083bf9b53dcd0" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 20:43.13 ---> using "0170d3f6bd3a41e5f07951cdab3457f85d7a0cfc1cb179f112188c07220e1a9c" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 20:43.13 ---> using "010eacb64348c93e1187d7ced37bc0c03fa836c16171e1397b482685713c1a61" from cache

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

Continue? [Y/n] y
Format upgrade done.
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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 20:43.13 ---> using "f380b3f4049473bac5d2f7cbfef3b8b2a8d817337d391478e3a3dcbfedcfa896" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.14. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.14 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-09-12 20:43.13 ---> using "8f2bb8c5e4c0c6da8e6316ab1eae92cdcb39c7236cc9a226acd54116959ffd27" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 20:43.13 ---> using "87628526dad35d55a5cb8f928d52d5751bf155fe11e51894c6ead75ce269061f" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind 1.9.6

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> installed ocamlfind.1.9.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:43.29 ---> saved as "a2e4cc4a612d8e7a0030db096f2e1edc30ed80930520164852687271d2b90f66"

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy zarith-freestanding.1.9.1 zarith.1.9.1 solo5-bindings-hvt.0.6.9 ocamlfind.1.9.6 host-arch-x86_64.1 gmp-freestanding.6.2.1 conf-pkg-config.2 conf-perl.2 conf-m4.1 conf-libseccomp.1 conf-gmp.4 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (915 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy zarith-freestanding.1.9.1 zarith.1.9.1 solo5-bindings-hvt.0.6.9 ocamlfind.1.9.6 host-arch-x86_64.1 gmp-freestanding.6.2.1 conf-pkg-config.2 conf-perl.2 conf-m4.1 conf-libseccomp.1 conf-gmp.4" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libgmp-dev
libseccomp-dev
linux-libc-dev
m4
perl
pkg-config
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-perl           2
  - install ocaml-src           4.14.2 [required by ocaml-freestanding]
  - install conf-pkg-config     2
  - install conf-gmp            4
  - install conf-m4             1
  - install conf-libseccomp     1
  - install zarith              1.9.1
  - install solo5-bindings-hvt  0.6.9
  - install ocaml-freestanding  0.6.7  [required by gmp-freestanding, zarith-freestanding]
  - install gmp-freestanding    6.2.1
  - install zarith-freestanding 1.9.1
===== 11 to install =====

The following system packages will first need to be installed:
    libgmp-dev libseccomp-dev m4 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" "libgmp-dev" "libseccomp-dev" "m4" "pkg-config"
- 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 ... 18733 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libseccomp-dev:amd64.
- Preparing to unpack .../3-libseccomp-dev_2.5.4-1+deb12u1_amd64.deb ...
- Unpacking libseccomp-dev:amd64 (2.5.4-1+deb12u1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../4-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../5-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../6-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../7-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libseccomp-dev:amd64 (2.5.4-1+deb12u1) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.4  (cached)
Processing  6/33: [gmp-freestanding.6.2.1: http]
Processing  7/33: [gmp-freestanding.6.2.1: http]
Processing  8/33: [gmp-freestanding.6.2.1: http]
Processing  9/33: [gmp-freestanding.6.2.1: http] [conf-gmp: sh]
Processing 10/33: [gmp-freestanding.6.2.1: http] [conf-gmp: sh] [conf-m4: sh echo | m4]
Processing 11/33: [gmp-freestanding.6.2.1: http] [conf-gmp: sh] [conf-m4: sh echo | m4] [conf-perl: perl]
Processing 12/33: [gmp-freestanding.6.2.1: http] [conf-gmp: sh] [conf-m4: sh echo | m4] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved ocaml-freestanding.0.6.7  (cached)
Processing 13/33: [gmp-freestanding.6.2.1: http] [conf-gmp: sh] [conf-m4: sh echo | m4] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved ocaml-src.4.14.2  (cached)
Processing 14/33: [gmp-freestanding.6.2.1: http] [conf-gmp: sh] [conf-m4: sh echo | m4] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 15/33: [gmp-freestanding.6.2.1: http] [conf-gmp: sh] [conf-m4: sh echo | m4] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 16/33: [gmp-freestanding.6.2.1: http] [conf-gmp: sh] [conf-m4: sh echo | m4] [conf-perl: perl] [conf-pkg-config: pkg-config] [ocaml-src: cp .]
Processing 16/33: [conf-gmp: sh] [conf-m4: sh echo | m4] [conf-perl: perl] [conf-pkg-config: pkg-config] [ocaml-src: cp .]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 16/33: [conf-m4: sh echo | m4] [conf-perl: perl] [conf-pkg-config: pkg-config] [ocaml-src: cp .]
- + echo
- + m4
- 
-> compiled  conf-m4.1
Processing 16/33: [conf-perl: perl] [conf-pkg-config: pkg-config] [ocaml-src: cp .]
- 
- This is perl 5, version 36, subversion 0 (v5.36.0) built for x86_64-linux-gnu-thread-multi
- (with 53 registered patches, see perl -V for more detail)
- 
- Copyright 1987-2022, Larry Wall
- 
- Perl may be copied only under the terms of either the Artistic License or the
- GNU General Public License, which may be found in the Perl 5 source kit.
- 
- Complete documentation for Perl, including FAQ lists, should be found on
- this system using "man perl" or "perldoc perl".  If you have access to the
- Internet, point your browser at https://www.perl.org/, the Perl Home Page.
- 
-> compiled  conf-perl.2
Processing 16/33: [conf-pkg-config: pkg-config] [ocaml-src: cp .]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.2
Processing 16/33: [ocaml-src: cp .]
-> retrieved solo5-bindings-hvt.0.6.9  (cached)
Processing 17/33: [ocaml-src: cp .]
-> retrieved zarith.1.9.1  (cached)
Processing 17/33: [zarith-freestanding.1.9.1/mirage-build.sh: dl] [ocaml-src: cp .]
-> installed ocaml-src.4.14.2
Processing 17/33: [zarith-freestanding.1.9.1/mirage-build.sh: dl]
-> installed conf-gmp.4
Processing 18/33: [zarith-freestanding.1.9.1/mirage-build.sh: dl]
-> installed conf-m4.1
Processing 19/33: [zarith-freestanding.1.9.1/mirage-build.sh: dl]
-> installed conf-perl.2
Processing 20/33: [zarith-freestanding.1.9.1/mirage-build.sh: dl]
Processing 21/33: [zarith-freestanding.1.9.1/mirage-build.sh: dl] [zarith: ./configure]
Processing 22/33: [zarith-freestanding.1.9.1/mirage-build.sh: dl] [zarith: ./configure] [conf-pkg-config: mkdir]
Processing 22/33: [gmp-freestanding.6.2.1/gmp-freestanding.pc: dl] [zarith-freestanding.1.9.1/mirage-build.sh: dl] [zarith: ./configure] [conf-pkg-config: mkdir]
Processing 22/33: [gmp-freestanding.6.2.1/gmp-freestanding.pc: dl] [zarith-freestanding.1.9.1/mirage-install.sh: dl] [zarith: ./configure] [conf-pkg-config: mkdir]
-> installed conf-pkg-config.2
Processing 22/33: [gmp-freestanding.6.2.1/gmp-freestanding.pc: dl] [zarith-freestanding.1.9.1/mirage-install.sh: dl] [zarith: ./configure]
Processing 23/33: [gmp-freestanding.6.2.1/gmp-freestanding.pc: dl] [zarith-freestanding.1.9.1/mirage-install.sh: dl] [conf-libseccomp: pkg-config libseccomp] [zarith: ./configure]
-> compiled  conf-libseccomp.1
Processing 23/33: [gmp-freestanding.6.2.1/gmp-freestanding.pc: dl] [zarith-freestanding.1.9.1/mirage-install.sh: dl] [zarith: ./configure]
-> installed conf-libseccomp.1
Processing 24/33: [gmp-freestanding.6.2.1/gmp-freestanding.pc: dl] [zarith-freestanding.1.9.1/mirage-install.sh: dl] [zarith: ./configure]
Processing 25/33: [gmp-freestanding.6.2.1/gmp-freestanding.pc: dl] [zarith-freestanding.1.9.1/mirage-install.sh: dl] [solo5-bindings-hvt: ./configure.sh] [zarith: ./configure]
- binary ocaml: found in /home/opam/.opam/4.14/bin
- binary ocamlc: found in /home/opam/.opam/4.14/bin
- binary ocamldep: found in /home/opam/.opam/4.14/bin
- binary ocamlmklib: found in /home/opam/.opam/4.14/bin
- binary ocamldoc: found in /home/opam/.opam/4.14/bin
- binary ar: found in /usr/bin
- binary perl: found in /usr/bin
- binary gcc: found in /usr/bin
- binary ocamlopt: found in /home/opam/.opam/4.14/bin
- checking compilation with gcc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/4.14/bin
- OCaml's word size is 64
- binary uname: found in /usr/bin
- include gmp.h: found
- library gmp: found
- OCaml extended comparison supported
- OCaml new hash functions available
- OCaml supports -bin-annot to produce documentation
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   asm path:             x86_64
-   defines:              -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX 
-   libraries:             -lgmp
-   C options:            -O3 -Wall -Wextra 
-   asm options           
-   installation path:    /home/opam/.opam/4.14/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 25/33: [gmp-freestanding.6.2.1/gmp-freestanding.pc: dl] [zarith-freestanding.1.9.1/mirage-install.sh: dl] [solo5-bindings-hvt: ./configure.sh] [zarith: make]
- configure.sh: Configured for x86_64-linux-gnu.
- configure.sh: Enabled targets: hvt spt virtio muen xen.
Processing 25/33: [gmp-freestanding.6.2.1/gmp-freestanding.pc: dl] [zarith-freestanding.1.9.1/mirage-install.sh: dl] [solo5-bindings-hvt: make] [zarith: make]
-> retrieved gmp-freestanding.6.2.1  (https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz)
Processing 25/33: [zarith-freestanding.1.9.1/mirage-install.sh: dl] [solo5-bindings-hvt: make] [zarith: make]
Processing 25/33: [zarith-freestanding.1.9.1/mirage-uninstall.sh: dl] [solo5-bindings-hvt: make] [zarith: make]
Processing 25/33: [zarith-freestanding.1.9.1/no-dynlink.patch: dl] [solo5-bindings-hvt: make] [zarith: make]
-> retrieved zarith-freestanding.1.9.1  (cached)
Processing 25/33: [solo5-bindings-hvt: make] [zarith: make]
- ./z_pp.pl x86_64
- Name "main::extra" used only once: possible typo at ./z_pp.pl line 29.
- found assembly file caml_z_x86_64.S
-   found abs
-   found add
-   found div
-   found divexact
-   found logand
-   found lognot
-   found logor
-   found logxor
-   found mul
-   found neg
-   found pred
-   found rem
-   found shift_left
-   found shift_right
-   found sub
-   found succ
- ocamldep -native  z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -failsafe -o zarith z.cmo q.cmo big_int_Z.cmo -lgmp
- gcc -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX     -c -o caml_z_x86_64.o caml_z_x86_64.S
- ocamlc -ccopt "-I/home/opam/.opam/4.14/lib/ocaml  -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX  -O3 -Wall -Wextra " -c caml_z.c
- In file included from zarith.h:29,
-                  from caml_z.c:39:
- caml_z.c: In function 'ml_z_of_substring_base':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- caml_z.c:585:13: note: in expansion of macro 'String_val'
-   585 |   char *d = String_val(v) + ofs;
-       |             ^~~~~~~~~~
- caml_z.c: In function 'ml_z_format':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- caml_z.c:781:15: note: in expansion of macro 'String_val'
-   781 |   char* fmt = String_val(f);
-       |               ^~~~~~~~~~
- ocamlmklib -failsafe -o zarith caml_z_x86_64.o caml_z.o -lgmp
- ocamlc -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -I +compiler-libs  -c z.ml
- ocamlopt -I +compiler-libs  -c q.ml
- ocamlopt -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -failsafe -o zarith z.cmx q.cmx big_int_Z.cmx -lgmp
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.9.1
Processing 25/33: [solo5-bindings-hvt: make]
Processing 26/33: [solo5-bindings-hvt: make] [zarith: make install]
- ocamlfind install -destdir "/home/opam/.opam/4.14/lib" zarith META zarith.h zarith.cma libzarith.a z.mli q.mli big_int_Z.mli z.cmi q.cmi big_int_Z.cmi zarith_top.cma zarith.a zarith.cmxa z.cmx q.cmx big_int_Z.cmx zarith.cmxs z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/4.14/lib/zarith/q.cmti
- Installed /home/opam/.opam/4.14/lib/zarith/z.cmti
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/q.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/z.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.a
- Installed /home/opam/.opam/4.14/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/4.14/lib/zarith/q.cmi
- Installed /home/opam/.opam/4.14/lib/zarith/z.cmi
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/4.14/lib/zarith/q.mli
- Installed /home/opam/.opam/4.14/lib/zarith/z.mli
- Installed /home/opam/.opam/4.14/lib/zarith/libzarith.a
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.cma
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.h
- Installed /home/opam/.opam/4.14/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.14/lib/zarith/META
-> installed zarith.1.9.1
Processing 26/33: [solo5-bindings-hvt: make]
+ /usr/bin/make "V=1" "CONFIG_SPT=" "CONFIG_VIRTIO=" "CONFIG_MUEN=" "CONFIG_GENODE=" "CONFIG_XEN=" (CWD=/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9)
- GEN include/solo5/solo5_version.h
- scripts/gen_version_h.sh include/solo5/solo5_version.h
- MAKE bindings
- /usr/bin/make -C bindings  
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings'
- CC hvt/start.o
- cc -MT hvt/start.o -MMD -MP -MF hvt/start.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/start.c -o hvt/start.o
- mv -f hvt/start.Td hvt/start.d && touch hvt/start.o
- CC abort.o
- cc -MT abort.o -MMD -MP -MF abort.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c abort.c -o abort.o
- mv -f abort.Td abort.d && touch abort.o
- CC cpu_x86_64.o
- cc -MT cpu_x86_64.o -MMD -MP -MF cpu_x86_64.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c cpu_x86_64.c -o cpu_x86_64.o
- mv -f cpu_x86_64.Td cpu_x86_64.d && touch cpu_x86_64.o
- AS cpu_vectors_x86_64.o
- cc -MT cpu_vectors_x86_64.o -MMD -MP -MF cpu_vectors_x86_64.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -DASM_FILE -c cpu_vectors_x86_64.S -o cpu_vectors_x86_64.o
- mv -f cpu_vectors_x86_64.Td cpu_vectors_x86_64.d && touch cpu_vectors_x86_64.o
- CC crt.o
- cc -MT crt.o -MMD -MP -MF crt.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c crt.c -o crt.o
- mv -f crt.Td crt.d && touch crt.o
- CC printf.o
- cc -MT printf.o -MMD -MP -MF printf.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c printf.c -o printf.o
- mv -f printf.Td printf.d && touch printf.o
- CC intr.o
- cc -MT intr.o -MMD -MP -MF intr.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c intr.c -o intr.o
- mv -f intr.Td intr.d && touch intr.o
- CC lib.o
- cc -MT lib.o -MMD -MP -MF lib.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c lib.c -o lib.o
- mv -f lib.Td lib.d && touch lib.o
- CC mem.o
- cc -MT mem.o -MMD -MP -MF mem.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c mem.c -o mem.o
- mv -f mem.Td mem.d && touch mem.o
- CC exit.o
- cc -MT exit.o -MMD -MP -MF exit.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c exit.c -o exit.o
- mv -f exit.Td exit.d && touch exit.o
- CC log.o
- cc -MT log.o -MMD -MP -MF log.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c log.c -o log.o
- mv -f log.Td log.d && touch log.o
- CC cmdline.o
- cc -MT cmdline.o -MMD -MP -MF cmdline.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c cmdline.c -o cmdline.o
- mv -f cmdline.Td cmdline.d && touch cmdline.o
- CC tls.o
- cc -MT tls.o -MMD -MP -MF tls.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c tls.c -o tls.o
- mv -f tls.Td tls.d && touch tls.o
- CC mft.o
- cc -MT mft.o -MMD -MP -MF mft.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c mft.c -o mft.o
- mv -f mft.Td mft.d && touch mft.o
- CC hvt/platform.o
- cc -MT hvt/platform.o -MMD -MP -MF hvt/platform.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/platform.c -o hvt/platform.o
- mv -f hvt/platform.Td hvt/platform.d && touch hvt/platform.o
- CC hvt/platform_intr.o
- cc -MT hvt/platform_intr.o -MMD -MP -MF hvt/platform_intr.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/platform_intr.c -o hvt/platform_intr.o
- mv -f hvt/platform_intr.Td hvt/platform_intr.d && touch hvt/platform_intr.o
- CC hvt/time.o
- cc -MT hvt/time.o -MMD -MP -MF hvt/time.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/time.c -o hvt/time.o
- mv -f hvt/time.Td hvt/time.d && touch hvt/time.o
- CC hvt/platform_lifecycle.o
- cc -MT hvt/platform_lifecycle.o -MMD -MP -MF hvt/platform_lifecycle.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/platform_lifecycle.c -o hvt/platform_lifecycle.o
- mv -f hvt/platform_lifecycle.Td hvt/platform_lifecycle.d && touch hvt/platform_lifecycle.o
- CC hvt/yield.o
- cc -MT hvt/yield.o -MMD -MP -MF hvt/yield.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/yield.c -o hvt/yield.o
- mv -f hvt/yield.Td hvt/yield.d && touch hvt/yield.o
- CC hvt/tscclock.o
- cc -MT hvt/tscclock.o -MMD -MP -MF hvt/tscclock.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/tscclock.c -o hvt/tscclock.o
- mv -f hvt/tscclock.Td hvt/tscclock.d && touch hvt/tscclock.o
- CC hvt/console.o
- cc -MT hvt/console.o -MMD -MP -MF hvt/console.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/console.c -o hvt/console.o
- mv -f hvt/console.Td hvt/console.d && touch hvt/console.o
- CC hvt/net.o
- cc -MT hvt/net.o -MMD -MP -MF hvt/net.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/net.c -o hvt/net.o
- mv -f hvt/net.Td hvt/net.d && touch hvt/net.o
- CC hvt/block.o
- cc -MT hvt/block.o -MMD -MP -MF hvt/block.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/block.c -o hvt/block.o
- mv -f hvt/block.Td hvt/block.d && touch hvt/block.o
- LD hvt/solo5_hvt.o
- ld -r -nostdlib -z max-page-size=0x1000 -static  hvt/start.o abort.o cpu_x86_64.o cpu_vectors_x86_64.o crt.o printf.o intr.o lib.o mem.o exit.o log.o cmdline.o tls.o mft.o hvt/platform.o hvt/platform_intr.o hvt/time.o hvt/platform_lifecycle.o hvt/yield.o hvt/tscclock.o hvt/console.o hvt/net.o hvt/block.o -o hvt/solo5_hvt.o
- ld: warning: cpu_vectors_x86_64.o: missing .note.GNU-stack section implies executable stack
- ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
- OBJCOPY hvt/solo5_hvt.o
- objcopy -w -G solo5_\* -G _start\* -G __stack_chk_guard -G __stack_chk_fail hvt/solo5_hvt.o hvt/solo5_hvt.o
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings'
- MAKE tenders
- /usr/bin/make -C tenders  
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tenders'
- HOSTCC common/elf.o
- cc -MT common/elf.o -MMD -MP -MF common/elf.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c common/elf.c -o common/elf.o
- mv -f common/elf.Td common/elf.d && touch common/elf.o
- HOSTCC common/mft.o
- cc -MT common/mft.o -MMD -MP -MF common/mft.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c common/mft.c -o common/mft.o
- mv -f common/mft.Td common/mft.d && touch common/mft.o
- HOSTCC common/block_attach.o
- cc -MT common/block_attach.o -MMD -MP -MF common/block_attach.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c common/block_attach.c -o common/block_attach.o
- mv -f common/block_attach.Td common/block_attach.d && touch common/block_attach.o
- HOSTCC common/tap_attach.o
- cc -MT common/tap_attach.o -MMD -MP -MF common/tap_attach.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c common/tap_attach.c -o common/tap_attach.o
- mv -f common/tap_attach.Td common/tap_attach.d && touch common/tap_attach.o
- HOSTAR common/libcommon.a
- ar rc common/libcommon.a common/elf.o common/mft.o common/block_attach.o common/tap_attach.o
- HOSTCC hvt/hvt_boot_info.o
- cc -MT hvt/hvt_boot_info.o -MMD -MP -MF hvt/hvt_boot_info.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_boot_info.c -o hvt/hvt_boot_info.o
- mv -f hvt/hvt_boot_info.Td hvt/hvt_boot_info.d && touch hvt/hvt_boot_info.o
- HOSTCC hvt/hvt_core.o
- cc -MT hvt/hvt_core.o -MMD -MP -MF hvt/hvt_core.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_core.c -o hvt/hvt_core.o
- mv -f hvt/hvt_core.Td hvt/hvt_core.d && touch hvt/hvt_core.o
- HOSTCC hvt/hvt_main.o
- cc -MT hvt/hvt_main.o -MMD -MP -MF hvt/hvt_main.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_main.c -o hvt/hvt_main.o
- mv -f hvt/hvt_main.Td hvt/hvt_main.d && touch hvt/hvt_main.o
- HOSTCC hvt/hvt_cpu_x86_64.o
- cc -MT hvt/hvt_cpu_x86_64.o -MMD -MP -MF hvt/hvt_cpu_x86_64.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_cpu_x86_64.c -o hvt/hvt_cpu_x86_64.o
- mv -f hvt/hvt_cpu_x86_64.Td hvt/hvt_cpu_x86_64.d && touch hvt/hvt_cpu_x86_64.o
- HOSTCC hvt/hvt_kvm.o
- cc -MT hvt/hvt_kvm.o -MMD -MP -MF hvt/hvt_kvm.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_kvm.c -o hvt/hvt_kvm.o
- mv -f hvt/hvt_kvm.Td hvt/hvt_kvm.d && touch hvt/hvt_kvm.o
- HOSTCC hvt/hvt_kvm_x86_64.o
- cc -MT hvt/hvt_kvm_x86_64.o -MMD -MP -MF hvt/hvt_kvm_x86_64.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_kvm_x86_64.c -o hvt/hvt_kvm_x86_64.o
- mv -f hvt/hvt_kvm_x86_64.Td hvt/hvt_kvm_x86_64.d && touch hvt/hvt_kvm_x86_64.o
- HOSTCC hvt/hvt_module_blk.o
- cc -MT hvt/hvt_module_blk.o -MMD -MP -MF hvt/hvt_module_blk.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_module_blk.c -o hvt/hvt_module_blk.o
- mv -f hvt/hvt_module_blk.Td hvt/hvt_module_blk.d && touch hvt/hvt_module_blk.o
- HOSTCC hvt/hvt_module_net.o
- cc -MT hvt/hvt_module_net.o -MMD -MP -MF hvt/hvt_module_net.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_module_net.c -o hvt/hvt_module_net.o
- mv -f hvt/hvt_module_net.Td hvt/hvt_module_net.d && touch hvt/hvt_module_net.o
- HOSTLINK hvt/solo5-hvt
- cc -Wl,-z -Wl,noexecstack hvt/hvt_boot_info.o hvt/hvt_core.o hvt/hvt_main.o hvt/hvt_cpu_x86_64.o hvt/hvt_kvm.o hvt/hvt_kvm_x86_64.o hvt/hvt_module_blk.o hvt/hvt_module_net.o common/libcommon.a  -o hvt/solo5-hvt
- HOSTCC hvt/hvt_module_gdb.o
- cc -MT hvt/hvt_module_gdb.o -MMD -MP -MF hvt/hvt_module_gdb.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_module_gdb.c -o hvt/hvt_module_gdb.o
- mv -f hvt/hvt_module_gdb.Td hvt/hvt_module_gdb.d && touch hvt/hvt_module_gdb.o
- HOSTCC hvt/hvt_module_dumpcore.o
- cc -MT hvt/hvt_module_dumpcore.o -MMD -MP -MF hvt/hvt_module_dumpcore.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_module_dumpcore.c -o hvt/hvt_module_dumpcore.o
- mv -f hvt/hvt_module_dumpcore.Td hvt/hvt_module_dumpcore.d && touch hvt/hvt_module_dumpcore.o
- HOSTLINK hvt/solo5-hvt-debug
- cc -Wl,-z -Wl,noexecstack hvt/hvt_boot_info.o hvt/hvt_core.o hvt/hvt_main.o hvt/hvt_cpu_x86_64.o hvt/hvt_kvm.o hvt/hvt_kvm_x86_64.o hvt/hvt_module_blk.o hvt/hvt_module_net.o hvt/hvt_module_gdb.o hvt/hvt_module_dumpcore.o common/libcommon.a  -o hvt/solo5-hvt-debug
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tenders'
- MAKE elftool
- /usr/bin/make -C elftool  
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool'
- HOSTCC elftool.o
- cc -MT elftool.o -MMD -MP -MF elftool.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c elftool.c -o elftool.o
- mv -f elftool.Td elftool.d && touch elftool.o
- HOSTLINK solo5-elftool
- cc  elftool.o  -o solo5-elftool
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool'
- MAKE tests
- /usr/bin/make -C tests  
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests'
- MAKE test_blk
- /usr/bin/make -C test_blk  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_blk'
- CC test_blk.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_blk.c -o test_blk.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_blk.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_blk.o manifest.o -o test_blk.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_blk'
- MAKE test_dumpcore
- /usr/bin/make -C test_dumpcore  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_dumpcore'
- CC test_dumpcore.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_dumpcore.c -o test_dumpcore.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_dumpcore.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_dumpcore.o manifest.o -o test_dumpcore.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_dumpcore'
- MAKE test_exception
- /usr/bin/make -C test_exception  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_exception'
- CC test_exception.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_exception.c -o test_exception.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_exception.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_exception.o manifest.o -o test_exception.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_exception'
- MAKE test_fpu
- /usr/bin/make -C test_fpu  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_fpu'
- CC test_fpu.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_fpu.c -o test_fpu.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_fpu.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_fpu.o manifest.o -o test_fpu.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_fpu'
- MAKE test_globals
- /usr/bin/make -C test_globals  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_globals'
- CC test_globals.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_globals.c -o test_globals.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_globals.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_globals.o manifest.o -o test_globals.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_globals'
- MAKE test_hello
- /usr/bin/make -C test_hello  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_hello'
- CC test_hello.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_hello.c -o test_hello.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_hello.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_hello.o manifest.o -o test_hello.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_hello'
- MAKE test_mft_maxdevices
- /usr/bin/make -C test_mft_maxdevices  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_mft_maxdevices'
- CC test_mft_maxdevices.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_mft_maxdevices.c -o test_mft_maxdevices.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_mft_maxdevices.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_mft_maxdevices.o manifest.o -o test_mft_maxdevices.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_mft_maxdevices'
- MAKE test_net
- /usr/bin/make -C test_net  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_net'
- CC test_net.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_net.c -o test_net.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_net.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_net.o manifest.o -o test_net.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_net'
- MAKE test_net_2if
- /usr/bin/make -C test_net_2if  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_net_2if'
- CC test_net_2if.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_net_2if.c -o test_net_2if.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_net_2if.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_net_2if.o manifest.o -o test_net_2if.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_net_2if'
- MAKE test_notls
- /usr/bin/make -C test_notls  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_notls'
- CC test_notls.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_notls.c -o test_notls.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_notls.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_notls.o manifest.o -o test_notls.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_notls'
- MAKE test_quiet
- /usr/bin/make -C test_quiet  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_quiet'
- CC test_quiet.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_quiet.c -o test_quiet.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_quiet.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_quiet.o manifest.o -o test_quiet.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_quiet'
- MAKE test_seccomp
- /usr/bin/make -C test_seccomp  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_seccomp'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_seccomp'
- MAKE test_ssp
- /usr/bin/make -C test_ssp  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_ssp'
- CC test_ssp.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_ssp.c -o test_ssp.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_ssp.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_ssp.o manifest.o -o test_ssp.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_ssp'
- MAKE test_time
- /usr/bin/make -C test_time  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_time'
- CC test_time.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_time.c -o test_time.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_time.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_time.o manifest.o -o test_time.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_time'
- MAKE test_tls
- /usr/bin/make -C test_tls  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_tls'
- CC test_tls.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_tls.c -o test_tls.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_tls.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_tls.o manifest.o -o test_tls.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_tls'
- MAKE test_wnox
- /usr/bin/make -C test_wnox  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_wnox'
- CC test_wnox.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_wnox.c -o test_wnox.o
- /tmp/ccLPo8ib.s: Assembler messages:
- /tmp/ccLPo8ib.s:726: Warning: ignoring changed section attributes for .data
- /tmp/ccLPo8ib.s:733: Warning: dwarf line number information for .data ignored
- /tmp/ccLPo8ib.s:735: Warning: dwarf line number information for .data ignored
- /tmp/ccLPo8ib.s:736: Warning: dwarf line number information for .data ignored
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_wnox.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_wnox.o manifest.o -o test_wnox.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_wnox'
- MAKE test_xnow
- /usr/bin/make -C test_xnow  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_xnow'
- CC test_xnow.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_xnow.c -o test_xnow.o
- ELFTOOL manifest.json
- /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
- CC manifest.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_xnow.hvt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_xnow.o manifest.o -o test_xnow.hvt
- ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_xnow'
- MAKE test_zeropage
- /usr/bin/make -C test_zeropage  
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_zeropage'
- CC test_zeropage.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_zeropage.c -o test_zeropage.o
- test_zeropage.c: In function 'solo5_app_main':
- test_zeropage.c:39:5: error: array subscript 0 is outside array bounds of 'uint64_t[0]' {aka 'long unsigned int[]'} [-Werror=array-bounds]
-    39 |     *addr_invalid = 1;
-       |     ^~~~~~~~~~~~~
- cc1: all warnings being treated as errors
- make[2]: *** [../Makefile.tests:51: test_zeropage.o] Error 1
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_zeropage'
- make[1]: *** [GNUmakefile:33: test_zeropage] Error 2
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests'
- make: *** [GNUmakefile:70: tests] Error 2
[ERROR] The compilation of solo5-bindings-hvt.0.6.9 failed at "make V=1 CONFIG_SPT= CONFIG_VIRTIO= CONFIG_MUEN= CONFIG_GENODE= CONFIG_XEN=".

#=== ERROR while compiling solo5-bindings-hvt.0.6.9 ===========================#
# context              2.1.6 | linux/x86_64 | ocaml-base-compiler.4.14.2 | file:///src
# path                 ~/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9
# command              /usr/bin/make V=1 CONFIG_SPT= CONFIG_VIRTIO= CONFIG_MUEN= CONFIG_GENODE= CONFIG_XEN=
# exit-code            2
# env-file             ~/.opam/log/solo5-bindings-hvt-115-d25cd2.env
# output-file          ~/.opam/log/solo5-bindings-hvt-115-d25cd2.out
### output ###
# GEN include/solo5/solo5_version.h
# scripts/gen_version_h.sh include/solo5/solo5_version.h
# MAKE bindings
# /usr/bin/make -C bindings  
# make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings'
# CC hvt/start.o
# cc -MT hvt/start.o -MMD -MP -MF hvt/start.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/start.c -o hvt/start.o
# mv -f hvt/start.Td hvt/start.d && touch hvt/start.o
# CC abort.o
# cc -MT abort.o -MMD -MP -MF abort.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c abort.c -o abort.o
# mv -f abort.Td abort.d && touch abort.o
# CC cpu_x86_64.o
# cc -MT cpu_x86_64.o -MMD -MP -MF cpu_x86_64.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c cpu_x86_64.c -o cpu_x86_64.o
# mv -f cpu_x86_64.Td cpu_x86_64.d && touch cpu_x86_64.o
# AS cpu_vectors_x86_64.o
# cc -MT cpu_vectors_x86_64.o -MMD -MP -MF cpu_vectors_x86_64.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -DASM_FILE -c cpu_vectors_x86_64.S -o cpu_vectors_x86_64.o
# mv -f cpu_vectors_x86_64.Td cpu_vectors_x86_64.d && touch cpu_vectors_x86_64.o
# CC crt.o
# cc -MT crt.o -MMD -MP -MF crt.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c crt.c -o crt.o
# mv -f crt.Td crt.d && touch crt.o
# CC printf.o
# cc -MT printf.o -MMD -MP -MF printf.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c printf.c -o printf.o
# mv -f printf.Td printf.d && touch printf.o
# CC intr.o
# cc -MT intr.o -MMD -MP -MF intr.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c intr.c -o intr.o
# mv -f intr.Td intr.d && touch intr.o
# CC lib.o
# cc -MT lib.o -MMD -MP -MF lib.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c lib.c -o lib.o
# mv -f lib.Td lib.d && touch lib.o
# CC mem.o
# cc -MT mem.o -MMD -MP -MF mem.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c mem.c -o mem.o
# mv -f mem.Td mem.d && touch mem.o
# CC exit.o
# cc -MT exit.o -MMD -MP -MF exit.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c exit.c -o exit.o
# mv -f exit.Td exit.d && touch exit.o
# CC log.o
# cc -MT log.o -MMD -MP -MF log.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c log.c -o log.o
# mv -f log.Td log.d && touch log.o
# CC cmdline.o
# cc -MT cmdline.o -MMD -MP -MF cmdline.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c cmdline.c -o cmdline.o
# mv -f cmdline.Td cmdline.d && touch cmdline.o
# CC tls.o
# cc -MT tls.o -MMD -MP -MF tls.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c tls.c -o tls.o
# mv -f tls.Td tls.d && touch tls.o
# CC mft.o
# cc -MT mft.o -MMD -MP -MF mft.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c mft.c -o mft.o
# mv -f mft.Td mft.d && touch mft.o
# CC hvt/platform.o
# cc -MT hvt/platform.o -MMD -MP -MF hvt/platform.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/platform.c -o hvt/platform.o
# mv -f hvt/platform.Td hvt/platform.d && touch hvt/platform.o
# CC hvt/platform_intr.o
# cc -MT hvt/platform_intr.o -MMD -MP -MF hvt/platform_intr.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/platform_intr.c -o hvt/platform_intr.o
# mv -f hvt/platform_intr.Td hvt/platform_intr.d && touch hvt/platform_intr.o
# CC hvt/time.o
# cc -MT hvt/time.o -MMD -MP -MF hvt/time.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/time.c -o hvt/time.o
# mv -f hvt/time.Td hvt/time.d && touch hvt/time.o
# CC hvt/platform_lifecycle.o
# cc -MT hvt/platform_lifecycle.o -MMD -MP -MF hvt/platform_lifecycle.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/platform_lifecycle.c -o hvt/platform_lifecycle.o
# mv -f hvt/platform_lifecycle.Td hvt/platform_lifecycle.d && touch hvt/platform_lifecycle.o
# CC hvt/yield.o
# cc -MT hvt/yield.o -MMD -MP -MF hvt/yield.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/yield.c -o hvt/yield.o
# mv -f hvt/yield.Td hvt/yield.d && touch hvt/yield.o
# CC hvt/tscclock.o
# cc -MT hvt/tscclock.o -MMD -MP -MF hvt/tscclock.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/tscclock.c -o hvt/tscclock.o
# mv -f hvt/tscclock.Td hvt/tscclock.d && touch hvt/tscclock.o
# CC hvt/console.o
# cc -MT hvt/console.o -MMD -MP -MF hvt/console.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/console.c -o hvt/console.o
# mv -f hvt/console.Td hvt/console.d && touch hvt/console.o
# CC hvt/net.o
# cc -MT hvt/net.o -MMD -MP -MF hvt/net.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/net.c -o hvt/net.o
# mv -f hvt/net.Td hvt/net.d && touch hvt/net.o
# CC hvt/block.o
# cc -MT hvt/block.o -MMD -MP -MF hvt/block.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c hvt/block.c -o hvt/block.o
# mv -f hvt/block.Td hvt/block.d && touch hvt/block.o
# LD hvt/solo5_hvt.o
# ld -r -nostdlib -z max-page-size=0x1000 -static  hvt/start.o abort.o cpu_x86_64.o cpu_vectors_x86_64.o crt.o printf.o intr.o lib.o mem.o exit.o log.o cmdline.o tls.o mft.o hvt/platform.o hvt/platform_intr.o hvt/time.o hvt/platform_lifecycle.o hvt/yield.o hvt/tscclock.o hvt/console.o hvt/net.o hvt/block.o -o hvt/solo5_hvt.o
# ld: warning: cpu_vectors_x86_64.o: missing .note.GNU-stack section implies executable stack
# ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
# OBJCOPY hvt/solo5_hvt.o
# objcopy -w -G solo5_\* -G _start\* -G __stack_chk_guard -G __stack_chk_fail hvt/solo5_hvt.o hvt/solo5_hvt.o
# make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings'
# MAKE tenders
# /usr/bin/make -C tenders  
# make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tenders'
# HOSTCC common/elf.o
# cc -MT common/elf.o -MMD -MP -MF common/elf.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c common/elf.c -o common/elf.o
# mv -f common/elf.Td common/elf.d && touch common/elf.o
# HOSTCC common/mft.o
# cc -MT common/mft.o -MMD -MP -MF common/mft.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c common/mft.c -o common/mft.o
# mv -f common/mft.Td common/mft.d && touch common/mft.o
# HOSTCC common/block_attach.o
# cc -MT common/block_attach.o -MMD -MP -MF common/block_attach.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c common/block_attach.c -o common/block_attach.o
# mv -f common/block_attach.Td common/block_attach.d && touch common/block_attach.o
# HOSTCC common/tap_attach.o
# cc -MT common/tap_attach.o -MMD -MP -MF common/tap_attach.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c common/tap_attach.c -o common/tap_attach.o
# mv -f common/tap_attach.Td common/tap_attach.d && touch common/tap_attach.o
# HOSTAR common/libcommon.a
# ar rc common/libcommon.a common/elf.o common/mft.o common/block_attach.o common/tap_attach.o
# HOSTCC hvt/hvt_boot_info.o
# cc -MT hvt/hvt_boot_info.o -MMD -MP -MF hvt/hvt_boot_info.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_boot_info.c -o hvt/hvt_boot_info.o
# mv -f hvt/hvt_boot_info.Td hvt/hvt_boot_info.d && touch hvt/hvt_boot_info.o
# HOSTCC hvt/hvt_core.o
# cc -MT hvt/hvt_core.o -MMD -MP -MF hvt/hvt_core.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_core.c -o hvt/hvt_core.o
# mv -f hvt/hvt_core.Td hvt/hvt_core.d && touch hvt/hvt_core.o
# HOSTCC hvt/hvt_main.o
# cc -MT hvt/hvt_main.o -MMD -MP -MF hvt/hvt_main.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_main.c -o hvt/hvt_main.o
# mv -f hvt/hvt_main.Td hvt/hvt_main.d && touch hvt/hvt_main.o
# HOSTCC hvt/hvt_cpu_x86_64.o
# cc -MT hvt/hvt_cpu_x86_64.o -MMD -MP -MF hvt/hvt_cpu_x86_64.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_cpu_x86_64.c -o hvt/hvt_cpu_x86_64.o
# mv -f hvt/hvt_cpu_x86_64.Td hvt/hvt_cpu_x86_64.d && touch hvt/hvt_cpu_x86_64.o
# HOSTCC hvt/hvt_kvm.o
# cc -MT hvt/hvt_kvm.o -MMD -MP -MF hvt/hvt_kvm.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_kvm.c -o hvt/hvt_kvm.o
# mv -f hvt/hvt_kvm.Td hvt/hvt_kvm.d && touch hvt/hvt_kvm.o
# HOSTCC hvt/hvt_kvm_x86_64.o
# cc -MT hvt/hvt_kvm_x86_64.o -MMD -MP -MF hvt/hvt_kvm_x86_64.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_kvm_x86_64.c -o hvt/hvt_kvm_x86_64.o
# mv -f hvt/hvt_kvm_x86_64.Td hvt/hvt_kvm_x86_64.d && touch hvt/hvt_kvm_x86_64.o
# HOSTCC hvt/hvt_module_blk.o
# cc -MT hvt/hvt_module_blk.o -MMD -MP -MF hvt/hvt_module_blk.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_module_blk.c -o hvt/hvt_module_blk.o
# mv -f hvt/hvt_module_blk.Td hvt/hvt_module_blk.d && touch hvt/hvt_module_blk.o
# HOSTCC hvt/hvt_module_net.o
# cc -MT hvt/hvt_module_net.o -MMD -MP -MF hvt/hvt_module_net.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_module_net.c -o hvt/hvt_module_net.o
# mv -f hvt/hvt_module_net.Td hvt/hvt_module_net.d && touch hvt/hvt_module_net.o
# HOSTLINK hvt/solo5-hvt
# cc -Wl,-z -Wl,noexecstack hvt/hvt_boot_info.o hvt/hvt_core.o hvt/hvt_main.o hvt/hvt_cpu_x86_64.o hvt/hvt_kvm.o hvt/hvt_kvm_x86_64.o hvt/hvt_module_blk.o hvt/hvt_module_net.o common/libcommon.a  -o hvt/solo5-hvt
# HOSTCC hvt/hvt_module_gdb.o
# cc -MT hvt/hvt_module_gdb.o -MMD -MP -MF hvt/hvt_module_gdb.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_module_gdb.c -o hvt/hvt_module_gdb.o
# mv -f hvt/hvt_module_gdb.Td hvt/hvt_module_gdb.d && touch hvt/hvt_module_gdb.o
# HOSTCC hvt/hvt_module_dumpcore.o
# cc -MT hvt/hvt_module_dumpcore.o -MMD -MP -MF hvt/hvt_module_dumpcore.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c hvt/hvt_module_dumpcore.c -o hvt/hvt_module_dumpcore.o
# mv -f hvt/hvt_module_dumpcore.Td hvt/hvt_module_dumpcore.d && touch hvt/hvt_module_dumpcore.o
# HOSTLINK hvt/solo5-hvt-debug
# cc -Wl,-z -Wl,noexecstack hvt/hvt_boot_info.o hvt/hvt_core.o hvt/hvt_main.o hvt/hvt_cpu_x86_64.o hvt/hvt_kvm.o hvt/hvt_kvm_x86_64.o hvt/hvt_module_blk.o hvt/hvt_module_net.o hvt/hvt_module_gdb.o hvt/hvt_module_dumpcore.o common/libcommon.a  -o hvt/solo5-hvt-debug
# make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tenders'
# MAKE elftool
# /usr/bin/make -C elftool  
# make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool'
# HOSTCC elftool.o
# cc -MT elftool.o -MMD -MP -MF elftool.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c elftool.c -o elftool.o
# mv -f elftool.Td elftool.d && touch elftool.o
# HOSTLINK solo5-elftool
# cc  elftool.o  -o solo5-elftool
# make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool'
# MAKE tests
# /usr/bin/make -C tests  
# make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests'
# MAKE test_blk
# /usr/bin/make -C test_blk  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_blk'
# CC test_blk.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_blk.c -o test_blk.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_blk.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_blk.o manifest.o -o test_blk.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_blk'
# MAKE test_dumpcore
# /usr/bin/make -C test_dumpcore  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_dumpcore'
# CC test_dumpcore.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_dumpcore.c -o test_dumpcore.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_dumpcore.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_dumpcore.o manifest.o -o test_dumpcore.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_dumpcore'
# MAKE test_exception
# /usr/bin/make -C test_exception  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_exception'
# CC test_exception.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_exception.c -o test_exception.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_exception.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_exception.o manifest.o -o test_exception.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_exception'
# MAKE test_fpu
# /usr/bin/make -C test_fpu  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_fpu'
# CC test_fpu.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_fpu.c -o test_fpu.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_fpu.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_fpu.o manifest.o -o test_fpu.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_fpu'
# MAKE test_globals
# /usr/bin/make -C test_globals  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_globals'
# CC test_globals.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_globals.c -o test_globals.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_globals.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_globals.o manifest.o -o test_globals.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_globals'
# MAKE test_hello
# /usr/bin/make -C test_hello  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_hello'
# CC test_hello.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_hello.c -o test_hello.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_hello.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_hello.o manifest.o -o test_hello.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_hello'
# MAKE test_mft_maxdevices
# /usr/bin/make -C test_mft_maxdevices  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_mft_maxdevices'
# CC test_mft_maxdevices.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_mft_maxdevices.c -o test_mft_maxdevices.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_mft_maxdevices.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_mft_maxdevices.o manifest.o -o test_mft_maxdevices.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_mft_maxdevices'
# MAKE test_net
# /usr/bin/make -C test_net  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_net'
# CC test_net.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_net.c -o test_net.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_net.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_net.o manifest.o -o test_net.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_net'
# MAKE test_net_2if
# /usr/bin/make -C test_net_2if  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_net_2if'
# CC test_net_2if.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_net_2if.c -o test_net_2if.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_net_2if.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_net_2if.o manifest.o -o test_net_2if.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_net_2if'
# MAKE test_notls
# /usr/bin/make -C test_notls  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_notls'
# CC test_notls.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_notls.c -o test_notls.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_notls.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_notls.o manifest.o -o test_notls.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_notls'
# MAKE test_quiet
# /usr/bin/make -C test_quiet  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_quiet'
# CC test_quiet.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_quiet.c -o test_quiet.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_quiet.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_quiet.o manifest.o -o test_quiet.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_quiet'
# MAKE test_seccomp
# /usr/bin/make -C test_seccomp  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_seccomp'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_seccomp'
# MAKE test_ssp
# /usr/bin/make -C test_ssp  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_ssp'
# CC test_ssp.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_ssp.c -o test_ssp.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_ssp.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_ssp.o manifest.o -o test_ssp.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_ssp'
# MAKE test_time
# /usr/bin/make -C test_time  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_time'
# CC test_time.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_time.c -o test_time.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_time.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_time.o manifest.o -o test_time.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_time'
# MAKE test_tls
# /usr/bin/make -C test_tls  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_tls'
# CC test_tls.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_tls.c -o test_tls.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_tls.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_tls.o manifest.o -o test_tls.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_tls'
# MAKE test_wnox
# /usr/bin/make -C test_wnox  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_wnox'
# CC test_wnox.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_wnox.c -o test_wnox.o
# /tmp/ccLPo8ib.s: Assembler messages:
# /tmp/ccLPo8ib.s:726: Warning: ignoring changed section attributes for .data
# /tmp/ccLPo8ib.s:733: Warning: dwarf line number information for .data ignored
# /tmp/ccLPo8ib.s:735: Warning: dwarf line number information for .data ignored
# /tmp/ccLPo8ib.s:736: Warning: dwarf line number information for .data ignored
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_wnox.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_wnox.o manifest.o -o test_wnox.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_wnox'
# MAKE test_xnow
# /usr/bin/make -C test_xnow  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_xnow'
# CC test_xnow.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_xnow.c -o test_xnow.o
# ELFTOOL manifest.json
# /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/elftool/solo5-elftool gen-manifest manifest.json manifest.c
# CC manifest.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_xnow.hvt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o test_xnow.o manifest.o -o test_xnow.hvt
# ld: warning: /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.o: requires executable stack (because the .note.GNU-stack section is executable)
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_xnow'
# MAKE test_zeropage
# /usr/bin/make -C test_zeropage  
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_zeropage'
# CC test_zeropage.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_zeropage.c -o test_zeropage.o
# test_zeropage.c: In function 'solo5_app_main':
# test_zeropage.c:39:5: error: array subscript 0 is outside array bounds of 'uint64_t[0]' {aka 'long unsigned int[]'} [-Werror=array-bounds]
#    39 |     *addr_invalid = 1;
#       |     ^~~~~~~~~~~~~
# cc1: all warnings being treated as errors
# make[2]: *** [../Makefile.tests:51: test_zeropage.o] Error 1
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests/test_zeropage'
# make[1]: *** [GNUmakefile:33: test_zeropage] Error 2
# make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests'
# make: *** [GNUmakefile:70: tests] Error 2



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install gmp-freestanding    6.2.1
| - install ocaml-freestanding  0.6.7
| - install zarith-freestanding 1.9.1
+- 
+- The following actions failed
| - build solo5-bindings-hvt 0.6.9
+- 
+- The following changes have been performed (the rest was aborted)
| - install conf-gmp        4
| - install conf-libseccomp 1
| - install conf-m4         1
| - install conf-perl       2
| - install conf-pkg-config 2
| - install ocaml-src       4.14.2
| - install zarith          1.9.1
+- 
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20240912204506.export"
'opam --cli=2.1 install zarith-freestanding.1.9.1 zarith.1.9.1 solo5-bindings-hvt.0.6.9 ocamlfind.1.9.6 host-arch-x86_64.1 gmp-freestanding.6.2.1 conf-pkg-config.2 conf-perl.2 conf-m4.1 conf-libseccomp.1 conf-gmp.4 --verbose --yes --confirm-level=unsafe-yes' failed.
2024-09-12 20:45.38 ---> saved as "0233527d76595b093ce63623c9ed08469dcba02ea754ac5adfc12d4a4e959000"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u zarith-freestanding:ccb2fd130f1ffe321388fc90f1416edd,zarith:789173db5759aeebacc5aa6dac30228b"))
2024-09-12 20:45.39 ---> saved as "dcb73d306e97c0c607a1731ecbdc9b2b1c234a8da6cf8154754fedd115a5638b"

/home/opam: (run (network host)
                 (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                 (shell "(echo '0.846174') && (for DATA in prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1,zarith.1.9.1-789173db5759aeebacc5aa6dac30228b,zarith.1.9.1 prep/universes/ccb2fd130f1ffe321388fc90f1416edd/zarith-freestanding/1.9.1,zarith-freestanding.1.9.1-ccb2fd130f1ffe321388fc90f1416edd,zarith-freestanding.1.9.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1,zarith.1.9.1-789173db5759aeebacc5aa6dac30228b,zarith.1.9.1 prep/universes/ccb2fd130f1ffe321388fc90f1416edd/zarith-freestanding/1.9.1,zarith-freestanding.1.9.1-ccb2fd130f1ffe321388fc90f1416edd,zarith-freestanding.1.9.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1,zarith.1.9.1-789173db5759aeebacc5aa6dac30228b,zarith.1.9.1 prep/universes/ccb2fd130f1ffe321388fc90f1416edd/zarith-freestanding/1.9.1,zarith-freestanding.1.9.1-ccb2fd130f1ffe321388fc90f1416edd,zarith-freestanding.1.9.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.846174
prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1/lib/
prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1/lib/zarith/
prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1/lib/zarith/zarith.ocamlobjinfo
prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1/lib/zarith/zarith_top.ocamlobjinfo
prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1/lib/zarith/META
prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1/lib/zarith/big_int_Z.cmi
prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1/lib/zarith/big_int_Z.cmti
prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1/lib/zarith/q.cmi
prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1/lib/zarith/q.cmti
prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1/lib/zarith/z.cmi
prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1/lib/zarith/z.cmti
prep/universes/789173db5759aeebacc5aa6dac30228b/zarith/1.9.1/opam
FAILED:zarith-freestanding.1.9.1-ccb2fd130f1ffe321388fc90f1416edd
prep/universes/ccb2fd130f1ffe321388fc90f1416edd/zarith-freestanding/1.9.1/opam
prep/universes/ccb2fd130f1ffe321388fc90f1416edd/zarith-freestanding/1.9.1/opam.err.log
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:zarith.1.9.1-789173db5759aeebacc5aa6dac30228b:8a60256d20b12641feecde41f1953b7a42bfaffef1be78610df0bf836a109617
HASHES:zarith-freestanding.1.9.1-ccb2fd130f1ffe321388fc90f1416edd:e5d60af5b0c7d4f42dd0163e684227cff81a480e7469a19ed5543b4529ebd3ee
2024-09-12 20:45.42 ---> saved as "e4b979aa5c3be82e8875e80666e747e1636a62c0fe0f8010fa77bfc0b76d9ae5"
Job succeeded
2024-09-12 20:53.08: Failed: zarith-freestanding.1.9.1-ccb2fd130f1ffe321388fc90f1416edd
2024-09-12 20:53.08: zarith-freestanding.1.9.1-ccb2fd130f1ffe321388fc90f1416edd -> e5d60af5b0c7d4f42dd0163e684227cff81a480e7469a19ed5543b4529ebd3ee
2024-09-12 20:53.08: zarith.1.9.1-789173db5759aeebacc5aa6dac30228b -> 8a60256d20b12641feecde41f1953b7a42bfaffef1be78610df0bf836a109617
2024-09-12 20:53.08: Job succeeded