Build:
  1. 0
2024-09-12 08:35.53: New job: Voodoo prep tensorflow.0.0.11; fd0fc125c622e36634884ad593a59208
2024-09-12 08:35.53: Waiting for resource in pool OCluster
2024-09-12 20:03.49: Waiting for worker…
2024-09-12 20:03.49: Got resource from pool OCluster
2024-09-12 20:03.49: Using cache hint "docs-universe-prep-4.11.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.1.11.4 ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy tensorflow.0.0.11 stdlib-shims.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 ocamlfind.1.9.6 libtensorflow.0.1 integers.0.7.0 dune-configurator.1.0.0 dune.1.11.4 ctypes-foreign.0.18.0 ctypes.0.20.2 conf-which.1 conf-wget.1 conf-pkg-config.3 conf-libffi.2.0.0 cmdliner.1.3.0 bigarray-compat.1.1.0 base.v0.13.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u tensorflow:fd0fc125c622e36634884ad593a59208,libtensorflow:d41d8cd98f00b204e9800998ecf8427e,integers:671074981c42275a3ecebcf6aa03e73b,ctypes:82dd20194fc0da069f1b38d3d357b92b"))
 (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.702774') && (for DATA in prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2,ctypes.0.20.2-82dd20194fc0da069f1b38d3d357b92b,ctypes.0.20.2 prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0,integers.0.7.0-671074981c42275a3ecebcf6aa03e73b,integers.0.7.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/libtensorflow/0.1,libtensorflow.0.1-d41d8cd98f00b204e9800998ecf8427e,libtensorflow.0.1 prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11,tensorflow.0.0.11-fd0fc125c622e36634884ad593a59208,tensorflow.0.0.11; 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/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2,ctypes.0.20.2-82dd20194fc0da069f1b38d3d357b92b,ctypes.0.20.2 prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0,integers.0.7.0-671074981c42275a3ecebcf6aa03e73b,integers.0.7.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/libtensorflow/0.1,libtensorflow.0.1-d41d8cd98f00b204e9800998ecf8427e,libtensorflow.0.1 prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11,tensorflow.0.0.11-fd0fc125c622e36634884ad593a59208,tensorflow.0.0.11; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2,ctypes.0.20.2-82dd20194fc0da069f1b38d3d357b92b,ctypes.0.20.2 prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0,integers.0.7.0-671074981c42275a3ecebcf6aa03e73b,integers.0.7.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/libtensorflow/0.1,libtensorflow.0.1-d41d8cd98f00b204e9800998ecf8427e,libtensorflow.0.1 prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11,tensorflow.0.0.11-fd0fc125c622e36634884ad593a59208,tensorflow.0.0.11; 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 3f24a2bf4516c43dfc342d758d9e1074b6d1004e --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.11.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 20:03.49: RETRYING: 2024-09-12/083553-voodoo-prep-a2bd6f Number of retries: 0 (retriable error condition)
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
Updating files:  85% (27252/31927)
Updating files:  86% (27458/31927)
Updating files:  87% (27777/31927)
Updating files:  88% (28096/31927)
Updating files:  89% (28416/31927)
Updating files:  90% (28735/31927)
Updating files:  91% (29054/31927)
Updating files:  92% (29373/31927)
Updating files:  93% (29693/31927)
Updating files:  94% (30012/31927)
Updating files:  95% (30331/31927)
Updating files:  96% (30650/31927)
Updating files:  97% (30970/31927)
Updating files:  98% (31289/31927)
Updating files:  99% (31608/31927)
Updating files: 100% (31927/31927)
Updating files: 100% (31927/31927), done.
HEAD is now at 3f24a2bf45 Update conf-libffi for the mingw-w64 ports

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
2024-09-12 19:56.34 ---> using "7c9d80c6275be1f462cb36204c6232602c0fc1a02021eb94be1f064ed4e2f59d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 19:56.34 ---> using "0093d7b4c20be4dd707452f439cd49ab24236fab760f7f266c01bc0ee6cd14a1" from cache

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

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

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

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

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

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

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 19:56.34 ---> using "452314a0c194f85e51fffeb6293563780c98a1438fdc31741df4823e584ee9f9" from cache
2024-09-12 19:56.34 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7)
2024-09-12 19:56.34 ---> using "7c9d80c6275be1f462cb36204c6232602c0fc1a02021eb94be1f064ed4e2f59d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 19:56.34 ---> using "0093d7b4c20be4dd707452f439cd49ab24236fab760f7f266c01bc0ee6cd14a1" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 19:56.34 ---> using "2b0453ff944b8fee0761ccc2c65a37945587669066061243f0221d51360f5a60" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 19:56.43 ---> saved as "8c38c5daee03ffaf2bb1ea81f88c4e5539c12ee9203673ac9bc95e221299cd29"

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 19:56.43 ---> saved as "6bb7a4daa26afb6f32207d5a2f724d93078b17b2d28dd512212ccdba31d8afb3"

/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
2024-09-12 19:58.08 ---> saved as "63335f79f898ad059ba4f618b7383997d78759596b207cfc80836c136aba14b8"

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

2024-09-12 19:58.32 ---> saved as "50e392054e1af1881245a5be0c0578d26146585fee10350bde5102c118cc3560"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 19:58.32 ---> saved as "aa37135731ca634c38008178c33cbf362a14e8ebaa7ddb6a7d2d476b76e5b6d2"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.1.11.4  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.1.11.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:59.26 ---> saved as "465d0509cdb53a0ebdd399b0528a23f24e2afcd734b13c7dce8cb33ad466b720"

/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 tensorflow.0.0.11 stdlib-shims.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 ocamlfind.1.9.6 libtensorflow.0.1 integers.0.7.0 dune-configurator.1.0.0 dune.1.11.4 ctypes-foreign.0.18.0 ctypes.0.20.2 conf-which.1 conf-wget.1 conf-pkg-config.3 conf-libffi.2.0.0 cmdliner.1.3.0 bigarray-compat.1.1.0 base.v0.13.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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

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

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

