Building on summer (from freebsd-ocaml-5.0) 2023-09-17 15:28.17 ---> using "b0ee167c73857b60ecf6c06eff6bbe96857a02ac84fefd2b9807cb2eea16bf97" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam")) 2023-09-17 15:28.17 ---> using "58da31f76f3dd28576bb2b11a05c1473a2cbc0bc8e959f83414ab7001888e94f" from cache /: (run (network host) (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q b61304c6db353e679a36720d8b914b029d6fbc0c")) 2023-09-17 15:28.17 ---> using "8d3da13405344b39e752afb838c3c735052c4eec4b16365a8f42fa332f48db13" from cache /: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository")) No configuration file found, using 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. <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><> [default] Initialised User configuration: /usr/home/opam/.profile is already up-to-date. [NOTE] Make sure that /usr/home/opam/.profile is well sourced in your ~/.bashrc. 2023-09-17 15:28.17 ---> using "8116be61a4c735c894d82723f81082e77bc159c30ffe9a35227f19965692cf33" from cache /: (run (cache (opam-archives (target /usr/home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default '4.14.1' 'ocaml-base-compiler.4.14.1'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "4.14.1"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> installed ocaml-options-vanilla.1 -> retrieved ocaml-base-compiler.4.14.1 (cached) -> installed ocaml-base-compiler.4.14.1 -> installed ocaml-config.2 -> installed ocaml.4.14.1 Done. # Run eval $(opam env --switch=4.14.1) to update the current shell environment 2023-09-17 15:28.17 ---> using "d74ca11c81cb94850460e040b430ca34af571abb56e8a7a8f872c85baa4c4e5d" from cache /: (run (network host) (shell "opam update --depexts")) [WARNING] Unknown update command for bsd, skipping system update 2023-09-17 15:28.17 ---> using "c0b3aedd2094499d94806c83a2a6d025c18f903b4e4191cfd35f3ee66a43d1bd" from cache /: (run (cache (opam-archives (target /usr/home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"solo5-bindings-xen.0.6.9\"\ \nopam install -vy \"solo5-bindings-xen.0.6.9\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"solo5-bindings-xen.0.6.9\" | grep -q '\"freebsd\"'; then\ \n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\ \n exit 69\ \n fi\ \nfi\ \n\ \n\ \nexit $res\ \n")) [NOTE] solo5-bindings-xen.0.6.9 is not installed. Nothing to do. The following actions will be performed: - install conf-pkg-config 2 [required by solo5-bindings-xen] - install solo5-bindings-xen 0.6.9 ===== 2 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/6: [solo5-bindings-xen.0.6.9: http] Processing 3/6: [solo5-bindings-xen.0.6.9: http] [conf-pkg-config: pkg-config] Processing 3/6: [conf-pkg-config: pkg-config] - usage: pkgconf [OPTIONS] [LIBRARIES] - - basic options: - - --help this message - --about print pkgconf version and license to stdout - --version print supported pkg-config version to stdout - --atleast-pkgconfig-version check whether or not pkgconf is compatible - with a specified pkg-config version - --errors-to-stdout print all errors on stdout instead of stderr - --print-errors ensure all errors are printed - --short-errors be less verbose about some errors - --silence-errors explicitly be silent about errors - --list-all list all known packages - --list-package-names list all known package names - --simulate simulate walking the calculated dependency graph - --no-cache do not cache already seen packages when - walking the dependency graph - --log-file=filename write an audit log to a specified file - --with-path=path adds a directory to the search path - --define-prefix override the prefix variable with one that is guessed based on - the location of the .pc file - --dont-define-prefix do not override the prefix variable under any circumstances - --prefix-variable=varname sets the name of the variable that pkgconf considers - to be the package prefix - --relocate=path relocates a path and exits (mostly for testsuite) - --dont-relocate-paths disables path relocation support - - cross-compilation personality support: - - --personality=triplet|filename sets the personality to 'triplet' or a file named 'filename' - --dump-personality dumps details concerning selected personality - - checking specific pkg-config database entries: - - --atleast-version require a specific version of a module - --exact-version require an exact version of a module - --max-version require a maximum version of a module - --exists check whether or not a module exists - --uninstalled check whether or not an uninstalled module will be used - --no-uninstalled never use uninstalled modules when satisfying dependencies - --no-provides do not use 'provides' rules to resolve dependencies - --maximum-traverse-depth maximum allowed depth for dependency graph - --static be more aggressive when computing dependency graph - (for static linking) - --shared use a simplified dependency graph (usually default) - --pure optimize a static dependency graph as if it were a normal - dependency graph - --env-only look only for package entries in PKG_CONFIG_PATH - --ignore-conflicts ignore 'conflicts' rules in modules - --validate validate specific .pc files for correctness - - querying specific pkg-config database fields: - - --define-variable=varname=value define variable 'varname' as 'value' - --variable=varname print specified variable entry to stdout - --cflags print required CFLAGS to stdout - --cflags-only-I print required include-dir CFLAGS to stdout - --cflags-only-other print required non-include-dir CFLAGS to stdout - --libs print required linker flags to stdout - --libs-only-L print required LDPATH linker flags to stdout - --libs-only-l print required LIBNAME linker flags to stdout - --libs-only-other print required other linker flags to stdout - --print-requires print required dependency frameworks to stdout - --print-requires-private print required dependency frameworks for static - linking to stdout - --print-provides print provided dependencies to stdout - --print-variables print all known variables in module to stdout - --digraph print entire dependency graph in graphviz 'dot' format - --keep-system-cflags keep -I/usr/include entries in cflags output - --keep-system-libs keep -L/usr/lib entries in libs output - --path show the exact filenames for any matching .pc files - --modversion print the specified module's version to stdout - --internal-cflags do not filter 'internal' cflags from output - - filtering output: - - --msvc-syntax print translatable fragments in MSVC syntax - --fragment-filter=types filter output fragments to the specified types - - report bugs to <https://github.com/pkgconf/pkgconf/issues/new>. -> compiled conf-pkg-config.2 Processing 3/6: Processing 4/6: [conf-pkg-config: mkdir] -> retrieved solo5-bindings-xen.0.6.9 (https://github.com/Solo5/solo5/releases/download/v0.6.9/solo5-v0.6.9.tar.gz) + /bin/mkdir "-p" "/usr/home/opam/.opam/4.14.1/lib/pkgconfig" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/conf-pkg-config.2) -> installed conf-pkg-config.2 Processing 5/6: [solo5-bindings-xen: ./configure.sh] + /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/./configure.sh (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9) - configure.sh: Configured for x86_64-unknown-freebsd13.2. - configure.sh: Enabled targets: hvt virtio muen xen. Processing 5/6: [solo5-bindings-xen: gmake] + /usr/local/bin/gmake "V=1" "CONFIG_HVT=" "CONFIG_SPT=" "CONFIG_VIRTIO=" "CONFIG_MUEN=" "CONFIG_GENODE=" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9) - GEN include/solo5/solo5_version.h - scripts/gen_version_h.sh include/solo5/solo5_version.h - MAKE bindings - /usr/local/bin/gmake -C bindings - gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings' - AS xen/boot.o - cc -MT xen/boot.o -MMD -MP -MF xen/boot.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -DASM_FILE -c xen/boot.S -o xen/boot.o - mv -f xen/boot.Td xen/boot.d && touch xen/boot.o - CC xen/start.o - cc -MT xen/start.o -MMD -MP -MF xen/start.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -c xen/start.c -o xen/start.o - mv -f xen/start.Td xen/start.d && touch xen/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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -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 -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -c mft.c -o mft.o - mv -f mft.Td mft.d && touch mft.o - AS xen/hypercall_page.o - cc -MT xen/hypercall_page.o -MMD -MP -MF xen/hypercall_page.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -DASM_FILE -c xen/hypercall_page.S -o xen/hypercall_page.o - mv -f xen/hypercall_page.Td xen/hypercall_page.d && touch xen/hypercall_page.o - CC xen/console.o - cc -MT xen/console.o -MMD -MP -MF xen/console.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -c xen/console.c -o xen/console.o - mv -f xen/console.Td xen/console.d && touch xen/console.o - CC xen/platform.o - cc -MT xen/platform.o -MMD -MP -MF xen/platform.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -c xen/platform.c -o xen/platform.o - mv -f xen/platform.Td xen/platform.d && touch xen/platform.o - CC xen/platform_intr.o - cc -MT xen/platform_intr.o -MMD -MP -MF xen/platform_intr.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -c xen/platform_intr.c -o xen/platform_intr.o - mv -f xen/platform_intr.Td xen/platform_intr.d && touch xen/platform_intr.o - CC xen/evtchn.o - cc -MT xen/evtchn.o -MMD -MP -MF xen/evtchn.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -c xen/evtchn.c -o xen/evtchn.o - mv -f xen/evtchn.Td xen/evtchn.d && touch xen/evtchn.o - CC xen/time.o - cc -MT xen/time.o -MMD -MP -MF xen/time.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -c xen/time.c -o xen/time.o - mv -f xen/time.Td xen/time.d && touch xen/time.o - CC xen/pvclock.o - cc -MT xen/pvclock.o -MMD -MP -MF xen/pvclock.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -c xen/pvclock.c -o xen/pvclock.o - mv -f xen/pvclock.Td xen/pvclock.d && touch xen/pvclock.o - CC xen/stubs.o - cc -MT xen/stubs.o -MMD -MP -MF xen/stubs.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -c xen/stubs.c -o xen/stubs.o - mv -f xen/stubs.Td xen/stubs.d && touch xen/stubs.o - LD xen/solo5_xen.o - ld -r -nostdlib -z max-page-size=0x1000 -static xen/boot.o xen/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 xen/hypercall_page.o xen/console.o xen/platform.o xen/platform_intr.o xen/evtchn.o xen/time.o xen/pvclock.o xen/stubs.o -o xen/solo5_xen.o - OBJCOPY xen/solo5_xen.o - objcopy -w -G solo5_\* -G _start\* -G __stack_chk_guard -G __stack_chk_fail xen/solo5_xen.o xen/solo5_xen.o - gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings' - MAKE tenders - /usr/local/bin/gmake -C tenders - gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tenders' - gmake[1]: Nothing to be done for 'all'. - gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tenders' - MAKE elftool - /usr/local/bin/gmake -C elftool - gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 - gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/elftool' - MAKE tests - /usr/local/bin/gmake -C tests - gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests' - MAKE test_blk - /usr/local/bin/gmake -C test_blk - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_blk' - CC test_blk.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_blk.c -o test_blk.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_blk.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_blk.o manifest.o -o test_blk.xen - XL test_blk.xl - sed -e s/@@NAME@@/test_blk/ \ - -e s/@@KERNEL@@/test_blk.xen/ \ - ../config.xl.in >test_blk.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_blk' - MAKE test_dumpcore - /usr/local/bin/gmake -C test_dumpcore - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_dumpcore' - CC test_dumpcore.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_dumpcore.c -o test_dumpcore.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_dumpcore.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_dumpcore.o manifest.o -o test_dumpcore.xen - XL test_dumpcore.xl - sed -e s/@@NAME@@/test_dumpcore/ \ - -e s/@@KERNEL@@/test_dumpcore.xen/ \ - ../config.xl.in >test_dumpcore.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_dumpcore' - MAKE test_exception - /usr/local/bin/gmake -C test_exception - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_exception' - CC test_exception.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_exception.c -o test_exception.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_exception.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_exception.o manifest.o -o test_exception.xen - XL test_exception.xl - sed -e s/@@NAME@@/test_exception/ \ - -e s/@@KERNEL@@/test_exception.xen/ \ - ../config.xl.in >test_exception.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_exception' - MAKE test_fpu - /usr/local/bin/gmake -C test_fpu - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_fpu' - CC test_fpu.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_fpu.c -o test_fpu.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_fpu.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_fpu.o manifest.o -o test_fpu.xen - XL test_fpu.xl - sed -e s/@@NAME@@/test_fpu/ \ - -e s/@@KERNEL@@/test_fpu.xen/ \ - ../config.xl.in >test_fpu.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_fpu' - MAKE test_globals - /usr/local/bin/gmake -C test_globals - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_globals' - CC test_globals.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_globals.c -o test_globals.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_globals.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_globals.o manifest.o -o test_globals.xen - XL test_globals.xl - sed -e s/@@NAME@@/test_globals/ \ - -e s/@@KERNEL@@/test_globals.xen/ \ - ../config.xl.in >test_globals.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_globals' - MAKE test_hello - /usr/local/bin/gmake -C test_hello - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_hello' - CC test_hello.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_hello.c -o test_hello.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_hello.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_hello.o manifest.o -o test_hello.xen - XL test_hello.xl - sed -e s/@@NAME@@/test_hello/ \ - -e s/@@KERNEL@@/test_hello.xen/ \ - ../config.xl.in >test_hello.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_hello' - MAKE test_mft_maxdevices - /usr/local/bin/gmake -C test_mft_maxdevices - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_mft_maxdevices' - CC test_mft_maxdevices.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_mft_maxdevices.c -o test_mft_maxdevices.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_mft_maxdevices.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_mft_maxdevices.o manifest.o -o test_mft_maxdevices.xen - XL test_mft_maxdevices.xl - sed -e s/@@NAME@@/test_mft_maxdevices/ \ - -e s/@@KERNEL@@/test_mft_maxdevices.xen/ \ - ../config.xl.in >test_mft_maxdevices.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_mft_maxdevices' - MAKE test_net - /usr/local/bin/gmake -C test_net - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_net' - CC test_net.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_net.c -o test_net.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_net.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_net.o manifest.o -o test_net.xen - XL test_net.xl - sed -e s/@@NAME@@/test_net/ \ - -e s/@@KERNEL@@/test_net.xen/ \ - ../config.xl.in >test_net.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_net' - MAKE test_net_2if - /usr/local/bin/gmake -C test_net_2if - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_net_2if' - CC test_net_2if.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_net_2if.c -o test_net_2if.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_net_2if.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_net_2if.o manifest.o -o test_net_2if.xen - XL test_net_2if.xl - sed -e s/@@NAME@@/test_net_2if/ \ - -e s/@@KERNEL@@/test_net_2if.xen/ \ - ../config.xl.in >test_net_2if.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_net_2if' - MAKE test_notls - /usr/local/bin/gmake -C test_notls - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_notls' - CC test_notls.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_notls.c -o test_notls.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_notls.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_notls.o manifest.o -o test_notls.xen - XL test_notls.xl - sed -e s/@@NAME@@/test_notls/ \ - -e s/@@KERNEL@@/test_notls.xen/ \ - ../config.xl.in >test_notls.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_notls' - MAKE test_quiet - /usr/local/bin/gmake -C test_quiet - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_quiet' - CC test_quiet.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_quiet.c -o test_quiet.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_quiet.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_quiet.o manifest.o -o test_quiet.xen - XL test_quiet.xl - sed -e s/@@NAME@@/test_quiet/ \ - -e s/@@KERNEL@@/test_quiet.xen/ \ - ../config.xl.in >test_quiet.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_quiet' - MAKE test_seccomp - /usr/local/bin/gmake -C test_seccomp - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_seccomp' - CC test_seccomp.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_seccomp.c -o test_seccomp.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_seccomp.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_seccomp.o manifest.o -o test_seccomp.xen - XL test_seccomp.xl - sed -e s/@@NAME@@/test_seccomp/ \ - -e s/@@KERNEL@@/test_seccomp.xen/ \ - ../config.xl.in >test_seccomp.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_seccomp' - MAKE test_ssp - /usr/local/bin/gmake -C test_ssp - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_ssp' - CC test_ssp.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_ssp.c -o test_ssp.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_ssp.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_ssp.o manifest.o -o test_ssp.xen - XL test_ssp.xl - sed -e s/@@NAME@@/test_ssp/ \ - -e s/@@KERNEL@@/test_ssp.xen/ \ - ../config.xl.in >test_ssp.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_ssp' - MAKE test_time - /usr/local/bin/gmake -C test_time - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_time' - CC test_time.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_time.c -o test_time.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_time.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_time.o manifest.o -o test_time.xen - XL test_time.xl - sed -e s/@@NAME@@/test_time/ \ - -e s/@@KERNEL@@/test_time.xen/ \ - ../config.xl.in >test_time.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_time' - MAKE test_tls - /usr/local/bin/gmake -C test_tls - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_tls' - CC test_tls.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_tls.c -o test_tls.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_tls.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_tls.o manifest.o -o test_tls.xen - XL test_tls.xl - sed -e s/@@NAME@@/test_tls/ \ - -e s/@@KERNEL@@/test_tls.xen/ \ - ../config.xl.in >test_tls.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_tls' - MAKE test_wnox - /usr/local/bin/gmake -C test_wnox - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_wnox' - CC test_wnox.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_wnox.c -o test_wnox.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_wnox.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_wnox.o manifest.o -o test_wnox.xen - XL test_wnox.xl - sed -e s/@@NAME@@/test_wnox/ \ - -e s/@@KERNEL@@/test_wnox.xen/ \ - ../config.xl.in >test_wnox.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_wnox' - MAKE test_xnow - /usr/local/bin/gmake -C test_xnow - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_xnow' - CC test_xnow.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_xnow.c -o test_xnow.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_xnow.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_xnow.o manifest.o -o test_xnow.xen - XL test_xnow.xl - sed -e s/@@NAME@@/test_xnow/ \ - -e s/@@KERNEL@@/test_xnow.xen/ \ - ../config.xl.in >test_xnow.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_xnow' - MAKE test_zeropage - /usr/local/bin/gmake -C test_zeropage - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_zeropage' - CC test_zeropage.c - cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c test_zeropage.c -o test_zeropage.o - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_zeropage.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_zeropage.o manifest.o -o test_zeropage.xen - XL test_zeropage.xl - sed -e s/@@NAME@@/test_zeropage/ \ - -e s/@@KERNEL@@/test_zeropage.xen/ \ - ../config.xl.in >test_zeropage.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_zeropage' - gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests' -> compiled solo5-bindings-xen.0.6.9 Processing 6/6: [solo5-bindings-xen: gmake install-opam-xen] + /usr/local/bin/gmake "V=1" "CONFIG_HVT=" "CONFIG_SPT=" "CONFIG_VIRTIO=" "CONFIG_MUEN=" "CONFIG_GENODE=" "install-opam-xen" "PREFIX=/usr/home/opam/.opam/4.14.1" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9) - GEN include/solo5/solo5_version.h - scripts/gen_version_h.sh include/solo5/solo5_version.h - MAKE bindings - /usr/local/bin/gmake -C bindings - gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings' - CC xen/start.o - cc -MT xen/start.o -MMD -MP -MF xen/start.Td -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdlibinc -mno-sse -mno-mmx -mno-aes -mno-avx -mno-red-zone -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/xen -c xen/start.c -o xen/start.o - mv -f xen/start.Td xen/start.d && touch xen/start.o - LD xen/solo5_xen.o - ld -r -nostdlib -z max-page-size=0x1000 -static xen/boot.o xen/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 xen/hypercall_page.o xen/console.o xen/platform.o xen/platform_intr.o xen/evtchn.o xen/time.o xen/pvclock.o xen/stubs.o -o xen/solo5_xen.o - OBJCOPY xen/solo5_xen.o - objcopy -w -G solo5_\* -G _start\* -G __stack_chk_guard -G __stack_chk_fail xen/solo5_xen.o xen/solo5_xen.o - gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings' - MAKE tenders - /usr/local/bin/gmake -C tenders - gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tenders' - gmake[1]: Nothing to be done for 'all'. - gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tenders' - MAKE elftool - /usr/local/bin/gmake -C elftool - gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 - gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/elftool' - MAKE tests - /usr/local/bin/gmake -C tests - gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests' - MAKE test_blk - /usr/local/bin/gmake -C test_blk - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_blk' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_blk.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_blk.o manifest.o -o test_blk.xen - XL test_blk.xl - sed -e s/@@NAME@@/test_blk/ \ - -e s/@@KERNEL@@/test_blk.xen/ \ - ../config.xl.in >test_blk.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_blk' - MAKE test_dumpcore - /usr/local/bin/gmake -C test_dumpcore - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_dumpcore' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_dumpcore.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_dumpcore.o manifest.o -o test_dumpcore.xen - XL test_dumpcore.xl - sed -e s/@@NAME@@/test_dumpcore/ \ - -e s/@@KERNEL@@/test_dumpcore.xen/ \ - ../config.xl.in >test_dumpcore.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_dumpcore' - MAKE test_exception - /usr/local/bin/gmake -C test_exception - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_exception' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_exception.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_exception.o manifest.o -o test_exception.xen - XL test_exception.xl - sed -e s/@@NAME@@/test_exception/ \ - -e s/@@KERNEL@@/test_exception.xen/ \ - ../config.xl.in >test_exception.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_exception' - MAKE test_fpu - /usr/local/bin/gmake -C test_fpu - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_fpu' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_fpu.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_fpu.o manifest.o -o test_fpu.xen - XL test_fpu.xl - sed -e s/@@NAME@@/test_fpu/ \ - -e s/@@KERNEL@@/test_fpu.xen/ \ - ../config.xl.in >test_fpu.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_fpu' - MAKE test_globals - /usr/local/bin/gmake -C test_globals - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_globals' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_globals.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_globals.o manifest.o -o test_globals.xen - XL test_globals.xl - sed -e s/@@NAME@@/test_globals/ \ - -e s/@@KERNEL@@/test_globals.xen/ \ - ../config.xl.in >test_globals.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_globals' - MAKE test_hello - /usr/local/bin/gmake -C test_hello - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_hello' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_hello.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_hello.o manifest.o -o test_hello.xen - XL test_hello.xl - sed -e s/@@NAME@@/test_hello/ \ - -e s/@@KERNEL@@/test_hello.xen/ \ - ../config.xl.in >test_hello.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_hello' - MAKE test_mft_maxdevices - /usr/local/bin/gmake -C test_mft_maxdevices - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_mft_maxdevices' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_mft_maxdevices.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_mft_maxdevices.o manifest.o -o test_mft_maxdevices.xen - XL test_mft_maxdevices.xl - sed -e s/@@NAME@@/test_mft_maxdevices/ \ - -e s/@@KERNEL@@/test_mft_maxdevices.xen/ \ - ../config.xl.in >test_mft_maxdevices.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_mft_maxdevices' - MAKE test_net - /usr/local/bin/gmake -C test_net - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_net' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_net.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_net.o manifest.o -o test_net.xen - XL test_net.xl - sed -e s/@@NAME@@/test_net/ \ - -e s/@@KERNEL@@/test_net.xen/ \ - ../config.xl.in >test_net.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_net' - MAKE test_net_2if - /usr/local/bin/gmake -C test_net_2if - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_net_2if' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_net_2if.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_net_2if.o manifest.o -o test_net_2if.xen - XL test_net_2if.xl - sed -e s/@@NAME@@/test_net_2if/ \ - -e s/@@KERNEL@@/test_net_2if.xen/ \ - ../config.xl.in >test_net_2if.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_net_2if' - MAKE test_notls - /usr/local/bin/gmake -C test_notls - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_notls' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_notls.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_notls.o manifest.o -o test_notls.xen - XL test_notls.xl - sed -e s/@@NAME@@/test_notls/ \ - -e s/@@KERNEL@@/test_notls.xen/ \ - ../config.xl.in >test_notls.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_notls' - MAKE test_quiet - /usr/local/bin/gmake -C test_quiet - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_quiet' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_quiet.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_quiet.o manifest.o -o test_quiet.xen - XL test_quiet.xl - sed -e s/@@NAME@@/test_quiet/ \ - -e s/@@KERNEL@@/test_quiet.xen/ \ - ../config.xl.in >test_quiet.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_quiet' - MAKE test_seccomp - /usr/local/bin/gmake -C test_seccomp - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_seccomp' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_seccomp.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_seccomp.o manifest.o -o test_seccomp.xen - XL test_seccomp.xl - sed -e s/@@NAME@@/test_seccomp/ \ - -e s/@@KERNEL@@/test_seccomp.xen/ \ - ../config.xl.in >test_seccomp.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_seccomp' - MAKE test_ssp - /usr/local/bin/gmake -C test_ssp - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_ssp' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_ssp.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_ssp.o manifest.o -o test_ssp.xen - XL test_ssp.xl - sed -e s/@@NAME@@/test_ssp/ \ - -e s/@@KERNEL@@/test_ssp.xen/ \ - ../config.xl.in >test_ssp.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_ssp' - MAKE test_time - /usr/local/bin/gmake -C test_time - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_time' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_time.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_time.o manifest.o -o test_time.xen - XL test_time.xl - sed -e s/@@NAME@@/test_time/ \ - -e s/@@KERNEL@@/test_time.xen/ \ - ../config.xl.in >test_time.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_time' - MAKE test_tls - /usr/local/bin/gmake -C test_tls - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_tls' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_tls.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_tls.o manifest.o -o test_tls.xen - XL test_tls.xl - sed -e s/@@NAME@@/test_tls/ \ - -e s/@@KERNEL@@/test_tls.xen/ \ - ../config.xl.in >test_tls.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_tls' - MAKE test_wnox - /usr/local/bin/gmake -C test_wnox - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_wnox' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_wnox.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_wnox.o manifest.o -o test_wnox.xen - XL test_wnox.xl - sed -e s/@@NAME@@/test_wnox/ \ - -e s/@@KERNEL@@/test_wnox.xen/ \ - ../config.xl.in >test_wnox.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_wnox' - MAKE test_xnow - /usr/local/bin/gmake -C test_xnow - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_xnow' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_xnow.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_xnow.o manifest.o -o test_xnow.xen - XL test_xnow.xl - sed -e s/@@NAME@@/test_xnow/ \ - -e s/@@KERNEL@@/test_xnow.xen/ \ - ../config.xl.in >test_xnow.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_xnow' - MAKE test_zeropage - /usr/local/bin/gmake -C test_zeropage - gmake[2]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_zeropage' - ELFTOOL manifest.json - /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.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 -nostdlibinc -isystem /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/crt -I/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/include/solo5 -c manifest.c -o manifest.o - LD test_zeropage.xen - ld -nostdlib -z max-page-size=0x1000 -static -T /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.lds /usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/bindings/xen/solo5_xen.o test_zeropage.o manifest.o -o test_zeropage.xen - XL test_zeropage.xl - sed -e s/@@NAME@@/test_zeropage/ \ - -e s/@@KERNEL@@/test_zeropage.xen/ \ - ../config.xl.in >test_zeropage.xl - gmake[2]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests/test_zeropage' - gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/solo5-bindings-xen.0.6.9/tests' - SUBST opam/solo5-bindings-xen.pc - sed <opam/solo5-bindings-xen.pc.in > opam/solo5-bindings-xen.pc \ - -e 's#!PC_CFLAGS!#-ffreestanding -fstack-protector-strong -nostdlibinc#g;' \ - -e 's#!PC_LD!#ld#g;' \ - -e 's#!PC_LDFLAGS!#-nostdlib -z max-page-size=0x1000 -static #g;' \ - -e 's#!PC_GENODE_CFLAGS!#-ffreestanding -fstack-protector-strong -fPIC -nostdlibinc#g;' \ - -e 's#!PC_GENODE_LDFLAGS!#-nostdlib -z max-page-size=0x1000 -shared -gc-sections --eh-frame-hdr -Ttext=0x01000000 --dynamic-linker=ld.lib.so -rpath-link=.#g;' \ - - INSTALL solo5 - mkdir -p /usr/home/opam/.opam/4.14.1/lib/pkgconfig \ - /usr/home/opam/.opam/4.14.1/lib/solo5-bindings-xen \ - /usr/home/opam/.opam/4.14.1/include/solo5-bindings-xen/solo5 \ - /usr/home/opam/.opam/4.14.1/include/solo5-bindings-xen/crt - cp -R include/solo5 include/crt /usr/home/opam/.opam/4.14.1/include/solo5-bindings-xen - cp bindings/xen/solo5_xen.o bindings/xen/solo5_xen.lds \ - /usr/home/opam/.opam/4.14.1/lib/solo5-bindings-xen - cp opam/solo5-bindings-xen.pc /usr/home/opam/.opam/4.14.1/lib/pkgconfig - cp elftool/solo5-elftool /usr/home/opam/.opam/4.14.1/bin -> installed solo5-bindings-xen.0.6.9 Done. # Run eval $(opam env) to update the current shell environment 2023-09-17 15:29.31 ---> saved as "48496b077b6734e230c0c0cfe48469573cf417556e17daf063b27fd85aadcd63" Job succeeded