Build:
  1. 0
2025-01-17 13:37.28: New job: Voodoo prep solo5-bindings-spt.0.6.9; 52754c6623240de9b37e927bc5110931
2025-01-17 13:37.28: Waiting for resource in pool OCluster
2025-01-17 13:39.03: Waiting for worker…
2025-01-17 13:39.14: Got resource from pool OCluster
2025-01-17 13:39.14: Using cache hint "docs-universe-prep-5.1.1"

To reproduce locally:

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

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

2025-01-17 13:39.14: RETRYING: 2025-01-17/133728-voodoo-prep-6e7d96 Number of retries: 0 (retriable error condition)
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
Updating files:  75% (21738/28945)
Updating files:  76% (21999/28945)
Updating files:  77% (22288/28945)
Updating files:  78% (22578/28945)
Updating files:  79% (22867/28945)
Updating files:  80% (23156/28945)
Updating files:  81% (23446/28945)
Updating files:  82% (23735/28945)
Updating files:  83% (24025/28945)
Updating files:  84% (24314/28945)
Updating files:  85% (24604/28945)
Updating files:  86% (24893/28945)
Updating files:  87% (25183/28945)
Updating files:  88% (25472/28945)
Updating files:  89% (25762/28945)
Updating files:  90% (26051/28945)
Updating files:  91% (26340/28945)
Updating files:  92% (26630/28945)
Updating files:  93% (26919/28945)
Updating files:  94% (27209/28945)
Updating files:  95% (27498/28945)
Updating files:  96% (27788/28945)
Updating files:  97% (28077/28945)
Updating files:  98% (28367/28945)
Updating files:  99% (28656/28945)
Updating files: 100% (28945/28945)
Updating files: 100% (28945/28945), done.
HEAD is now at ee6235510e mark packages I marked as deprecated with x-maintenance-intent: ["(none)"]

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:92a3785e8ded053de41bcbc855c69f01fa754a65a750c4e4fa17df3aed022d2d)
2025-01-17 13:34.35 ---> saved as "2e82165ccec884906e5bb9732d090b7f99076393c9dbcafa14754e86b882ba1c"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-01-17 13:34.35 ---> saved as "3d9b5d86be578dc02db3ede370cfe8690282342f3770d87c46981cd1e1e8a2e3"

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [47.9 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [15.1 kB]
Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [5693 B]
Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [5693 B]
Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [241 kB]
Fetched 9309 kB in 2s (6084 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 15 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (15.5 MB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18776 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
2025-01-17 13:34.39 ---> saved as "6575822368fef90310d446a92e16c0a45e9f901d3369f5a7eabece673c6c0998"

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

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

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.17.1
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.3.0
-> installed opam-format.2.3.0
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2025-01-17 13:35.46 ---> saved as "cdef4d04cfcee8a51363b1a03917ef88f94bdb407f878be1e6179b51c4556672"

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2025-01-17 13:35.46 ---> saved as "e19679bc60173c5daebe7444b8b855c06bf6ff017b2ce0dd33503843ad26b12f"
2025-01-17 13:35.46 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:92a3785e8ded053de41bcbc855c69f01fa754a65a750c4e4fa17df3aed022d2d)
2025-01-17 13:35.46 ---> using "2e82165ccec884906e5bb9732d090b7f99076393c9dbcafa14754e86b882ba1c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-01-17 13:35.46 ---> using "3d9b5d86be578dc02db3ede370cfe8690282342f3770d87c46981cd1e1e8a2e3" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2025-01-17 13:35.46 ---> saved as "c000ebc3600b3651b0e712faa300544a2c41f49e01ff27785ca018ee05decbea"

/home/opam: (copy (src packages) (dst /src/packages))
2025-01-17 13:36.00 ---> saved as "2bea0c2b60b0a2a0bbdd539053a5a7f75429076a478e60e4daf0cf9e398c224f"

/home/opam: (copy (src repo) (dst /src/repo))
2025-01-17 13:36.00 ---> saved as "a6046534a7d1e12ec6500474fc82bf141b1f968c887ed8ec25d0d5e0af06969f"

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-17 13:38.00 ---> saved as "8ec91ae699650f8a58472d90cc054e258486348cb3a491eae302f89f47a82ccf"

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

2025-01-17 13:38.30 ---> saved as "3ed5822aae8c89fb1f1a11212cb7548d73924c2b206e65df374e2179832c853a"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2025-01-17 13:38.30 ---> saved as "5db72b057b11df179e98ab3f19f6b6ee4427c45dc4c3ec13f0a8249903e3a79f"

/home/opam: (comment "no build system")

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

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

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

Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [47.9 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [15.1 kB]
Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [5693 B]
Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [5693 B]
Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [241 kB]
Fetched 9309 kB in 2s (5795 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
15 packages can be upgraded. Run 'apt list --upgradable' to see them.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

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

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

<><> Carrying on to "opam depext -viy solo5-bindings-spt.0.6.9 host-arch-x86_64.1 conf-pkg-config.4 conf-libseccomp.1" 

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

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libseccomp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18776 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libseccomp-dev:amd64.
- Preparing to unpack .../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 .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libseccomp-dev:amd64 (2.5.4-1+deb12u1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  3/9:
Processing  4/9: [conf-pkg-config: pkg-config]
-> retrieved solo5-bindings-spt.0.6.9  (cached)
+ /usr/bin/pkg-config "--help" (CWD=/home/opam/.opam/5.1/.opam-switch/build/conf-pkg-config.4)
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.4
-> installed conf-pkg-config.4
Processing  6/9: [conf-libseccomp: pkg-config libseccomp]
+ /usr/bin/pkg-config "--print-errors" "--exists" "libseccomp" (CWD=/home/opam/.opam/5.1/.opam-switch/build/conf-libseccomp.1)
-> compiled  conf-libseccomp.1
-> installed conf-libseccomp.1
Processing  8/9: [solo5-bindings-spt: ./configure.sh]
+ /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/./configure.sh  (CWD=/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9)
- configure.sh: Configured for x86_64-linux-gnu.
- configure.sh: Enabled targets: hvt spt virtio muen xen.
Processing  8/9: [solo5-bindings-spt: make]
+ /usr/bin/make "V=1" "CONFIG_HVT=" "CONFIG_VIRTIO=" "CONFIG_MUEN=" "CONFIG_GENODE=" "CONFIG_XEN=" (CWD=/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9)
- GEN include/solo5/solo5_version.h
- scripts/gen_version_h.sh include/solo5/solo5_version.h
- MAKE bindings
- /usr/bin/make -C bindings  
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings'
- CC spt/start.o
- cc -MT spt/start.o -MMD -MP -MF spt/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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c spt/start.c -o spt/start.o
- mv -f spt/start.Td spt/start.d && touch spt/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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c abort.c -o abort.o
- mv -f abort.Td abort.d && touch abort.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c printf.c -o printf.o
- mv -f printf.Td printf.d && touch printf.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c mft.c -o mft.o
- mv -f mft.Td mft.d && touch mft.o
- CC spt/bindings.o
- cc -MT spt/bindings.o -MMD -MP -MF spt/bindings.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c spt/bindings.c -o spt/bindings.o
- mv -f spt/bindings.Td spt/bindings.d && touch spt/bindings.o
- CC spt/block.o
- cc -MT spt/block.o -MMD -MP -MF spt/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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c spt/block.c -o spt/block.o
- mv -f spt/block.Td spt/block.d && touch spt/block.o
- CC spt/net.o
- cc -MT spt/net.o -MMD -MP -MF spt/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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c spt/net.c -o spt/net.o
- mv -f spt/net.Td spt/net.d && touch spt/net.o
- CC spt/platform.o
- cc -MT spt/platform.o -MMD -MP -MF spt/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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c spt/platform.c -o spt/platform.o
- mv -f spt/platform.Td spt/platform.d && touch spt/platform.o
- CC spt/sys_linux_x86_64.o
- cc -MT spt/sys_linux_x86_64.o -MMD -MP -MF spt/sys_linux_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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c spt/sys_linux_x86_64.c -o spt/sys_linux_x86_64.o
- mv -f spt/sys_linux_x86_64.Td spt/sys_linux_x86_64.d && touch spt/sys_linux_x86_64.o
- LD spt/solo5_spt.o
- ld -r -nostdlib -z max-page-size=0x1000 -static  spt/start.o abort.o crt.o printf.o lib.o mem.o exit.o log.o cmdline.o tls.o mft.o spt/bindings.o spt/block.o spt/net.o spt/platform.o spt/sys_linux_x86_64.o -o spt/solo5_spt.o
- OBJCOPY spt/solo5_spt.o
- objcopy -w -G solo5_\* -G _start\* -G __stack_chk_guard -G __stack_chk_fail spt/solo5_spt.o spt/solo5_spt.o
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings'
- MAKE tenders
- /usr/bin/make -C tenders  
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.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 spt/spt_main.o
- cc -MT spt/spt_main.o -MMD -MP -MF spt/spt_main.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c spt/spt_main.c -o spt/spt_main.o
- mv -f spt/spt_main.Td spt/spt_main.d && touch spt/spt_main.o
- HOSTCC spt/spt_core.o
- cc -MT spt/spt_core.o -MMD -MP -MF spt/spt_core.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c spt/spt_core.c -o spt/spt_core.o
- mv -f spt/spt_core.Td spt/spt_core.d && touch spt/spt_core.o
- HOSTAS spt/spt_launch_x86_64.o
- cc -MT spt/spt_launch_x86_64.o -MMD -MP -MF spt/spt_launch_x86_64.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -DASM_FILE -c spt/spt_launch_x86_64.S -o spt/spt_launch_x86_64.o
- mv -f spt/spt_launch_x86_64.Td spt/spt_launch_x86_64.d && touch spt/spt_launch_x86_64.o
- HOSTCC spt/spt_module_net.o
- cc -MT spt/spt_module_net.o -MMD -MP -MF spt/spt_module_net.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c spt/spt_module_net.c -o spt/spt_module_net.o
- mv -f spt/spt_module_net.Td spt/spt_module_net.d && touch spt/spt_module_net.o
- HOSTCC spt/spt_module_block.o
- cc -MT spt/spt_module_block.o -MMD -MP -MF spt/spt_module_block.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c spt/spt_module_block.c -o spt/spt_module_block.o
- mv -f spt/spt_module_block.Td spt/spt_module_block.d && touch spt/spt_module_block.o
- HOSTLINK spt/solo5-spt
- cc -Wl,-z -Wl,noexecstack spt/spt_main.o spt/spt_core.o spt/spt_launch_x86_64.o spt/spt_module_net.o spt/spt_module_block.o common/libcommon.a -lseccomp  -o spt/solo5-spt
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tenders'
- MAKE elftool
- /usr/bin/make -C elftool  
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/elftool'
- MAKE tests
- /usr/bin/make -C tests  
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests'
- MAKE test_blk
- /usr/bin/make -C test_blk  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_blk.c -o test_blk.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_blk.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_blk.o manifest.o -o test_blk.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_blk'
- MAKE test_dumpcore
- /usr/bin/make -C test_dumpcore  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_dumpcore.c -o test_dumpcore.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_dumpcore.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_dumpcore.o manifest.o -o test_dumpcore.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_dumpcore'
- MAKE test_exception
- /usr/bin/make -C test_exception  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_exception.c -o test_exception.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_exception.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_exception.o manifest.o -o test_exception.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_exception'
- MAKE test_fpu
- /usr/bin/make -C test_fpu  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_fpu.c -o test_fpu.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_fpu.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_fpu.o manifest.o -o test_fpu.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_fpu'
- MAKE test_globals
- /usr/bin/make -C test_globals  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_globals.c -o test_globals.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_globals.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_globals.o manifest.o -o test_globals.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_globals'
- MAKE test_hello
- /usr/bin/make -C test_hello  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_hello.c -o test_hello.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_hello.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_hello.o manifest.o -o test_hello.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_hello'
- MAKE test_mft_maxdevices
- /usr/bin/make -C test_mft_maxdevices  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_mft_maxdevices.c -o test_mft_maxdevices.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_mft_maxdevices.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_mft_maxdevices.o manifest.o -o test_mft_maxdevices.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_mft_maxdevices'
- MAKE test_net
- /usr/bin/make -C test_net  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_net.c -o test_net.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_net.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_net.o manifest.o -o test_net.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_net'
- MAKE test_net_2if
- /usr/bin/make -C test_net_2if  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_net_2if.c -o test_net_2if.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_net_2if.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_net_2if.o manifest.o -o test_net_2if.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_net_2if'
- MAKE test_notls
- /usr/bin/make -C test_notls  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_notls.c -o test_notls.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_notls.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_notls.o manifest.o -o test_notls.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_notls'
- MAKE test_quiet
- /usr/bin/make -C test_quiet  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_quiet.c -o test_quiet.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_quiet.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_quiet.o manifest.o -o test_quiet.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_quiet'
- MAKE test_seccomp
- /usr/bin/make -C test_seccomp  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_seccomp'
- CC test_seccomp.c
- cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_seccomp.c -o test_seccomp.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_seccomp.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_seccomp.o manifest.o -o test_seccomp.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_seccomp'
- MAKE test_ssp
- /usr/bin/make -C test_ssp  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_ssp.c -o test_ssp.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_ssp.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_ssp.o manifest.o -o test_ssp.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_ssp'
- MAKE test_time
- /usr/bin/make -C test_time  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_time.c -o test_time.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_time.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_time.o manifest.o -o test_time.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_time'
- MAKE test_tls
- /usr/bin/make -C test_tls  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_tls.c -o test_tls.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_tls.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_tls.o manifest.o -o test_tls.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_tls'
- MAKE test_wnox
- /usr/bin/make -C test_wnox  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_wnox.c -o test_wnox.o
- /tmp/ccaNYXHk.s: Assembler messages:
- /tmp/ccaNYXHk.s:726: Warning: ignoring changed section attributes for .data
- /tmp/ccaNYXHk.s:733: Warning: dwarf line number information for .data ignored
- /tmp/ccaNYXHk.s:735: Warning: dwarf line number information for .data ignored
- /tmp/ccaNYXHk.s:736: Warning: dwarf line number information for .data ignored
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_wnox.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_wnox.o manifest.o -o test_wnox.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_wnox'
- MAKE test_xnow
- /usr/bin/make -C test_xnow  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_xnow.c -o test_xnow.o
- ELFTOOL manifest.json
- /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
- LD test_xnow.spt
- ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_xnow.o manifest.o -o test_xnow.spt
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_xnow'
- MAKE test_zeropage
- /usr/bin/make -C test_zeropage  
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_zeropage'
- make[1]: *** [GNUmakefile:33: test_zeropage] Error 2
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests'
- make: *** [GNUmakefile:70: tests] Error 2
[ERROR] The compilation of solo5-bindings-spt.0.6.9 failed at "make V=1 CONFIG_HVT= CONFIG_VIRTIO= CONFIG_MUEN= CONFIG_GENODE= CONFIG_XEN=".

#=== ERROR while compiling solo5-bindings-spt.0.6.9 ===========================#
# context              2.1.6 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///src
# path                 ~/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9
# command              /usr/bin/make V=1 CONFIG_HVT= CONFIG_VIRTIO= CONFIG_MUEN= CONFIG_GENODE= CONFIG_XEN=
# exit-code            2
# env-file             ~/.opam/log/solo5-bindings-spt-115-3acf64.env
# output-file          ~/.opam/log/solo5-bindings-spt-115-3acf64.out
### output ###
# GEN include/solo5/solo5_version.h
# scripts/gen_version_h.sh include/solo5/solo5_version.h
# MAKE bindings
# /usr/bin/make -C bindings  
# make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings'
# CC spt/start.o
# cc -MT spt/start.o -MMD -MP -MF spt/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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c spt/start.c -o spt/start.o
# mv -f spt/start.Td spt/start.d && touch spt/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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c abort.c -o abort.o
# mv -f abort.Td abort.d && touch abort.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c printf.c -o printf.o
# mv -f printf.Td printf.d && touch printf.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c mft.c -o mft.o
# mv -f mft.Td mft.d && touch mft.o
# CC spt/bindings.o
# cc -MT spt/bindings.o -MMD -MP -MF spt/bindings.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c spt/bindings.c -o spt/bindings.o
# mv -f spt/bindings.Td spt/bindings.d && touch spt/bindings.o
# CC spt/block.o
# cc -MT spt/block.o -MMD -MP -MF spt/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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c spt/block.c -o spt/block.o
# mv -f spt/block.Td spt/block.d && touch spt/block.o
# CC spt/net.o
# cc -MT spt/net.o -MMD -MP -MF spt/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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c spt/net.c -o spt/net.o
# mv -f spt/net.Td spt/net.d && touch spt/net.o
# CC spt/platform.o
# cc -MT spt/platform.o -MMD -MP -MF spt/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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c spt/platform.c -o spt/platform.o
# mv -f spt/platform.Td spt/platform.d && touch spt/platform.o
# CC spt/sys_linux_x86_64.o
# cc -MT spt/sys_linux_x86_64.o -MMD -MP -MF spt/sys_linux_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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -D__SOLO5_BINDINGS__ -c spt/sys_linux_x86_64.c -o spt/sys_linux_x86_64.o
# mv -f spt/sys_linux_x86_64.Td spt/sys_linux_x86_64.d && touch spt/sys_linux_x86_64.o
# LD spt/solo5_spt.o
# ld -r -nostdlib -z max-page-size=0x1000 -static  spt/start.o abort.o crt.o printf.o lib.o mem.o exit.o log.o cmdline.o tls.o mft.o spt/bindings.o spt/block.o spt/net.o spt/platform.o spt/sys_linux_x86_64.o -o spt/solo5_spt.o
# OBJCOPY spt/solo5_spt.o
# objcopy -w -G solo5_\* -G _start\* -G __stack_chk_guard -G __stack_chk_fail spt/solo5_spt.o spt/solo5_spt.o
# make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings'
# MAKE tenders
# /usr/bin/make -C tenders  
# make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.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 spt/spt_main.o
# cc -MT spt/spt_main.o -MMD -MP -MF spt/spt_main.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c spt/spt_main.c -o spt/spt_main.o
# mv -f spt/spt_main.Td spt/spt_main.d && touch spt/spt_main.o
# HOSTCC spt/spt_core.o
# cc -MT spt/spt_core.o -MMD -MP -MF spt/spt_core.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c spt/spt_core.c -o spt/spt_core.o
# mv -f spt/spt_core.Td spt/spt_core.d && touch spt/spt_core.o
# HOSTAS spt/spt_launch_x86_64.o
# cc -MT spt/spt_launch_x86_64.o -MMD -MP -MF spt/spt_launch_x86_64.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -DASM_FILE -c spt/spt_launch_x86_64.S -o spt/spt_launch_x86_64.o
# mv -f spt/spt_launch_x86_64.Td spt/spt_launch_x86_64.d && touch spt/spt_launch_x86_64.o
# HOSTCC spt/spt_module_net.o
# cc -MT spt/spt_module_net.o -MMD -MP -MF spt/spt_module_net.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c spt/spt_module_net.c -o spt/spt_module_net.o
# mv -f spt/spt_module_net.Td spt/spt_module_net.d && touch spt/spt_module_net.o
# HOSTCC spt/spt_module_block.o
# cc -MT spt/spt_module_block.o -MMD -MP -MF spt/spt_module_block.Td -Wall -Werror -std=c11 -fstack-protector-strong -O2 -g -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c spt/spt_module_block.c -o spt/spt_module_block.o
# mv -f spt/spt_module_block.Td spt/spt_module_block.d && touch spt/spt_module_block.o
# HOSTLINK spt/solo5-spt
# cc -Wl,-z -Wl,noexecstack spt/spt_main.o spt/spt_core.o spt/spt_launch_x86_64.o spt/spt_module_net.o spt/spt_module_block.o common/libcommon.a -lseccomp  -o spt/solo5-spt
# make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tenders'
# MAKE elftool
# /usr/bin/make -C elftool  
# make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/elftool'
# MAKE tests
# /usr/bin/make -C tests  
# make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests'
# MAKE test_blk
# /usr/bin/make -C test_blk  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_blk.c -o test_blk.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_blk.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_blk.o manifest.o -o test_blk.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_blk'
# MAKE test_dumpcore
# /usr/bin/make -C test_dumpcore  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_dumpcore.c -o test_dumpcore.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_dumpcore.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_dumpcore.o manifest.o -o test_dumpcore.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_dumpcore'
# MAKE test_exception
# /usr/bin/make -C test_exception  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_exception.c -o test_exception.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_exception.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_exception.o manifest.o -o test_exception.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_exception'
# MAKE test_fpu
# /usr/bin/make -C test_fpu  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_fpu.c -o test_fpu.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_fpu.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_fpu.o manifest.o -o test_fpu.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_fpu'
# MAKE test_globals
# /usr/bin/make -C test_globals  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_globals.c -o test_globals.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_globals.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_globals.o manifest.o -o test_globals.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_globals'
# MAKE test_hello
# /usr/bin/make -C test_hello  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_hello.c -o test_hello.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_hello.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_hello.o manifest.o -o test_hello.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_hello'
# MAKE test_mft_maxdevices
# /usr/bin/make -C test_mft_maxdevices  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_mft_maxdevices.c -o test_mft_maxdevices.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_mft_maxdevices.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_mft_maxdevices.o manifest.o -o test_mft_maxdevices.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_mft_maxdevices'
# MAKE test_net
# /usr/bin/make -C test_net  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_net.c -o test_net.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_net.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_net.o manifest.o -o test_net.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_net'
# MAKE test_net_2if
# /usr/bin/make -C test_net_2if  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_net_2if.c -o test_net_2if.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_net_2if.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_net_2if.o manifest.o -o test_net_2if.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_net_2if'
# MAKE test_notls
# /usr/bin/make -C test_notls  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_notls.c -o test_notls.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_notls.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_notls.o manifest.o -o test_notls.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_notls'
# MAKE test_quiet
# /usr/bin/make -C test_quiet  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_quiet.c -o test_quiet.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_quiet.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_quiet.o manifest.o -o test_quiet.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_quiet'
# MAKE test_seccomp
# /usr/bin/make -C test_seccomp  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_seccomp'
# CC test_seccomp.c
# cc -std=c11 -Wall -Wextra -Werror -O2 -g -ffreestanding -fstack-protector-strong -nostdinc -mstack-protector-guard=global -isystem /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_seccomp.c -o test_seccomp.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_seccomp.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_seccomp.o manifest.o -o test_seccomp.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_seccomp'
# MAKE test_ssp
# /usr/bin/make -C test_ssp  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_ssp.c -o test_ssp.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_ssp.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_ssp.o manifest.o -o test_ssp.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_ssp'
# MAKE test_time
# /usr/bin/make -C test_time  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_time.c -o test_time.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_time.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_time.o manifest.o -o test_time.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_time'
# MAKE test_tls
# /usr/bin/make -C test_tls  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_tls.c -o test_tls.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_tls.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_tls.o manifest.o -o test_tls.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_tls'
# MAKE test_wnox
# /usr/bin/make -C test_wnox  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_wnox.c -o test_wnox.o
# /tmp/ccaNYXHk.s: Assembler messages:
# /tmp/ccaNYXHk.s:726: Warning: ignoring changed section attributes for .data
# /tmp/ccaNYXHk.s:733: Warning: dwarf line number information for .data ignored
# /tmp/ccaNYXHk.s:735: Warning: dwarf line number information for .data ignored
# /tmp/ccaNYXHk.s:736: Warning: dwarf line number information for .data ignored
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_wnox.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_wnox.o manifest.o -o test_wnox.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_wnox'
# MAKE test_xnow
# /usr/bin/make -C test_xnow  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c test_xnow.c -o test_xnow.o
# ELFTOOL manifest.json
# /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/solo5 -c manifest.c -o manifest.o
# LD test_xnow.spt
# ld -nostdlib -z max-page-size=0x1000 -static  -T /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.lds /home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/bindings/spt/solo5_spt.o test_xnow.o manifest.o -o test_xnow.spt
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_xnow'
# MAKE test_zeropage
# /usr/bin/make -C test_zeropage  
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/include/crt -I/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.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/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests/test_zeropage'
# make[1]: *** [GNUmakefile:33: test_zeropage] Error 2
# make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/solo5-bindings-spt.0.6.9/tests'
# make: *** [GNUmakefile:70: tests] Error 2



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build solo5-bindings-spt 0.6.9
+- 
+- The following changes have been performed
| - install conf-libseccomp 1
| - install conf-pkg-config 4
+- 

<><> solo5-bindings-spt.0.6.9 troubleshooting <><><><><><><><><><><><><><><><><>
=> This package has been superseeded by solo5.
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.1/.opam-switch/backup/state-20250117133957.export"
'opam --cli=2.1 install solo5-bindings-spt.0.6.9 host-arch-x86_64.1 conf-pkg-config.4 conf-libseccomp.1 --verbose --yes --confirm-level=unsafe-yes' failed.
2025-01-17 13:40.32 ---> saved as "6670fa0dc4e375a81ca752901caceba9dac141ff2bddc13096f8d4cf70aa1a03"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u solo5-bindings-spt:52754c6623240de9b37e927bc5110931,conf-pkg-config:e16d2b39b23b640adce512d9ee5ae4fe,conf-libseccomp:88de814509388e6ab62fd984cdf70f6c"))
2025-01-17 13:40.34 ---> saved as "9797da88fd6ab4f6a9b88cf696b8abb71714bde5788f4fa6e2879c63802fb40b"

/home/opam: (run (network host)
                 (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                 (shell "(echo '0.697640') && (for DATA in prep/universes/88de814509388e6ab62fd984cdf70f6c/conf-libseccomp/1,conf-libseccomp.1-88de814509388e6ab62fd984cdf70f6c,conf-libseccomp.1 prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-pkg-config/4,conf-pkg-config.4-e16d2b39b23b640adce512d9ee5ae4fe,conf-pkg-config.4 prep/universes/52754c6623240de9b37e927bc5110931/solo5-bindings-spt/0.6.9,solo5-bindings-spt.0.6.9-52754c6623240de9b37e927bc5110931,solo5-bindings-spt.0.6.9; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/88de814509388e6ab62fd984cdf70f6c/conf-libseccomp/1,conf-libseccomp.1-88de814509388e6ab62fd984cdf70f6c,conf-libseccomp.1 prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-pkg-config/4,conf-pkg-config.4-e16d2b39b23b640adce512d9ee5ae4fe,conf-pkg-config.4 prep/universes/52754c6623240de9b37e927bc5110931/solo5-bindings-spt/0.6.9,solo5-bindings-spt.0.6.9-52754c6623240de9b37e927bc5110931,solo5-bindings-spt.0.6.9; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/88de814509388e6ab62fd984cdf70f6c/conf-libseccomp/1,conf-libseccomp.1-88de814509388e6ab62fd984cdf70f6c,conf-libseccomp.1 prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-pkg-config/4,conf-pkg-config.4-e16d2b39b23b640adce512d9ee5ae4fe,conf-pkg-config.4 prep/universes/52754c6623240de9b37e927bc5110931/solo5-bindings-spt/0.6.9,solo5-bindings-spt.0.6.9-52754c6623240de9b37e927bc5110931,solo5-bindings-spt.0.6.9; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.697640
prep/universes/88de814509388e6ab62fd984cdf70f6c/conf-libseccomp/1/opam
prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-pkg-config/4/opam
FAILED:solo5-bindings-spt.0.6.9-52754c6623240de9b37e927bc5110931
prep/universes/52754c6623240de9b37e927bc5110931/solo5-bindings-spt/0.6.9/opam
prep/universes/52754c6623240de9b37e927bc5110931/solo5-bindings-spt/0.6.9/opam.err.log
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:conf-libseccomp.1-88de814509388e6ab62fd984cdf70f6c:95e9464c753d38b84dfe24ce12c729d6ebea02194dc41c0355cfee30d8414c24
HASHES:conf-pkg-config.4-e16d2b39b23b640adce512d9ee5ae4fe:41c316c92761cd777efbc6a5614064470919ec2f3929a9808c588d436aee9753
HASHES:solo5-bindings-spt.0.6.9-52754c6623240de9b37e927bc5110931:28f85127606c43d1f9a2dc7f8691c7f29740987dcd7e4834ea69036f2793e6d9
2025-01-17 13:40.37 ---> saved as "e72e47aaab01e475f28e707b9ef0e90a0ad62f26e5fbe4ab1069a90d58926e33"
Job succeeded
2025-01-17 13:46.07: Failed: solo5-bindings-spt.0.6.9-52754c6623240de9b37e927bc5110931
2025-01-17 13:46.07: solo5-bindings-spt.0.6.9-52754c6623240de9b37e927bc5110931 -> 28f85127606c43d1f9a2dc7f8691c7f29740987dcd7e4834ea69036f2793e6d9
2025-01-17 13:46.07: conf-pkg-config.4-e16d2b39b23b640adce512d9ee5ae4fe -> 41c316c92761cd777efbc6a5614064470919ec2f3929a9808c588d436aee9753
2025-01-17 13:46.07: conf-libseccomp.1-88de814509388e6ab62fd984cdf70f6c -> 95e9464c753d38b84dfe24ce12c729d6ebea02194dc41c0355cfee30d8414c24
2025-01-17 13:46.07: Job succeeded