OCamllabs icon Home|Differences with the last checks|Previous runs


Building on x86-bm-10.ocamllabs.io

(from ocaml/opam:debian-unstable)
WARNING: Error loading config file: .dockercfg: $HOME is not defined
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:a32e554d37007cabaf12da2261dad1c6890fb793357d4499f39865f3c85d81ab
Status: Downloaded newer image for ocaml/opam:debian-unstable
2021-09-04 07:03.51 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2021-09-04 07:03.51 ---> using "4d29eb3e0b7cd69a97ed90837671d5ca38aa41e2fb94346298af500378eca6fa" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'git://github.com/ocaml/opam-repository.git' ~/opam-repository && git -C ~/opam-repository checkout -q 8fc7af65ccb8f3b3709bf02b749ac492e6700b59"))
2021-09-04 07:03.51 ---> using "eb095db6df41eeadc708604343f7b0ce0892db9136dac67a38046f57271c5802" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2021-09-04 07:03.51 ---> using "d245c9af6f86b2b97434d338a3fbb8270425ab7dc6ad1b5451665adc9698eabf" from cache

/: (run (network host)
        (shell "git clone -q 'git://github.com/ocaml/ocaml-beta-repository.git' ~/'beta' && git -C ~/'beta' checkout -q 79aeeadd813bdae424ab53f882f08bee0a4e0b89"))
2021-09-04 07:03.51 ---> using "20d9850dcecd0523d6eddecad814e9bbd93882334348605bfa6e15ffd8f5ced5" from cache

