(not at the head of any monitored branch or PR)
2024-10-30 17:54.19: New job: test docteur.0.0.1 with dune-configurator.3.16.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26816/head (ed800ba87cfbe293bcb59dfb40db5252bc65f6f5)
                              on debian-12-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/26816/head" && git reset --hard ed800ba8
git fetch origin master
git merge --no-edit ce4637ae20e511e8dc54562b123f1407fa5b2ca8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="1000"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn dune-configurator.3.16.1 3.16.1
RUN opam reinstall dune-configurator.3.16.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dune-configurator.3.16.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam option solver=builtin-0install
RUN opam reinstall docteur.0.0.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'docteur.0.0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam option solver=builtin-0install
RUN (opam reinstall --with-test docteur.0.0.1) || true
RUN opam reinstall --with-test --verbose docteur.0.0.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'docteur.0.0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2024-10-30 17:54.19: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b-dune-configurator.3.16.1-docteur.0.0.1-ed800ba87cfbe293bcb59dfb40db5252bc65f6f5"
2024-10-30 17:54.19: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 1000)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn dune-configurator.3.16.1 3.16.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune-configurator.3.16.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'dune-configurator.3.16.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (shell "opam option solver=builtin-0install"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall docteur.0.0.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'docteur.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (shell "opam option solver=builtin-0install"))
 (run (network host)
      (shell "(opam reinstall --with-test docteur.0.0.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose docteur.0.0.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'docteur.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-10-30 17:54.19: Waiting for resource in pool OCluster
2024-10-31 02:35.23: Waiting for worker…
2024-10-31 02:37.24: Got resource from pool OCluster
Building on x86-bm-c13.sw.ocaml.org
All commits already cached
Updating files:  41% (13407/32570)
Updating files:  42% (13680/32570)
Updating files:  43% (14006/32570)
Updating files:  44% (14331/32570)
Updating files:  45% (14657/32570)
Updating files:  46% (14983/32570)
Updating files:  47% (15308/32570)
Updating files:  48% (15634/32570)
Updating files:  49% (15960/32570)
Updating files:  50% (16285/32570)
Updating files:  51% (16611/32570)
Updating files:  52% (16937/32570)
Updating files:  53% (17263/32570)
Updating files:  54% (17588/32570)
Updating files:  55% (17914/32570)
Updating files:  56% (18240/32570)
Updating files:  57% (18565/32570)
Updating files:  58% (18891/32570)
Updating files:  59% (19217/32570)
Updating files:  60% (19542/32570)
Updating files:  61% (19868/32570)
Updating files:  62% (20194/32570)
Updating files:  63% (20520/32570)
Updating files:  64% (20845/32570)
Updating files:  65% (21171/32570)
Updating files:  66% (21497/32570)
Updating files:  67% (21822/32570)
Updating files:  68% (22148/32570)
Updating files:  69% (22474/32570)
Updating files:  70% (22799/32570)
Updating files:  71% (23125/32570)
Updating files:  72% (23451/32570)
Updating files:  73% (23777/32570)
Updating files:  74% (24102/32570)
Updating files:  75% (24428/32570)
Updating files:  76% (24754/32570)
Updating files:  77% (25079/32570)
Updating files:  78% (25405/32570)
Updating files:  79% (25731/32570)
Updating files:  79% (25790/32570)
Updating files:  80% (26056/32570)
Updating files:  81% (26382/32570)
Updating files:  82% (26708/32570)
Updating files:  83% (27034/32570)
Updating files:  84% (27359/32570)
Updating files:  85% (27685/32570)
Updating files:  86% (28011/32570)
Updating files:  87% (28336/32570)
Updating files:  88% (28662/32570)
Updating files:  89% (28988/32570)
Updating files:  90% (29313/32570)
Updating files:  91% (29639/32570)
Updating files:  92% (29965/32570)
Updating files:  93% (30291/32570)
Updating files:  94% (30616/32570)
Updating files:  95% (30942/32570)
Updating files:  96% (31268/32570)
Updating files:  97% (31593/32570)
Updating files:  98% (31919/32570)
Updating files:  99% (32245/32570)
Updating files: 100% (32570/32570)
Updating files: 100% (32570/32570), done.
HEAD is now at ce4637ae20 Merge pull request #26802 from robur-coop/release-git-kv-v0.1.0
Updating ce4637ae20..ed800ba87c
Fast-forward
 packages/chrome-trace/chrome-trace.3.16.1/opam     | 40 +++++++++++++++
 .../dune-action-plugin.3.16.1/opam                 | 53 ++++++++++++++++++++
 .../dune-build-info/dune-build-info.3.16.1/opam    | 46 +++++++++++++++++
 .../dune-configurator.3.16.1/opam                  | 50 +++++++++++++++++++
 packages/dune-glob/dune-glob.3.16.1/opam           | 43 ++++++++++++++++
 .../dune-private-libs.3.16.1/opam                  | 51 +++++++++++++++++++
 packages/dune-rpc-lwt/dune-rpc-lwt.3.16.1/opam     | 42 ++++++++++++++++
 packages/dune-rpc/dune-rpc.3.16.1/opam             | 44 +++++++++++++++++
 packages/dune-site/dune-site.3.16.1/opam           | 38 +++++++++++++++
 packages/dune/dune.3.16.1/opam                     | 57 ++++++++++++++++++++++
 packages/dyn/dyn.3.16.1/opam                       | 41 ++++++++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.16.1/opam         | 44 +++++++++++++++++
 packages/ordering/ordering.3.16.1/opam             | 39 +++++++++++++++
 packages/stdune/stdune.3.16.1/opam                 | 45 +++++++++++++++++
 packages/xdg/xdg.3.16.1/opam                       | 40 +++++++++++++++
 15 files changed, 673 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.16.1/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.16.1/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.16.1/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.16.1/opam
 create mode 100644 packages/dune-glob/dune-glob.3.16.1/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.16.1/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.16.1/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.16.1/opam
 create mode 100644 packages/dune-site/dune-site.3.16.1/opam
 create mode 100644 packages/dune/dune.3.16.1/opam
 create mode 100644 packages/dyn/dyn.3.16.1/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.16.1/opam
 create mode 100644 packages/ordering/ordering.3.16.1/opam
 create mode 100644 packages/stdune/stdune.3.16.1/opam
 create mode 100644 packages/xdg/xdg.3.16.1/opam

(from ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b)
2024-10-31 02:37.29 ---> using "619835238a94b19eeeff939f81e164f057fa8094fa703ba39ed5c0f42e707999" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-10-31 02:37.29 ---> using "608822e92511ec37ae1705ed6232474df085eabf3fc10543b0de6c920ffcb351" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, 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-10-31 02:37.29 ---> using "acad702e9aed59e09109a5ff466d766d37b0231fa0915a47fdb4804af5e3d786" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 4.14.2
2.4.0~alpha1~dev
2024-10-31 02:37.29 ---> using "c52e418cbd79acba474d87b691bd314432f8b52e9802e23465ac8ffd419c5496" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 1000)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2024-10-31 02:37.29 ---> using "5dd21b950a0537f9b9f2251a0f6dde415c0ae0abb4780469484e44ff62cbc9c0" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-10-31 02:37.31 ---> using "30f7066ac39bb821b57d62202b8d62202dc0a966b6386ce407893a651a7ebd72" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-10-31 02:37.31 ---> using "1e332abbaa2f3c8b3c422102811dd9b9a699b8374ebb5f0fae9ce1ce909b419c" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /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 [190 kB]
- Fetched 293 kB in 0s (730 kB/s)
- Reading package lists...
- 
2024-10-31 02:37.31 ---> using "f2aafe81e5d6fa4023d83ed2dab5c41f1f2b937defadce3ccd2b499164f300cf" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune-configurator.3.16.1 3.16.1"))
dune-configurator is now pinned to version 3.16.1
2024-10-31 02:37.31 ---> using "1e2b758027897ab7702c3728602c308c6ddca030b8e1d6eed2a1276549ce2b7e" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune-configurator.3.16.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'dune-configurator.3.16.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dune-configurator.3.16.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 3 packages
  - install csexp             1.5.2           [required by dune-configurator]
  - install dune              3.16.1          [required by dune-configurator]
  - install dune-configurator 3.16.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.16.1, dune-configurator.3.16.1  (cached)
-> installed dune.3.16.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.16.1
Done.
# To update the current shell environment, run: eval $(opam env)
2024-10-31 02:37.31 ---> using "7edaec2e5faa47732c9aaf704e0eea5da83488b2aa24eb3646a40e97059597c9" from cache

/home/opam: (run (shell "opam option solver=builtin-0install"))
Set to 'builtin-0install' the field solver in global configuration
2024-10-31 02:37.31 ---> using "fbd188f8656704248d30112e96a090d44d0b4e98bbe982411af032ed134c7ad6" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall docteur.0.0.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'docteur.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
docteur.0.0.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 126 packages
  - install angstrom            0.16.1      [required by git]
  - install arp                 3.1.1       [required by tcpip]
  - install art                 0.2.0       [required by docteur]
  - install asn1-combinators    0.2.6       [required by x509]
  - install astring             0.8.5       [required by git, bos, git-unix]
  - install awa                 0.0.5       [required by git-unix]
  - install awa-mirage          0.0.5       [required by git-unix]
  - install base                v0.16.3     [required by ppx_sexp_conv]
  - install base-bytes          base        [required by decompress, cohttp]
  - install base64              3.5.1       [required by git]
  - install bheap               2.0.0       [required by mirage-solo5]
  - install bigarray-compat     1.1.0       [required by docteur]
  - install bigstringaf         0.8.0       [required by docteur]
  - install bos                 0.2.1       [required by docteur]
  - install ca-certs            0.2.3       [required by conduit-lwt-unix]
  - install ca-certs-nss        3.74        [required by git-unix]
  - install carton              0.4.3       [required by docteur]
  - install carton-git          0.4.3       [required by git]
  - install carton-lwt          0.4.3       [required by git]
  - install checkseum           0.4.0       [required by carton, git]
  - install cmdliner            1.0.4       [required by docteur]
  - install cohttp              5.1.0       [required by git-cohttp-unix]
  - install cohttp-lwt          5.1.0       [required by git-cohttp-unix]
  - install cohttp-lwt-unix     5.1.0       [required by git-cohttp-unix]
  - install conduit             6.2.3       [required by conduit-lwt]
  - install conduit-lwt         6.2.3       [required by cohttp-lwt-unix]
  - install conduit-lwt-unix    6.2.3       [required by cohttp-lwt-unix]
  - install conf-bash           1           [required by base]
  - install conf-gmp            4           [required by zarith, conf-gmp-powm-sec]
  - install conf-gmp-powm-sec   3           [required by mirage-crypto-pk]
  - install conf-libseccomp     1           [required by solo5-bindings-hvt]
  - install conf-pkg-config     2           [required by bigstringaf]
  - install cppo                1.7.0       [required by lwt]
  - install cstruct             6.0.1       [required by git-unix, carton, git, mirage-solo5]
  - install cstruct-lwt         6.0.1       [required by tcpip]
  - install cstruct-sexp        6.0.1       [required by awa, tls]
  - install cstruct-unix        6.0.1       [required by awa]
  - install decompress          1.4.2       [required by git, carton, git-unix]
  - install digestif            1.1.2       [required by docteur]
  - install docteur             0.0.1
  - install domain-name         0.4.0       [required by git, git-unix]
  - install duff                0.5         [required by carton]
  - install duration            0.2.1       [required by mirage-solo5, mirage-unix]
  - install emile               1.1         [required by git]
  - install encore              0.8         [required by git]
  - install eqaf                0.9         [required by digestif, awa]
  - install ethernet            3.2.0       [required by tcpip]
  - install fmt                 0.9.0       [required by docteur]
  - install fpath               0.7.3       [required by docteur]
  - install functoria-runtime   4.0.0~beta3 [required by mirage-runtime]
  - install git                 3.6.0       [required by docteur]
  - install git-cohttp          3.6.0       [required by git-cohttp-unix]
  - install git-cohttp-unix     3.6.0       [required by docteur]
  - install git-unix            3.6.0       [required by docteur]
  - install gmap                0.3.0       [required by x509]
  - install hkdf                1.0.4       [required by tls]
  - install hxd                 0.3.1       [required by docteur]
  - install ipaddr              5.6.0       [required by git, git-unix]
  - install ipaddr-sexp         5.6.0       [required by tls]
  - install jsonm               1.0.2       [required by cohttp]
  - install ke                  0.6         [required by carton, git]
  - install logs                0.7.0       [required by docteur]
  - install lru                 0.3.1       [required by tcpip]
  - install lwt                 5.5.0       [required by docteur]
  - install lwt-dllist          1.0.1       [required by tcpip]
  - install macaddr             5.6.0       [required by tcpip]
  - install macaddr-cstruct     5.6.0       [required by tcpip]
  - install magic-mime          1.3.1       [required by cohttp-lwt-unix]
  - install metrics             0.4.1       [required by mirage-solo5]
  - install mimic               0.0.6       [required by git, git-unix]
  - install mirage-clock        4.2.0       [required by git-unix]
  - install mirage-clock-unix   4.2.0       [required by git-unix]
  - install mirage-crypto       0.10.7      [required by tls, awa, ca-certs-nss, tls-mirage]
  - install mirage-crypto-ec    0.10.7      [required by awa, tls]
  - install mirage-crypto-pk    0.10.7      [required by tls, awa, tls-mirage]
  - install mirage-crypto-rng   0.10.7      [required by awa, tls]
  - install mirage-flow         3.0.0       [required by git, git-unix]
  - install mirage-kv           4.0.1       [required by docteur]
  - install mirage-net          4.0.0       [required by tcpip]
  - install mirage-no-xen       1           [required by mirage-crypto-pk]
  - install mirage-profile      0.9.1       [required by tcpip]
  - install mirage-random       3.0.0       [required by tcpip]
  - install mirage-runtime      4.0.0~beta3 [required by mirage-solo5, mirage-unix]
  - install mirage-solo5        0.6.5       [required by docteur]
  - install mirage-time         3.0.0       [required by tcpip]
  - install mirage-unix         5.0.1       [required by docteur]
  - install mmap                1.2.0       [required by docteur]
  - install mtime               1.4.0       [required by docteur]
  - install num                 1.5-1       [required by sexplib]
  - install ocaml-compiler-libs v0.12.4     [required by ppxlib]
  - install ocaml-freestanding  0.6.7       [required by bigstringaf, mirage-solo5]
  - install ocaml-src           4.14.2      [required by ocaml-freestanding]
  - install ocaml-syntax-shims  1.0.0       [required by angstrom]
  - install ocamlbuild          0.15.0      [required by bos]
  - install ocamlfind           1.9.6       [required by bos, git-unix]
  - install ocamlgraph          2.1.0       [required by git]
  - install ocplib-endian       1.2         [required by lwt, mirage-profile]
  - install optint              0.3.0       [required by carton, git]
  - install parsexp             v0.16.0     [required by sexplib]
  - install pbkdf               1.2.0       [required by x509]
  - install pecu                0.7         [required by emile]
  - install ppx_cstruct         6.0.1       [required by tcpip, awa, tls]
  - install ppx_derivers        1.2.1       [required by ppxlib]
  - install ppx_sexp_conv       v0.16.0     [required by awa, cohttp-lwt, cohttp, etc.]
  - install ppxlib              0.33.0      [required by ppx_sexp_conv, ppx_cstruct]
  - install psq                 0.2.1       [required by carton, git]
  - install ptime               1.2.0       [required by git-unix]
  - install randomconv          0.1.3       [required by tcpip]
  - install re                  1.12.0      [required by cohttp]
  - install result              1.5         [required by docteur]
  - install rresult             0.7.0       [required by docteur]
  - install seq                 base        [required by psq]
  - install sexplib             v0.16.0     [required by awa, tls]
  - install sexplib0            v0.16.0     [required by cohttp, cohttp-lwt]
  - install solo5-bindings-hvt  0.6.9       [required by mirage-solo5]
  - install stdlib-shims        0.3.0       [required by ocamlgraph]
  - install stringext           1.6.0       [required by uri, cohttp]
  - install tcpip               7.1.2       [required by git-unix]
  - install tls                 0.15.4      [required by git-unix]
  - install tls-mirage          0.15.4      [required by git-unix]
  - install topkg               1.0.7       [required by bos]
  - install uri                 4.4.0       [required by git, git-cohttp-unix]
  - install uri-sexp            4.4.0       [required by cohttp]
  - install uutf                1.0.3       [required by emile]
  - install x509                0.16.5      [required by tls, awa, ca-certs-nss, tls-mirage]
  - install zarith              1.14        [required by awa]

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "libseccomp-dev" "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 ... 18745 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 pkgconf-bin.
- Preparing to unpack .../4-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../5-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../6-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 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 angstrom.0.16.1  (cached)
-> retrieved arp.3.1.1  (cached)
-> retrieved art.0.2.0  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved awa.0.0.5, awa-mirage.0.0.5  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bheap.2.0.0  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.8.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.0.2.3  (cached)
-> retrieved ca-certs-nss.3.74  (cached)
-> installed bheap.2.0.0
-> retrieved carton.0.4.3, carton-git.0.4.3, carton-lwt.0.4.3  (cached)
-> installed bigarray-compat.1.1.0
-> retrieved checkseum.0.4.0  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved cohttp.5.1.0, cohttp-lwt.5.1.0, cohttp-lwt-unix.5.1.0  (cached)
-> installed base64.3.5.1
-> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved cppo.1.7.0  (cached)
-> installed conf-bash.1
-> retrieved cstruct.6.0.1, cstruct-lwt.6.0.1, cstruct-sexp.6.0.1, cstruct-unix.6.0.1, ppx_cstruct.6.0.1  (cached)
-> installed conf-pkg-config.2
-> installed conf-gmp.4
-> installed cppo.1.7.0
-> installed conf-libseccomp.1
-> retrieved decompress.1.4.2  (cached)
-> installed conf-gmp-powm-sec.3
-> installed cstruct.6.0.1
-> installed cstruct-unix.6.0.1
-> retrieved digestif.1.1.2  (cached)
-> retrieved docteur.0.0.1  (https://github.com/dinosaure/docteur/releases/download/v0.0.1/docteur-v0.0.1.tbz)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duff.0.5  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved encore.0.8  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved functoria-runtime.4.0.0~beta3, mirage-runtime.4.0.0~beta3  (cached)
-> retrieved git.3.6.0, git-cohttp.3.6.0, git-cohttp-unix.3.6.0, git-unix.3.6.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved hxd.0.3.1  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> installed cmdliner.1.0.4
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed eqaf.0.9
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.5.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved mimic.0.0.6  (cached)
-> installed gmap.0.3.0
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0  (cached)
-> installed macaddr.5.6.0
-> installed lwt-dllist.1.0.1
-> installed mirage-clock.4.2.0
-> installed macaddr-cstruct.5.6.0
-> retrieved mirage-crypto.0.10.7, mirage-crypto-ec.0.10.7, mirage-crypto-pk.0.10.7, mirage-crypto-rng.0.10.7  (cached)
-> retrieved mirage-flow.3.0.0  (cached)
-> retrieved mirage-kv.4.0.1  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> installed mirage-no-xen.1
-> retrieved mirage-profile.0.9.1  (cached)
-> retrieved mirage-random.3.0.0  (cached)
-> installed ipaddr.5.6.0
-> installed mirage-clock-unix.4.2.0
-> installed mirage-random.3.0.0
-> installed magic-mime.1.3.1
-> retrieved mirage-solo5.0.6.5  (https://github.com/mirage/mirage-solo5/releases/download/v0.6.5/mirage-solo5-v0.6.5.tbz)
-> retrieved mirage-time.3.0.0  (cached)
-> retrieved mirage-unix.5.0.1  (cached)
-> retrieved mmap.1.2.0  (cached)
-> retrieved mtime.1.4.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-freestanding.0.6.7  (cached)
-> installed mmap.1.2.0
-> retrieved ocaml-src.4.14.2  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> installed ocaml-src.4.14.2
-> installed num.1.5-1
-> installed ocaml-compiler-libs.v0.12.4
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> installed ppx_derivers.1.2.1
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved randomconv.0.1.3  (cached)
-> installed optint.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed pecu.0.7
-> retrieved re.1.12.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> installed randomconv.0.1.3
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved solo5-bindings-hvt.0.6.9  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved tcpip.7.1.2  (cached)
-> installed result.1.5
-> installed psq.0.2.1
-> installed stringext.1.6.0
-> retrieved tls.0.15.4, tls-mirage.0.15.4  (cached)
-> installed stdlib-shims.0.3.0
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved x509.0.16.5  (cached)
-> installed sexplib0.v0.16.0
-> installed lru.0.3.1
-> retrieved zarith.1.14  (cached)
-> installed re.1.12.0
-> installed parsexp.v0.16.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlgraph.2.1.0
-> installed ocplib-endian.1.2
-> installed sexplib.v0.16.0
-> installed cstruct-sexp.6.0.1
-> installed ocamlbuild.0.15.0
-> installed zarith.1.14
-> installed base.v0.16.3
-> installed lwt.5.5.0
-> installed mirage-time.3.0.0
[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 cstruct-lwt.6.0.1
-> installed hxd.0.3.1
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed mtime.1.4.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed duff.0.5
-> installed functoria-runtime.4.0.0~beta3
-> installed art.0.2.0
-> installed mirage-flow.3.0.0
-> installed mirage-kv.4.0.1
-> installed mirage-net.4.0.0
-> installed metrics.0.4.1
-> installed ke.0.6
-> installed asn1-combinators.0.2.6
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed ethernet.3.2.0
-> installed mirage-runtime.4.0.0~beta3
-> installed mimic.0.0.6
-> installed mirage-unix.5.0.1
-> installed arp.3.1.1
-> installed bos.0.2.1
-> installed ppxlib.0.33.0
-> installed ppx_cstruct.6.0.1
-> installed ppx_sexp_conv.v0.16.0
-> installed mirage-profile.0.9.1
-> installed ipaddr-sexp.5.6.0

#=== ERROR while compiling solo5-bindings-hvt.0.6.9 ===========================#
# context              2.4.0~alpha1~dev | linux/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path                 ~/.opam/4.14/.opam-switch/build/solo5-bindings-hvt.0.6.9
# command              ~/.opam/opam-init/hooks/sandbox.sh build make V=1 CONFIG_SPT= CONFIG_VIRTIO= CONFIG_MUEN= CONFIG_GENODE= CONFIG_XEN=
# exit-code            2
# env-file             ~/.opam/log/solo5-bindings-hvt-9-c159f7.env
# output-file          ~/.opam/log/solo5-bindings-hvt-9-c159f7.out
### output ###
# GEN include/solo5/solo5_version.h
# scripts/gen_version_h.sh include/solo5/solo5_version.h
# MAKE bindings
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
# /opam-tmp/ccI0MGu3.s: Assembler messages:
# /opam-tmp/ccI0MGu3.s:726: Warning: ignoring changed section attributes for .data
# /opam-tmp/ccI0MGu3.s:733: Warning: dwarf line number information for .data ignored
# /opam-tmp/ccI0MGu3.s:735: Warning: dwarf line number information for .data ignored
# /opam-tmp/ccI0MGu3.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
# 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
# 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 failed
| - build solo5-bindings-hvt 0.6.9
+- 
+- The following changes have been performed (the rest was aborted)
| - install arp                 3.1.1
| - install art                 0.2.0
| - install asn1-combinators    0.2.6
| - install astring             0.8.5
| - install base                v0.16.3
| - install base-bytes          base
| - install base64              3.5.1
| - install bheap               2.0.0
| - install bigarray-compat     1.1.0
| - install bos                 0.2.1
| - install cmdliner            1.0.4
| - install conf-bash           1
| - install conf-gmp            4
| - install conf-gmp-powm-sec   3
| - install conf-libseccomp     1
| - install conf-pkg-config     2
| - install cppo                1.7.0
| - install cstruct             6.0.1
| - install cstruct-lwt         6.0.1
| - install cstruct-sexp        6.0.1
| - install cstruct-unix        6.0.1
| - install domain-name         0.4.0
| - install duff                0.5
| - install duration            0.2.1
| - install eqaf                0.9
| - install ethernet            3.2.0
| - install fmt                 0.9.0
| - install fpath               0.7.3
| - install functoria-runtime   4.0.0~beta3
| - install gmap                0.3.0
| - install hxd                 0.3.1
| - install ipaddr              5.6.0
| - install ipaddr-sexp         5.6.0
| - install jsonm               1.0.2
| - install ke                  0.6
| - install logs                0.7.0
| - install lru                 0.3.1
| - install lwt                 5.5.0
| - install lwt-dllist          1.0.1
| - install macaddr             5.6.0
| - install macaddr-cstruct     5.6.0
| - install magic-mime          1.3.1
| - install metrics             0.4.1
| - install mimic               0.0.6
| - install mirage-clock        4.2.0
| - install mirage-clock-unix   4.2.0
| - install mirage-flow         3.0.0
| - install mirage-kv           4.0.1
| - install mirage-net          4.0.0
| - install mirage-no-xen       1
| - install mirage-profile      0.9.1
| - install mirage-random       3.0.0
| - install mirage-runtime      4.0.0~beta3
| - install mirage-time         3.0.0
| - install mirage-unix         5.0.1
| - install mmap                1.2.0
| - install mtime               1.4.0
| - install num                 1.5-1
| - install ocaml-compiler-libs v0.12.4
| - install ocaml-src           4.14.2
| - install ocaml-syntax-shims  1.0.0
| - install ocamlbuild          0.15.0
| - install ocamlfind           1.9.6
| - install ocamlgraph          2.1.0
| - install ocplib-endian       1.2
| - install optint              0.3.0
| - install parsexp             v0.16.0
| - install pecu                0.7
| - install ppx_cstruct         6.0.1
| - install ppx_derivers        1.2.1
| - install ppx_sexp_conv       v0.16.0
| - install ppxlib              0.33.0
| - install psq                 0.2.1
| - install ptime               1.2.0
| - install randomconv          0.1.3
| - install re                  1.12.0
| - install result              1.5
| - install rresult             0.7.0
| - install seq                 base
| - install sexplib             v0.16.0
| - install sexplib0            v0.16.0
| - install stdlib-shims        0.3.0
| - install stringext           1.6.0
| - install topkg               1.0.7
| - install uutf                1.0.3
| - install zarith              1.14
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20241031023732.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
opam-repo-ci detected dependencies failing:  solo5-bindings-hvt.0.6.9
"/usr/bin/env" "bash" "-c" "opam reinstall docteur.0.0.1;
        res=$?;
        test "$res" != 31 && exit "$res";
        export OPAMCLI=2.0;
        build_dir=$(opam var prefix)/.opam-switch/build;
        failed=$(ls "$build_dir");
        partial_fails="";
        for pkg in $failed; do
          if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'docteur.0.0.1' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2024-10-31 02:38.42: Job failed: Failed: Build failed
2024-10-31 02:38.42: Log analysis:
2024-10-31 02:38.42: >>> 
[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=".
 (score = 20)
2024-10-31 02:38.42: >>> 
# test_zeropage.c:39:5: error: array subscript 0 is outside array bounds of 'uint64_t[0]' {aka 'long unsigned int[]'} [-Werror=array-bounds]
 (score = 30)
2024-10-31 02:38.42: >>> 
opam-repo-ci detected dependencies failing:  solo5-bindings-hvt.0.6.9
 (score = 75)
2024-10-31 02:38.42:  solo5-bindings-hvt.0.6.9 failed to build