<><> Carrying on to "opam depext -viy tensorflow.0.0.11 stdlib-shims.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 ocamlfind.1.9.6 libtensorflow.0.1 integers.0.7.0 dune-configurator.1.0.0 dune.1.11.4 ctypes-foreign.0.18.0 ctypes.0.20.2 conf-which.1 conf-wget.1 conf-pkg-config.3 conf-libffi.2.0.0 cmdliner.1.3.0 bigarray-compat.1.1.0 base.v0.13.2" 

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:
debianutils
libffi-dev
pkg-config
wget
[NOTE] Package dune is already installed (current version is 1.11.4).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install bigarray-compat   1.1.0
  - install dune-configurator 1.0.0
  - install cmdliner          1.3.0
  - install libtensorflow     0.1
  - install conf-which        1
  - install conf-pkg-config   3
  - install stdlib-shims      0.3.0
  - install sexplib0          v0.13.0
  - install conf-wget         1
  - install conf-libffi       2.0.0
  - install integers          0.7.0
  - install base              v0.13.2
  - install ctypes-foreign    0.18.0
  - install stdio             v0.13.0
  - install ctypes            0.20.2
  - install tensorflow        0.0.11
===== 16 to install =====

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

<><> 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" "libffi-dev" "pkg-config" "wget"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package wget.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
- Preparing to unpack .../0-wget_1.21.3-1+b2_amd64.deb ...
- Unpacking wget (1.21.3-1+b2) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../1-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up wget (1.21.3-1+b2) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/48:
Processing  2/48:
Processing  3/48:
-> retrieved base.v0.13.2  (cached)
Processing  4/48:
Processing  5/48:
Processing  6/48:
Processing  7/48:
Processing  8/48:
Processing  9/48: [conf-pkg-config: pkg-config]
Processing 10/48: [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 11/48: [conf-pkg-config: pkg-config] [conf-which: which which]
Processing 12/48: [conf-pkg-config: pkg-config] [conf-which: which which]
Processing 13/48: [conf-pkg-config: pkg-config] [conf-which: which which]
Processing 14/48: [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [conf-which: which which]
Processing 15/48: [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [conf-which: which which]
-> installed dune-configurator.1.0.0
Processing 16/48: [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved cmdliner.1.3.0  (cached)
Processing 17/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [conf-which: which which]
Processing 18/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved ctypes.0.20.2  (cached)
Processing 19/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-pkg-config: pkg-config] [conf-which: which which]
- 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.3
Processing 19/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-which: which which]
-> installed conf-pkg-config.3
Processing 20/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-which: which which]
Processing 21/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi] [conf-which: which which]
- /usr/bin/which
-> compiled  conf-which.1
Processing 21/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi]
-> installed conf-which.1
Processing 22/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi]
Processing 23/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi] [conf-wget: which wget]
-> retrieved integers.0.7.0  (cached)
Processing 24/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi] [conf-wget: which wget]
-> retrieved sexplib0.v0.13.0  (cached)
Processing 25/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi] [conf-wget: which wget]
Processing 26/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi] [conf-wget: which wget] [sexplib0: dune build]
-> compiled  conf-libffi.2.0.0
Processing 26/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-wget: which wget] [sexplib0: dune build]
-> installed conf-libffi.2.0.0
Processing 27/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-wget: which wget] [sexplib0: dune build]
Processing 28/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-wget: which wget] [sexplib0: dune build]
-> installed ctypes-foreign.0.18.0
Processing 29/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [conf-wget: which wget] [sexplib0: dune build]
- /usr/bin/wget
-> compiled  conf-wget.1
Processing 29/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [sexplib0: dune build]
-> installed conf-wget.1
Processing 30/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [bigarray-compat: dune build] [cmdliner: make all] [sexplib0: dune build]
-> retrieved stdio.v0.13.0  (cached)
Processing 31/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [tensorflow.0.0.11: http] [bigarray-compat: dune build] [cmdliner: make all] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 32/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [tensorflow.0.0.11: http] [bigarray-compat: dune build] [cmdliner: make all] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 32/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [tensorflow.0.0.11: http] [cmdliner: make all] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed bigarray-compat.1.1.0
Processing 33/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [tensorflow.0.0.11: http] [cmdliner: make all] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 33/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [tensorflow.0.0.11: http] [cmdliner: make all] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 34/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [tensorflow.0.0.11: http] [cmdliner: make all] [sexplib0: dune build]
Processing 35/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [tensorflow.0.0.11: http] [cmdliner: make all] [integers: dune build] [sexplib0: dune build]
-> compiled  sexplib0.v0.13.0
Processing 35/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [tensorflow.0.0.11: http] [cmdliner: make all] [integers: dune build]
-> installed sexplib0.v0.13.0
Processing 36/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [tensorflow.0.0.11: http] [cmdliner: make all] [integers: dune build]
Processing 37/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [tensorflow.0.0.11: http] [base: dune build] [cmdliner: make all] [integers: dune build]
Processing 37/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [base: dune build] [cmdliner: make all] [integers: dune build]
-> compiled  integers.0.7.0
Processing 37/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [base: dune build] [cmdliner: make all]
-> installed integers.0.7.0
Processing 38/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [base: dune build] [cmdliner: make all]
Processing 39/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [base: dune build] [cmdliner: make all] [ctypes: make libffi.config]
-> retrieved tensorflow.0.0.11  (https://github.com/LaurentMazare/tensorflow-ocaml/archive/0.0.11.tar.gz)
- ./src/discover/determine_as_needed_flags.sh >> asneeded.config
- ocamlfind  ocamlc -o discover -package str -strict-sequence -linkpkg src/discover/commands.mli src/discover/commands.ml src/discover/discover.ml -I src/discover
- ./discover -ocamlc "ocamlfind  ocamlc" > libffi.config || (rm libffi.config && false)
- testing for brew: .............................. unavailable
- testing for MacPorts: .......................... unavailable
- testing for pkg-config: ........................ available
- testing for libffi: ............................ available
- make: 'libffi.config' is up to date.
Processing 39/48: [libtensorflow.0.1/libtensorflow-darwin.tar.gz: dl] [base: dune build] [cmdliner: make all] [ctypes: make ctypes-base]
Processing 39/48: [libtensorflow.0.1/libtensorflow-linux.tar.gz: dl] [base: dune build] [cmdliner: make all] [ctypes: make ctypes-base]
-> retrieved libtensorflow.0.1  (2 extra sources)
Processing 39/48: [base: dune build] [cmdliner: make all] [ctypes: make ctypes-base]
Processing 40/48: [base: dune build] [cmdliner: make all] [ctypes: make ctypes-base]
Processing 41/48: [base: dune build] [cmdliner: make all] [ctypes: make ctypes-base] [libtensorflow: sh]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.3.0
Processing 41/48: [base: dune build] [ctypes: make ctypes-base] [libtensorflow: sh]
-> installed libtensorflow.0.1
Processing 41/48: [base: dune build] [ctypes: make ctypes-base]
Processing 42/48: [base: dune build] [ctypes: make ctypes-base] [cmdliner: make install]
- install -d "/home/opam/.opam/4.11/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/4.11/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/4.11/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/4.11/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/4.11/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/4.11/lib/cmdliner"
Processing 42/48: [base: dune build] [ctypes: make ctypes-base] [cmdliner: make install-doc]
- install -d "/home/opam/.opam/4.11/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/4.11/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/4.11/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.3.0
Processing 42/48: [base: dune build] [ctypes: make ctypes-base]
-> compiled  base.v0.13.2
Processing 42/48: [ctypes: make ctypes-base]
-> installed base.v0.13.2
Processing 43/48: [ctypes: make ctypes-base]
Processing 44/48: [ctypes: make ctypes-base] [stdio: dune build]
-> compiled  stdio.v0.13.0
Processing 44/48: [ctypes: make ctypes-base]
-> installed stdio.v0.13.0
Processing 45/48: [ctypes: make ctypes-base]
+ /usr/bin/make "XEN=disable" "ctypes-base" "ctypes-stubs" (CWD=/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2)
- ocamlfind  ocamlc -o gen_c_primitives -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_c_primitives.ml -I src/configure
- ./gen_c_primitives > src/ctypes/ctypes_primitives.ml 2> gen_c_primitives.log || (rm src/ctypes/ctypes_primitives.ml && cat gen_c_primitives.log && false)
- ocamlfind  ocamlc -o gen_libffi_abi -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_libffi_abi.ml -I src/configure
- ./gen_libffi_abi > src/ctypes-foreign/libffi_abi.ml 2> gen_c_primitives.log || (rm src/ctypes-foreign/libffi_abi.ml && cat gen_c_primitives.log && false)
- cp src/ctypes-foreign/dl.ml.unix src/ctypes-foreign/dl.ml
- cp src/ctypes-foreign/dl_stubs.c.unix src/ctypes-foreign/dl_stubs.c
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_ptr.cmo -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_roots_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_roots_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/lDouble.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/lDouble.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/lDouble.cmo -I _build/src/ctypes  src/ctypes/lDouble.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_bigarray_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/complexL.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/complexL.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/complexL.cmo -I _build/src/ctypes  src/ctypes/complexL.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_primitive_types.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_primitives.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_value_printing_stubs.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_memory_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_bigarray.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_bigarray.cmo -I _build/src/ctypes  src/ctypes/ctypes_bigarray.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_static.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_static.cmo -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_std_view_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_view_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_structs.cmo -I _build/src/ctypes  src/ctypes/ctypes_structs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_structs_computed.cmo -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_type_printing.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_type_printing.cmo -I _build/src/ctypes  src/ctypes/ctypes_type_printing.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_coerce.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_coerce.cmo -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_std_views.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_value_printing.cmo -I _build/src/ctypes  src/ctypes/ctypes_value_printing.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_types.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_types.mli
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes.cmo -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/cstubs_internals.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/cstubs_internals.cmo -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/posixTypes.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/posixTypes.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/posixTypes.cmo -I _build/src/ctypes  src/ctypes/posixTypes.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -cclib -lctypes_stubs -dllib -lctypes_stubs  -cclib -lintegers_stubs -dllib -lintegers_stubs -package bigarray-compat -package integers   -o _build/ctypes.cma _build/src/ctypes/ctypes_ptr.cmo _build/src/ctypes/ctypes_roots_stubs.cmo _build/src/ctypes/lDouble.cmo _build/src/ctypes/ctypes_bigarray_stubs.cmo _build/src/ctypes/complexL.cmo _build/src/ctypes/ctypes_primitive_types.cmo _build/src/ctypes/ctypes_primitives.cmo _build/src/ctypes/ctypes_value_printing_stubs.cmo _build/src/ctypes/ctypes_memory_stubs.cmo _build/src/ctypes/ctypes_bigarray.cmo _build/src/ctypes/ctypes_static.cmo _build/src/ctypes/ctypes_std_view_stubs.cmo _build/src/ctypes/ctypes_structs.cmo _build/src/ctypes/ctypes_structs_computed.cmo _build/src/ctypes/ctypes_type_printing.cmo _build/src/ctypes/ctypes_memory.cmo _build/src/ctypes/ctypes_coerce.cmo _build/src/ctypes/ctypes_std_views.cmo _build/src/ctypes/ctypes_value_printing.cmo _build/src/ctypes/ctypes.cmo _build/src/ctypes/cstubs_internals.cmo _build/src/ctypes/posixTypes.cmo -cclib -Wl,--no-as-needed
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/complex_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/ctypes_bigarrays.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/ctypes_roots.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/ldouble_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/managed_buffer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/posix_types_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/raw_pointer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/type_info_stubs.c
- ocamlfind  ocamlmklib -o _build/ctypes_stubs _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o  
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_ptr.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_roots_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_roots_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/lDouble.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/lDouble.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_bigarray_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/complexL.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/complexL.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_primitives.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_value_printing_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_memory_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_bigarray.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_std_view_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_view_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_structs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_type_printing.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_memory.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_std_views.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_value_printing.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/posixTypes.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/posixTypes.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers   -cclib -lctypes_stubs  -cclib -lintegers_stubs -o _build/ctypes.cmxa _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers   -o _build/ctypes.cmxs _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o -cclib -Wl,--no-as-needed
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmi -package compiler-libs -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-top/ctypes_printers.cmo -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-top/install_ctypes_printers.cmo -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"    -package compiler-libs -package integers   -o _build/ctypes-top.cma _build/src/ctypes-top/ctypes_printers.cmo _build/src/ctypes-top/install_ctypes_printers.cmo -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmx -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-top/install_ctypes_printers.cmx -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package compiler-libs -package integers     -o _build/ctypes-top.cmxa _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package compiler-libs -package integers   -o _build/ctypes-top.cmxs _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx  -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_analysis.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_errors.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/ctypes_path.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_public_name.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_generate_ml.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_c_language.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_c_language.ml
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_emit_c.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_generate_c.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_inverted.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_structs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"    -package str -package integers   -o _build/cstubs.cma _build/src/cstubs/cstubs_analysis.cmo _build/src/cstubs/cstubs_errors.cmo _build/src/cstubs/ctypes_path.cmo _build/src/cstubs/cstubs_public_name.cmo _build/src/cstubs/cstubs_generate_ml.cmo _build/src/cstubs/cstubs_c_language.cmo _build/src/cstubs/cstubs_emit_c.cmo _build/src/cstubs/cstubs_generate_c.cmo _build/src/cstubs/cstubs_inverted.cmo _build/src/cstubs/cstubs_structs.cmo _build/src/cstubs/cstubs.cmo -cclib -Wl,--no-as-needed
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_c_language.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_c_language.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_emit_c.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers     -o _build/cstubs.cmxa _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers   -o _build/cstubs.cmxs _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx  -cclib -Wl,--no-as-needed
Processing 45/48: [ctypes: make ctypes-foreign]
+ /usr/bin/make "XEN=disable" "ctypes-foreign" (CWD=/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2)
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_closure_properties.cmi -package integers -thread -package threads  -opaque  -no-keep-locs  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_closure_properties.mli
- ocamlfind  ocamlc -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -c -o _build/src/ctypes-foreign/ctypes_closure_properties.cmo -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_closure_properties.ml
- ocamlfind  ocamlc -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -c -o _build/src/ctypes-foreign/ctypes_ffi_stubs.cmo -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi_stubs.ml
- ocamlfind  ocamlc -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -c -o _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmo -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_foreign_threaded_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_weak_ref.cmi -package integers -thread -package threads  -opaque  -no-keep-locs  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_weak_ref.mli
- ocamlfind  ocamlc -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -c -o _build/src/ctypes-foreign/ctypes_weak_ref.cmo -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_weak_ref.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/dl.cmi -package integers -thread -package threads  -opaque  -no-keep-locs  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/dl.mli
- ocamlfind  ocamlc -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -c -o _build/src/ctypes-foreign/dl.cmo -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/dl.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/libffi_abi.cmi -package integers -thread -package threads  -opaque  -no-keep-locs  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/libffi_abi.mli
- ocamlfind  ocamlc -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -c -o _build/src/ctypes-foreign/libffi_abi.cmo -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/libffi_abi.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_ffi.cmi -package integers -thread -package threads  -opaque  -no-keep-locs  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi.mli
- ocamlfind  ocamlc -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -c -o _build/src/ctypes-foreign/ctypes_ffi.cmo -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi.ml
- ocamlfind  ocamlc -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -c -o _build/src/ctypes-foreign/ctypes_foreign_basis.cmo -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_foreign_basis.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/foreign.cmi -package integers -thread -package threads  -opaque  -no-keep-locs  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/foreign.mli
- ocamlfind  ocamlc -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread  -c -o _build/src/ctypes-foreign/foreign.cmo -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/foreign.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -cclib -lctypes-foreign_stubs -dllib -lctypes-foreign_stubs  -package integers -thread -package threads  -o _build/ctypes-foreign.cma _build/src/ctypes-foreign/ctypes_closure_properties.cmo _build/src/ctypes-foreign/ctypes_ffi_stubs.cmo _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmo _build/src/ctypes-foreign/ctypes_weak_ref.cmo _build/src/ctypes-foreign/dl.cmo _build/src/ctypes-foreign/libffi_abi.cmo _build/src/ctypes-foreign/ctypes_ffi.cmo _build/src/ctypes-foreign/ctypes_foreign_basis.cmo _build/src/ctypes-foreign/foreign.cmo -cclib -Wl,--no-as-needed -cclib -lffi
- cd _build/src/ctypes-foreign && ocamlfind  ocamlc -c -package integers -thread -package threads  -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o dl_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes-foreign/dl_stubs.c
- cd _build/src/ctypes-foreign && ocamlfind  ocamlc -c -package integers -thread -package threads  -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o ffi_call_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes-foreign/ffi_call_stubs.c
- cd _build/src/ctypes-foreign && ocamlfind  ocamlc -c -package integers -thread -package threads  -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o ffi_type_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes-foreign/ffi_type_stubs.c
- cd _build/src/ctypes-foreign && ocamlfind  ocamlc -c -package integers -thread -package threads  -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o foreign_threaded_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes-foreign/foreign_threaded_stubs.c
- ocamlfind  ocamlmklib -o _build/ctypes-foreign_stubs _build/src/ctypes-foreign/dl_stubs.o _build/src/ctypes-foreign/ffi_call_stubs.o _build/src/ctypes-foreign/ffi_type_stubs.o _build/src/ctypes-foreign/foreign_threaded_stubs.o -ldopt -lffi 
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_closure_properties.cmx -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -package integers -thread -package threads   -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_closure_properties.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -package integers -thread -package threads   -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -package integers -thread -package threads   -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_foreign_threaded_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_weak_ref.cmx -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -package integers -thread -package threads   -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_weak_ref.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign/dl.cmx -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -package integers -thread -package threads   -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/dl.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign/libffi_abi.cmx -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -package integers -thread -package threads   -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/libffi_abi.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_ffi.cmx -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -package integers -thread -package threads   -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_foreign_basis.cmx -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -package integers -thread -package threads   -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/ctypes_foreign_basis.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign/foreign.cmx -package integers -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -package integers -thread -package threads   -I _build/src/ctypes-foreign  -I _build/src/ctypes src/ctypes-foreign/foreign.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -package integers -thread -package threads  -cclib -lctypes-foreign_stubs  -o _build/ctypes-foreign.cmxa _build/src/ctypes-foreign/ctypes_closure_properties.cmx _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign/ctypes_weak_ref.cmx _build/src/ctypes-foreign/dl.cmx _build/src/ctypes-foreign/libffi_abi.cmx _build/src/ctypes-foreign/ctypes_ffi.cmx _build/src/ctypes-foreign/ctypes_foreign_basis.cmx _build/src/ctypes-foreign/foreign.cmx -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -thread -package integers -thread -package threads  -o _build/ctypes-foreign.cmxs _build/src/ctypes-foreign/ctypes_closure_properties.cmx _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign/ctypes_weak_ref.cmx _build/src/ctypes-foreign/dl.cmx _build/src/ctypes-foreign/libffi_abi.cmx _build/src/ctypes-foreign/ctypes_ffi.cmx _build/src/ctypes-foreign/ctypes_foreign_basis.cmx _build/src/ctypes-foreign/foreign.cmx _build/src/ctypes-foreign/dl_stubs.o _build/src/ctypes-foreign/ffi_call_stubs.o _build/src/ctypes-foreign/ffi_type_stubs.o _build/src/ctypes-foreign/foreign_threaded_stubs.o -cclib -Wl,--no-as-needed -cclib -lffi
-> compiled  ctypes.0.20.2
Processing 46/48: [ctypes: make install]
+ /usr/bin/make "install" "XEN=disable" (CWD=/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2)
- ocamlfind  install ctypes META CHANGES.md
- Installed /home/opam/.opam/4.11/lib/ctypes/CHANGES.md
- Installed /home/opam/.opam/4.11/lib/ctypes/META
- ocamlfind  install -add ctypes -optional META-install _build/ctypes.cma _build/dllctypes_stubs.so  _build/ctypes.cmxa _build/ctypes.cmxs _build/libctypes_stubs.a  _build/ctypes.a src/ctypes/lDouble.mli src/ctypes/complexL.mli src/ctypes/ctypes.mli src/ctypes/posixTypes.mli src/ctypes/ctypes_types.mli _build/src/ctypes/lDouble.cmi _build/src/ctypes/complexL.cmi _build/src/ctypes/ctypes.cmi _build/src/ctypes/posixTypes.cmi _build/src/ctypes/ctypes_types.cmi _build/src/ctypes/ctypes_static.cmi _build/src/ctypes/ctypes_primitive_types.cmi _build/src/ctypes/ctypes_structs.cmi _build/src/ctypes/cstubs_internals.cmi _build/src/ctypes/lDouble.cmt _build/src/ctypes/complexL.cmt _build/src/ctypes/ctypes.cmt _build/src/ctypes/posixTypes.cmt _build/src/ctypes/ctypes_types.cmt _build/src/ctypes/lDouble.cmti _build/src/ctypes/complexL.cmti _build/src/ctypes/ctypes.cmti _build/src/ctypes/posixTypes.cmti _build/src/ctypes/ctypes_types.cmti src/ctypes/cstubs_internals.h src/ctypes/ctypes_complex_compatibility.h src/ctypes/ctypes_complex_stubs.h src/ctypes/ctypes_cstubs_internals.h src/ctypes/ctypes_ldouble_stubs.h src/ctypes/ctypes_managed_buffer_stubs.h src/ctypes/ctypes_primitives.h src/ctypes/ctypes_raw_pointer.h src/ctypes/ctypes_type_info_stubs.h  _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_internals.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_value_printing.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_std_views.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_coerce.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_memory.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_type_printing.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_structs_computed.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_structs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_std_view_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_static.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_bigarray.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_memory_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_value_printing_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_primitives.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_primitive_types.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_bigarray_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_roots_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_ptr.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_type_info_stubs.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_raw_pointer.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_primitives.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_managed_buffer_stubs.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_ldouble_stubs.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_cstubs_internals.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_complex_stubs.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_complex_compatibility.h
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_internals.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_types.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_internals.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_structs.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_primitive_types.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_static.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_types.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_types.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.a
- Installed /home/opam/.opam/4.11/lib/ctypes/libctypes_stubs.a
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmxa
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cma
- Installed /home/opam/.opam/4.11/lib/stublibs/dllctypes_stubs.so
- Installed /home/opam/.opam/4.11/lib/stublibs/dllctypes_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.11/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional META-install _build/ctypes-top.cma   _build/ctypes-top.cmxa _build/ctypes-top.cmxs   _build/ctypes-top.a src/ctypes-top/ctypes_printers.mli _build/src/ctypes-top/ctypes_printers.cmi  _build/src/ctypes-top/ctypes_printers.cmt _build/src/ctypes-top/ctypes_printers.cmti   _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-top.a
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-top.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-top.cmxa
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-top.cma
- ocamlfind  install -add ctypes -optional META-install _build/ctypes-foreign.cma _build/dllctypes-foreign_stubs.so  _build/ctypes-foreign.cmxa _build/ctypes-foreign.cmxs _build/libctypes-foreign_stubs.a  _build/ctypes-foreign.a src/ctypes-foreign/dl.mli src/ctypes-foreign/libffi_abi.mli src/ctypes-foreign/foreign.mli _build/src/ctypes-foreign/dl.cmi _build/src/ctypes-foreign/libffi_abi.cmi _build/src/ctypes-foreign/foreign.cmi  _build/src/ctypes-foreign/dl.cmt _build/src/ctypes-foreign/libffi_abi.cmt _build/src/ctypes-foreign/foreign.cmt _build/src/ctypes-foreign/dl.cmti _build/src/ctypes-foreign/libffi_abi.cmti _build/src/ctypes-foreign/foreign.cmti   _build/src/ctypes-foreign/ctypes_closure_properties.cmx _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign/ctypes_weak_ref.cmx _build/src/ctypes-foreign/dl.cmx _build/src/ctypes-foreign/libffi_abi.cmx _build/src/ctypes-foreign/ctypes_ffi.cmx _build/src/ctypes-foreign/ctypes_foreign_basis.cmx _build/src/ctypes-foreign/foreign.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_foreign_basis.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_ffi.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/libffi_abi.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/dl.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_weak_ref.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_foreign_threaded_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_ffi_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_closure_properties.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/libffi_abi.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/dl.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/libffi_abi.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/dl.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/libffi_abi.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/dl.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/libffi_abi.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/dl.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign.a
- Installed /home/opam/.opam/4.11/lib/ctypes/libctypes-foreign_stubs.a
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign.cmxa
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-foreign.cma
- Installed /home/opam/.opam/4.11/lib/stublibs/dllctypes-foreign_stubs.so
- Installed /home/opam/.opam/4.11/lib/stublibs/dllctypes-foreign_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.11/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional META-install _build/cstubs.cma   _build/cstubs.cmxa _build/cstubs.cmxs   _build/cstubs.a src/cstubs/cstubs_structs.mli src/cstubs/cstubs.mli src/cstubs/cstubs_inverted.mli _build/src/cstubs/cstubs_structs.cmi _build/src/cstubs/cstubs.cmi _build/src/cstubs/cstubs_inverted.cmi  _build/src/cstubs/cstubs_structs.cmt _build/src/cstubs/cstubs.cmt _build/src/cstubs/cstubs_inverted.cmt _build/src/cstubs/cstubs_structs.cmti _build/src/cstubs/cstubs.cmti _build/src/cstubs/cstubs_inverted.cmti  /home/opam/.opam/4.11/lib/integers/ocaml_integers.h _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_generate_c.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_emit_c.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_c_language.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_generate_ml.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_public_name.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_path.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_errors.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_analysis.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ocaml_integers.h
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.a
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmxa
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cma
-> installed ctypes.0.20.2
Processing 47/48: [tensorflow: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-j" "39" "-p" "tensorflow" (CWD=/home/opam/.opam/4.11/.opam-switch/build/tensorflow.0.0.11)
- Info: Creating file dune-project with this contents:
- | (lang dune 1.11)
- | (name tensorflow)
-       ocamlc src/wrapper/tf_stubs.o
- tf_stubs.c: In function 'caml__13_TF_Message':
- tf_stubs.c:101:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   101 |    char* x85 = TF_Message(x84);
-       |                ^~~~~~~~~~
- tf_stubs.c: In function 'caml__14_TF_OperationName':
- tf_stubs.c:107:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   107 |    char* x88 = TF_OperationName(x87);
-       |                ^~~~~~~~~~~~~~~~
- tf_stubs.c: In function 'caml__15_TF_OperationOpType':
- tf_stubs.c:113:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   113 |    char* x91 = TF_OperationOpType(x90);
-       |                ^~~~~~~~~~~~~~~~~~
- tf_stubs.c: In function 'caml__16_TF_OperationDevice':
- tf_stubs.c:119:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   119 |    char* x94 = TF_OperationDevice(x93);
-       |                ^~~~~~~~~~~~~~~~~~
- tf_stubs.c: In function 'caml__36_TF_SetAttrStringList':
- tf_stubs.c:291:37: warning: passing argument 3 of 'TF_SetAttrStringList' from incompatible pointer type [-Wincompatible-pointer-types]
-   291 |    TF_SetAttrStringList(x237, x238, x239, x240, x241);
-       |                                     ^~~~
-       |                                     |
-       |                                     void **
- In file included from tf_stubs.c:1:
- c_api.h:489:68: note: expected 'const void * const*' but argument is of type 'void **'
-   489 |                                                 const void* const* values,
-       |                                                 ~~~~~~~~~~~~~~~~~~~^~~~~~
- tf_stubs.c: In function 'caml__44_TF_SetAttrTypeList':
- tf_stubs.c:363:35: warning: passing argument 3 of 'TF_SetAttrTypeList' from incompatible pointer type [-Wincompatible-pointer-types]
-   363 |    TF_SetAttrTypeList(x318, x319, x320, x321);
-       |                                   ^~~~
-       |                                   |
-       |                                   int *
- c_api.h:516:66: note: expected 'const TF_DataType *' but argument is of type 'int *'
-   516 |                                               const TF_DataType* values,
-       |                                               ~~~~~~~~~~~~~~~~~~~^~~~~~
- tf_stubs.c: In function 'caml__46_TF_SetAttrShapeList':
- tf_stubs.c:384:36: warning: passing argument 3 of 'TF_SetAttrShapeList' from incompatible pointer type [-Wincompatible-pointer-types]
-   384 |    TF_SetAttrShapeList(x341, x342, x343, x344, x345);
-       |                                    ^~~~
-       |                                    |
-       |                                    int64_t ** {aka long int **}
- c_api.h:536:70: note: expected 'const int64_t * const*' {aka 'const long int * const*'} but argument is of type 'int64_t **' {aka 'long int **'}
-   536 |                                                const int64_t* const* dims,
-       |                                                ~~~~~~~~~~~~~~~~~~~~~~^~~~
- tf_stubs.c: In function 'caml__48_TF_SetAttrTensorList':
- tf_stubs.c:405:37: warning: passing argument 3 of 'TF_SetAttrTensorList' from incompatible pointer type [-Wincompatible-pointer-types]
-   405 |    TF_SetAttrTensorList(x363, x364, x365, x366, x369);
-       |                                     ^~~~
-       |                                     |
-       |                                     void **
- c_api.h:558:67: note: expected 'TF_Tensor * const*' but argument is of type 'void **'
-   558 |                                                 TF_Tensor* const* values,
-       |                                                 ~~~~~~~~~~~~~~~~~~^~~~~~
- tf_stubs.c: In function 'caml__56_TF_SessionRun':
- tf_stubs.c:473:36: warning: passing argument 4 of 'TF_SessionRun' from incompatible pointer type [-Wincompatible-pointer-types]
-   473 |    TF_SessionRun(x421, x422, x423, x424, x425, x428, x429, x430, x433,
-       |                                    ^~~~
-       |                                    |
-       |                                    void **
- c_api.h:1375:48: note: expected 'TF_Tensor * const*' but argument is of type 'void **'
-  1375 |     const TF_Output* inputs, TF_Tensor* const* input_values, int ninputs,
-       |                              ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
- tf_stubs.c:473:54: warning: passing argument 7 of 'TF_SessionRun' from incompatible pointer type [-Wincompatible-pointer-types]
-   473 |    TF_SessionRun(x421, x422, x423, x424, x425, x428, x429, x430, x433,
-       |                                                      ^~~~
-       |                                                      |
-       |                                                      void **
- c_api.h:1377:43: note: expected 'TF_Tensor **' but argument is of type 'void **'
-  1377 |     const TF_Output* outputs, TF_Tensor** output_values, int noutputs,
-       |                               ~~~~~~~~~~~~^~~~~~~~~~~~~
- tf_stubs.c:473:66: warning: passing argument 9 of 'TF_SessionRun' from incompatible pointer type [-Wincompatible-pointer-types]
-   473 |    TF_SessionRun(x421, x422, x423, x424, x425, x428, x429, x430, x433,
-       |                                                                  ^~~~
-       |                                                                  |
-       |                                                                  void **
- c_api.h:1379:32: note: expected 'const TF_Operation * const*' but argument is of type 'void **'
-  1379 |     const TF_Operation* const* target_opers, int ntargets,
-       |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
-   ocamlmklib src/wrapper/dlltensorflow_core_stubs.so,src/wrapper/libtensorflow_core_stubs.a
- /usr/bin/ld: /home/opam/.opam/4.11/lib/tensorflow/libtensorflow.so: .dynsym local symbol at index 1890 (>= sh_info of 2)
-     ocamlopt src/wrapper/tensorflow_core.cmxs
- /usr/bin/ld: /home/opam/.opam/4.11/lib/tensorflow/libtensorflow.so: .dynsym local symbol at index 1890 (>= sh_info of 2)
-       ocamlc src/graph/.tensorflow.objs/byte/tensorflow__Checkpointing.{cmo,cmt}
- File "src/graph/checkpointing.ml", line 16, characters 24-47:
- 16 |   |> List.sort ~compare:Caml.Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt src/graph/.tensorflow.objs/native/tensorflow__Checkpointing.{cmx,o}
- File "src/graph/checkpointing.ml", line 16, characters 24-47:
- 16 |   |> List.sort ~compare:Caml.Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-> compiled  tensorflow.0.0.11
-> installed tensorflow.0.0.11
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:02.16 ---> saved as "149900ae81fc4b9a00baa12ff1f1cf3fca8cdd7f62b9b02157ffc5bbd4bd6ed8"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u tensorflow:fd0fc125c622e36634884ad593a59208,libtensorflow:d41d8cd98f00b204e9800998ecf8427e,integers:671074981c42275a3ecebcf6aa03e73b,ctypes:82dd20194fc0da069f1b38d3d357b92b"))
2024-09-12 20:02.18 ---> saved as "fa602571fd3e3e7061a1337792c08bf6bafaa121efc8c3cb60c0d5d8f4d6decc"

/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.702774') && (for DATA in prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2,ctypes.0.20.2-82dd20194fc0da069f1b38d3d357b92b,ctypes.0.20.2 prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0,integers.0.7.0-671074981c42275a3ecebcf6aa03e73b,integers.0.7.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/libtensorflow/0.1,libtensorflow.0.1-d41d8cd98f00b204e9800998ecf8427e,libtensorflow.0.1 prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11,tensorflow.0.0.11-fd0fc125c622e36634884ad593a59208,tensorflow.0.0.11; 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/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2,ctypes.0.20.2-82dd20194fc0da069f1b38d3d357b92b,ctypes.0.20.2 prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0,integers.0.7.0-671074981c42275a3ecebcf6aa03e73b,integers.0.7.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/libtensorflow/0.1,libtensorflow.0.1-d41d8cd98f00b204e9800998ecf8427e,libtensorflow.0.1 prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11,tensorflow.0.0.11-fd0fc125c622e36634884ad593a59208,tensorflow.0.0.11; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2,ctypes.0.20.2-82dd20194fc0da069f1b38d3d357b92b,ctypes.0.20.2 prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0,integers.0.7.0-671074981c42275a3ecebcf6aa03e73b,integers.0.7.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/libtensorflow/0.1,libtensorflow.0.1-d41d8cd98f00b204e9800998ecf8427e,libtensorflow.0.1 prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11,tensorflow.0.0.11-fd0fc125c622e36634884ad593a59208,tensorflow.0.0.11; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.702774
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/cstubs.ocamlobjinfo
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes-foreign.ocamlobjinfo
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes-top.ocamlobjinfo
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes.ocamlobjinfo
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/META
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/complexL.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/complexL.cmt
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/complexL.cmti
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/cstubs.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/cstubs.cmt
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/cstubs.cmti
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/cstubs_internals.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/cstubs_inverted.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/cstubs_inverted.cmt
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/cstubs_inverted.cmti
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/cstubs_structs.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/cstubs_structs.cmt
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/cstubs_structs.cmti
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes.cmt
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes.cmti
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes_primitive_types.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes_printers.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes_printers.cmt
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes_printers.cmti
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes_static.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes_structs.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes_types.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/ctypes_types.cmti
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/dl.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/dl.cmt
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/dl.cmti
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/foreign.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/foreign.cmt
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/foreign.cmti
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/lDouble.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/lDouble.cmt
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/lDouble.cmti
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/libffi_abi.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/libffi_abi.cmt
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/libffi_abi.cmti
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/posixTypes.cmi
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/posixTypes.cmt
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/lib/ctypes/posixTypes.cmti
prep/universes/82dd20194fc0da069f1b38d3d357b92b/ctypes/0.20.2/opam
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/doc/
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/doc/integers/
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/doc/integers/CHANGES.md
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/doc/integers/LICENSE.md
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/doc/integers/README.md
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/integers.ocamlobjinfo
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/META
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/dune-package
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/signed.cmi
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/signed.cmt
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/signed.cmti
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/top/
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/top/integers_top.ocamlobjinfo
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/top/install_integer_printers.cmi
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/top/install_integer_printers.cmt
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/top/install_integer_printers.cmti
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/top/integer_printers.cmi
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/top/integer_printers.cmt
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/top/integer_printers.cmti
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/unsigned.cmi
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/unsigned.cmt
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/lib/integers/unsigned.cmti
prep/universes/671074981c42275a3ecebcf6aa03e73b/integers/0.7.0/opam
prep/universes/d41d8cd98f00b204e9800998ecf8427e/libtensorflow/0.1/opam
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/doc/
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/doc/tensorflow/
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/doc/tensorflow/LICENSE
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/doc/tensorflow/README.md
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow.ocamlobjinfo
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/META
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core.ocamlobjinfo
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Operation.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Operation.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Operation.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Protobuf.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Protobuf.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Protobuf.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Tensor.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Tensor.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Tensor.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Tf_bindings.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Tf_bindings.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Tf_generated.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Tf_generated.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Wrapper.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Wrapper.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/core/tensorflow_core__Wrapper.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/dune-package
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/fnn/
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/fnn/tensorflow_fnn.ocamlobjinfo
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/fnn/tensorflow_fnn.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/fnn/tensorflow_fnn.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/fnn/tensorflow_fnn__Cell.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/fnn/tensorflow_fnn__Cell.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/fnn/tensorflow_fnn__Cell.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/fnn/tensorflow_fnn__Fnn.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/fnn/tensorflow_fnn__Fnn.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/fnn/tensorflow_fnn__Fnn.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Checkpointing.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Checkpointing.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Checkpointing.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Gradients.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Gradients.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Gradients.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Layer.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Layer.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Layer.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Mnist_helper.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Mnist_helper.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Mnist_helper.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Node.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Node.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Node.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Ops.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Ops.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Ops.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Ops_generated.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Ops_generated.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Ops_generated.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Ops_gradients.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Ops_gradients.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Ops_gradients.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Ops_manual.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Ops_manual.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Ops_manual.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Optimizers.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Optimizers.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Optimizers.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Registered_gradients.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Registered_gradients.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Registered_gradients.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Session.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Session.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Session.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Text_helper.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Text_helper.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Text_helper.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Var.cmi
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Var.cmt
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/lib/tensorflow/tensorflow__Var.cmti
prep/universes/fd0fc125c622e36634884ad593a59208/tensorflow/0.0.11/opam
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.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:ctypes.0.20.2-82dd20194fc0da069f1b38d3d357b92b:8dff5e507398e5ef82c41f68cbd75875a180bb0cc5ced59b61d29be495343082
HASHES:integers.0.7.0-671074981c42275a3ecebcf6aa03e73b:cdfa1bf3641a5f4a35436810e11e6d9c0b63278e46da520fe5fa599c55de8e47
HASHES:libtensorflow.0.1-d41d8cd98f00b204e9800998ecf8427e:a045da28426aee9b7421dffe9fb1cc2ab3f6b1d1df7f4995124808ef18327295
HASHES:tensorflow.0.0.11-fd0fc125c622e36634884ad593a59208:0efd2880fa0ff72699b8edbf05d85d127073602127464e3ac92f24e21ca8dd66
2024-09-12 20:02.22 ---> saved as "c61ac6e3cabb3fab8579e1cae43ab1e71316db757174237c0f574068ee34133c"
Job succeeded
2024-09-12 20:09.50: tensorflow.0.0.11-fd0fc125c622e36634884ad593a59208 -> 0efd2880fa0ff72699b8edbf05d85d127073602127464e3ac92f24e21ca8dd66
2024-09-12 20:09.50: libtensorflow.0.1-d41d8cd98f00b204e9800998ecf8427e -> a045da28426aee9b7421dffe9fb1cc2ab3f6b1d1df7f4995124808ef18327295
2024-09-12 20:09.50: integers.0.7.0-671074981c42275a3ecebcf6aa03e73b -> cdfa1bf3641a5f4a35436810e11e6d9c0b63278e46da520fe5fa599c55de8e47
2024-09-12 20:09.50: ctypes.0.20.2-82dd20194fc0da069f1b38d3d357b92b -> 8dff5e507398e5ef82c41f68cbd75875a180bb0cc5ced59b61d29be495343082
2024-09-12 20:09.50: Job succeeded