/: (run (shell "opam repository add --dont-select 'beta' ~/'beta'"))
[beta] Initialised
2021-09-04 07:03.51 ---> using "6f8879c5099d2146b69bdcec3874fd111cad6c5c42ac63d5f9aa72a228fd8ee8" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=beta,default 4.02.3"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.02.3"} | "ocaml-system" {= "4.02.3"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.02.3  (cached)
-> installed ocaml-base-compiler.4.02.3
-> installed ocaml-config.1
-> installed ocaml.4.02.3
-> installed base-ocamlbuild.base
Done.
# Run eval $(opam env --switch=4.02.3) to update the current shell environment
2021-09-04 07:03.51 ---> using "67d4e8cb13690404ffa06df9deabf13a99a448310ed0d3bb9d9a797a8085ad3d" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [8766 kB]
- Fetched 8994 kB in 4s (2204 kB/s)
- Reading package lists...
- 
2021-09-04 07:03.51 ---> using "5efce0187fddf192b0f92fb1c042b58ab93c287a7daff4722314dc6eff34f559" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam install -y ocaml-secondary-compiler"))
The following actions will be performed:
  - install ocaml-secondary-compiler 4.08.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-secondary-compiler.4.08.1-1  (cached)
-> installed ocaml-secondary-compiler.4.08.1-1
Done.
# Run eval $(opam env) to update the current shell environment
2021-09-04 07:03.51 ---> using "41e63ef4215d8dafd1cda36bf29e729af5d46f90a2e5b6986f3318083c054d54" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"nebula.0.2.1\"\
               \nopam install -vy \"nebula.0.2.1\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"nebula.0.2.1\" | grep -q '\"debian-unstable\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
Nothing to do.
[NOTE] nebula.0.2.1 is not installed.

The following actions will be performed:
  - install conf-pkg-config         2            [required by ctypes-foreign, conf-sdl2]
  - install ocamlfind               1.9.1        [required by nebula]
  - install ocamlbuild              0            [required by nebula]
  - install jbuilder                1.0+beta20.2 [required by lambda-term]
  - install conf-sdl2               1            [required by tsdl]
  - install conf-libffi             2.0.0        [required by ctypes-foreign]
  - install ppx_tools               5.0+4.02.0   [required by ppx_deriving]
  - install ocamlfind-secondary     1.9.1        [required by dune]
  - install base-bytes              base         [required by zed]
  - install ctypes-foreign          0.18.0       [required by nebula]
  - install dune                    2.9.0        [required by ppx_deriving]
  - install seq                     0.2.2        [required by lwt]
  - install result                  1.4          [required by cmdliner, ppx_deriving]
  - install ppx_derivers            1.2.1        [required by ppx_deriving]
  - install mmap                    1.1.0        [required by lwt]
  - install integers                0.4.0        [required by ctypes]
  - install cppo_ocamlbuild         1.6.7        [required by utop]
  - install cppo                    1.6.7        [required by ppx_deriving, utop]
  - install camomile                1.0.2        [required by lambda-term]
  - install bigarray-compat         1.0.0        [required by ctypes]
  - install topkg                   1.0.0        [required by cmdliner]
  - install ocaml-migrate-parsetree 1.8.0        [required by ppx_deriving]
  - install lwt                     4.2.1-1      [required by utop]
  - install ctypes                  0.18.0       [required by nebula]
  - install react                   1.2.1        [required by utop]
  - install cmdliner                1.0.2        [required by nebula]
  - install ppxfind                 1.4          [required by ppx_deriving]
  - install lwt_log                 1.1.1        [required by lambda-term]
  - install tsdl                    0.8.2        [required by nebula]
  - install zed                     1.6          [required by lambda-term]
  - install lwt_react               1.1.4        [required by lambda-term]
  - install ppx_deriving            4.5          [required by nebula]
  - install lambda-term             1.13         [required by utop]
  - install utop                    1.19.3       [required by nebula]
  - install nebula                  0.2.1
===== 35 to install =====

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libapparmor1: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 ... 18048 files and directories currently installed.)
- Preparing to unpack .../00-libapparmor1_2.13.6-10_amd64.deb ...
- Unpacking libapparmor1:amd64 (2.13.6-10) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../01-libdbus-1-3_1.12.20-2_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../02-dbus_1.12.20-2_amd64.deb ...
- Unpacking dbus (1.12.20-2) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../03-libdrm-common_2.4.107-2_all.deb ...
- Unpacking libdrm-common (2.4.107-2) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../04-libdrm2_2.4.107-2_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.107-2) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../05-libdrm-amdgpu1_2.4.107-2_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.107-2) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../06-libpciaccess0_0.16-1_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.16-1) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../07-libdrm-intel1_2.4.107-2_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.107-2) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../08-libdrm-nouveau2_2.4.107-2_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.107-2) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../09-libdrm-radeon1_2.4.107-2_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.107-2) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../10-libelf1_0.185-2_amd64.deb ...
- Unpacking libelf1:amd64 (0.185-2) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../11-libglapi-mesa_21.2.1-2_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (21.2.1-2) ...
- Selecting previously unselected package libicu67:amd64.
- Preparing to unpack .../12-libicu67_67.1-7_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../13-libxml2_2.9.12+dfsg-3_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.12+dfsg-3) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../14-libz3-4_4.8.10-1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.10-1) ...
- Selecting previously unselected package libllvm12:amd64.
- Preparing to unpack .../15-libllvm12_1%3a12.0.1-7_amd64.deb ...
- Unpacking libllvm12:amd64 (1:12.0.1-7) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../16-libsensors-config_1%3a3.6.0-7_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../17-libsensors5_1%3a3.6.0-7_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7) ...
- Selecting previously unselected package libvulkan1:amd64.
- Preparing to unpack .../18-libvulkan1_1.2.182.0-2_amd64.deb ...
- Unpacking libvulkan1:amd64 (1.2.182.0-2) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../19-libgl1-mesa-dri_21.2.1-2_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (21.2.1-2) ...
- Selecting previously unselected package libpython3.9-minimal:amd64.
- Preparing to unpack .../20-libpython3.9-minimal_3.9.7-1_amd64.deb ...
- Unpacking libpython3.9-minimal:amd64 (3.9.7-1) ...
- Selecting previously unselected package python3.9-minimal.
- Preparing to unpack .../21-python3.9-minimal_3.9.7-1_amd64.deb ...
- Unpacking python3.9-minimal (3.9.7-1) ...
- Setting up libpython3.9-minimal:amd64 (3.9.7-1) ...
- Setting up python3.9-minimal (3.9.7-1) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 18546 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.9.2-3_amd64.deb ...
- Unpacking python3-minimal (3.9.2-3) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_4.0.0_all.deb ...
- Unpacking media-types (4.0.0) ...
- Selecting previously unselected package libmpdec3:amd64.
- Preparing to unpack .../libmpdec3_2.5.1-2_amd64.deb ...
- Unpacking libmpdec3:amd64 (2.5.1-2) ...
- Preparing to unpack .../libuuid1_2.37.2-1_amd64.deb ...
- Unpacking libuuid1:amd64 (2.37.2-1) over (2.36.1-7) ...
- Setting up libuuid1:amd64 (2.37.2-1) ...
- Selecting previously unselected package libpython3.9-stdlib: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 ... 18581 files and directories currently installed.)
- Preparing to unpack .../libpython3.9-stdlib_3.9.7-1_amd64.deb ...
- Unpacking libpython3.9-stdlib:amd64 (3.9.7-1) ...
- Selecting previously unselected package python3.9.
- Preparing to unpack .../python3.9_3.9.7-1_amd64.deb ...
- Unpacking python3.9 (3.9.7-1) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.9.2-3_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
- Setting up python3-minimal (3.9.2-3) ...
- Selecting previously unselected package python3.
- (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 ... 18944 files and directories currently installed.)
- Preparing to unpack .../python3_3.9.2-3_amd64.deb ...
- Unpacking python3 (3.9.2-3) ...
- Preparing to unpack .../libblkid1_2.37.2-1_amd64.deb ...
- Unpacking libblkid1:amd64 (2.37.2-1) over (2.36.1-7) ...
- Setting up libblkid1:amd64 (2.37.2-1) ...
- (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 ... 18964 files and directories currently installed.)
- Preparing to unpack .../libmount1_2.37.2-1_amd64.deb ...
- Unpacking libmount1:amd64 (2.37.2-1) over (2.36.1-7) ...
- Setting up libmount1:amd64 (2.37.2-1) ...
- (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 ... 18964 files and directories currently installed.)
- Preparing to unpack .../libudev1_247.9-1_amd64.deb ...
- Unpacking libudev1:amd64 (247.9-1) over (247.3-6) ...
- Setting up libudev1:amd64 (247.9-1) ...
- Selecting previously unselected package alsa-topology-conf.
- (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 ... 18964 files and directories currently installed.)
- Preparing to unpack .../000-alsa-topology-conf_1.2.5.1-1_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-1) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../001-libasound2-data_1.2.5.1-1_all.deb ...
- Unpacking libasound2-data (1.2.5.1-1) ...
- Selecting previously unselected package libasound2:amd64.
- Preparing to unpack .../002-libasound2_1.2.5.1-1_amd64.deb ...
- Unpacking libasound2:amd64 (1.2.5.1-1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../003-alsa-ucm-conf_1.2.5.1-1_all.deb ...
- Unpacking alsa-ucm-conf (1.2.5.1-1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../004-libglib2.0-0_2.68.4-1_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.68.4-1) ...
- Selecting previously unselected package libgirepository-1.0-1:amd64.
- Preparing to unpack .../005-libgirepository-1.0-1_1.68.0-2_amd64.deb ...
- Unpacking libgirepository-1.0-1:amd64 (1.68.0-2) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../006-gir1.2-glib-2.0_1.68.0-2_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (1.68.0-2) ...
- Selecting previously unselected package libibus-1.0-5:amd64.
- Preparing to unpack .../007-libibus-1.0-5_1.5.24-1_amd64.deb ...
- Unpacking libibus-1.0-5:amd64 (1.5.24-1) ...
- Selecting previously unselected package gir1.2-ibus-1.0:amd64.
- Preparing to unpack .../008-gir1.2-ibus-1.0_1.5.24-1_amd64.deb ...
- Unpacking gir1.2-ibus-1.0:amd64 (1.5.24-1) ...
- Selecting previously unselected package libasound2-dev:amd64.
- Preparing to unpack .../009-libasound2-dev_1.2.5.1-1_amd64.deb ...
- Unpacking libasound2-dev:amd64 (1.2.5.1-1) ...
- Selecting previously unselected package libasyncns0:amd64.
- Preparing to unpack .../010-libasyncns0_0.8-6+b2_amd64.deb ...
- Unpacking libasyncns0:amd64 (0.8-6+b2) ...
- Selecting previously unselected package uuid-dev:amd64.
- Preparing to unpack .../011-uuid-dev_2.37.2-1_amd64.deb ...
- Unpacking uuid-dev:amd64 (2.37.2-1) ...
- Selecting previously unselected package libblkid-dev:amd64.
- Preparing to unpack .../012-libblkid-dev_2.37.2-1_amd64.deb ...
- Unpacking libblkid-dev:amd64 (2.37.2-1) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../013-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package libdbus-1-dev:amd64.
- Preparing to unpack .../014-libdbus-1-dev_1.12.20-2_amd64.deb ...
- Unpacking libdbus-1-dev:amd64 (1.12.20-2) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../015-libglvnd0_1.3.4-1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.3.4-1) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../016-libwayland-server0_1.19.0-2_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.19.0-2) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../017-libgbm1_21.2.1-2_amd64.deb ...
- Unpacking libgbm1:amd64 (21.2.1-2) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../018-libwayland-client0_1.19.0-2_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.19.0-2) ...
- Preparing to unpack .../019-libx11-dev_2%3a1.7.2-1_amd64.deb ...
- Unpacking libx11-dev:amd64 (2:1.7.2-1) over (2:1.7.1-1) ...
- Preparing to unpack .../020-libx11-6_2%3a1.7.2-1_amd64.deb ...
- Unpacking libx11-6:amd64 (2:1.7.2-1) over (2:1.7.1-1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../021-libx11-xcb1_2%3a1.7.2-1_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.7.2-1) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../022-libxcb-dri2-0_1.14-3_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../023-libxcb-dri3-0_1.14-3_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../024-libxcb-present0_1.14-3_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../025-libxcb-sync1_1.14-3_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../026-libxcb-xfixes0_1.14-3_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.14-3) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../027-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../028-libegl-mesa0_21.2.1-2_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (21.2.1-2) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../029-libegl1_1.3.4-1_amd64.deb ...
- Unpacking libegl1:amd64 (1.3.4-1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../030-libxcb-glx0_1.14-3_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../031-libxcb-shm0_1.14-3_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.14-3) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../032-libxfixes3_1%3a5.0.3-2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:5.0.3-2) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../033-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../034-libglx-mesa0_21.2.1-2_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (21.2.1-2) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../035-libglx0_1.3.4-1_amd64.deb ...
- Unpacking libglx0:amd64 (1.3.4-1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../036-libgl1_1.3.4-1_amd64.deb ...
- Unpacking libgl1:amd64 (1.3.4-1) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../037-libglx-dev_1.3.4-1_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.3.4-1) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../038-libgl-dev_1.3.4-1_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.3.4-1) ...
- Selecting previously unselected package libegl-dev:amd64.
- Preparing to unpack .../039-libegl-dev_1.3.4-1_amd64.deb ...
- Unpacking libegl-dev:amd64 (1.3.4-1) ...
- Selecting previously unselected package libglvnd-core-dev:amd64.
- Preparing to unpack .../040-libglvnd-core-dev_1.3.4-1_amd64.deb ...
- Unpacking libglvnd-core-dev:amd64 (1.3.4-1) ...
- Selecting previously unselected package libgles1:amd64.
- Preparing to unpack .../041-libgles1_1.3.4-1_amd64.deb ...
- Unpacking libgles1:amd64 (1.3.4-1) ...
- Selecting previously unselected package libgles2:amd64.
- Preparing to unpack .../042-libgles2_1.3.4-1_amd64.deb ...
- Unpacking libgles2:amd64 (1.3.4-1) ...
- Selecting previously unselected package libgles-dev:amd64.
- Preparing to unpack .../043-libgles-dev_1.3.4-1_amd64.deb ...
- Unpacking libgles-dev:amd64 (1.3.4-1) ...
- Selecting previously unselected package libopengl0:amd64.
- Preparing to unpack .../044-libopengl0_1.3.4-1_amd64.deb ...
- Unpacking libopengl0:amd64 (1.3.4-1) ...
- Selecting previously unselected package libopengl-dev:amd64.
- Preparing to unpack .../045-libopengl-dev_1.3.4-1_amd64.deb ...
- Unpacking libopengl-dev:amd64 (1.3.4-1) ...
- Selecting previously unselected package libglvnd-dev:amd64.
- Preparing to unpack .../046-libglvnd-dev_1.3.4-1_amd64.deb ...
- Unpacking libglvnd-dev:amd64 (1.3.4-1) ...
- Selecting previously unselected package libegl1-mesa-dev:amd64.
- Preparing to unpack .../047-libegl1-mesa-dev_21.2.1-2_amd64.deb ...
- Unpacking libegl1-mesa-dev:amd64 (21.2.1-2) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../048-libffi-dev_3.3-6_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.3-6) ...
- Selecting previously unselected package libogg0:amd64.
- Preparing to unpack .../049-libogg0_1.3.4-0.1_amd64.deb ...
- Unpacking libogg0:amd64 (1.3.4-0.1) ...
- Selecting previously unselected package libflac8:amd64.
- Preparing to unpack .../050-libflac8_1.3.3-2_amd64.deb ...
- Unpacking libflac8:amd64 (1.3.3-2) ...
- Selecting previously unselected package libgl1-mesa-dev:amd64.
- Preparing to unpack .../051-libgl1-mesa-dev_21.2.1-2_amd64.deb ...
- Unpacking libgl1-mesa-dev:amd64 (21.2.1-2) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../052-libglib2.0-data_2.68.4-1_all.deb ...
- Unpacking libglib2.0-data (2.68.4-1) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../053-libglib2.0-bin_2.68.4-1_amd64.deb ...
- Unpacking libglib2.0-bin (2.68.4-1) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../054-python3-lib2to3_3.9.7-1_all.deb ...
- Unpacking python3-lib2to3 (3.9.7-1) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../055-python3-distutils_3.9.7-1_all.deb ...
- Unpacking python3-distutils (3.9.7-1) ...
- Selecting previously unselected package libglib2.0-dev-bin.
- Preparing to unpack .../056-libglib2.0-dev-bin_2.68.4-1_amd64.deb ...
- Unpacking libglib2.0-dev-bin (2.68.4-1) ...
- Selecting previously unselected package libsepol1-dev:amd64.
- Preparing to unpack .../057-libsepol1-dev_3.1-1_amd64.deb ...
- Unpacking libsepol1-dev:amd64 (3.1-1) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../058-libpcre2-16-0_10.36-2_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.36-2) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../059-libpcre2-32-0_10.36-2_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.36-2) ...
- Selecting previously unselected package libpcre2-posix2:amd64.
- Preparing to unpack .../060-libpcre2-posix2_10.36-2_amd64.deb ...
- Unpacking libpcre2-posix2:amd64 (10.36-2) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../061-libpcre2-dev_10.36-2_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.36-2) ...
- Selecting previously unselected package libselinux1-dev:amd64.
- Preparing to unpack .../062-libselinux1-dev_3.1-3_amd64.deb ...
- Unpacking libselinux1-dev:amd64 (3.1-3) ...
- Selecting previously unselected package libmount-dev:amd64.
- Preparing to unpack .../063-libmount-dev_2.37.2-1_amd64.deb ...
- Unpacking libmount-dev:amd64 (2.37.2-1) ...
- Selecting previously unselected package libpcre16-3:amd64.
- Preparing to unpack .../064-libpcre16-3_2%3a8.39-13_amd64.deb ...
- Unpacking libpcre16-3:amd64 (2:8.39-13) ...
- Selecting previously unselected package libpcre32-3:amd64.
- Preparing to unpack .../065-libpcre32-3_2%3a8.39-13_amd64.deb ...
- Unpacking libpcre32-3:amd64 (2:8.39-13) ...
- Selecting previously unselected package libpcrecpp0v5:amd64.
- Preparing to unpack .../066-libpcrecpp0v5_2%3a8.39-13_amd64.deb ...
- Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ...
- Selecting previously unselected package libpcre3-dev:amd64.
- Preparing to unpack .../067-libpcre3-dev_2%3a8.39-13_amd64.deb ...
- Unpacking libpcre3-dev:amd64 (2:8.39-13) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../068-zlib1g-dev_1%3a1.2.11.dfsg-2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
- Selecting previously unselected package libglib2.0-dev:amd64.
- Preparing to unpack .../069-libglib2.0-dev_2.68.4-1_amd64.deb ...
- Unpacking libglib2.0-dev:amd64 (2.68.4-1) ...
- Selecting previously unselected package libglu1-mesa:amd64.
- Preparing to unpack .../070-libglu1-mesa_9.0.1-1_amd64.deb ...
- Unpacking libglu1-mesa:amd64 (9.0.1-1) ...
- Selecting previously unselected package libglu1-mesa-dev:amd64.
- Preparing to unpack .../071-libglu1-mesa-dev_9.0.1-1_amd64.deb ...
- Unpacking libglu1-mesa-dev:amd64 (9.0.1-1) ...
- Selecting previously unselected package libibus-1.0-dev:amd64.
- Preparing to unpack .../072-libibus-1.0-dev_1.5.24-1_amd64.deb ...
- Unpacking libibus-1.0-dev:amd64 (1.5.24-1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../073-x11-common_1%3a7.7+23_all.deb ...
- Unpacking x11-common (1:7.7+23) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../074-libice6_2%3a1.0.10-1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.0.10-1) ...
- Selecting previously unselected package libice-dev:amd64.
- Preparing to unpack .../075-libice-dev_2%3a1.0.10-1_amd64.deb ...
- Unpacking libice-dev:amd64 (2:1.0.10-1) ...
- Selecting previously unselected package libopus0:amd64.
- Preparing to unpack .../076-libopus0_1.3.1-0.1_amd64.deb ...
- Unpacking libopus0:amd64 (1.3.1-0.1) ...
- Selecting previously unselected package libvorbis0a:amd64.
- Preparing to unpack .../077-libvorbis0a_1.3.7-1_amd64.deb ...
- Unpacking libvorbis0a:amd64 (1.3.7-1) ...
- Selecting previously unselected package libvorbisenc2:amd64.
- Preparing to unpack .../078-libvorbisenc2_1.3.7-1_amd64.deb ...
- Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
- Selecting previously unselected package libsndfile1:amd64.
- Preparing to unpack .../079-libsndfile1_1.0.31-2_amd64.deb ...
- Unpacking libsndfile1:amd64 (1.0.31-2) ...
- Selecting previously unselected package libwrap0:amd64.
- Preparing to unpack .../080-libwrap0_7.6.q-31_amd64.deb ...
- Unpacking libwrap0:amd64 (7.6.q-31) ...
- Selecting previously unselected package libpulse0:amd64.
- Preparing to unpack .../081-libpulse0_15.0+dfsg1-2_amd64.deb ...
- Unpacking libpulse0:amd64 (15.0+dfsg1-2) ...
- Selecting previously unselected package libpulse-mainloop-glib0:amd64.
- Preparing to unpack .../082-libpulse-mainloop-glib0_15.0+dfsg1-2_amd64.deb ...
- Unpacking libpulse-mainloop-glib0:amd64 (15.0+dfsg1-2) ...
- Selecting previously unselected package libpulse-dev:amd64.
- Preparing to unpack .../083-libpulse-dev_15.0+dfsg1-2_amd64.deb ...
- Unpacking libpulse-dev:amd64 (15.0+dfsg1-2) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../084-libwayland-cursor0_1.19.0-2_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.19.0-2) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../085-libwayland-egl1_1.19.0-2_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.19.0-2) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../086-libxrender1_1%3a0.9.10-1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../087-libxcursor1_1%3a1.2.0-2_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.0-2) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../088-libxi6_2%3a1.7.10-1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.7.10-1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../089-libxinerama1_2%3a1.1.4-2_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-2) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../090-xkb-data_2.33-1_all.deb ...
- Unpacking xkb-data (2.33-1) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../091-libxkbcommon0_1.0.3-2_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.0.3-2) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../092-libxrandr2_2%3a1.5.1-1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.1-1) ...
- Selecting previously unselected package libxss1:amd64.
- Preparing to unpack .../093-libxss1_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxss1:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libsdl2-2.0-0:amd64.
- Preparing to unpack .../094-libsdl2-2.0-0_2.0.14+dfsg2-3_amd64.deb ...
- Unpacking libsdl2-2.0-0:amd64 (2.0.14+dfsg2-3) ...
- Selecting previously unselected package libsndio7.0:amd64.
- Preparing to unpack .../095-libsndio7.0_1.5.0-3_amd64.deb ...
- Unpacking libsndio7.0:amd64 (1.5.0-3) ...
- Selecting previously unselected package libsndio-dev:amd64.
- Preparing to unpack .../096-libsndio-dev_1.5.0-3_amd64.deb ...
- Unpacking libsndio-dev:amd64 (1.5.0-3) ...
- Selecting previously unselected package libudev-dev:amd64.
- Preparing to unpack .../097-libudev-dev_247.9-1_amd64.deb ...
- Unpacking libudev-dev:amd64 (247.9-1) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../098-libwayland-bin_1.19.0-2_amd64.deb ...
- Unpacking libwayland-bin (1.19.0-2) ...
- Selecting previously unselected package libwayland-dev:amd64.
- Preparing to unpack .../099-libwayland-dev_1.19.0-2_amd64.deb ...
- Unpacking libwayland-dev:amd64 (1.19.0-2) ...
- Selecting previously unselected package libxrender-dev:amd64.
- Preparing to unpack .../100-libxrender-dev_1%3a0.9.10-1_amd64.deb ...
- Unpacking libxrender-dev:amd64 (1:0.9.10-1) ...
- Selecting previously unselected package libxfixes-dev:amd64.
- Preparing to unpack .../101-libxfixes-dev_1%3a5.0.3-2_amd64.deb ...
- Unpacking libxfixes-dev:amd64 (1:5.0.3-2) ...
- Selecting previously unselected package libxcursor-dev:amd64.
- Preparing to unpack .../102-libxcursor-dev_1%3a1.2.0-2_amd64.deb ...
- Unpacking libxcursor-dev:amd64 (1:1.2.0-2) ...
- Selecting previously unselected package x11proto-xext-dev.
- Preparing to unpack .../103-x11proto-xext-dev_2020.1-1_all.deb ...
- Unpacking x11proto-xext-dev (2020.1-1) ...
- Selecting previously unselected package libxext-dev:amd64.
- Preparing to unpack .../104-libxext-dev_2%3a1.3.3-1.1_amd64.deb ...
- Unpacking libxext-dev:amd64 (2:1.3.3-1.1) ...
- Selecting previously unselected package x11proto-input-dev.
- Preparing to unpack .../105-x11proto-input-dev_2020.1-1_all.deb ...
- Unpacking x11proto-input-dev (2020.1-1) ...
- Selecting previously unselected package libxi-dev:amd64.
- Preparing to unpack .../106-libxi-dev_2%3a1.7.10-1_amd64.deb ...
- Unpacking libxi-dev:amd64 (2:1.7.10-1) ...
- Selecting previously unselected package x11proto-xinerama-dev.
- Preparing to unpack .../107-x11proto-xinerama-dev_2020.1-1_all.deb ...
- Unpacking x11proto-xinerama-dev (2020.1-1) ...
- Selecting previously unselected package libxinerama-dev:amd64.
- Preparing to unpack .../108-libxinerama-dev_2%3a1.1.4-2_amd64.deb ...
- Unpacking libxinerama-dev:amd64 (2:1.1.4-2) ...
- Selecting previously unselected package libxkbcommon-dev:amd64.
- Preparing to unpack .../109-libxkbcommon-dev_1.0.3-2_amd64.deb ...
- Unpacking libxkbcommon-dev:amd64 (1.0.3-2) ...
- Selecting previously unselected package x11proto-randr-dev.
- Preparing to unpack .../110-x11proto-randr-dev_2020.1-1_all.deb ...
- Unpacking x11proto-randr-dev (2020.1-1) ...
- Selecting previously unselected package libxrandr-dev:amd64.
- Preparing to unpack .../111-libxrandr-dev_2%3a1.5.1-1_amd64.deb ...
- Unpacking libxrandr-dev:amd64 (2:1.5.1-1) ...
- Selecting previously unselected package x11proto-scrnsaver-dev.
- Preparing to unpack .../112-x11proto-scrnsaver-dev_2020.1-1_all.deb ...
- Unpacking x11proto-scrnsaver-dev (2020.1-1) ...
- Selecting previously unselected package libxss-dev:amd64.
- Preparing to unpack .../113-libxss-dev_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxss-dev:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../114-libsm6_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libxt6:amd64.
- Preparing to unpack .../115-libxt6_1%3a1.2.0-1_amd64.deb ...
- Unpacking libxt6:amd64 (1:1.2.0-1) ...
- Selecting previously unselected package libsm-dev:amd64.
- Preparing to unpack .../116-libsm-dev_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libxt-dev:amd64.
- Preparing to unpack .../117-libxt-dev_1%3a1.2.0-1_amd64.deb ...
- Unpacking libxt-dev:amd64 (1:1.2.0-1) ...
- Selecting previously unselected package libxv1:amd64.
- Preparing to unpack .../118-libxv1_2%3a1.0.11-1_amd64.deb ...
- Unpacking libxv1:amd64 (2:1.0.11-1) ...
- Selecting previously unselected package libxv-dev:amd64.
- Preparing to unpack .../119-libxv-dev_2%3a1.0.11-1_amd64.deb ...
- Unpacking libxv-dev:amd64 (2:1.0.11-1) ...
- Selecting previously unselected package x11proto-xf86vidmode-dev.
- Preparing to unpack .../120-x11proto-xf86vidmode-dev_2020.1-1_all.deb ...
- Unpacking x11proto-xf86vidmode-dev (2020.1-1) ...
- Selecting previously unselected package libxxf86vm-dev:amd64.
- Preparing to unpack .../121-libxxf86vm-dev_1%3a1.1.4-1+b2_amd64.deb ...
- Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1+b2) ...
- Selecting previously unselected package libsdl2-dev:amd64.
- Preparing to unpack .../122-libsdl2-dev_2.0.14+dfsg2-3_amd64.deb ...
- Unpacking libsdl2-dev:amd64 (2.0.14+dfsg2-3) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../123-libxcb-randr0_1.14-3_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.14-3) ...
- Selecting previously unselected package mesa-vulkan-drivers:amd64.
- Preparing to unpack .../124-mesa-vulkan-drivers_21.2.1-2_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (21.2.1-2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../125-shared-mime-info_2.0-1_amd64.deb ...
- Unpacking shared-mime-info (2.0-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../126-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up media-types (4.0.0) ...
- Setting up libpcrecpp0v5:amd64 (2:8.39-13) ...
- Setting up libxcb-dri3-0:amd64 (1.14-3) ...
- Setting up libwayland-server0:amd64 (1.19.0-2) ...
- Setting up libpciaccess0:amd64 (0.16-1) ...
- Setting up libapparmor1:amd64 (2.13.6-10) ...
- Setting up libxcb-xfixes0:amd64 (1.14-3) ...
- Setting up libogg0:amd64 (1.3.4-0.1) ...
- Setting up libglvnd-core-dev:amd64 (1.3.4-1) ...
- Setting up libpcre16-3:amd64 (2:8.39-13) ...
- Setting up libicu67:amd64 (67.1-7) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:amd64 (2.68.4-1) ...
- No schema files found: doing nothing.
- Setting up libglvnd0:amd64 (1.3.4-1) ...
- Setting up x11proto-randr-dev (2020.1-1) ...
- Setting up libxcb-glx0:amd64 (1.14-3) ...
- Setting up libibus-1.0-5:amd64 (1.5.24-1) ...
- Setting up x11-common (1:7.7+23) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of restart.
- Setting up libsensors-config (1:3.6.0-7) ...
- Setting up libsepol1-dev:amd64 (3.1-1) ...
- Setting up xkb-data (2.33-1) ...
- Setting up libxcb-shm0:amd64 (1.14-3) ...
- Setting up libffi-dev:amd64 (3.3-6) ...
- Setting up x11proto-xinerama-dev (2020.1-1) ...
- Setting up libpcre2-16-0:amd64 (10.36-2) ...
- Setting up libopengl0:amd64 (1.3.4-1) ...
- Setting up libflac8:amd64 (1.3.3-2) ...
- Setting up libxcb-present0:amd64 (1.14-3) ...
- Setting up libasound2-data (1.2.5.1-1) ...
- Setting up libz3-4:amd64 (4.8.10-1) ...
- Setting up libpcre2-32-0:amd64 (10.36-2) ...
- Setting up libglib2.0-data (2.68.4-1) ...
- Setting up libgles2:amd64 (1.3.4-1) ...
- Setting up libwrap0:amd64 (7.6.q-31) ...
- Setting up libxcb-sync1:amd64 (1.14-3) ...
- Setting up uuid-dev:amd64 (2.37.2-1) ...
- Setting up libgles1:amd64 (1.3.4-1) ...
- Setting up libdbus-1-3:amd64 (1.12.20-2) ...
- Setting up dbus (1.12.20-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libopus0:amd64 (1.3.1-0.1) ...
- Setting up libpcre32-3:amd64 (2:8.39-13) ...
- Setting up libvorbis0a:amd64 (1.3.7-1) ...
- Setting up x11proto-input-dev (2020.1-1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libudev-dev:amd64 (247.9-1) ...
- Setting up libpcre2-posix2:amd64 (10.36-2) ...
- Setting up libsensors5:amd64 (1:3.6.0-7) ...
- Setting up libglapi-mesa:amd64 (21.2.1-2) ...
- Setting up libvulkan1:amd64 (1.2.182.0-2) ...
- Setting up libxcb-dri2-0:amd64 (1.14-3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
- Setting up x11proto-xf86vidmode-dev (2020.1-1) ...
- Setting up x11proto-xext-dev (2020.1-1) ...
- Setting up alsa-topology-conf (1.2.5.1-1) ...
- Setting up libasyncns0:amd64 (0.8-6+b2) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up libxcb-randr0:amd64 (1.14-3) ...
- Setting up libasound2:amd64 (1.2.5.1-1) ...
- Setting up libmpdec3:amd64 (2.5.1-2) ...
- Setting up libx11-6:amd64 (2:1.7.2-1) ...
- Setting up libgirepository-1.0-1:amd64 (1.68.0-2) ...
- Setting up libwayland-egl1:amd64 (1.19.0-2) ...
- Setting up libxss1:amd64 (1:1.2.3-1) ...
- Setting up libopengl-dev:amd64 (1.3.4-1) ...
- Setting up libasound2-dev:amd64 (1.2.5.1-1) ...
- Setting up x11proto-scrnsaver-dev (2020.1-1) ...
- Setting up libdrm-common (2.4.107-2) ...
- Setting up libelf1:amd64 (0.185-2) ...
- Setting up libxml2:amd64 (2.9.12+dfsg-3) ...
- Setting up libvorbisenc2:amd64 (1.3.7-1) ...
- Setting up libpython3.9-stdlib:amd64 (3.9.7-1) ...
- Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
- Setting up libxkbcommon0:amd64 (1.0.3-2) ...
- Setting up libwayland-client0:amd64 (1.19.0-2) ...
- Setting up libblkid-dev:amd64 (2.37.2-1) ...
- Setting up libx11-xcb1:amd64 (2:1.7.2-1) ...
- Setting up libice6:amd64 (2:1.0.10-1) ...
- Setting up libpcre2-dev:amd64 (10.36-2) ...
- Setting up libxi6:amd64 (2:1.7.10-1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1) ...
- Setting up libice-dev:amd64 (2:1.0.10-1) ...
- Setting up alsa-ucm-conf (1.2.5.1-1) ...
- Setting up libselinux1-dev:amd64 (3.1-3) ...
- Setting up libpcre3-dev:amd64 (2:8.39-13) ...
- Setting up libxkbcommon-dev:amd64 (1.0.3-2) ...
- Setting up libx11-dev:amd64 (2:1.7.2-1) ...
- Setting up libglib2.0-bin (2.68.4-1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Setting up libwayland-bin (1.19.0-2) ...
- Setting up libdbus-1-dev:amd64 (1.12.20-2) ...
- Setting up libxfixes3:amd64 (1:5.0.3-2) ...
- Setting up libllvm12:amd64 (1:12.0.1-7) ...
- Setting up shared-mime-info (2.0-1) ...
- Setting up libxinerama1:amd64 (2:1.1.4-2) ...
- Setting up libxv1:amd64 (2:1.0.11-1) ...
- Setting up libxrandr2:amd64 (2:1.5.1-1) ...
- Setting up gir1.2-glib-2.0:amd64 (1.68.0-2) ...
- Setting up libxext-dev:amd64 (2:1.3.3-1.1) ...
- Setting up libsndio7.0:amd64 (1.5.0-3) ...
- Setting up libdrm2:amd64 (2.4.107-2) ...
- Setting up libwayland-cursor0:amd64 (1.19.0-2) ...
- Setting up libsndfile1:amd64 (1.0.31-2) ...
- Setting up gir1.2-ibus-1.0:amd64 (1.5.24-1) ...
- Setting up libsm6:amd64 (2:1.2.3-1) ...
- Setting up libxrender-dev:amd64 (1:0.9.10-1) ...
- Setting up libmount-dev:amd64 (2.37.2-1) ...
- Setting up python3.9 (3.9.7-1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.107-2) ...
- Setting up mesa-vulkan-drivers:amd64 (21.2.1-2) ...
- Setting up libdrm-nouveau2:amd64 (2.4.107-2) ...
- Setting up libsndio-dev:amd64 (1.5.0-3) ...
- Setting up libgbm1:amd64 (21.2.1-2) ...
- Setting up libpulse0:amd64 (15.0+dfsg1-2) ...
- Setting up libsm-dev:amd64 (2:1.2.3-1) ...
- Setting up libdrm-radeon1:amd64 (2.4.107-2) ...
- Setting up libxxf86vm-dev:amd64 (1:1.1.4-1+b2) ...
- Setting up libxcursor1:amd64 (1:1.2.0-2) ...
- Setting up libdrm-intel1:amd64 (2.4.107-2) ...
- Setting up libgl1-mesa-dri:amd64 (21.2.1-2) ...
- Setting up python3 (3.9.2-3) ...
- running python rtupdate hooks for python3.9...
- running python post-rtupdate hooks for python3.9...
- Setting up libxss-dev:amd64 (1:1.2.3-1) ...
- Setting up libwayland-dev:amd64 (1.19.0-2) ...
- Setting up libxfixes-dev:amd64 (1:5.0.3-2) ...
- Setting up libxv-dev:amd64 (2:1.0.11-1) ...
- Setting up libxrandr-dev:amd64 (2:1.5.1-1) ...
- Setting up libegl-mesa0:amd64 (21.2.1-2) ...
- Setting up libpulse-mainloop-glib0:amd64 (15.0+dfsg1-2) ...
- Setting up libxinerama-dev:amd64 (2:1.1.4-2) ...
- Setting up libxt6:amd64 (1:1.2.0-1) ...
- Setting up libegl1:amd64 (1.3.4-1) ...
- Setting up libxi-dev:amd64 (2:1.7.10-1) ...
- Setting up libsdl2-2.0-0:amd64 (2.0.14+dfsg2-3) ...
- Setting up python3-lib2to3 (3.9.7-1) ...
- Setting up python3-distutils (3.9.7-1) ...
- Setting up libglib2.0-dev-bin (2.68.4-1) ...
- Setting up libglx-mesa0:amd64 (21.2.1-2) ...
- Setting up libglx0:amd64 (1.3.4-1) ...
- Setting up libxcursor-dev:amd64 (1:1.2.0-2) ...
- Setting up libgl1:amd64 (1.3.4-1) ...
- Setting up libglib2.0-dev:amd64 (2.68.4-1) ...
- Setting up libxt-dev:amd64 (1:1.2.0-1) ...
- Setting up libpulse-dev:amd64 (15.0+dfsg1-2) ...
- Setting up libglx-dev:amd64 (1.3.4-1) ...
- Setting up libglu1-mesa:amd64 (9.0.1-1) ...
- Setting up libgl-dev:amd64 (1.3.4-1) ...
- Setting up libegl-dev:amd64 (1.3.4-1) ...
- Setting up libibus-1.0-dev:amd64 (1.5.24-1) ...
- Setting up libglu1-mesa-dev:amd64 (9.0.1-1) ...
- Setting up libgles-dev:amd64 (1.3.4-1) ...
- Setting up libglvnd-dev:amd64 (1.3.4-1) ...
- Setting up libgl1-mesa-dev:amd64 (21.2.1-2) ...
- Setting up libegl1-mesa-dev:amd64 (21.2.1-2) ...
- Setting up libsdl2-dev:amd64 (2.0.14+dfsg2-3) ...
- Processing triggers for libc-bin (2.31-13) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/105:
Processing  3/105:
Processing  4/105:
-> retrieved bigarray-compat.1.0.0  (cached)
Processing  5/105:
Processing  6/105:
Processing  7/105:
Processing  8/105:
Processing  9/105: [conf-pkg-config: pkg-config]
-> retrieved camomile.1.0.2  (cached)
Processing 10/105: [conf-pkg-config: pkg-config]
-> retrieved cmdliner.1.0.2  (cached)
Processing 11/105: [conf-pkg-config: pkg-config]
-> retrieved cppo.1.6.7  (cached)
Processing 12/105: [conf-pkg-config: pkg-config]
Processing 13/105: [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/conf-pkg-config.2)
- Usage:
-   pkg-config [OPTION?]
- 
- Help Options:
-   -h, --help                              Show help options
- 
- Application Options:
-   --version                               output version of pkg-config
-   --modversion                            output version for package
-   --atleast-pkgconfig-version=VERSION     require given version of pkg-config
-   --libs                                  output all linker flags
-   --static                                output linker flags for static linking
-   --short-errors                          print short errors
-   --libs-only-l                           output -l flags
-   --libs-only-other                       output other libs (e.g. -pthread)
-   --libs-only-L                           output -L flags
-   --cflags                                output all pre-processor and compiler flags
-   --cflags-only-I                         output -I flags
-   --cflags-only-other                     output cflags not covered by the cflags-only-I option
-   --variable=NAME                         get the value of variable named NAME
-   --define-variable=NAME=VALUE            set variable NAME to VALUE
-   --exists                                return 0 if the module(s) exist
-   --print-variables                       output list of variables defined by the module
-   --uninstalled                           return 0 if the uninstalled version of one or more module(s) or their dependencies will be used
-   --atleast-version=VERSION               return 0 if the module is at least version VERSION
-   --exact-version=VERSION                 return 0 if the module is at exactly version VERSION
-   --max-version=VERSION                   return 0 if the module is at no newer than version VERSION
-   --list-all                              list all known packages
-   --debug                                 show verbose debug information
-   --print-errors                          show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line)
-   --silence-errors                        be silent about errors (default when --exists or --atleast/exact/max-version given on the command line)
-   --errors-to-stdout                      print errors from --print-errors to stdout not stderr
-   --print-provides                        print which packages the package provides
-   --print-requires                        print which packages the package requires
-   --print-requires-private                print which packages the package requires for static linking
-   --validate                              validate a package's .pc file
-   --define-prefix                         try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --dont-define-prefix                    don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --prefix-variable=PREFIX                set the name of the variable that pkg-config automatically sets
- 
- Usage:
-   pkg-config [OPTION?]
- 
- Help Options:
-   -h, --help                              Show help options
- 
- Application Options:
-   --version                               output version of pkg-config
-   --modversion                            output version for package
-   --atleast-pkgconfig-version=VERSION     require given version of pkg-config
-   --libs                                  output all linker flags
-   --static                                output linker flags for static linking
-   --short-errors                          print short errors
-   --libs-only-l                           output -l flags
-   --libs-only-other                       output other libs (e.g. -pthread)
-   --libs-only-L                           output -L flags
-   --cflags                                output all pre-processor and compiler flags
-   --cflags-only-I                         output -I flags
-   --cflags-only-other                     output cflags not covered by the cflags-only-I option
-   --variable=NAME                         get the value of variable named NAME
-   --define-variable=NAME=VALUE            set variable NAME to VALUE
-   --exists                                return 0 if the module(s) exist
-   --print-variables                       output list of variables defined by the module
-   --uninstalled                           return 0 if the uninstalled version of one or more module(s) or their dependencies will be used
-   --atleast-version=VERSION               return 0 if the module is at least version VERSION
-   --exact-version=VERSION                 return 0 if the module is at exactly version VERSION
-   --max-version=VERSION                   return 0 if the module is at no newer than version VERSION
-   --list-all                              list all known packages
-   --debug                                 show verbose debug information
-   --print-errors                          show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line)
-   --silence-errors                        be silent about errors (default when --exists or --atleast/exact/max-version given on the command line)
-   --errors-to-stdout                      print errors from --print-errors to stdout not stderr
-   --print-provides                        print which packages the package provides
-   --print-requires                        print which packages the package requires
-   --print-requires-private                print which packages the package requires for static linking
-   --validate                              validate a package's .pc file
-   --define-prefix                         try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --dont-define-prefix                    don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --prefix-variable=PREFIX                set the name of the variable that pkg-config automatically sets
- 
-> compiled  conf-pkg-config.2
Processing 13/105:
Processing 14/105: [conf-pkg-config: mkdir]
-> retrieved cppo_ocamlbuild.1.6.7  (cached)
Processing 15/105: [conf-pkg-config: mkdir]
-> retrieved ctypes.0.18.0  (cached)
Processing 16/105: [conf-pkg-config: mkdir]
-> retrieved dune.2.9.0  (cached)
Processing 17/105: [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.02.3/lib/pkgconfig" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/conf-pkg-config.2)
-> installed conf-pkg-config.2
Processing 17/105:
Processing 18/105: [conf-libffi: pkg-config libffi]
Processing 19/105: [conf-libffi: pkg-config libffi] [conf-sdl2: pkg-config sdl2]
-> retrieved integers.0.4.0  (cached)
Processing 20/105: [conf-libffi: pkg-config libffi] [conf-sdl2: pkg-config sdl2]
-> retrieved jbuilder.1.0+beta20.2  (cached)
Processing 21/105: [conf-libffi: pkg-config libffi] [conf-sdl2: pkg-config sdl2]
Processing 22/105: [conf-libffi: pkg-config libffi] [conf-sdl2: pkg-config sdl2] [jbuilder: ocaml configure.ml]
-> retrieved lambda-term.1.13  (cached)
Processing 23/105: [conf-libffi: pkg-config libffi] [conf-sdl2: pkg-config sdl2] [jbuilder: ocaml configure.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "libffi" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/conf-libffi.2.0.0)
-> compiled  conf-libffi.2.0.0
Processing 23/105: [conf-sdl2: pkg-config sdl2] [jbuilder: ocaml configure.ml]
-> installed conf-libffi.2.0.0
Processing 24/105: [conf-sdl2: pkg-config sdl2] [jbuilder: ocaml configure.ml]
Processing 25/105: [conf-sdl2: pkg-config sdl2] [jbuilder: ocaml configure.ml]
-> installed ctypes-foreign.0.18.0
Processing 26/105: [conf-sdl2: pkg-config sdl2] [jbuilder: ocaml configure.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "sdl2" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/conf-sdl2.1)
-> compiled  conf-sdl2.1
Processing 26/105: [jbuilder: ocaml configure.ml]
-> installed conf-sdl2.1
Processing 27/105: [jbuilder: ocaml configure.ml]
-> retrieved lwt.4.2.1-1  (cached)
Processing 28/105: [jbuilder: ocaml configure.ml]
-> retrieved lwt_log.1.1.1  (cached)
Processing 29/105: [nebula.0.2.1: http] [jbuilder: ocaml configure.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "configure.ml" "--libdir" "/home/opam/.opam/4.02.3/lib" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/jbuilder.1.0+beta20.2)
Processing 29/105: [nebula.0.2.1: http] [jbuilder: ocaml bootstrap.ml]
-> retrieved lwt_react.1.1.4  (cached)
Processing 30/105: [nebula.0.2.1: http] [jbuilder: ocaml bootstrap.ml]
-> retrieved mmap.1.1.0  (cached)
Processing 31/105: [nebula.0.2.1: http] [jbuilder: ocaml bootstrap.ml]
Processing 32/105: [nebula.0.2.1: http] [jbuilder: ocaml bootstrap.ml]
Processing 33/105: [nebula.0.2.1: http] [jbuilder: ocaml bootstrap.ml]
-> installed ocamlbuild.0
Processing 34/105: [nebula.0.2.1: http] [jbuilder: ocaml bootstrap.ml]
[ERROR] Failed to get sources of nebula.0.2.1: curl error code 404
Processing 34/105: [jbuilder: ocaml bootstrap.ml]
Processing 35/105: [jbuilder: ocaml bootstrap.ml]
-> retrieved ocamlfind.1.9.1  (cached)
Processing 36/105: [jbuilder: ocaml bootstrap.ml]
Processing 37/105: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> retrieved ocamlfind-secondary.1.9.1  (cached)
Processing 38/105: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 39/105: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 40/105: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> retrieved ppx_deriving.4.5  (cached)
Processing 41/105: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> retrieved ppx_tools.5.0+4.02.0  (cached)
Processing 42/105: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> retrieved ppxfind.1.4  (cached)
Processing 43/105: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> retrieved react.1.2.1  (cached)
Processing 44/105: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> retrieved result.1.4  (cached)
Processing 45/105: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> retrieved seq.0.2.2  (cached)
Processing 46/105: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> retrieved utop.1.19.3  (cached)
Processing 47/105: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
-> retrieved topkg.1.0.0  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.02.3/bin" "-sitelib" "/home/opam/.opam/4.02.3/lib" "-mandir" "/home/opam/.opam/4.02.3/man" "-config" "/home/opam/.opam/4.02.3/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1)
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: found
- ocamldoc: found
- raw_spacetime: not present (normal since 4.12)
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/META
- Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.02.3/lib/ocaml
-     Binaries:              /home/opam/.opam/4.02.3/bin
-     Manual pages:          /home/opam/.opam/4.02.3/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.02.3/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.02.3/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.02.3/bin
-     Manual pages:          /home/opam/.opam/4.02.3/man
-     topfind script:        /home/opam/.opam/4.02.3/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: found
- ocamldoc: found
- raw_spacetime: not present (normal since 4.12)
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/META
- Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.02.3/lib/ocaml
-     Binaries:              /home/opam/.opam/4.02.3/bin
-     Manual pages:          /home/opam/.opam/4.02.3/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.02.3/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.02.3/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.02.3/bin
-     Manual pages:          /home/opam/.opam/4.02.3/man
-     topfind script:        /home/opam/.opam/4.02.3/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing 47/105: [jbuilder: ocaml bootstrap.ml] [ocamlfind: make all]
-> retrieved tsdl.0.8.2  (cached)
-> retrieved zed.1.6  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/jbuilder.1.0+beta20.2)
- '/home/opam/.opam/4.02.3/bin/ocamllex.opt' -q src/meta_lexer.mll
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml
- '/home/opam/.opam/4.02.3/bin/ocamllex.opt' -q src/meta_lexer.mll
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
- '/home/opam/.opam/4.02.3/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml
Processing 47/105: [jbuilder: ./boot.exe 31] [ocamlfind: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1)
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.02.3/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.02.3/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs  -g -c findlib_config.ml
- ocamlc -I +compiler-libs  -g -c fl_split.ml
- ocamlc -I +compiler-libs  -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs  -g -c fl_meta.ml
- ocamlc -I +compiler-libs  -c fl_metascanner.mli
- ocamlc -I +compiler-libs  -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs  -c fl_topo.mli
- ocamlc -I +compiler-libs  -g -c fl_topo.ml
- ocamlc -I +compiler-libs  -c fl_package_base.mli
- ocamlc -I +compiler-libs  -g -c fl_package_base.ml
- ocamlc -I +compiler-libs  -c findlib.mli
- ocamlc -I +compiler-libs  -g -c findlib.ml
- ocamlc -I +compiler-libs  -g -c fl_args.ml
- ocamlc -I +compiler-libs  -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs  -g -c ocaml_args.ml
- ocamlc -I +compiler-libs  -g -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs  -c topfind.mli
- ocamlc -I +compiler-libs  -g -c topfind.ml
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.02.3/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs  -c num_top_printers.mli
- ocamlc -I +compiler-libs  -g -c num_top_printers.ml
- ocamlc -I +compiler-libs  -c num_top.mli
- ocamlc -I +compiler-libs  -g -c num_top.ml
- ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- ocamlc -I +compiler-libs  -c fl_dynload.mli
- ocamlc -I +compiler-libs  -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.02.3/lib' >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.02.3/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.02.3/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs  -g -c findlib_config.ml
- ocamlc -I +compiler-libs  -g -c fl_split.ml
- ocamlc -I +compiler-libs  -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs  -g -c fl_meta.ml
- ocamlc -I +compiler-libs  -c fl_metascanner.mli
- ocamlc -I +compiler-libs  -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs  -c fl_topo.mli
- ocamlc -I +compiler-libs  -g -c fl_topo.ml
- ocamlc -I +compiler-libs  -c fl_package_base.mli
- ocamlc -I +compiler-libs  -g -c fl_package_base.ml
- ocamlc -I +compiler-libs  -c findlib.mli
- ocamlc -I +compiler-libs  -g -c findlib.ml
- ocamlc -I +compiler-libs  -g -c fl_args.ml
- ocamlc -I +compiler-libs  -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs  -g -c ocaml_args.ml
- ocamlc -I +compiler-libs  -g -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs  -c topfind.mli
- ocamlc -I +compiler-libs  -g -c topfind.ml
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.02.3/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs  -c num_top_printers.mli
- ocamlc -I +compiler-libs  -g -c num_top_printers.ml
- ocamlc -I +compiler-libs  -c num_top.mli
- ocamlc -I +compiler-libs  -g -c num_top.ml
- ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- ocamlc -I +compiler-libs  -c fl_dynload.mli
- ocamlc -I +compiler-libs  -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.02.3/lib' >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
Processing 47/105: [jbuilder: ./boot.exe 31] [ocamlfind: make opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1)
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamlopt -I +compiler-libs -g  -c findlib_config.ml
- ocamlopt -I +compiler-libs -g  -c fl_split.ml
- ocamlopt -I +compiler-libs -g  -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g  -c fl_meta.ml
- ocamlopt -I +compiler-libs -g  -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g  -c fl_topo.ml
- ocamlopt -I +compiler-libs -g  -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g  -c findlib.ml
- ocamlopt -I +compiler-libs -g  -c fl_args.ml
- ocamlopt -I +compiler-libs -g  -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g  -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g  -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g  -c topfind.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g  -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamlopt -I +compiler-libs -g  -c findlib_config.ml
- ocamlopt -I +compiler-libs -g  -c fl_split.ml
- ocamlopt -I +compiler-libs -g  -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g  -c fl_meta.ml
- ocamlopt -I +compiler-libs -g  -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g  -c fl_topo.ml
- ocamlopt -I +compiler-libs -g  -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g  -c findlib.ml
- ocamlopt -I +compiler-libs -g  -c fl_args.ml
- ocamlopt -I +compiler-libs -g  -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g  -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g  -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g  -c topfind.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g  -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
-> compiled  ocamlfind.1.9.1
Processing 47/105: [jbuilder: ./boot.exe 31]
Processing 48/105: [jbuilder: ./boot.exe 31] [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.02.3/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.02.3/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi \
-       fi \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- mkdir -p "/home/opam/.opam/4.02.3/bin"
- mkdir -p "/home/opam/.opam/4.02.3/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "`dirname \"/home/opam/.opam/4.02.3/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.02.3/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.02.3/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.02.3/lib/findlib"
- mkdir -p "/home/opam/.opam/4.02.3/bin"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/4.02.3/lib/ocaml"
- files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi META` && \
- cp $files "/home/opam/.opam/4.02.3/lib/findlib"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- cp $f "/home/opam/.opam/4.02.3/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.02.3/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.02.3/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.02.3/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamlbuild ocamldoc stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.02.3/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.02.3/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.02.3/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.02.3/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.02.3/lib/num-top"
- cp num_top.cma num_top.cmi num_top_printers.cmi \
- 	"/home/opam/.opam/4.02.3/lib/num-top"
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- test ! -f 'site-lib-src/camlp4/META' ||	cp tools/safe_camlp4 "/home/opam/.opam/4.02.3/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "/home/opam/.opam/4.02.3/man/man1" "/home/opam/.opam/4.02.3/man/man3" "/home/opam/.opam/4.02.3/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.02.3/man/man1"
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.02.3/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.02.3/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.02.3/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi \
-       fi \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- mkdir -p "/home/opam/.opam/4.02.3/bin"
- mkdir -p "/home/opam/.opam/4.02.3/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "`dirname \"/home/opam/.opam/4.02.3/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.02.3/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.02.3/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.02.3/lib/findlib"
- mkdir -p "/home/opam/.opam/4.02.3/bin"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/4.02.3/lib/ocaml"
- files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi META` && \
- cp $files "/home/opam/.opam/4.02.3/lib/findlib"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- cp $f "/home/opam/.opam/4.02.3/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.02.3/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.02.3/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.02.3/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamlbuild ocamldoc stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.02.3/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.02.3/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.02.3/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.02.3/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.02.3/lib/num-top"
- cp num_top.cma num_top.cmi num_top_printers.cmi \
- 	"/home/opam/.opam/4.02.3/lib/num-top"
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- test ! -f 'site-lib-src/camlp4/META' ||	cp tools/safe_camlp4 "/home/opam/.opam/4.02.3/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "/home/opam/.opam/4.02.3/man/man1" "/home/opam/.opam/4.02.3/man/man3" "/home/opam/.opam/4.02.3/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.02.3/man/man1"
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.02.3/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1'
-> installed ocamlfind.1.9.1
Processing 48/105: [jbuilder: ./boot.exe 31]
Processing 49/105: [jbuilder: ./boot.exe 31]
[ocamlfind-secondary: subst] expanding opam variables in META.in, generating META
[ocamlfind-secondary: subst] expanding opam variables in ocaml-secondary-compiler.conf.in, generating ocaml-secondary-compiler.conf
Processing 50/105: [jbuilder: ./boot.exe 31] [ocamlfind-secondary: ./configure]
Processing 51/105: [jbuilder: ./boot.exe 31] [ocamlfind-secondary: ./configure] [ppx_tools: make all]
-> installed base-bytes.base
Processing 52/105: [jbuilder: ./boot.exe 31] [ocamlfind-secondary: ./configure] [ppx_tools: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./boot.exe" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/jbuilder.1.0+beta20.2)
-> compiled  jbuilder.1.0+beta20.2
Processing 52/105: [ocamlfind-secondary: ./configure] [ppx_tools: make all]
-> installed jbuilder.1.0+beta20.2
Processing 53/105: [ocamlfind-secondary: ./configure] [ppx_tools: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-sitelib" "/home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib" "-no-camlp4" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind-secondary.1.9.1)
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: found
- ocamldoc: found
- raw_spacetime: not present (normal since 4.12)
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/META
- Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.02.3/lib/ocaml
-     Binaries:              /home/opam/.opam/4.02.3/bin
-     Manual pages:          /home/opam/.opam/4.02.3/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.02.3/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.02.3/bin
-     Manual pages:          /home/opam/.opam/4.02.3/man
-     topfind script:        /home/opam/.opam/4.02.3/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       yes
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: found
- ocamldoc: found
- raw_spacetime: not present (normal since 4.12)
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/META
- Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.02.3/lib/ocaml
-     Binaries:              /home/opam/.opam/4.02.3/bin
-     Manual pages:          /home/opam/.opam/4.02.3/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.02.3/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.02.3/bin
-     Manual pages:          /home/opam/.opam/4.02.3/man
-     topfind script:        /home/opam/.opam/4.02.3/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       yes
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
-> compiled  ocamlfind-secondary.1.9.1
Processing 53/105: [ppx_tools: make all]
Processing 54/105: [ppx_tools: make all] [ocamlfind-secondary: make install-meta]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-meta" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind-secondary.1.9.1)
- for x in dynlink stdlib unix bigarray compiler-libs graphics num num-top ocamlbuild ocamldoc threads str; do mkdir -p "/home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib/findlib/Makefile.packages"
- for x in dynlink stdlib unix bigarray compiler-libs graphics num num-top ocamlbuild ocamldoc threads str; do mkdir -p "/home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib/findlib/Makefile.packages"
Processing 54/105: [ppx_tools: make all] [ocamlfind-secondary: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.02.3/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 54/105: [ppx_tools: make all] [ocamlfind-secondary: cp ocaml-secondary-compiler.conf]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "ocaml-secondary-compiler.conf" "/home/opam/.opam/4.02.3/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 54/105: [ppx_tools: make all] [ocamlfind-secondary: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 54/105: [ppx_tools: make all] [ocamlfind-secondary: cp META]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "META" "/home/opam/.opam/4.02.3/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind-secondary.1.9.1)
-> installed ocamlfind-secondary.1.9.1
Processing 54/105: [ppx_tools: make all]
Processing 55/105: [dune: ocaml bootstrap.ml] [ppx_tools: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_tools.5.0+4.02.0)
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.mli
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.mli
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml
- ocamlc -bin-annot -a -o ppx_tools.cma ast_convenience.cmo ast_mapper_class.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c genlifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o genlifter ocamlcommon.cma ppx_tools.cma genlifter.cmo
- ./genlifter -I +compiler-libs Parsetree.expression > ast_lifter.ml || rm -rf ast_lifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_lifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c dumpast.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o dumpast ocamlcommon.cma ocamlbytecomp.cma ast_lifter.cmo dumpast.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ppx_metaquot.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o ppx_metaquot ocamlcommon.cma ppx_tools.cma ast_lifter.cmo ppx_metaquot.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c rewriter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o rewriter ocamlcommon.cma rewriter.cmo
- ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml
- ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml
- ocamlopt -a -o ppx_tools.cmxa ast_convenience.cmx ast_mapper_class.cmx
- ocamlopt -shared -o ppx_tools.cmxs -linkall ppx_tools.cmxa
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.mli
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.mli
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml
- ocamlc -bin-annot -a -o ppx_tools.cma ast_convenience.cmo ast_mapper_class.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c genlifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o genlifter ocamlcommon.cma ppx_tools.cma genlifter.cmo
- ./genlifter -I +compiler-libs Parsetree.expression > ast_lifter.ml || rm -rf ast_lifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_lifter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c dumpast.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o dumpast ocamlcommon.cma ocamlbytecomp.cma ast_lifter.cmo dumpast.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ppx_metaquot.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o ppx_metaquot ocamlcommon.cma ppx_tools.cma ast_lifter.cmo ppx_metaquot.cmo
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c rewriter.ml
- ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o rewriter ocamlcommon.cma rewriter.cmo
- ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml
- ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml
- ocamlopt -a -o ppx_tools.cmxa ast_convenience.cmx ast_mapper_class.cmx
- ocamlopt -shared -o ppx_tools.cmxs -linkall ppx_tools.cmxa
-> compiled  ppx_tools.5.0+4.02.0
Processing 55/105: [dune: ocaml bootstrap.ml]
Processing 56/105: [dune: ocaml bootstrap.ml] [ppx_tools: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_tools.5.0+4.02.0)
- ocamlfind install ppx_tools META genlifter dumpast ppx_metaquot rewriter ppx_tools.cma ppx_tools.cmxa ppx_tools.a ppx_tools.cmxs ast_convenience.mli ast_convenience.cmi ast_convenience.cmt ast_convenience.cmti ast_convenience.cmx ast_mapper_class.mli ast_mapper_class.cmi ast_mapper_class.cmt ast_mapper_class.cmti ast_mapper_class.cmx
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmx
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmti
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmt
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmi
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.mli
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmx
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmti
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmt
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmi
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.mli
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.cmxs
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.a
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.cmxa
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.cma
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/rewriter
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_metaquot
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/dumpast
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/genlifter
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/META
- ocamlfind install ppx_tools META genlifter dumpast ppx_metaquot rewriter ppx_tools.cma ppx_tools.cmxa ppx_tools.a ppx_tools.cmxs ast_convenience.mli ast_convenience.cmi ast_convenience.cmt ast_convenience.cmti ast_convenience.cmx ast_mapper_class.mli ast_mapper_class.cmi ast_mapper_class.cmt ast_mapper_class.cmti ast_mapper_class.cmx
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmx
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmti
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmt
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmi
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.mli
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmx
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmti
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmt
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmi
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.mli
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.cmxs
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.a
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.cmxa
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.cma
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/rewriter
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_metaquot
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/dumpast
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/genlifter
- Installed /home/opam/.opam/4.02.3/lib/ppx_tools/META
-> installed ppx_tools.5.0+4.02.0
Processing 56/105: [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/dune.2.9.0)
- ocamlfind -toolchain secondary ocamlc 2>.duneboot.ocamlfind-output
- 
- ocamlfind -toolchain secondary ocamlc -custom -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe --secondary -j 31
- 

Processing 56/105: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "-p" "dune" "--profile" "dune-bootstrap" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/dune.2.9.0)
-> compiled  dune.2.9.0
-> installed dune.2.9.0
Processing 58/105: [bigarray-compat: dune build]
Processing 59/105: [bigarray-compat: dune build] [camomile: ocaml configure.ml]
Processing 60/105: [bigarray-compat: dune build] [camomile: ocaml configure.ml] [cppo: dune build]
Processing 61/105: [bigarray-compat: dune build] [camomile: ocaml configure.ml] [cppo: dune build] [cppo_ocamlbuild: dune build]
Processing 62/105: [bigarray-compat: dune build] [camomile: ocaml configure.ml] [cppo: dune build] [cppo_ocamlbuild: dune build] [integers: dune build]
Processing 63/105: [bigarray-compat: dune build] [camomile: ocaml configure.ml] [cppo: dune build] [cppo_ocamlbuild: dune build] [integers: dune build] [mmap: dune build]
Processing 64/105: [bigarray-compat: dune build] [camomile: ocaml configure.ml] [cppo: dune build] [cppo_ocamlbuild: dune build] [integers: dune build] [mmap: dune build] [ppx_derivers: dune build]
Processing 65/105: [bigarray-compat: dune build] [camomile: ocaml configure.ml] [cppo: dune build] [cppo_ocamlbuild: dune build] [integers: dune build] [mmap: dune build] [ppx_derivers: dune build] [result: dune build]
Processing 66/105: [bigarray-compat: dune build] [camomile: ocaml configure.ml] [cppo: dune build] [cppo_ocamlbuild: dune build] [integers: dune build] [mmap: dune build] [ppx_derivers: dune build] [result: dune build] [seq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "configure.ml" "--share" "/home/opam/.opam/4.02.3/share/camomile" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/camomile.1.0.2)
Processing 66/105: [bigarray-compat: dune build] [camomile: dune build] [cppo: dune build] [cppo_ocamlbuild: dune build] [integers: dune build] [mmap: dune build] [ppx_derivers: dune build] [result: dune build] [seq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bigarray-compat" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/bigarray-compat.1.0.0)
-> compiled  bigarray-compat.1.0.0
Processing 66/105: [camomile: dune build] [cppo: dune build] [cppo_ocamlbuild: dune build] [integers: dune build] [mmap: dune build] [ppx_derivers: dune build] [result: dune build] [seq: dune build]
-> installed bigarray-compat.1.0.0
Processing 67/105: [camomile: dune build] [cppo: dune build] [cppo_ocamlbuild: dune build] [integers: dune build] [mmap: dune build] [ppx_derivers: dune build] [result: dune build] [seq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_derivers" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled  ppx_derivers.1.2.1
Processing 67/105: [camomile: dune build] [cppo: dune build] [cppo_ocamlbuild: dune build] [integers: dune build] [mmap: dune build] [result: dune build] [seq: dune build]
-> installed ppx_derivers.1.2.1
Processing 68/105: [camomile: dune build] [cppo: dune build] [cppo_ocamlbuild: dune build] [integers: dune build] [mmap: dune build] [result: dune build] [seq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo_ocamlbuild" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/cppo_ocamlbuild.1.6.7)
-> compiled  cppo_ocamlbuild.1.6.7
Processing 68/105: [camomile: dune build] [cppo: dune build] [integers: dune build] [mmap: dune build] [result: dune build] [seq: dune build]
-> installed cppo_ocamlbuild.1.6.7
Processing 69/105: [camomile: dune build] [cppo: dune build] [integers: dune build] [mmap: dune build] [result: dune build] [seq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "mmap" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/mmap.1.1.0)
-> compiled  mmap.1.1.0
Processing 69/105: [camomile: dune build] [cppo: dune build] [integers: dune build] [result: dune build] [seq: dune build]
-> installed mmap.1.1.0
Processing 70/105: [camomile: dune build] [cppo: dune build] [integers: dune build] [result: dune build] [seq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "integers" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/integers.0.4.0)
-> compiled  integers.0.4.0
Processing 70/105: [camomile: dune build] [cppo: dune build] [result: dune build] [seq: dune build]
-> installed integers.0.4.0
Processing 71/105: [camomile: dune build] [cppo: dune build] [result: dune build] [seq: dune build]
Processing 72/105: [camomile: dune build] [cppo: dune build] [ctypes: make libffi.config] [result: dune build] [seq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "result" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/result.1.4)
-> compiled  result.1.4
Processing 72/105: [camomile: dune build] [cppo: dune build] [ctypes: make libffi.config] [seq: dune build]
-> installed result.1.4
Processing 73/105: [camomile: dune build] [cppo: dune build] [ctypes: make libffi.config] [seq: dune build]
Processing 74/105: [camomile: dune build] [cppo: dune build] [ctypes: make libffi.config] [ocaml-migrate-parsetree: dune build] [seq: dune build]
Processing 75/105: [camomile: dune build] [cppo: dune build] [ctypes: make libffi.config] [ocaml-migrate-parsetree: dune build] [seq: dune build] [topkg: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "seq" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/seq.0.2.2)
-> compiled  seq.0.2.2
Processing 75/105: [camomile: dune build] [cppo: dune build] [ctypes: make libffi.config] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
-> installed seq.0.2.2
Processing 76/105: [camomile: dune build] [cppo: dune build] [ctypes: make libffi.config] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "XEN=disable" "libffi.config" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0)
- ./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.
- ./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 76/105: [camomile: dune build] [cppo: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/cppo.1.6.7)
-> compiled  cppo.1.6.7
Processing 76/105: [camomile: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
-> installed cppo.1.6.7
Processing 77/105: [camomile: dune build] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
[lwt: patch] applying META-version.patch
Processing 78/105: [camomile: dune build] [ctypes: make ctypes-base] [lwt: patch] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
Processing 78/105: [camomile: dune build] [ctypes: make ctypes-base] [lwt: dune build] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pkg-name" "topkg" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/topkg.1.0.0)
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg.ml > src/topkg.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg.mli > src/topkg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg.cmi src/topkg.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_build.ml > src/topkg_build.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_build.mli > src/topkg_build.mli.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmi src/topkg_fpath.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmi src/topkg_cmd.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_result.mli > src/topkg_result.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_result.cmi src/topkg_result.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmi src/topkg_codec.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmi src/topkg_conf.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_build.cmi src/topkg_build.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_string.ml > src/topkg_string.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_string.mli > src/topkg_string.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_string.cmi src/topkg_string.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_string.cmx src/topkg_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmx src/topkg_fpath.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmx src/topkg_cmd.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_os.ml > src/topkg_os.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_os.mli > src/topkg_os.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_os.cmi src/topkg_os.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_log.ml > src/topkg_log.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_log.mli > src/topkg_log.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_log.cmi src/topkg_log.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_result.ml > src/topkg_result.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_result.cmx src/topkg_result.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_log.cmx src/topkg_log.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_os.cmx src/topkg_os.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmx src/topkg_codec.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmi src/topkg_vcs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmx src/topkg_vcs.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmx src/topkg_conf.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmi src/topkg_distrib.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmi src/topkg_opam.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmx src/topkg_opam.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmi src/topkg_fexts.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_install.ml > src/topkg_install.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_install.mli > src/topkg_install.mli.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_test.mli > src/topkg_test.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_test.cmi src/topkg_test.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_install.cmi src/topkg_install.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmx src/topkg_fexts.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_test.ml > src/topkg_test.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_test.cmx src/topkg_test.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmi src/topkg_publish.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmi src/topkg_pkg.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmi src/topkg_ipc.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_build.cmx src/topkg_build.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmx src/topkg_distrib.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_install.cmx src/topkg_install.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmx src/topkg_publish.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmx src/topkg_pkg.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_main.ml > src/topkg_main.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_main.mli > src/topkg_main.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_main.cmi src/topkg_main.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmx src/topkg_ipc.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_main.cmx src/topkg_main.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg.cmx src/topkg.ml
- ocamlfind ocamlopt -a -package 'bytes result' src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa
- ocamlfind ocamlopt -shared -package 'bytes result' src/topkg.cmx -o src/topkg.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg.cmo src/topkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_build.cmo src/topkg_build.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmo src/topkg_cmd.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmo src/topkg_codec.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmo src/topkg_conf.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmo src/topkg_distrib.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmo src/topkg_fexts.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmo src/topkg_fpath.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_install.cmo src/topkg_install.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmo src/topkg_ipc.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_log.cmo src/topkg_log.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_main.cmo src/topkg_main.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmo src/topkg_opam.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_os.cmo src/topkg_os.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmo src/topkg_pkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmo src/topkg_publish.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_result.cmo src/topkg_result.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_string.cmo src/topkg_string.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_test.cmo src/topkg_test.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmo src/topkg_vcs.ml
- ocamlfind ocamlc -a -package 'bytes result' src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma
- # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) }
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg.ml > src/topkg.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg.mli > src/topkg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg.cmi src/topkg.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_build.ml > src/topkg_build.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_build.mli > src/topkg_build.mli.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmi src/topkg_fpath.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmi src/topkg_cmd.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_result.mli > src/topkg_result.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_result.cmi src/topkg_result.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmi src/topkg_codec.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmi src/topkg_conf.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_build.cmi src/topkg_build.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_string.ml > src/topkg_string.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_string.mli > src/topkg_string.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_string.cmi src/topkg_string.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_string.cmx src/topkg_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmx src/topkg_fpath.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmx src/topkg_cmd.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_os.ml > src/topkg_os.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_os.mli > src/topkg_os.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_os.cmi src/topkg_os.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_log.ml > src/topkg_log.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_log.mli > src/topkg_log.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_log.cmi src/topkg_log.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_result.ml > src/topkg_result.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_result.cmx src/topkg_result.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_log.cmx src/topkg_log.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_os.cmx src/topkg_os.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmx src/topkg_codec.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmi src/topkg_vcs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmx src/topkg_vcs.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmx src/topkg_conf.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmi src/topkg_distrib.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmi src/topkg_opam.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmx src/topkg_opam.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmi src/topkg_fexts.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_install.ml > src/topkg_install.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_install.mli > src/topkg_install.mli.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_test.mli > src/topkg_test.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_test.cmi src/topkg_test.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_install.cmi src/topkg_install.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmx src/topkg_fexts.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_test.ml > src/topkg_test.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_test.cmx src/topkg_test.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmi src/topkg_publish.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmi src/topkg_pkg.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmi src/topkg_ipc.mli
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_build.cmx src/topkg_build.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmx src/topkg_distrib.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_install.cmx src/topkg_install.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmx src/topkg_publish.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmx src/topkg_pkg.ml
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_main.ml > src/topkg_main.ml.depends
- ocamlfind ocamldep -package 'bytes result' -modules src/topkg_main.mli > src/topkg_main.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_main.cmi src/topkg_main.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmx src/topkg_ipc.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_main.cmx src/topkg_main.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg.cmx src/topkg.ml
- ocamlfind ocamlopt -a -package 'bytes result' src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa
- ocamlfind ocamlopt -shared -package 'bytes result' src/topkg.cmx -o src/topkg.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg.cmo src/topkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_build.cmo src/topkg_build.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmo src/topkg_cmd.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmo src/topkg_codec.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmo src/topkg_conf.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmo src/topkg_distrib.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmo src/topkg_fexts.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmo src/topkg_fpath.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_install.cmo src/topkg_install.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmo src/topkg_ipc.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_log.cmo src/topkg_log.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_main.cmo src/topkg_main.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmo src/topkg_opam.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_os.cmo src/topkg_os.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmo src/topkg_pkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmo src/topkg_publish.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_result.cmo src/topkg_result.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_string.cmo src/topkg_string.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_test.cmo src/topkg_test.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmo src/topkg_vcs.ml
- ocamlfind ocamlc -a -package 'bytes result' src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma
- # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) }
-> compiled  topkg.1.0.0
Processing 78/105: [camomile: dune build] [ctypes: make ctypes-base] [lwt: dune build] [ocaml-migrate-parsetree: dune build]
-> installed topkg.1.0.0
Processing 79/105: [camomile: dune build] [ctypes: make ctypes-base] [lwt: dune build] [ocaml-migrate-parsetree: dune build]
Processing 80/105: [camomile: dune build] [cmdliner: ocaml build] [ctypes: make ctypes-base] [lwt: dune build] [ocaml-migrate-parsetree: dune build]
Processing 81/105: [camomile: dune build] [cmdliner: ocaml build] [ctypes: make ctypes-base] [lwt: dune build] [ocaml-migrate-parsetree: dune build] [react: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/react.1.2.1)
- ocamlfind ocamldep -package bytes -modules src/react.ml > src/react.ml.depends
- ocamlfind ocamldep -package bytes -modules src/react.mli > src/react.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmi src/react.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmx src/react.ml
- ocamlfind ocamlopt -a -package bytes src/react.cmx -o src/react.cmxa
- ocamlfind ocamlopt -shared -package bytes src/react.cmx -o src/react.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmo src/react.ml
- ocamlfind ocamlc -a -package bytes src/react.cmo -o src/react.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -package bytes -modules src/react_top.ml > src/react_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmo src/react_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmo src/react_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmx src/react_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmx src/react_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes src/react_top.cmx -o src/react_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes src/react_top.cmx -o src/react_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -package compiler-libs.toplevel -package bytes src/react_top.cmx -o src/react_top.cmxs
- + ocamlfind ocamlopt -shared -package compiler-libs.toplevel -package bytes src/react_top.cmx -o src/react_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes src/react_top.cmo -o src/react_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes src/react_top.cmo -o src/react_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- # No parallelism done
- ocamlfind ocamldep -package bytes -modules src/react.ml > src/react.ml.depends
- ocamlfind ocamldep -package bytes -modules src/react.mli > src/react.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmi src/react.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmx src/react.ml
- ocamlfind ocamlopt -a -package bytes src/react.cmx -o src/react.cmxa
- ocamlfind ocamlopt -shared -package bytes src/react.cmx -o src/react.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmo src/react.ml
- ocamlfind ocamlc -a -package bytes src/react.cmo -o src/react.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -package bytes -modules src/react_top.ml > src/react_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmo src/react_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmo src/react_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmx src/react_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmx src/react_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes src/react_top.cmx -o src/react_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes src/react_top.cmx -o src/react_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -package compiler-libs.toplevel -package bytes src/react_top.cmx -o src/react_top.cmxs
- + ocamlfind ocamlopt -shared -package compiler-libs.toplevel -package bytes src/react_top.cmx -o src/react_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes src/react_top.cmo -o src/react_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes src/react_top.cmo -o src/react_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- # No parallelism done
-> compiled  react.1.2.1
Processing 81/105: [camomile: dune build] [cmdliner: ocaml build] [ctypes: make ctypes-base] [lwt: dune build] [ocaml-migrate-parsetree: dune build]
-> installed react.1.2.1
Processing 82/105: [camomile: dune build] [cmdliner: ocaml build] [ctypes: make ctypes-base] [lwt: dune build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-migrate-parsetree" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocaml-migrate-parsetree.1.8.0)
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 82/105: [camomile: dune build] [cmdliner: ocaml build] [ctypes: make ctypes-base] [lwt: dune build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 83/105: [camomile: dune build] [cmdliner: ocaml build] [ctypes: make ctypes-base] [lwt: dune build]
Processing 84/105: [camomile: dune build] [cmdliner: ocaml build] [ctypes: make ctypes-base] [lwt: dune build] [ppxfind: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lwt" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/lwt.4.2.1-1)
-     discover src/unix/lwt_config.{h,ml},src/unix/unix_c_flags.sexp,src/unix/unix_c_library_flags.sexp
- found config var ext_obj: ...................... .o
- found config var default_executable_name: ...... a.out
- found config var ccomp_type: ................... cc
- found config var system: ....................... linux
- found config var os_type: ...................... Unix
- found config var use_libev: .................... false
- not checking for pkg-config
- not checking for libev
- testing for pthread: ........................... available
- testing for eventfd: ........................... available
- testing for fd passing: ........................ available
- testing for sched_getcpu: ...................... available
- testing for affinity getting/setting: .......... available
- testing for credentials getting (Linux): ....... available
- testing for credentials getting (NetBSD): ...... unavailable
- testing for credentials getting (OpenBSD): ..... unavailable
- testing for credentials getting (FreeBSD): ..... unavailable
- testing for credentials getting (getpeereid): .. unavailable
- testing for fdatasync: ......................... available
- testing for netdb_reentrant: ................... unavailable
- testing for reentrant gethost*: ................ available
- testing for nanosecond stat support: ........... *tim.tv_nsec
- testing for BSD mincore: ....................... unavailable
-     discover src/unix/lwt_config.{h,ml},src/unix/unix_c_flags.sexp,src/unix/unix_c_library_flags.sexp
- found config var ext_obj: ...................... .o
- found config var default_executable_name: ...... a.out
- found config var ccomp_type: ................... cc
- found config var system: ....................... linux
- found config var os_type: ...................... Unix
- found config var use_libev: .................... false
- not checking for pkg-config
- not checking for libev
- testing for pthread: ........................... available
- testing for eventfd: ........................... available
- testing for fd passing: ........................ available
- testing for sched_getcpu: ...................... available
- testing for affinity getting/setting: .......... available
- testing for credentials getting (Linux): ....... available
- testing for credentials getting (NetBSD): ...... unavailable
- testing for credentials getting (OpenBSD): ..... unavailable
- testing for credentials getting (FreeBSD): ..... unavailable
- testing for credentials getting (getpeereid): .. unavailable
- testing for fdatasync: ......................... available
- testing for netdb_reentrant: ................... unavailable
- testing for reentrant gethost*: ................ available
- testing for nanosecond stat support: ........... *tim.tv_nsec
- testing for BSD mincore: ....................... unavailable
-> compiled  lwt.4.2.1-1
Processing 84/105: [camomile: dune build] [cmdliner: ocaml build] [ctypes: make ctypes-base] [ppxfind: dune build]
-> installed lwt.4.2.1-1
Processing 85/105: [camomile: dune build] [cmdliner: ocaml build] [ctypes: make ctypes-base] [ppxfind: dune build]
Processing 86/105: [camomile: dune build] [cmdliner: ocaml build] [ctypes: make ctypes-base] [lwt_log: dune build] [ppxfind: dune build]
Processing 87/105: [camomile: dune build] [cmdliner: ocaml build] [ctypes: make ctypes-base] [lwt_log: dune build] [lwt_react: dune build] [ppxfind: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/cmdliner.1.0.2)
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_suggest.ml > src/cmdliner_suggest.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_suggest.mli > src/cmdliner_suggest.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_suggest.cmi src/cmdliner_suggest.mli
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_trie.ml > src/cmdliner_trie.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_trie.mli > src/cmdliner_trie.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_trie.cmi src/cmdliner_trie.mli
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_base.ml > src/cmdliner_base.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_base.mli > src/cmdliner_base.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -w -3 -package bytes -package result -I src -I test -o src/cmdliner_base.cmi src/cmdliner_base.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_trie.cmx src/cmdliner_trie.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_manpage.ml > src/cmdliner_manpage.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_manpage.mli > src/cmdliner_manpage.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_manpage.cmi src/cmdliner_manpage.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -w -3 -package bytes -package result -I src -I test -o src/cmdliner_base.cmx src/cmdliner_base.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_info.ml > src/cmdliner_info.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_info.mli > src/cmdliner_info.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_info.cmi src/cmdliner_info.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_manpage.cmx src/cmdliner_manpage.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_docgen.ml > src/cmdliner_docgen.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_docgen.mli > src/cmdliner_docgen.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_docgen.cmi src/cmdliner_docgen.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_info.cmx src/cmdliner_info.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_msg.ml > src/cmdliner_msg.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_msg.mli > src/cmdliner_msg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_msg.cmi src/cmdliner_msg.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_docgen.cmx src/cmdliner_docgen.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_cline.ml > src/cmdliner_cline.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_cline.mli > src/cmdliner_cline.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_cline.cmi src/cmdliner_cline.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_msg.cmx src/cmdliner_msg.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_suggest.cmx src/cmdliner_suggest.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_arg.ml > src/cmdliner_arg.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_arg.mli > src/cmdliner_arg.mli.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_term.mli > src/cmdliner_term.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_term.cmi src/cmdliner_term.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_arg.cmi src/cmdliner_arg.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_cline.cmx src/cmdliner_cline.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_term.ml > src/cmdliner_term.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_term.cmx src/cmdliner_term.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner.ml > src/cmdliner.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner.mli > src/cmdliner.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner.cmi src/cmdliner.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_arg.cmx src/cmdliner_arg.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner.cmx src/cmdliner.ml
- ocamlfind ocamlopt -a -package bytes -package result src/cmdliner_suggest.cmx src/cmdliner_trie.cmx src/cmdliner_base.cmx src/cmdliner_manpage.cmx src/cmdliner_info.cmx src/cmdliner_docgen.cmx src/cmdliner_msg.cmx src/cmdliner_cline.cmx src/cmdliner_term.cmx src/cmdliner_arg.cmx src/cmdliner.cmx -o src/cmdliner.cmxa
- ocamlfind ocamlopt -shared -package bytes -package result src/cmdliner.cmx -o src/cmdliner.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_suggest.cmo src/cmdliner_suggest.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_trie.cmo src/cmdliner_trie.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -w -3 -package bytes -package result -I src -I test -o src/cmdliner_base.cmo src/cmdliner_base.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_manpage.cmo src/cmdliner_manpage.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_info.cmo src/cmdliner_info.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_docgen.cmo src/cmdliner_docgen.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_msg.cmo src/cmdliner_msg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_cline.cmo src/cmdliner_cline.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_arg.cmo src/cmdliner_arg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_term.cmo src/cmdliner_term.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner.cmo src/cmdliner.ml
- ocamlfind ocamlc -a -package bytes -package result src/cmdliner_suggest.cmo src/cmdliner_trie.cmo src/cmdliner_base.cmo src/cmdliner_manpage.cmo src/cmdliner_info.cmo src/cmdliner_docgen.cmo src/cmdliner_msg.cmo src/cmdliner_cline.cmo src/cmdliner_term.cmo src/cmdliner_arg.cmo src/cmdliner.cmo -o src/cmdliner.cma
- # Parallel statistics: { count(total): 1(49), max: 11, min: 11, average(total): 11.000(1.204) }
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_suggest.ml > src/cmdliner_suggest.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_suggest.mli > src/cmdliner_suggest.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_suggest.cmi src/cmdliner_suggest.mli
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_trie.ml > src/cmdliner_trie.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_trie.mli > src/cmdliner_trie.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_trie.cmi src/cmdliner_trie.mli
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_base.ml > src/cmdliner_base.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_base.mli > src/cmdliner_base.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -w -3 -package bytes -package result -I src -I test -o src/cmdliner_base.cmi src/cmdliner_base.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_trie.cmx src/cmdliner_trie.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_manpage.ml > src/cmdliner_manpage.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_manpage.mli > src/cmdliner_manpage.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_manpage.cmi src/cmdliner_manpage.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -w -3 -package bytes -package result -I src -I test -o src/cmdliner_base.cmx src/cmdliner_base.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_info.ml > src/cmdliner_info.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_info.mli > src/cmdliner_info.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_info.cmi src/cmdliner_info.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_manpage.cmx src/cmdliner_manpage.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_docgen.ml > src/cmdliner_docgen.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_docgen.mli > src/cmdliner_docgen.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_docgen.cmi src/cmdliner_docgen.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_info.cmx src/cmdliner_info.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_msg.ml > src/cmdliner_msg.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_msg.mli > src/cmdliner_msg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_msg.cmi src/cmdliner_msg.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_docgen.cmx src/cmdliner_docgen.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_cline.ml > src/cmdliner_cline.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_cline.mli > src/cmdliner_cline.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_cline.cmi src/cmdliner_cline.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_msg.cmx src/cmdliner_msg.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_suggest.cmx src/cmdliner_suggest.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_arg.ml > src/cmdliner_arg.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_arg.mli > src/cmdliner_arg.mli.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_term.mli > src/cmdliner_term.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_term.cmi src/cmdliner_term.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_arg.cmi src/cmdliner_arg.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_cline.cmx src/cmdliner_cline.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_term.ml > src/cmdliner_term.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_term.cmx src/cmdliner_term.ml
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner.ml > src/cmdliner.ml.depends
- ocamlfind ocamldep -package bytes -package result -modules src/cmdliner.mli > src/cmdliner.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner.cmi src/cmdliner.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_arg.cmx src/cmdliner_arg.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner.cmx src/cmdliner.ml
- ocamlfind ocamlopt -a -package bytes -package result src/cmdliner_suggest.cmx src/cmdliner_trie.cmx src/cmdliner_base.cmx src/cmdliner_manpage.cmx src/cmdliner_info.cmx src/cmdliner_docgen.cmx src/cmdliner_msg.cmx src/cmdliner_cline.cmx src/cmdliner_term.cmx src/cmdliner_arg.cmx src/cmdliner.cmx -o src/cmdliner.cmxa
- ocamlfind ocamlopt -shared -package bytes -package result src/cmdliner.cmx -o src/cmdliner.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_suggest.cmo src/cmdliner_suggest.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_trie.cmo src/cmdliner_trie.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -w -3 -package bytes -package result -I src -I test -o src/cmdliner_base.cmo src/cmdliner_base.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_manpage.cmo src/cmdliner_manpage.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_info.cmo src/cmdliner_info.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_docgen.cmo src/cmdliner_docgen.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_msg.cmo src/cmdliner_msg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_cline.cmo src/cmdliner_cline.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_arg.cmo src/cmdliner_arg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_term.cmo src/cmdliner_term.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner.cmo src/cmdliner.ml
- ocamlfind ocamlc -a -package bytes -package result src/cmdliner_suggest.cmo src/cmdliner_trie.cmo src/cmdliner_base.cmo src/cmdliner_manpage.cmo src/cmdliner_info.cmo src/cmdliner_docgen.cmo src/cmdliner_msg.cmo src/cmdliner_cline.cmo src/cmdliner_term.cmo src/cmdliner_arg.cmo src/cmdliner.cmo -o src/cmdliner.cma
- # Parallel statistics: { count(total): 1(49), max: 11, min: 11, average(total): 11.000(1.204) }
-> compiled  cmdliner.1.0.2
Processing 87/105: [camomile: dune build] [ctypes: make ctypes-base] [lwt_log: dune build] [lwt_react: dune build] [ppxfind: dune build]
-> installed cmdliner.1.0.2
Processing 88/105: [camomile: dune build] [ctypes: make ctypes-base] [lwt_log: dune build] [lwt_react: dune build] [ppxfind: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lwt_log" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/lwt_log.1.1.1)
-> compiled  lwt_log.1.1.1
Processing 88/105: [camomile: dune build] [ctypes: make ctypes-base] [lwt_react: dune build] [ppxfind: dune build]
-> installed lwt_log.1.1.1
Processing 89/105: [camomile: dune build] [ctypes: make ctypes-base] [lwt_react: dune build] [ppxfind: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppxfind" "-j" "31" "@install" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppxfind.1.4)
-> compiled  ppxfind.1.4
Processing 89/105: [camomile: dune build] [ctypes: make ctypes-base] [lwt_react: dune build]
-> installed ppxfind.1.4
Processing 90/105: [camomile: dune build] [ctypes: make ctypes-base] [lwt_react: dune build]
Processing 91/105: [camomile: dune build] [ctypes: make ctypes-base] [lwt_react: dune build] [ppx_deriving: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lwt_react" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/lwt_react.1.1.4)
-> compiled  lwt_react.1.1.4
Processing 91/105: [camomile: dune build] [ctypes: make ctypes-base] [ppx_deriving: dune build]
-> installed lwt_react.1.1.4
Processing 92/105: [camomile: dune build] [ctypes: make ctypes-base] [ppx_deriving: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "camomile" "-j" "31" "@install" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/camomile.1.0.2)
-    ocamlyacc Camomile/internal/uReStrParser.{ml,mli}
- 4 shift/reduce conflicts.
- camomilelocaledef Camomile/locales/ar.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/az.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/div.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/el.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/fa.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/gu.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/he.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/hi__DIRECT.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/hi.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/kk.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/ka.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/kn.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/ky.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/mn.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/mr.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/pa.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/ja.mar
- Warning : strength option is not supported
- camomilelocaledef Camomile/locales/sa.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/syr.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/te.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/ta.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/th.mar
- Warning : file loading is not supported.
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/ur.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/tt.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/uz.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/vi.mar
- Warning : normalization option is not supported
-    ocamlyacc Camomile/internal/uReStrParser.{ml,mli}
- 4 shift/reduce conflicts.
- camomilelocaledef Camomile/locales/ar.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/az.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/div.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/el.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/fa.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/gu.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/he.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/hi__DIRECT.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/hi.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/kk.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/ka.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/kn.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/ky.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/mn.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/mr.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/pa.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/ja.mar
- Warning : strength option is not supported
- camomilelocaledef Camomile/locales/sa.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/syr.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/te.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/ta.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/th.mar
- Warning : file loading is not supported.
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/ur.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/tt.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/uz.mar
- Warning : normalization option is not supported
- camomilelocaledef Camomile/locales/vi.mar
- Warning : normalization option is not supported
-> compiled  camomile.1.0.2
Processing 92/105: [ctypes: make ctypes-base] [ppx_deriving: dune build]
-> installed camomile.1.0.2
Processing 93/105: [ctypes: make ctypes-base] [ppx_deriving: dune build]
Processing 94/105: [ctypes: make ctypes-base] [ppx_deriving: dune build] [zed: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_deriving" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_deriving.4.5)
-> compiled  ppx_deriving.4.5
Processing 94/105: [ctypes: make ctypes-base] [zed: jbuilder build]
-> installed ppx_deriving.4.5
Processing 95/105: [ctypes: make ctypes-base] [zed: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "zed" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/zed.1.6)
-> compiled  zed.1.6
Processing 95/105: [ctypes: make ctypes-base]
-> installed zed.1.6
Processing 96/105: [ctypes: make ctypes-base]
Processing 97/105: [ctypes: make ctypes-base] [lambda-term: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "lambda-term" "-j" "31" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/lambda-term.1.13)
-> compiled  lambda-term.1.13
Processing 97/105: [ctypes: make ctypes-base]
-> installed lambda-term.1.13
Processing 98/105: [ctypes: make ctypes-base]
Processing 99/105: [ctypes: make ctypes-base] [utop: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "XEN=disable" "ctypes-base" "ctypes-stubs" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0)
- 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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/lib/integers"   -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- File "src/ctypes/ctypes_memory.ml", line 189, characters 32-54:
- Warning 26: unused variable astart.
- File "src/ctypes/ctypes_memory.ml", line 189, characters 11-64:
- Warning 26: unused variable arr.
- 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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- File "src/ctypes/ctypes_memory.ml", line 189, characters 32-54:
- Warning 26: unused variable astart.
- File "src/ctypes/ctypes_memory.ml", line 189, characters 11-64:
- Warning 26: unused variable arr.
- 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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/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.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/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.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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
- 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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/lib/integers"   -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- File "src/ctypes/ctypes_memory.ml", line 189, characters 32-54:
- Warning 26: unused variable astart.
- File "src/ctypes/ctypes_memory.ml", line 189, characters 11-64:
- Warning 26: unused variable arr.
- 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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- File "src/ctypes/ctypes_memory.ml", line 189, characters 32-54:
- Warning 26: unused variable astart.
- File "src/ctypes/ctypes_memory.ml", line 189, characters 11-64:
- Warning 26: unused variable arr.
- 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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/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.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/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.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/lib/ocaml, /home/opam/.opam/4.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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 99/105: [ctypes: make ctypes-foreign] [utop: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" "--disable-camlp4" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/utop.1.19.3)
- I: Searching for OCaml compiler libraries
- I: Searching for OCaml compiler libraries
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild
- Package name: ........................................ utop
- Package version: ..................................... 1.19.3
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.02.3
- standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC
- native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.1
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- compiler libraries: .................................. /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- camlp4 support: ...................................... false
- enable UTop_main.interact (requires ppx_tools): ...... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_threads: ......................................... /home/opam/.opam/4.02.3/lib/ocaml
- pkg_findlib: ......................................... /home/opam/.opam/4.02.3/lib/findlib
- pkg_lambda_term: ..................................... /home/opam/.opam/4.02.3/lib/lambda-term
- ocamldoc: ............................................ /home/opam/.opam/4.02.3/bin/ocamldoc
- gzip: ................................................ /bin/gzip
- 
- I: Searching for OCaml compiler libraries
- I: Searching for OCaml compiler libraries
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild
- Package name: ........................................ utop
- Package version: ..................................... 1.19.3
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.02.3
- standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC
- native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.1
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- compiler libraries: .................................. /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- camlp4 support: ...................................... false
- enable UTop_main.interact (requires ppx_tools): ...... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_threads: ......................................... /home/opam/.opam/4.02.3/lib/ocaml
- pkg_findlib: ......................................... /home/opam/.opam/4.02.3/lib/findlib
- pkg_lambda_term: ..................................... /home/opam/.opam/4.02.3/lib/lambda-term
- ocamldoc: ............................................ /home/opam/.opam/4.02.3/bin/ocamldoc
- gzip: ................................................ /bin/gzip
- 
Processing 99/105: [ctypes: make ctypes-foreign] [utop: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "XEN=disable" "ctypes-foreign" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0)
- make: Circular ctypes-foreign <- ctypes-foreign dependency dropped.
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_closure_properties.cmi -package integers -thread -package threads  -opaque    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/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.02.3/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.02.3/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    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/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    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/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    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/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    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/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.02.3/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    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/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.02.3/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o dl_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o ffi_call_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o ffi_type_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o foreign_threaded_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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
- make: Circular ctypes-foreign <- ctypes-foreign dependency dropped.
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_closure_properties.cmi -package integers -thread -package threads  -opaque    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/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.02.3/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.02.3/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    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/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    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/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    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/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    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/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.02.3/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    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/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.02.3/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.02.3/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o dl_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o ffi_call_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o ffi_type_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/tests -o foreign_threaded_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02.3/lib/integers" /home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.02.3/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.18.0
Processing 99/105: [utop: make]
Processing 100/105: [utop: make] [ctypes: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "XEN=disable" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ctypes.0.18.0)
- ocamlfind  install ctypes META CHANGES.md
- Installed /home/opam/.opam/4.02.3/lib/ctypes/CHANGES.md
- Installed /home/opam/.opam/4.02.3/lib/ctypes/META
- ocamlfind  install -add ctypes -optional  _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.02.3/lib/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_internals.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_value_printing.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_std_views.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_coerce.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_memory.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_type_printing.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_structs_computed.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_structs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_std_view_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_static.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_bigarray.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_memory_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_value_printing_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_primitives.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_primitive_types.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/complexL.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_bigarray_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/lDouble.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_roots_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_ptr.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_type_info_stubs.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_raw_pointer.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_primitives.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_managed_buffer_stubs.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_ldouble_stubs.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_cstubs_internals.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_complex_stubs.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_complex_compatibility.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_internals.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_types.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/posixTypes.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/complexL.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/lDouble.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/posixTypes.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/complexL.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/lDouble.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_internals.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_structs.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_primitive_types.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_static.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_types.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/posixTypes.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/complexL.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/lDouble.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_types.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/posixTypes.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/complexL.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/lDouble.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.a
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libctypes_stubs.a
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cmxs
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cmxa
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cma
- Installed /home/opam/.opam/4.02.3/lib/stublibs/dllctypes_stubs.so
- Installed /home/opam/.opam/4.02.3/lib/stublibs/dllctypes_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.02.3/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional  _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.02.3/lib/ctypes/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_printers.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_printers.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_printers.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_printers.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_printers.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-top.a
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-top.cmxs
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-top.cmxa
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-top.cma
- ocamlfind  install -add ctypes -optional  _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.02.3/lib/ctypes/foreign.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_foreign_basis.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_ffi.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libffi_abi.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/dl.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_weak_ref.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_foreign_threaded_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_ffi_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_closure_properties.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/foreign.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libffi_abi.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/dl.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/foreign.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libffi_abi.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/dl.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/foreign.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libffi_abi.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/dl.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libffi_abi.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/dl.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-foreign.a
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libctypes-foreign_stubs.a
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-foreign.cmxs
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-foreign.cmxa
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-foreign.cma
- Installed /home/opam/.opam/4.02.3/lib/stublibs/dllctypes-foreign_stubs.so
- Installed /home/opam/.opam/4.02.3/lib/stublibs/dllctypes-foreign_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.02.3/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional  _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.02.3/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.02.3/lib/ctypes/cstubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_structs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_inverted.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_generate_c.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_emit_c.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_c_language.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_generate_ml.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_public_name.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_path.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_errors.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_analysis.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ocaml_integers.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_inverted.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_structs.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_inverted.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_structs.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_inverted.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_structs.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_inverted.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_structs.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.a
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.cmxs
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.cmxa
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.cma
- ocamlfind  install ctypes META CHANGES.md
- Installed /home/opam/.opam/4.02.3/lib/ctypes/CHANGES.md
- Installed /home/opam/.opam/4.02.3/lib/ctypes/META
- ocamlfind  install -add ctypes -optional  _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.02.3/lib/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_internals.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_value_printing.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_std_views.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_coerce.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_memory.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_type_printing.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_structs_computed.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_structs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_std_view_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_static.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_bigarray.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_memory_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_value_printing_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_primitives.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_primitive_types.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/complexL.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_bigarray_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/lDouble.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_roots_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_ptr.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_type_info_stubs.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_raw_pointer.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_primitives.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_managed_buffer_stubs.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_ldouble_stubs.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_cstubs_internals.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_complex_stubs.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_complex_compatibility.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_internals.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_types.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/posixTypes.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/complexL.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/lDouble.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/posixTypes.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/complexL.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/lDouble.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_internals.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_structs.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_primitive_types.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_static.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_types.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/posixTypes.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/complexL.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/lDouble.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_types.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/posixTypes.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/complexL.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/lDouble.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.a
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libctypes_stubs.a
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cmxs
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cmxa
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes.cma
- Installed /home/opam/.opam/4.02.3/lib/stublibs/dllctypes_stubs.so
- Installed /home/opam/.opam/4.02.3/lib/stublibs/dllctypes_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.02.3/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional  _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.02.3/lib/ctypes/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_printers.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_printers.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_printers.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_printers.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_printers.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-top.a
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-top.cmxs
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-top.cmxa
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-top.cma
- ocamlfind  install -add ctypes -optional  _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.02.3/lib/ctypes/foreign.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_foreign_basis.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_ffi.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libffi_abi.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/dl.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_weak_ref.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_foreign_threaded_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_ffi_stubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_closure_properties.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/foreign.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libffi_abi.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/dl.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/foreign.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libffi_abi.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/dl.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/foreign.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libffi_abi.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/dl.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libffi_abi.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/dl.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-foreign.a
- Installed /home/opam/.opam/4.02.3/lib/ctypes/libctypes-foreign_stubs.a
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-foreign.cmxs
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-foreign.cmxa
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes-foreign.cma
- Installed /home/opam/.opam/4.02.3/lib/stublibs/dllctypes-foreign_stubs.so
- Installed /home/opam/.opam/4.02.3/lib/stublibs/dllctypes-foreign_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.02.3/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional  _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.02.3/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.02.3/lib/ctypes/cstubs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_structs.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_inverted.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_generate_c.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_emit_c.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_c_language.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_generate_ml.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_public_name.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ctypes_path.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_errors.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_analysis.cmx
- Installed /home/opam/.opam/4.02.3/lib/ctypes/ocaml_integers.h
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_inverted.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_structs.cmti
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_inverted.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_structs.cmt
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_inverted.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_structs.cmi
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_inverted.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs_structs.mli
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.a
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.cmxs
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.cmxa
- Installed /home/opam/.opam/4.02.3/lib/ctypes/cstubs.cma
-> installed ctypes.0.18.0
Processing 100/105: [utop: make]
Processing 101/105: [tsdl: ocaml] [utop: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/git.ml" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/tsdl.0.8.2)
- File "pkg/topkg-ext.ml", line 42, characters 12-25:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "pkg/topkg-ext.ml", line 42, characters 12-25:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/utop.1.19.3)
- ocamlopt.opt -w -3 -o setup.exe setup.ml || ocamlopt -w -3 -o setup.exe setup.ml || ocamlc -w -3 -o setup.exe setup.ml
- rm -f setup.cmx setup.cmi setup.o setup.obj setup.cmo
- ./setup.exe -configure 
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild
- Package name: ........................................ utop
- Package version: ..................................... 1.19.3
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.02.3
- standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC
- native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.1
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- compiler libraries: .................................. /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- camlp4 support: ...................................... false
- enable UTop_main.interact (requires ppx_tools): ...... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_threads: ......................................... /home/opam/.opam/4.02.3/lib/ocaml
- pkg_findlib: ......................................... /home/opam/.opam/4.02.3/lib/findlib
- pkg_lambda_term: ..................................... /home/opam/.opam/4.02.3/lib/lambda-term
- ocamldoc: ............................................ /home/opam/.opam/4.02.3/bin/ocamldoc
- gzip: ................................................ /bin/gzip
- 
- ./setup.exe -build 
- W: Cannot find source file matching module 'UTop_cmt_lifter' in library utop
- ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- Configuration "", line 1, characters 55-69:
- Warning: the tag "extension:byte" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop.mli > src/lib/uTop.mli.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop.cmi src/lib/uTop.mli
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop.cmi src/lib/uTop.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- cppo -V OCAML:4.02.3 -o src/lib/uTop.ml src/lib/uTop.cppo.ml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop.ml > src/lib/uTop.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_private.ml > src/lib/uTop_private.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_version.ml > src/lib/uTop_version.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_private.cmo src/lib/uTop_private.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_private.cmo src/lib/uTop_private.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_version.cmo src/lib/uTop_version.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_version.cmo src/lib/uTop_version.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_main.mli > src/lib/uTop_main.mli.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_main.cmi src/lib/uTop_main.mli
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_main.cmi src/lib/uTop_main.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- cppo -V OCAML:4.02.3 -o src/lib/uTop_main.ml src/lib/uTop_main.cppo.ml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_main.ml > src/lib/uTop_main.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_complete.mli > src/lib/uTop_complete.mli.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_lexer.mli > src/lib/uTop_lexer.mli.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_token.ml > src/lib/uTop_token.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_token.cmo src/lib/uTop_token.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_token.cmo src/lib/uTop_token.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_styles.mli > src/lib/uTop_styles.mli.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_complete.cmi src/lib/uTop_complete.mli
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_complete.cmi src/lib/uTop_complete.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_lexer.cmi src/lib/uTop_lexer.mli
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_lexer.cmi src/lib/uTop_lexer.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_styles.cmi src/lib/uTop_styles.mli
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_styles.cmi src/lib/uTop_styles.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamllex.opt -q src/lib/uTop_lexer.mll
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_lexer.ml > src/lib/uTop_lexer.ml.depends
- cppo -V OCAML:4.02.3 -o src/lib/uTop_complete.ml src/lib/uTop_complete.cppo.ml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_complete.ml > src/lib/uTop_complete.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_styles.ml > src/lib/uTop_styles.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_cmt_lifter.ml > src/lib/uTop_cmt_lifter.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop.cmo src/lib/uTop.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop.cmo src/lib/uTop.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_main.cmo src/lib/uTop_main.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_main.cmo src/lib/uTop_main.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_lexer.cmo src/lib/uTop_lexer.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_lexer.cmo src/lib/uTop_lexer.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_complete.cmo src/lib/uTop_complete.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_complete.cmo src/lib/uTop_complete.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_styles.cmo src/lib/uTop_styles.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_styles.cmo src/lib/uTop_styles.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_cmt_lifter.cmo src/lib/uTop_cmt_lifter.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_cmt_lifter.cmo src/lib/uTop_cmt_lifter.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a src/lib/uTop_private.cmo src/lib/uTop_version.cmo src/lib/uTop.cmo src/lib/uTop_token.cmo src/lib/uTop_lexer.cmo src/lib/uTop_complete.cmo src/lib/uTop_styles.cmo src/lib/uTop_main.cmo src/lib/uTop_cmt_lifter.cmo -o src/lib/utop.cma
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_private.cmx src/lib/uTop_private.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_private.cmx src/lib/uTop_private.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_version.cmx src/lib/uTop_version.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_version.cmx src/lib/uTop_version.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop.cmx src/lib/uTop.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop.cmx src/lib/uTop.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_token.cmx src/lib/uTop_token.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_token.cmx src/lib/uTop_token.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_lexer.cmx src/lib/uTop_lexer.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_lexer.cmx src/lib/uTop_lexer.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_complete.cmx src/lib/uTop_complete.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_complete.cmx src/lib/uTop_complete.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_styles.cmx src/lib/uTop_styles.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_styles.cmx src/lib/uTop_styles.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_main.cmx src/lib/uTop_main.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_main.cmx src/lib/uTop_main.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_cmt_lifter.cmx src/lib/uTop_cmt_lifter.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_cmt_lifter.cmx src/lib/uTop_cmt_lifter.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a src/lib/uTop_private.cmx src/lib/uTop_version.cmx src/lib/uTop.cmx src/lib/uTop_token.cmx src/lib/uTop_lexer.cmx src/lib/uTop_complete.cmx src/lib/uTop_styles.cmx src/lib/uTop_main.cmx src/lib/uTop_cmt_lifter.cmx -o src/lib/utop.cmxa
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared src/lib/utop.cmxa src/lib/uTop_private.cmx src/lib/uTop_version.cmx src/lib/uTop.cmx src/lib/uTop_token.cmx src/lib/uTop_lexer.cmx src/lib/uTop_complete.cmx src/lib/uTop_styles.cmx src/lib/uTop_main.cmx src/lib/uTop_cmt_lifter.cmx -o src/lib/utop.cmxs
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/top/uTop_start.ml > src/top/uTop_start.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src/lib -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/top -I src/lib -o src/top/uTop_start.cmo src/top/uTop_start.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src/lib -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/top -I src/lib -o src/top/uTop_start.cmo src/top/uTop_start.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlmktop -linkpkg -linkpkg -g -linkpkg -thread -linkpkg -package findlib -package findlib -package lambda-term -package lambda-term -package threads -package threads src/lib/utop.cma src/top/uTop_start.cmo -o src/top/uTop_top.top
- /home/opam/.opam/4.02.3/lib/ocaml/expunge src/top/uTop_top.top src/top/uTop_top.byte UTop UTop_private Arg Arith_status Array ArrayLabels Big_int Bigarray Buffer Bytes BytesLabels Callback CamlinternalFormat CamlinternalFormatBasics CamlinternalLazy CamlinternalMod CamlinternalOO CamomileDefaultConfig CamomileDefaultConfig__ CamomileDefaultConfig__InstallConfig CamomileLibrary CamomileLibraryDefault CamomileLibraryDyn CamomileLibrary__ CamomileLibrary__AvlTree CamomileLibrary__Bitsvect CamomileLibrary__Byte_labeled_dag CamomileLibrary__Bytesvect CamomileLibrary__CaseMap CamomileLibrary__CharEncoding CamomileLibrary__Charmap CamomileLibrary__ConfigInt CamomileLibrary__Database CamomileLibrary__Hangul CamomileLibrary__IMap CamomileLibrary__ISet CamomileLibrary__Locale CamomileLibrary__OOChannel CamomileLibrary__StringPrep CamomileLibrary__StringPrep_data CamomileLibrary__SubText CamomileLibrary__Tbl31 CamomileLibrary__UCS4 CamomileLibrary__UChar CamomileLibrary__UCharInfo CamomileLibrary__UCharTbl CamomileLibrary__UCol CamomileLibrary__ULine CamomileLibrary__UMap CamomileLibrary__UNF CamomileLibrary__UPervasives CamomileLibrary__URe CamomileLibrary__UReStr CamomileLibrary__UReStrLexer CamomileLibrary__UReStrParser CamomileLibrary__UReStrParserType CamomileLibrary__USet CamomileLibrary__UTF16 CamomileLibrary__UTF8 CamomileLibrary__UText CamomileLibrary__UnicodeString CamomileLibrary__Unidata CamomileLibrary__Unimap CamomileLibrary__XArray CamomileLibrary__XString Camomile_do_not_use Char Complex Condition Digest Dynlink Event Filename Findlib Fl_dynload Fl_metascanner Fl_metatoken Fl_package_base Format Gc Genlex Graphics GraphicsX11 Hashtbl Int32 Int64 LTerm LTerm_buttons_impl LTerm_color_mappings LTerm_containers_impl LTerm_dlist LTerm_draw LTerm_edit LTerm_event LTerm_geom LTerm_history LTerm_inputrc LTerm_key LTerm_mouse LTerm_read_line LTerm_resource_lexer LTerm_resources LTerm_running_impl LTerm_scroll_impl LTerm_style LTerm_text LTerm_toplevel_impl LTerm_ui LTerm_unix LTerm_widget LTerm_widget_base_impl LTerm_widget_callbacks LTerm_windows Lazy Lexing List ListLabels Lwt Lwt_bytes Lwt_condition Lwt_config Lwt_daemon Lwt_engine Lwt_fmt Lwt_gc Lwt_io Lwt_list Lwt_log Lwt_log_core Lwt_log_rules Lwt_main Lwt_mutex Lwt_mvar Lwt_pool Lwt_pqueue Lwt_preemptive Lwt_process Lwt_react Lwt_result Lwt_sequence Lwt_stream Lwt_switch Lwt_sys Lwt_throttle Lwt_timeout Lwt_unix Lwt_unix_jobs Map Marshal Mmap MoreLabels Mutex Nat Nativeint Num Obj Oo Parsing Pervasives Printexc Printf Profiling Queue Random Ratio React Result Scanf Seq Set Sort Stack StdLabels Std_exit Str Stream String StringLabels Sys Thread ThreadUnix Topdirs Topfind Toploop Topmain Unix UnixLabels Weak Zed_cursor Zed_edit Zed_input Zed_lines Zed_macro Zed_re Zed_rope Zed_utf8
- cp src/top/uTop_top.top src/top/uTop_top_full.byte
- ocamlopt.opt -w -3 -o setup.exe setup.ml || ocamlopt -w -3 -o setup.exe setup.ml || ocamlc -w -3 -o setup.exe setup.ml
- rm -f setup.cmx setup.cmi setup.o setup.obj setup.cmo
- ./setup.exe -configure 
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild
- Package name: ........................................ utop
- Package version: ..................................... 1.19.3
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.02.3
- standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC
- native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.1
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- compiler libraries: .................................. /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs
- camlp4 support: ...................................... false
- enable UTop_main.interact (requires ppx_tools): ...... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_threads: ......................................... /home/opam/.opam/4.02.3/lib/ocaml
- pkg_findlib: ......................................... /home/opam/.opam/4.02.3/lib/findlib
- pkg_lambda_term: ..................................... /home/opam/.opam/4.02.3/lib/lambda-term
- ocamldoc: ............................................ /home/opam/.opam/4.02.3/bin/ocamldoc
- gzip: ................................................ /bin/gzip
- 
- ./setup.exe -build 
- W: Cannot find source file matching module 'UTop_cmt_lifter' in library utop
- ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- Configuration "", line 1, characters 55-69:
- Warning: the tag "extension:byte" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop.mli > src/lib/uTop.mli.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop.cmi src/lib/uTop.mli
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop.cmi src/lib/uTop.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- cppo -V OCAML:4.02.3 -o src/lib/uTop.ml src/lib/uTop.cppo.ml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop.ml > src/lib/uTop.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_private.ml > src/lib/uTop_private.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_version.ml > src/lib/uTop_version.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_private.cmo src/lib/uTop_private.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_private.cmo src/lib/uTop_private.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_version.cmo src/lib/uTop_version.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_version.cmo src/lib/uTop_version.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_main.mli > src/lib/uTop_main.mli.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_main.cmi src/lib/uTop_main.mli
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_main.cmi src/lib/uTop_main.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- cppo -V OCAML:4.02.3 -o src/lib/uTop_main.ml src/lib/uTop_main.cppo.ml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_main.ml > src/lib/uTop_main.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_complete.mli > src/lib/uTop_complete.mli.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_lexer.mli > src/lib/uTop_lexer.mli.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_token.ml > src/lib/uTop_token.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_token.cmo src/lib/uTop_token.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_token.cmo src/lib/uTop_token.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_styles.mli > src/lib/uTop_styles.mli.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_complete.cmi src/lib/uTop_complete.mli
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_complete.cmi src/lib/uTop_complete.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_lexer.cmi src/lib/uTop_lexer.mli
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_lexer.cmi src/lib/uTop_lexer.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_styles.cmi src/lib/uTop_styles.mli
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -package compiler-libs -I src/lib -o src/lib/uTop_styles.cmi src/lib/uTop_styles.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamllex.opt -q src/lib/uTop_lexer.mll
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_lexer.ml > src/lib/uTop_lexer.ml.depends
- cppo -V OCAML:4.02.3 -o src/lib/uTop_complete.ml src/lib/uTop_complete.cppo.ml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_complete.ml > src/lib/uTop_complete.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_styles.ml > src/lib/uTop_styles.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/lib/uTop_cmt_lifter.ml > src/lib/uTop_cmt_lifter.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop.cmo src/lib/uTop.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop.cmo src/lib/uTop.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_main.cmo src/lib/uTop_main.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_main.cmo src/lib/uTop_main.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_lexer.cmo src/lib/uTop_lexer.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_lexer.cmo src/lib/uTop_lexer.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_complete.cmo src/lib/uTop_complete.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_complete.cmo src/lib/uTop_complete.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_styles.cmo src/lib/uTop_styles.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_styles.cmo src/lib/uTop_styles.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_cmt_lifter.cmo src/lib/uTop_cmt_lifter.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_cmt_lifter.cmo src/lib/uTop_cmt_lifter.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a src/lib/uTop_private.cmo src/lib/uTop_version.cmo src/lib/uTop.cmo src/lib/uTop_token.cmo src/lib/uTop_lexer.cmo src/lib/uTop_complete.cmo src/lib/uTop_styles.cmo src/lib/uTop_main.cmo src/lib/uTop_cmt_lifter.cmo -o src/lib/utop.cma
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_private.cmx src/lib/uTop_private.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_private.cmx src/lib/uTop_private.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_version.cmx src/lib/uTop_version.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_version.cmx src/lib/uTop_version.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop.cmx src/lib/uTop.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop.cmx src/lib/uTop.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_token.cmx src/lib/uTop_token.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_token.cmx src/lib/uTop_token.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_lexer.cmx src/lib/uTop_lexer.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_lexer.cmx src/lib/uTop_lexer.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_complete.cmx src/lib/uTop_complete.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_complete.cmx src/lib/uTop_complete.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_styles.cmx src/lib/uTop_styles.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_styles.cmx src/lib/uTop_styles.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_main.cmx src/lib/uTop_main.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_main.cmx src/lib/uTop_main.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_cmt_lifter.cmx src/lib/uTop_cmt_lifter.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/lib -o src/lib/uTop_cmt_lifter.cmx src/lib/uTop_cmt_lifter.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a src/lib/uTop_private.cmx src/lib/uTop_version.cmx src/lib/uTop.cmx src/lib/uTop_token.cmx src/lib/uTop_lexer.cmx src/lib/uTop_complete.cmx src/lib/uTop_styles.cmx src/lib/uTop_main.cmx src/lib/uTop_cmt_lifter.cmx -o src/lib/utop.cmxa
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared src/lib/utop.cmxa src/lib/uTop_private.cmx src/lib/uTop_version.cmx src/lib/uTop.cmx src/lib/uTop_token.cmx src/lib/uTop_lexer.cmx src/lib/uTop_complete.cmx src/lib/uTop_styles.cmx src/lib/uTop_main.cmx src/lib/uTop_cmt_lifter.cmx -o src/lib/utop.cmxs
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package findlib -package lambda-term -package threads -package compiler-libs -modules src/top/uTop_start.ml > src/top/uTop_start.ml.depends
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src/lib -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/top -I src/lib -o src/top/uTop_start.cmo src/top/uTop_start.ml
- + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src/lib -thread -package findlib -package lambda-term -package threads -w -3-40@8 -package compiler-libs -I src/top -I src/lib -o src/top/uTop_start.cmo src/top/uTop_start.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- /home/opam/.opam/4.02.3/bin/ocamlfind ocamlmktop -linkpkg -linkpkg -g -linkpkg -thread -linkpkg -package findlib -package findlib -package lambda-term -package lambda-term -package threads -package threads src/lib/utop.cma src/top/uTop_start.cmo -o src/top/uTop_top.top
- /home/opam/.opam/4.02.3/lib/ocaml/expunge src/top/uTop_top.top src/top/uTop_top.byte UTop UTop_private Arg Arith_status Array ArrayLabels Big_int Bigarray Buffer Bytes BytesLabels Callback CamlinternalFormat CamlinternalFormatBasics CamlinternalLazy CamlinternalMod CamlinternalOO CamomileDefaultConfig CamomileDefaultConfig__ CamomileDefaultConfig__InstallConfig CamomileLibrary CamomileLibraryDefault CamomileLibraryDyn CamomileLibrary__ CamomileLibrary__AvlTree CamomileLibrary__Bitsvect CamomileLibrary__Byte_labeled_dag CamomileLibrary__Bytesvect CamomileLibrary__CaseMap CamomileLibrary__CharEncoding CamomileLibrary__Charmap CamomileLibrary__ConfigInt CamomileLibrary__Database CamomileLibrary__Hangul CamomileLibrary__IMap CamomileLibrary__ISet CamomileLibrary__Locale CamomileLibrary__OOChannel CamomileLibrary__StringPrep CamomileLibrary__StringPrep_data CamomileLibrary__SubText CamomileLibrary__Tbl31 CamomileLibrary__UCS4 CamomileLibrary__UChar CamomileLibrary__UCharInfo CamomileLibrary__UCharTbl CamomileLibrary__UCol CamomileLibrary__ULine CamomileLibrary__UMap CamomileLibrary__UNF CamomileLibrary__UPervasives CamomileLibrary__URe CamomileLibrary__UReStr CamomileLibrary__UReStrLexer CamomileLibrary__UReStrParser CamomileLibrary__UReStrParserType CamomileLibrary__USet CamomileLibrary__UTF16 CamomileLibrary__UTF8 CamomileLibrary__UText CamomileLibrary__UnicodeString CamomileLibrary__Unidata CamomileLibrary__Unimap CamomileLibrary__XArray CamomileLibrary__XString Camomile_do_not_use Char Complex Condition Digest Dynlink Event Filename Findlib Fl_dynload Fl_metascanner Fl_metatoken Fl_package_base Format Gc Genlex Graphics GraphicsX11 Hashtbl Int32 Int64 LTerm LTerm_buttons_impl LTerm_color_mappings LTerm_containers_impl LTerm_dlist LTerm_draw LTerm_edit LTerm_event LTerm_geom LTerm_history LTerm_inputrc LTerm_key LTerm_mouse LTerm_read_line LTerm_resource_lexer LTerm_resources LTerm_running_impl LTerm_scroll_impl LTerm_style LTerm_text LTerm_toplevel_impl LTerm_ui LTerm_unix LTerm_widget LTerm_widget_base_impl LTerm_widget_callbacks LTerm_windows Lazy Lexing List ListLabels Lwt Lwt_bytes Lwt_condition Lwt_config Lwt_daemon Lwt_engine Lwt_fmt Lwt_gc Lwt_io Lwt_list Lwt_log Lwt_log_core Lwt_log_rules Lwt_main Lwt_mutex Lwt_mvar Lwt_pool Lwt_pqueue Lwt_preemptive Lwt_process Lwt_react Lwt_result Lwt_sequence Lwt_stream Lwt_switch Lwt_sys Lwt_throttle Lwt_timeout Lwt_unix Lwt_unix_jobs Map Marshal Mmap MoreLabels Mutex Nat Nativeint Num Obj Oo Parsing Pervasives Printexc Printf Profiling Queue Random Ratio React Result Scanf Seq Set Sort Stack StdLabels Std_exit Str Stream String StringLabels Sys Thread ThreadUnix Topdirs Topfind Toploop Topmain Unix UnixLabels Weak Zed_cursor Zed_edit Zed_input Zed_lines Zed_macro Zed_re Zed_rope Zed_utf8
- cp src/top/uTop_top.top src/top/uTop_top_full.byte
-> compiled  utop.1.19.3
Processing 101/105: [tsdl: ocaml]
Processing 102/105: [tsdl: ocaml] [utop: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/utop.1.19.3)
- ocamlfind remove utop 2>/dev/null || true
- ./setup.exe -install 
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop.mli
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_main.mli
- Installed /home/opam/.opam/4.02.3/lib/utop/utop.cma
- Installed /home/opam/.opam/4.02.3/lib/utop/utop.cmxa
- Installed /home/opam/.opam/4.02.3/lib/utop/utop.a
- Installed /home/opam/.opam/4.02.3/lib/utop/utop.cmxs
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_main.cmi
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_main.cmti
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_main.cmt
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_main.annot
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop.cmi
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop.cmti
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop.cmt
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop.annot
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_cmt_lifter.cmx
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_styles.cmx
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_token.cmx
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_lexer.cmx
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_version.cmx
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_private.cmx
- Installed /home/opam/.opam/4.02.3/lib/utop/META
- ocamlfind remove utop 2>/dev/null || true
- ./setup.exe -install 
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop.mli
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_main.mli
- Installed /home/opam/.opam/4.02.3/lib/utop/utop.cma
- Installed /home/opam/.opam/4.02.3/lib/utop/utop.cmxa
- Installed /home/opam/.opam/4.02.3/lib/utop/utop.a
- Installed /home/opam/.opam/4.02.3/lib/utop/utop.cmxs
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_main.cmi
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_main.cmti
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_main.cmt
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_main.annot
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop.cmi
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop.cmti
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop.cmt
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop.annot
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_cmt_lifter.cmx
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_styles.cmx
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_token.cmx
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_lexer.cmx
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_version.cmx
- Installed /home/opam/.opam/4.02.3/lib/utop/uTop_private.cmx
- Installed /home/opam/.opam/4.02.3/lib/utop/META
-> installed utop.1.19.3
Processing 102/105: [tsdl: ocaml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/build.ml" "native=true" "native-dynlink=true" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/tsdl.0.8.2)
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind ocamldep -modules support/consts.ml > support/consts.ml.depends
- ocamlfind ocamlc -c -bin-annot -thread -I support -I test -I src -o support/consts.cmo support/consts.ml
- ocamlfind ocamlc -ccopt -DHAS_SDL2 -ccopt -D_REENTRANT -ccopt -I/usr/include/SDL2 -c support/consts_stub.c
- mv consts_stub.o support/consts_stub.o
- ocamlfind ocamlc -linkpkg -custom -thread support/consts.cmo support/consts_stub.o -o support/consts.byte
- support/consts.byte src/tsdl_consts.ml
- ocamlfind ocamldep -modules src/tsdl_consts.ml > src/tsdl_consts.ml.depends
- ocamlfind ocamlc -c -bin-annot -thread -I src -I test -I support -o src/tsdl_consts.cmo src/tsdl_consts.ml
- ocamlfind ocamldep -package ctypes -modules src/tsdl.ml > src/tsdl.ml.depends
- ocamlfind ocamldep -package ctypes -modules src/tsdl.mli > src/tsdl.mli.depends
- ocamlfind ocamlc -c -bin-annot -thread -package ctypes -I src -I test -I support -o src/tsdl.cmi src/tsdl.mli
- ocamlfind ocamlopt -c -bin-annot -thread -I src -I test -I support -o src/tsdl_consts.cmx src/tsdl_consts.ml
- ocamlfind ocamlopt -c -bin-annot -thread -package ctypes -I src -I test -I support -o src/tsdl.cmx src/tsdl.ml
- ocamlfind ocamlopt -a -thread -ccopt -Wl,-no-as-needed -cclib -lSDL2 -package ctypes -package ctypes.foreign src/tsdl_consts.cmx src/tsdl.cmx -o src/tsdl.cmxa
- ocamlfind ocamlc -c -bin-annot -thread -package ctypes -I src -I test -I support -o src/tsdl.cmo src/tsdl.ml
- ocamlfind ocamlc -a -custom -thread -ccopt -Wl,-no-as-needed -cclib -lSDL2 -dllib -ltsdl -package ctypes -package ctypes.foreign src/tsdl_consts.cmo src/tsdl.cmo -o src/tsdl.cma
- ocamlfind ocamlopt -shared -thread -ccopt -Wl,-no-as-needed -cclib -lSDL2 -package ctypes -package ctypes.foreign src/tsdl.cmx -o src/tsdl.cmxs
- ocamlfind ocamldep -package compiler-libs.toplevel -modules src/tsdl_top.ml > src/tsdl_top.ml.depends
- ocamlfind ocamlc -c -bin-annot -thread -package compiler-libs.toplevel -I src -I test -I support -o src/tsdl_top.cmo src/tsdl_top.ml
- + ocamlfind ocamlc -c -bin-annot -thread -package compiler-libs.toplevel -I src -I test -I support -o src/tsdl_top.cmo src/tsdl_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- ocamlfind ocamlopt -c -bin-annot -thread -package compiler-libs.toplevel -I src -I test -I support -o src/tsdl_top.cmx src/tsdl_top.ml
- + ocamlfind ocamlopt -c -bin-annot -thread -package compiler-libs.toplevel -I src -I test -I support -o src/tsdl_top.cmx src/tsdl_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- ocamlfind ocamlopt -a -thread -package compiler-libs.toplevel src/tsdl_top.cmx -o src/tsdl_top.cmxa
- + ocamlfind ocamlopt -a -thread -package compiler-libs.toplevel src/tsdl_top.cmx -o src/tsdl_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- ocamlfind ocamlc -a -thread -package compiler-libs.toplevel src/tsdl_top.cmo -o src/tsdl_top.cma
- + ocamlfind ocamlc -a -thread -package compiler-libs.toplevel src/tsdl_top.cmo -o src/tsdl_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- ocamlfind ocamlopt -shared -thread -package compiler-libs.toplevel src/tsdl_top.cmx -o src/tsdl_top.cmxs
- + ocamlfind ocamlopt -shared -thread -package compiler-libs.toplevel src/tsdl_top.cmx -o src/tsdl_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml
- ocamlfind ocamlc -c src/tsdl_stubs.c
- mv tsdl_stubs.o src/tsdl_stubs.o
- ocamlfind ocamlmklib -o src/tsdl -ldopt -Wl,-no-as-needed -lSDL2 src/tsdl_stubs.o
-> compiled  tsdl.0.8.2
-> installed tsdl.0.8.2

#=== ERROR while fetching sources for nebula.0.2.1 ============================#
OpamSolution.Fetch_fail("https://github.com/hakuch/Nebula/archive/v0.2.1.tar.gz (curl: code 404 while downloading https://github.com/hakuch/Nebula/archive/v0.2.1.tar.gz)")


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - fetch nebula 0.2.1
+- 
+- The following changes have been performed
| - install base-bytes              base
| - install bigarray-compat         1.0.0
| - install camomile                1.0.2
| - install cmdliner                1.0.2
| - install conf-libffi             2.0.0
| - install conf-pkg-config         2
| - install conf-sdl2               1
| - install cppo                    1.6.7
| - install cppo_ocamlbuild         1.6.7
| - install ctypes                  0.18.0
| - install ctypes-foreign          0.18.0
| - install dune                    2.9.0
| - install integers                0.4.0
| - install jbuilder                1.0+beta20.2
| - install lambda-term             1.13
| - install lwt                     4.2.1-1
| - install lwt_log                 1.1.1
| - install lwt_react               1.1.4
| - install mmap                    1.1.0
| - install ocaml-migrate-parsetree 1.8.0
| - install ocamlbuild              0
| - install ocamlfind               1.9.1
| - install ocamlfind-secondary     1.9.1
| - install ppx_derivers            1.2.1
| - install ppx_deriving            4.5
| - install ppx_tools               5.0+4.02.0
| - install ppxfind                 1.4
| - install react                   1.2.1
| - install result                  1.4
| - install seq                     0.2.2
| - install topkg                   1.0.0
| - install tsdl                    0.8.2
| - install utop                    1.19.3
| - install zed                     1.6
+- 
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.02.3/.opam-switch/backup/state-20210904070356.export"
'opam install -vy nebula.0.2.1' failed.
"/bin/bash" "-c"
"
opam remove -y "nebula.0.2.1"
opam install -vy "nebula.0.2.1"
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: "nebula.0.2.1" | grep -q '"debian-unstable"'; then
        echo "This package failed and has been disabled for CI using the 'x-ci-accept-failures' field."
        exit 69
    fi
fi


exit $res
" failed with exit status 40
Failed: Build failed