Organisationssamohtmirage-solo59d78d9 (master)debian-12-4.10_opam-2.1

debian-12-4.10_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:54.55: New job: test samoht/mirage-solo5 https://github.com/samoht/mirage-solo5.git#refs/heads/master (9d78d93d27dea12d1c694d9b8bc0835b0ca58981) (linux-x86_64:debian-12-4.10_opam-2.1)
Base: ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/samoht/mirage-solo5.git" -b "master" && cd "mirage-solo5" && git reset --hard 9d78d93d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
# debian-12-4.10_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-solo5.opam ./
RUN opam pin add -yn mirage-solo5.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.2.0 conf-libseccomp.1 conf-pkg-config.2 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 metrics.0.4.1 mirage-runtime.4.5.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-freestanding.0.6.7 ocaml-src.4.10.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 solo5-bindings-hvt.0.6.9 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-solo5.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-05-10 15:54.55: Using cache hint "samoht/mirage-solo5-ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f-debian-12-4.10_opam-2.1-177d36afe7407ea974843f8068669995"
2024-05-10 15:54.55: Using OBuilder spec:
((from ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f)
 (comment debian-12-4.10_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-solo5.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mirage-solo5.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.2.0 conf-libseccomp.1 conf-pkg-config.2 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 metrics.0.4.1 mirage-runtime.4.5.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-freestanding.0.6.7 ocaml-src.4.10.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 solo5-bindings-hvt.0.6.9 topkg.1.0.7")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-solo5.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-10 15:54.55: Waiting for resource in pool OCluster
2024-05-11 04:03.17: Waiting for worker…
2024-05-11 04:25.40: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/mirage-solo5.git-0ed470b18d23db68f4ac1eedf5e3efffbbd60ec9/.git/
HEAD is now at 9d78d93 Documentation for release 0.6.2


(from ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f)
Unable to find image 'ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f' locally
docker.io/ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f: Pulling from ocaml/opam
a0f4c3e9aab8: Pulling fs layer
a0f4c3e9aab8: Verifying Checksum
a0f4c3e9aab8: Download complete
a0f4c3e9aab8: Pull complete
Digest: sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
Status: Downloaded newer image for ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
2024-05-11 04:25.42 ---> using "3204dccede4ada7247031416c9a3ce5a65cccadc30366f79b6c482182a97c51f" from cache


/: (comment debian-12-4.10_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 04:25.42 ---> using "3e57c624baabfd19ffbb7e50c6eecda254001faf897cdcf552f3300f14e619a6" from cache


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


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 04:25.42 ---> using "4e083d1f4ba1bf2248fc39e691f8442b387fb1a2da8f57ffbaf874743e9c8ee9" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.10.2
2.1.5
2024-05-11 04:25.42 ---> using "0f7bbbaf1abbad3c4aed58361344336650bf916ab1c91b95da2bf12d52f65443" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 04:25.42 ---> using "1230dedce79894d75ad8974f12c65afda46dad21d15cdb907f7713181db7e9d6" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 04:25.42 ---> using "d1f60b5ccc785679ac2269fab79f24ee9819787be03b51cb59a8422530e9ef26" from cache


/src: (copy (src mirage-solo5.opam) (dst ./))
2024-05-11 04:25.42 ---> saved as "8f06f839283f77d6b5741f49348da04de06d3aacce5e7bd06c145ed61fd3e0ab"


/src: (run (network host)
           (shell "opam pin add -yn mirage-solo5.dev './'"))
[mirage-solo5.dev] synchronised (file:///src)
mirage-solo5 is now pinned to file:///src (version dev)
2024-05-11 04:25.48 ---> saved as "159f286d14935cdad17d99abc61c4d27769d4b30075be575280720eafa84c89f"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.2.0 conf-libseccomp.1 conf-pkg-config.2 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 metrics.0.4.1 mirage-runtime.4.5.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-freestanding.0.6.7 ocaml-src.4.10.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 solo5-bindings-hvt.0.6.9 topkg.1.0.7")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-solo5.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- 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-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 1s (376 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-solo5.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libseccomp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-11 04:26.21 ---> saved as "515c67b56ebbad37104c0f2ab5d65b296b4d00a35c023fce5e965c49cb9dc056"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install conf-pkg-config    2
  - install ocamlbuild         0.14.3
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install ocaml-src          4.10.2
  - install dune               3.15.2
  - install conf-libseccomp    1
  - install topkg              1.0.7
  - install base-bytes         base
  - install macaddr            5.5.0
  - install domain-name        0.4.0
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install bheap              2.0.0
  - install solo5-bindings-hvt 0.6.9
  - install fmt                0.9.0
  - install ipaddr             5.5.0
  - install dune-configurator  3.15.2
  - install ocplib-endian      1.2
  - install ocaml-freestanding 0.6.7
  - install metrics            0.4.1
  - install cstruct            6.2.0
  - install lwt                5.7.0
  - install logs               0.7.0
  - install mirage-runtime     4.5.0
===== 25 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bheap.2.0.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> installed conf-pkg-config.2
-> retrieved fmt.0.9.0  (cached)
-> installed conf-libseccomp.1
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved mirage-runtime.4.5.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocaml-freestanding.0.6.7  (https://github.com/mirage/ocaml-solo5/archive/v0.6.7.tar.gz)
-> retrieved ocamlfind.1.9.6  (cached)
-> installed cmdliner.1.2.0
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocaml-src.4.10.2  (https://github.com/ocaml/ocaml/archive/4.10.2.tar.gz)
-> retrieved topkg.1.0.7  (cached)
-> retrieved solo5-bindings-hvt.0.6.9  (https://github.com/Solo5/solo5/releases/download/v0.6.9/solo5-v0.6.9.tar.gz)
-> installed ocaml-src.4.10.2
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
[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=".
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed dune.3.15.2
-> installed bheap.2.0.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed macaddr.5.5.0
-> installed metrics.0.4.1
-> installed cppo.1.6.9
-> installed ipaddr.5.5.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.15.2
-> installed lwt.5.7.0
-> installed logs.0.7.0
-> installed mirage-runtime.4.5.0


#=== ERROR while compiling solo5-bindings-hvt.0.6.9 ===========================#
# context     2.1.5 | linux/x86_64 | ocaml-base-compiler.4.10.2 | file:///home/opam/opam-repository
# path        ~/.opam/4.10/.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-1-83590e.env
# output-file ~/.opam/log/solo5-bindings-hvt-1-83590e.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/solo5 -c test_wnox.c -o test_wnox.o
# /tmp/ccEvu8Kh.s: Assembler messages:
# /tmp/ccEvu8Kh.s:726: Warning: ignoring changed section attributes for .data
# /tmp/ccEvu8Kh.s:733: Warning: dwarf line number information for .data ignored
# /tmp/ccEvu8Kh.s:735: Warning: dwarf line number information for .data ignored
# /tmp/ccEvu8Kh.s:736: Warning: dwarf line number information for .data ignored
# ELFTOOL manifest.json
# /home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/bindings/hvt/solo5_hvt.lds /home/opam/.opam/4.10/.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.10/.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.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/include/crt -I/home/opam/.opam/4.10/.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.10/.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.10/.opam-switch/build/solo5-bindings-hvt.0.6.9/tests'
# make: *** [GNUmakefile:70: tests] Error 2


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build solo5-bindings-hvt 0.6.9
+- 
+- The following changes have been performed (the rest was aborted)
| - install base-bytes        base
| - install bheap             2.0.0
| - install cmdliner          1.2.0
| - install conf-libseccomp   1
| - install conf-pkg-config   2
| - install cppo              1.6.9
| - install csexp             1.5.2
| - install cstruct           6.2.0
| - install domain-name       0.4.0
| - install dune              3.15.2
| - install dune-configurator 3.15.2
| - install fmt               0.9.0
| - install ipaddr            5.5.0
| - install logs              0.7.0
| - install lwt               5.7.0
| - install macaddr           5.5.0
| - install metrics           0.4.1
| - install mirage-runtime    4.5.0
| - install ocaml-src         4.10.2
| - install ocamlbuild        0.14.3
| - install ocamlfind         1.9.6
| - install ocplib-endian     1.2
| - install topkg             1.0.7
+- 
# 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.10/.opam-switch/backup/state-20240511042622.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-05-11 04:28.23: Job failed: Failed: Build failed