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


Building on x86-bm-1.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205)
2022-09-03 02:15.17 ---> using "00583e82ec888c922d57db664b8acb62b642829c5a4a94b17a44e5693b1db2de" 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-dev /usr/bin/opam"))
2022-09-03 02:15.17 ---> using "f816199fc982412d3ea70ae1ae1bab135eea82bc7670ac5d731bc57d0733e3c4" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 418227c38ed4e28a0827786e5e9e50b9547c0b27"))
2022-09-03 02:15.17 ---> using "4cabcce7a0cb6de31986471b51abc9f1f3fec6a75be6e83e549da867c7605e5a" 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.

2022-09-03 02:15.17 ---> using "d451da695ab21573c7bdead4176eec083b0218f568c4ccf5f5b38b162d64d4d7" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.04' '4.04.2'"))

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.04.2  (https://github.com/ocaml/ocaml/archive/4.04.2.tar.gz)
-> installed ocaml-base-compiler.4.04.2
-> installed ocaml-config.1
-> installed ocaml.4.04.2
Done.
# Run eval $(opam env --switch=4.04) to update the current shell environment
2022-09-03 02:15.17 ---> using "8faa22180ac5ca880ef3b23c628be4af34f3fccee642ed6a210aab60aba037cd" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [192 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-09-02-0804.09-F-2022-08-29-1405.22.pdiff [252 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-09-02-0804.09-F-2022-08-29-1405.22.pdiff [252 kB]
- Fetched 508 kB in 2s (215 kB/s)
- Reading package lists...
- 
2022-09-03 02:15.17 ---> using "aad30a72ef0c7f4003669303fa1e032e7ab40c01b8e31eb3711fc0e6d8a49cdf" 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 1 package
  - 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
2022-09-03 02:15.18 ---> using "0d48535979f204d3bf4708b85d063486ca25564fcce087e29ce2a0bc9f70f4fc" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"datakit-client-git.0.11.0\"\
               \nopam install -vy \"datakit-client-git.0.11.0\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"datakit-client-git.0.11.0\" | 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"))
[NOTE] datakit-client-git.0.11.0 is not installed.

Nothing to do.
The following actions will be performed:
=== install 73 packages
  - install astring                 0.8.3      [required by irmin, datakit-client, irmin-watcher]
  - install base                    v0.9.3     [required by fieldslib]
  - install base-bytes              base       [required by astring, cstruct]
  - install base-num                base       [required by num]
  - install base64                  2.2.0      [required by cohttp]
  - install cmdliner                1.0.4      [required by git-unix]
  - install cohttp                  1.0.0      [required by cohttp-lwt]
  - install cohttp-lwt              1.0.2      [required by cohttp-lwt-unix, git-http]
  - install cohttp-lwt-unix         1.0.2      [required by git-unix]
  - install conduit                 1.1.0      [required by conduit-lwt]
  - install conduit-lwt             1.1.0      [required by conduit-lwt-unix]
  - install conduit-lwt-unix        1.2.0      [required by git-unix]
  - install conf-gmp                4          [required by zarith]
  - install conf-time               1          [required by cstruct]
  - install conf-which              1          [required by conf-time]
  - install cppo                    1.6.1      [required by lwt, ocplib-endian]
  - install cppo_ocamlbuild         1.6.0      [required by ppx_deriving]
  - install cstruct                 2.4.1      [required by datakit-client, irmin]
  - install datakit-client          0.12.0     [required by datakit-client-git]
  - install datakit-client-git      0.11.0
  - install decompress              0.7        [required by git]
  - install fieldslib               v0.9.0     [required by cohttp]
  - install fmt                     0.8.5      [required by irmin, datakit-client, irmin-watcher]
  - install git                     1.11.5     [required by irmin-git]
  - install git-http                1.11.4     [required by git-unix]
  - install git-unix                1.11.5     [required by datakit-client-git]
  - install hex                     1.2.0      [required by irmin]
  - install ipaddr                  2.8.0      [required by conduit-lwt-unix]
  - install irmin                   1.3.2      [required by datakit-client-git]
  - install irmin-git               1.3.0      [required by datakit-client-git]
  - install irmin-watcher           0.3.0      [required by datakit-client-git]
  - install jbuilder                1.0+beta11 [required by datakit-client-git]
  - install jsonm                   1.0.1      [required by irmin]
  - install logs                    0.7.0      [required by irmin, git-unix, irmin-watcher]
  - install lwt                     3.1.0      [required by irmin, datakit-client, irmin-watcher]
  - install magic-mime              1.1.0      [required by cohttp-lwt-unix]
  - install mirage-no-xen           1          [required by nocrypto]
  - install mstruct                 1.4.0      [required by git]
  - install mtime                   1.3.0      [required by git-unix]
  - install nocrypto                0.5.3      [required by git-unix]
  - install num                     0          [required by sexplib]
  - install oasis                   0.4.11     [required by nocrypto]
  - install ocaml-compiler-libs     v0.9.0     [required by ppx_core]
  - install ocaml-migrate-parsetree 1.0.7      [required by cstruct]
  - install ocamlbuild              0.14.1     [required by mtime, cstruct, astring, etc.]
  - install ocamlfind               1.9.5      [required by mtime, cstruct, astring, etc.]
  - install ocamlgraph              1.8.8      [required by irmin]
  - install ocamlify                0.0.1      [required by oasis]
  - install ocamlmod                0.0.9      [required by oasis]
  - install ocplib-endian           1.0        [required by cstruct]
  - install ppx_ast                 v0.9.1     [required by ppx_core]
  - install ppx_core                v0.9.0     [required by ppx_fields_conv, ppx_sexp_conv]
  - install ppx_deriving            4.1.5      [required by nocrypto]
  - install ppx_driver              v0.9.1     [required by ppx_fields_conv, fieldslib, ppx_sexp_conv]
  - install ppx_fields_conv         v0.9.0     [required by cohttp]
  - install ppx_metaquot            v0.9.0     [required by ppx_fields_conv, ppx_sexp_conv]
  - install ppx_optcomp             v0.9.0     [required by ppx_driver]
  - install ppx_sexp_conv           v0.9.0     [required by nocrypto]
  - install ppx_tools               5.0        [required by ppx_deriving]
  - install ppx_tools_versioned     5.1        [required by cstruct]
  - install ppx_traverse_builtins   v0.9.0     [required by ppx_metaquot]
  - install ppx_type_conv           v0.9.0     [required by ppx_fields_conv, ppx_sexp_conv]
  - install re                      1.8.0      [required by cohttp]
  - install result                  1.3        [required by datakit-client, irmin]
  - install seq                     0.1        [required by re]
  - install sexplib                 v0.9.2     [required by git-http, cstruct, nocrypto]
  - install stdio                   v0.9.0     [required by ppx_core]
  - install stringext               1.5.0      [required by cohttp]
  - install topkg                   1.0.4      [required by fmt, astring, mtime]
  - install uchar                   0.0.2      [required by fmt]
  - install uri                     1.9.7      [required by irmin]
  - install uutf                    1.0.3      [required by jsonm]
  - install zarith                  1.12       [required by nocrypto]

The following system packages will first need to be installed:
    libgmp-dev time

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

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

[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "time"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19664 files and directories currently installed.)
- Preparing to unpack .../libgmpxx4ldbl_2%3a6.2.1+dfsg1-1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../libgmp-dev_2%3a6.2.1+dfsg1-1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1) ...
- Selecting previously unselected package time.
- Preparing to unpack .../time_1.9-0.1_amd64.deb ...
- Unpacking time (1.9-0.1) ...
- Setting up time (1.9-0.1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1) ...
- Processing triggers for libc-bin (2.34-7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/216:
Processing  2/216:
Processing  3/216:
Processing  4/216:
Processing  5/216:
Processing  6/216:
-> installed base-num.base
Processing  7/216:
-> retrieved base.v0.9.3  (cached)
Processing  8/216:
-> retrieved astring.0.8.3  (cached)
Processing  9/216:
-> retrieved base64.2.2.0  (cached)
Processing 10/216:
-> retrieved cmdliner.1.0.4  (cached)
Processing 11/216:
Processing 12/216: [cmdliner: make all]
-> retrieved cohttp.1.0.0  (cached)
Processing 13/216: [cmdliner: make all]
-> retrieved cohttp-lwt.1.0.2, cohttp-lwt-unix.1.0.2  (cached)
Processing 14/216: [cmdliner: make all]
Processing 15/216: [cmdliner: make all]
Processing 16/216: [cmdliner: make all]
Processing 17/216: [cmdliner: make all]
Processing 18/216: [cmdliner: make all] [conf-gmp: sh]
Processing 19/216: [cmdliner: make all] [conf-gmp: sh] [conf-which: which which]
-> retrieved conduit.1.1.0, conduit-lwt.1.1.0  (cached)
Processing 20/216: [cmdliner: make all] [conf-gmp: sh] [conf-which: which which]
-> retrieved conduit-lwt-unix.1.2.0  (cached)
Processing 21/216: [cmdliner: make all] [conf-gmp: sh] [conf-which: which which]
-> retrieved cppo.1.6.1  (cached)
Processing 22/216: [cmdliner: make all] [conf-gmp: sh] [conf-which: which which]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "which" "which" (CWD=/home/opam/.opam/4.04/.opam-switch/build/conf-which.1)
- /usr/bin/which
-> compiled  conf-which.1
Processing 22/216: [cmdliner: make all] [conf-gmp: sh]
-> installed conf-which.1
Processing 23/216: [cmdliner: make all] [conf-gmp: sh]
Processing 24/216: [cmdliner: make all] [conf-gmp: sh] [conf-time: which time]
-> retrieved cppo_ocamlbuild.1.6.0  (cached)
Processing 25/216: [cmdliner: make all] [conf-gmp: sh] [conf-time: which time]
-> retrieved cstruct.2.4.1  (cached)
Processing 26/216: [cmdliner: make all] [conf-gmp: sh] [conf-time: which time]
-> retrieved decompress.0.7  (cached)
Processing 27/216: [cmdliner: make all] [conf-gmp: sh] [conf-time: which time]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "which" "time" (CWD=/home/opam/.opam/4.04/.opam-switch/build/conf-time.1)
- /usr/bin/time
-> compiled  conf-time.1
Processing 27/216: [cmdliner: make all] [conf-gmp: sh]
-> installed conf-time.1
Processing 28/216: [cmdliner: make all] [conf-gmp: sh]
-> retrieved fieldslib.v0.9.0  (cached)
Processing 29/216: [cmdliner: make all] [conf-gmp: sh]
-> retrieved fmt.0.8.5  (cached)
Processing 30/216: [git.1.11.5, git-unix.1.11.5: http] [cmdliner: make all] [conf-gmp: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c" (CWD=/home/opam/.opam/4.04/.opam-switch/build/conf-gmp.4)
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 30/216: [git.1.11.5, git-unix.1.11.5: http] [cmdliner: make all]
-> installed conf-gmp.4
Processing 31/216: [git.1.11.5, git-unix.1.11.5: http] [cmdliner: make all]
-> retrieved datakit-client.0.12.0  (cached)
Processing 32/216: [git.1.11.5, git-unix.1.11.5: http] [git-http.1.11.4: http] [cmdliner: make all]
-> retrieved datakit-client-git.0.11.0  (cached)
Processing 33/216: [git.1.11.5, git-unix.1.11.5: http] [git-http.1.11.4: http] [cmdliner: make all]
-> retrieved hex.1.2.0  (cached)
Processing 34/216: [git.1.11.5, git-unix.1.11.5: http] [git-http.1.11.4: http] [cmdliner: make all]
-> retrieved ipaddr.2.8.0  (cached)
Processing 35/216: [git.1.11.5, git-unix.1.11.5: http] [git-http.1.11.4: http] [cmdliner: make all]
Processing 35/216: [git-http.1.11.4: http] [cmdliner: make all]
-> retrieved git.1.11.5, git-unix.1.11.5  (https://github.com/mirage/ocaml-git/releases/download/1.11.5/git-1.11.5.tbz)
Processing 36/216: [git-http.1.11.4: http] [cmdliner: make all]
Processing 36/216: [cmdliner: make all]
-> retrieved irmin.1.3.2  (cached)
Processing 37/216: [cmdliner: make all]
-> retrieved irmin-git.1.3.0  (cached)
Processing 38/216: [cmdliner: make all]
-> retrieved git-http.1.11.4  (https://github.com/mirage/ocaml-git/releases/download/1.11.4/git-1.11.4.tbz)
Processing 39/216: [cmdliner: make all]
-> retrieved irmin-watcher.0.3.0  (cached)
Processing 40/216: [cmdliner: make all]
-> retrieved jsonm.1.0.1  (cached)
Processing 41/216: [cmdliner: make all]
-> retrieved jbuilder.1.0+beta11  (cached)
Processing 42/216: [cmdliner: make all]
-> retrieved logs.0.7.0  (cached)
Processing 43/216: [cmdliner: make all]
Processing 44/216: [cmdliner: make all]
Processing 45/216: [cmdliner: make all]
-> installed mirage-no-xen.1
Processing 46/216: [cmdliner: make all]
-> retrieved lwt.3.1.0  (cached)
Processing 47/216: [cmdliner: make all]
-> retrieved magic-mime.1.1.0  (cached)
Processing 48/216: [nocrypto.0.5.3: http] [cmdliner: make all]
-> retrieved mstruct.1.4.0  (cached)
Processing 49/216: [nocrypto.0.5.3: http] [cmdliner: make all]
Processing 50/216: [nocrypto.0.5.3: http] [cmdliner: make all]
Processing 51/216: [nocrypto.0.5.3: http] [cmdliner: make all]
-> installed num.0
Processing 52/216: [nocrypto.0.5.3: http] [cmdliner: make all]
-> retrieved mtime.1.3.0  (cached)
Processing 53/216: [nocrypto.0.5.3: http] [cmdliner: make all]
-> retrieved ocaml-compiler-libs.v0.9.0  (cached)
Processing 54/216: [nocrypto.0.5.3: http] [cmdliner: make all]
-> retrieved oasis.0.4.11  (cached)
Processing 55/216: [nocrypto.0.5.3: http] [cmdliner: make all]
-> retrieved ocaml-migrate-parsetree.1.0.7  (cached)
Processing 56/216: [nocrypto.0.5.3: http] [cmdliner: make all]
Processing 56/216: [cmdliner: make all]
-> retrieved ocamlbuild.0.14.1  (cached)
Processing 57/216: [cmdliner: make all]
Processing 58/216: [cmdliner: make all] [ocamlbuild: make configure.make]
-> retrieved ocamlfind.1.9.5  (cached)
Processing 59/216: [cmdliner: make all] [ocamlbuild: make configure.make]
[ocamlfind: patch] applying 0001-Fix-bug-when-installing-with-a-system-compiler.patch
Processing 60/216: [cmdliner: make all] [ocamlbuild: make configure.make] [ocamlfind: patch]
-> retrieved nocrypto.0.5.3  (https://github.com/mirleft/ocaml-nocrypto/archive/v0.5.3.tar.gz)
Processing 61/216: [cmdliner: make all] [ocamlbuild: make configure.make] [ocamlfind: patch]
-> retrieved ocamlgraph.1.8.8  (cached)
Processing 62/216: [cmdliner: make all] [ocamlbuild: make configure.make] [ocamlfind: patch]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/4.04" "OCAMLBUILD_BINDIR=/home/opam/.opam/4.04/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/4.04/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/4.04/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.04"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.04/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.04/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.04/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.04"; \
- echo "BINDIR=/home/opam/.opam/4.04/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.04/lib"; \
- echo "MANDIR=/home/opam/.opam/4.04/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.04/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.04/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.04/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.04/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.1"'; \
- ) > src/ocamlbuild_config.ml
Processing 62/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: patch]
-> retrieved ocamlify.0.0.1  (cached)
Processing 63/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: patch]
Processing 63/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ocamlmod.0.0.9  (cached)
Processing 64/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ocplib-endian.1.0  (cached)
Processing 65/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_ast.v0.9.1  (cached)
Processing 66/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_core.v0.9.0  (cached)
Processing 67/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_deriving.4.1.5  (cached)
Processing 68/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_driver.v0.9.1  (cached)
Processing 69/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_fields_conv.v0.9.0  (cached)
Processing 70/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_metaquot.v0.9.0  (cached)
Processing 71/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_optcomp.v0.9.0  (cached)
Processing 72/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_sexp_conv.v0.9.0  (cached)
Processing 73/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_tools.5.0  (cached)
Processing 74/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_tools_versioned.5.1  (cached)
Processing 75/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_traverse_builtins.v0.9.0  (cached)
Processing 76/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_type_conv.v0.9.0  (cached)
Processing 77/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved result.1.3  (cached)
Processing 78/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved re.1.8.0  (cached)
Processing 79/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved seq.0.1  (cached)
Processing 80/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved sexplib.v0.9.2  (cached)
Processing 81/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.04/bin" "-sitelib" "/home/opam/.opam/4.04/lib" "-mandir" "/home/opam/.opam/4.04/man" "-config" "/home/opam/.opam/4.04/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5)
- Welcome to findlib version 1.9.5
- 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
- dynlink: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: found
- threads: found (in +threads)
- runtime_events: not present
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for dynlink written to site-lib-src/dynlink/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 ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for raw_spacetime written to site-lib-src/raw_spacetime/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.04/lib/ocaml
-     Binaries:              /home/opam/.opam/4.04/bin
-     Manual pages:          /home/opam/.opam/4.04/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.04/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.04/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.04/bin
-     Manual pages:          /home/opam/.opam/4.04/man
-     topfind script:        /home/opam/.opam/4.04/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 81/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all]
-> retrieved stdio.v0.9.0  (cached)
Processing 82/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all]
-> retrieved stringext.1.5.0  (cached)
Processing 83/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all]
-> retrieved topkg.1.0.4  (cached)
Processing 84/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all]
-> retrieved uchar.0.0.2  (cached)
Processing 85/216: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all]
-> retrieved uutf.1.0.3  (cached)
-> retrieved zarith.1.12  (cached)
-> retrieved uri.1.9.7  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" "PREFIX=/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cmdliner.1.0.4)
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.0.4
Processing 85/216: [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all]
Processing 86/216: [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5)
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5/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.04/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.04/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 -opaque   -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -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 -opaque   -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -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.04/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c num_top_printers.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c num_top_printers.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c num_top.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -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 -opaque   -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -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.04/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.04/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.04/.opam-switch/build/ocamlfind.1.9.5'
Processing 86/216: [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1)
- if test -d /home/opam/.opam/4.04/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.04/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo src/ocamlbuild.cmo
- ocamlc.opt -a -o src/ocamlbuildlib.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild.cmx
- ocamlopt.opt -a -o src/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- echo 'lib: [' >> ocamlbuild.install
- make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- for lib in src/ocamlbuildlib.cma src/ocamlbuild.cmo src/ocamlbuild_pack.cmi src/ocamlbuild_plugin.cmi src/ocamlbuild_executor.cmi src/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- for lib in src/ocamlbuildlib.cmxa src/ocamlbuildlib.a src/ocamlbuild.cmx src/ocamlbuild.o src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild_plugin.o src/ocamlbuild_executor.o src/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.1'
-> compiled  ocamlbuild.0.14.1
Processing 86/216: [ocamlfind: make opt] [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "LIBDIR=/home/opam/.opam/4.04/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.04/doc/cmdliner" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cmdliner.1.0.4)
- install -d /home/opam/.opam/4.04/lib/cmdliner
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/4.04/lib/cmdliner
- install cmdliner.opam /home/opam/.opam/4.04/lib/cmdliner/opam
- install _build/cmdliner.cma /home/opam/.opam/4.04/lib/cmdliner
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_docgen.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_suggest.cmx _build/cmdliner_term.cmx _build/cmdliner_trie.cmx \
-   /home/opam/.opam/4.04/lib/cmdliner
- install _build/cmdliner.cmxs /home/opam/.opam/4.04/lib/cmdliner
Processing 86/216: [ocamlfind: make opt] [cmdliner: make install-doc]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-doc" "LIBDIR=/home/opam/.opam/4.04/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.04/doc/cmdliner" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cmdliner.1.0.4)
- install -d /home/opam/.opam/4.04/doc/cmdliner
- install CHANGES.md LICENSE.md README.md /home/opam/.opam/4.04/doc/cmdliner
-> installed cmdliner.1.0.4
Processing 86/216: [ocamlfind: make opt]
-> installed ocamlbuild.0.14.1
Processing 87/216: [ocamlfind: make opt]
Processing 88/216: [ocamlfind: make opt] [uchar: ocaml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/git.ml" (CWD=/home/opam/.opam/4.04/.opam-switch/build/uchar.0.0.2)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/build.ml" "native=true" "native-dynlink=true" (CWD=/home/opam/.opam/4.04/.opam-switch/build/uchar.0.0.2)
-> compiled  uchar.0.0.2
Processing 88/216: [ocamlfind: make opt]
-> installed uchar.0.0.2
Processing 89/216: [ocamlfind: make opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5)
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -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 -opaque  -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c topfind.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- 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 -opaque  -I +unix -I +dynlink -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.04/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
-> compiled  ocamlfind.1.9.5
Processing 90/216: [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.04/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.04/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
- install -d "/home/opam/.opam/4.04/bin"
- install -d "/home/opam/.opam/4.04/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5'
- install -d "`dirname \"/home/opam/.opam/4.04/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.04/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/4.04/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
- install -d "/home/opam/.opam/4.04/lib/findlib"
- install -d "/home/opam/.opam/4.04/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/4.04/lib/ocaml"
- test 1 -eq 0 || install -c topfind "/home/opam/.opam/4.04/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- 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` && \
- install -c $files "/home/opam/.opam/4.04/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/4.04/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.04/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.04/lib/ocaml/compiler-libs/"; \
-     install -c topdirs.cmi toploop.cmi "/home/opam/.opam/4.04/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5'
- for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamldoc raw_spacetime stdlib str threads unix ; do install -d "/home/opam/.opam/4.04/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/4.04/lib/$x/META.tmp" && mv "/home/opam/.opam/4.04/lib/$x/META.tmp" "/home/opam/.opam/4.04/lib/$x/META"; done
- install -d "/home/opam/.opam/4.04/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/4.04/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
- install -d "/home/opam/.opam/4.04/lib/num-top"
- install -c num_top.cma num_top.cmi num_top_printers.cmi \
- 	"/home/opam/.opam/4.04/lib/num-top/"
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5/src/findlib'
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "/home/opam/.opam/4.04/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5'
- install -d "/home/opam/.opam/4.04/man/man1" "/home/opam/.opam/4.04/man/man3" "/home/opam/.opam/4.04/man/man5"
- install -c doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.04/man/man1"
- install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.04/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlfind.1.9.5'
-> installed ocamlfind.1.9.5
Processing 92/216: [jbuilder: ocaml bootstrap.ml]
Processing 93/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: touch]
Processing 94/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: touch] [ocamlify: ocaml setup.ml]
Processing 95/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: touch] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml]
Processing 96/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: touch] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ppx_tools: make all]
Processing 97/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: touch] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ppx_tools: make all] [seq: make build]
Processing 98/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: touch] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ppx_tools: make all] [seq: make build] [topkg: ocaml build]
Processing 99/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: touch] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ppx_tools: make all] [seq: make build] [topkg: ocaml build] [zarith: ./configure]
-> installed base-bytes.base
Processing 100/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: touch] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ppx_tools: make all] [seq: make build] [topkg: ocaml build] [zarith: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "touch" "./configure" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlgraph.1.8.8)
Processing 100/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: ./configure] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ppx_tools: make all] [seq: make build] [topkg: ocaml build] [zarith: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "build" (CWD=/home/opam/.opam/4.04/.opam-switch/build/seq.0.1)
- ocamlbuild src/seq.cma src/seq.cmxa src/seq.cmxs
- /home/opam/.opam/4.04/bin/ocamldep.opt -modules src/seq.mli > src/seq.mli.depends
- /home/opam/.opam/4.04/bin/ocamlc.opt -c -g -I src -o src/seq.cmi src/seq.mli
- /home/opam/.opam/4.04/bin/ocamldep.opt -modules src/seq.ml > src/seq.ml.depends
- /home/opam/.opam/4.04/bin/ocamlc.opt -c -g -I src -o src/seq.cmo src/seq.ml
- /home/opam/.opam/4.04/bin/ocamlc.opt -a -I src src/seq.cmo -o src/seq.cma
- /home/opam/.opam/4.04/bin/ocamlopt.opt -c -g -I src -o src/seq.cmx src/seq.ml
- /home/opam/.opam/4.04/bin/ocamlopt.opt -a -I src src/seq.cmx -o src/seq.cmxa
- /home/opam/.opam/4.04/bin/ocamlopt.opt -shared -linkall -I src src/seq.cmxa -o src/seq.cmxs
-> compiled  seq.0.1
Processing 100/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: ./configure] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ppx_tools: make all] [topkg: ocaml build] [zarith: ./configure]
Processing 101/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: ./configure] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ppx_tools: make all] [topkg: ocaml build] [zarith: ./configure] [seq: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/seq.0.1)
- ocamlfind install seq META _build/src/seq.a _build/src/seq.cma _build/src/seq.cmi _build/src/seq.cmo _build/src/seq.cmx _build/src/seq.cmxa _build/src/seq.cmxs _build/src/seq.ml _build/src/seq.ml.depends _build/src/seq.mli _build/src/seq.mli.depends _build/src/seq.o
- Installed /home/opam/.opam/4.04/lib/seq/seq.o
- Installed /home/opam/.opam/4.04/lib/seq/seq.mli.depends
- Installed /home/opam/.opam/4.04/lib/seq/seq.mli
- Installed /home/opam/.opam/4.04/lib/seq/seq.ml.depends
- Installed /home/opam/.opam/4.04/lib/seq/seq.ml
- Installed /home/opam/.opam/4.04/lib/seq/seq.cmxs
- Installed /home/opam/.opam/4.04/lib/seq/seq.cmxa
- Installed /home/opam/.opam/4.04/lib/seq/seq.cmx
- Installed /home/opam/.opam/4.04/lib/seq/seq.cmo
- Installed /home/opam/.opam/4.04/lib/seq/seq.cmi
- Installed /home/opam/.opam/4.04/lib/seq/seq.cma
- Installed /home/opam/.opam/4.04/lib/seq/seq.a
- Installed /home/opam/.opam/4.04/lib/seq/META
-> installed seq.0.1
Processing 101/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: ./configure] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ppx_tools: make all] [topkg: ocaml build] [zarith: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" (CWD=/home/opam/.opam/4.04/.opam-switch/build/zarith.1.12)
- binary ocaml: found in /home/opam/.opam/4.04/bin
- binary ocamlc: found in /home/opam/.opam/4.04/bin
- binary ocamldep: found in /home/opam/.opam/4.04/bin
- binary ocamlmklib: found in /home/opam/.opam/4.04/bin
- binary ocamldoc: found in /home/opam/.opam/4.04/bin
- binary gcc: found in /usr/bin
- binary ocamlopt: found in /home/opam/.opam/4.04/bin
- checking compilation with gcc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/4.04/bin
- OCaml's word size is 64
- binary uname: found in /usr/bin
- include gmp.h: found
- library gmp: found
- OCaml supports -bin-annot to produce documentation
- Using OCaml legacy C API custom operations
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   defines:              -DZ_OCAML_LEGACY_CUSTOM_OPERATIONS -DHAS_GMP 
-   libraries:             -lgmp
-   C options:            -O3 -Wall -Wextra 
-   installation path:    /home/opam/.opam/4.04/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 101/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: ./configure] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ppx_tools: make all] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlgraph.1.8.8)
- checking for ocamlc... ocamlc
- ocaml version is 4.04.2
- ocaml library path is /home/opam/.opam/4.04/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking ocamlopt version... ok
- checking for ocamlc.opt... ocamlc.opt
- checking ocamlc.opt version... ok
- checking for ocamlopt.opt... ocamlopt.opt
- checking ocamlc.opt version... ok
- checking for ocamldep... ocamldep
- checking for ocamllex... ocamllex
- checking for ocamllex.opt... ocamllex.opt
- checking for ocamlyacc... ocamlyacc
- checking for ocamldoc... ocamldoc
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamlweb... true
- checking for ocamlfind... ocamlfind
- OCamlfind detected and enabled
- ocamlfind: Package `lablgtk2' not found
- checking for /home/opam/.opam/4.04/lib/ocaml/lablgtk2/lablgtk.cmxa... no
- checking Win32 platform... no
- configure: WARNING: lablgnomecanvas not found: the graph editor and view_graph will not be compiled
- configure: creating ./config.status
- config.status: creating Makefile
Processing 101/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ppx_tools: make all] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_tools.5.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
-> compiled  ppx_tools.5.0
Processing 101/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [zarith: make]
Processing 102/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [zarith: make] [ppx_tools: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlify.0.0.1)
- File "/home/gildor/programmation/oasis/src/oasis/PropList.ml", line 93, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISUtils.ml", line 106, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISExpr.ml", line 99, characters 24-40:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 28, characters 21-40:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 29, characters 21-38:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 146, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 147, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 148, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 149, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- I: Running command '/home/opam/.opam/4.04/bin/ocamlc.opt -config > /opam-tmp/oasis-7bf762.txt'
- I: Running command '/home/opam/.opam/4.04/bin/ocamlfind query -format %v findlib > /opam-tmp/oasis-860028.txt'
- 
- Configuration: 
- 
- OCamlbuild additional flags: ................... 
- Compile with ocaml profile flag on.: ........... false
- Compile with ocaml debug flag on.: ............. true
- Remove a directory.: ........................... rm -rf
- Remove a file.: ................................ rm -f
- suffix_program: ................................ 
- is_native: ..................................... true
- findlib_version: ............................... 1.9.5
- PS documentation: .............................. $docdir
- PDF documentation: ............................. $docdir
- DVI documentation: ............................. $docdir
- HTML documentation: ............................ $docdir
- Documentation root: ............................ $datarootdir/doc/$pkg_name
- Man documentation: ............................. $datarootdir/man
- Locale-dependent data: ......................... $datarootdir/locale
- Info documentation: ............................ $datarootdir/info
- Read-only architecture-independent data: ....... $datarootdir
- Read-only arch-independent data root: .......... $prefix/share
- Object code libraries: ......................... $exec_prefix/lib
- Modifiable single-machine data: ................ $prefix/var
- Modifiable architecture-independent data: ...... $prefix/com
- Read-only single-machine data: ................. $prefix/etc
- Program executables: ........................... $exec_prefix/libexec
- System admin executables: ...................... $exec_prefix/sbin
- User executables: .............................. $exec_prefix/bin
- Install architecture-dependent files in dir: ... $prefix
- Install architecture-independent files dir: .... /home/opam/.opam/4.04
- systhread_supported: ........................... true
- default_executable_name: ....................... a.out
- ext_dll: ....................................... .so
- ext_lib: ....................................... .a
- ext_asm: ....................................... .s
- ext_obj: ....................................... .o
- model: ......................................... default
- native_c_compiler: ............................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- bytecomp_c_compiler: ........................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- standard_runtime: .............................. /home/opam/.opam/4.04/bin/ocamlrun
- standard_library: .............................. /home/opam/.opam/4.04/lib/ocaml
- standard_library_default: ...................... /home/opam/.opam/4.04/lib/ocaml
- ocaml_version: ................................. 4.04.2
- ccomp_type: .................................... cc
- architecture: .................................. amd64
- system: ........................................ linux
- os_type: ....................................... Unix
- Package version: ............................... 0.0.1
- Package name: .................................. ocamlify
- ocamlbuild: .................................... /home/opam/.opam/4.04/bin/ocamlbuild
- ocamlopt: ...................................... /home/opam/.opam/4.04/bin/ocamlopt.opt
- ocamlc: ........................................ /home/opam/.opam/4.04/bin/ocamlc.opt
- ocamlfind: ..................................... /home/opam/.opam/4.04/bin/ocamlfind
- 
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlmod.0.0.9)
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild
- Package name: ........................................ ocamlmod
- Package version: ..................................... 0.0.9
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.04.2
- standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -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.04
- 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.5
- 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: .........................
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_str: ............................................. /home/opam/.opam/4.04/lib/ocaml
- 
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_tools.5.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.04/lib/ppx_tools/ast_mapper_class.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.mli
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.mli
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_tools.cmxs
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_tools.a
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_tools.cmxa
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_tools.cma
- Installed /home/opam/.opam/4.04/lib/ppx_tools/rewriter
- Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_metaquot
- Installed /home/opam/.opam/4.04/lib/ppx_tools/dumpast
- Installed /home/opam/.opam/4.04/lib/ppx_tools/genlifter
- Installed /home/opam/.opam/4.04/lib/ppx_tools/META
-> installed ppx_tools.5.0
Processing 102/216: [jbuilder: ocaml bootstrap.ml] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" (CWD=/home/opam/.opam/4.04/.opam-switch/build/jbuilder.1.0+beta11)
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/meta_lexer.mll
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/sexp_lexer.mll
- /home/opam/.opam/4.04/bin/ocamldep.opt -modules src/action.ml src/action_intf.ml src/alias.ml src/ansi_color.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/config.ml src/context.ml src/file_tree.ml src/findlib.ml src/future.ml src/gen_meta.ml src/gen_rules.ml src/import.ml src/install.ml src/io.ml src/jbuild.ml src/jbuild_load.ml src/js_of_ocaml_rules.ml src/lib.ml src/lib_db.ml src/loc.ml src/log.ml src/main.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/ocaml_flags.ml src/ocamldep.ml src/odoc.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/sexp.ml src/sexp_lexer.ml src/string_with_vars.ml src/super_context.ml src/top_closure.ml src/utils.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
- /home/opam/.opam/4.04/bin/ocamlopt.opt -w -40 -o boot.exe unix.cmxa boot.ml
Processing 102/216: [jbuilder: ./boot.exe 31] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.04/.opam-switch/build/zarith.1.12)
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep -native  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp
- ocamlc -ccopt "-I/home/opam/.opam/4.04/lib/ocaml  -DZ_OCAML_LEGACY_CUSTOM_OPERATIONS -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -failsafe -o zarith caml_z.o -lgmp
- ocamlc -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -I +compiler-libs  -c zarith_version.ml
- ocamlopt -I +compiler-libs  -c z.ml
- ocamlopt -I +compiler-libs  -c q.ml
- ocamlopt -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.12
Processing 102/216: [jbuilder: ./boot.exe 31] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build]
Processing 103/216: [jbuilder: ./boot.exe 31] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [topkg: ocaml build] [zarith: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-build" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlmod.0.0.9)
- /home/opam/.opam/4.04/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "_tags", line 21, characters 18-27:
- Warning: the tag "pkg_oUnit" 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.
- File "_tags", line 23, characters 19-28:
- Warning: the tag "pkg_oUnit" 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.04/bin/ocamlfind ocamldep -package str -modules src/ocamlmod.ml > src/ocamlmod.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package str -modules src/ocamlmodConf.ml > src/ocamlmodConf.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -I src -o src/ocamlmodConf.cmo src/ocamlmodConf.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -I src -o src/ocamlmod.cmo src/ocamlmod.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -I src -o src/ocamlmod.cmo src/ocamlmod.ml
- File "src/ocamlmod.ml", line 52, characters 4-21:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "src/ocamlmod.ml", line 29, characters 6-13:
- Warning 26: unused variable real_fn.
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -linkpkg -package str -I src src/ocamlmodConf.cmo src/ocamlmod.cmo -o src/ocamlmod.byte
-> compiled  ocamlmod.0.0.9
Processing 103/216: [jbuilder: ./boot.exe 31] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [topkg: ocaml build] [zarith: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/zarith.1.12)
- ocamlfind install -destdir "/home/opam/.opam/4.04/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/4.04/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/4.04/lib/zarith/q.cmti
- Installed /home/opam/.opam/4.04/lib/zarith/z.cmti
- Installed /home/opam/.opam/4.04/lib/zarith/zarith.a
- Installed /home/opam/.opam/4.04/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/4.04/lib/zarith/q.mli
- Installed /home/opam/.opam/4.04/lib/zarith/zarith.h
- Installed /home/opam/.opam/4.04/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/4.04/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/4.04/lib/zarith/q.cmx
- Installed /home/opam/.opam/4.04/lib/zarith/z.cmx
- Installed /home/opam/.opam/4.04/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/4.04/lib/zarith/z.mli
- Installed /home/opam/.opam/4.04/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/4.04/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/4.04/lib/zarith/q.cmi
- Installed /home/opam/.opam/4.04/lib/zarith/z.cmi
- Installed /home/opam/.opam/4.04/lib/zarith/libzarith.a
- Installed /home/opam/.opam/4.04/lib/zarith/zarith.cma
- Installed /home/opam/.opam/4.04/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/4.04/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.04/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.04/lib/zarith/META
-> installed zarith.1.12
Processing 103/216: [jbuilder: ./boot.exe 31] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [topkg: ocaml build]
Processing 104/216: [jbuilder: ./boot.exe 31] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [topkg: ocaml build] [ocamlmod: ocaml setup.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-build" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlify.0.0.1)
- File "/home/gildor/programmation/oasis/src/oasis/PropList.ml", line 93, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISUtils.ml", line 106, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISExpr.ml", line 99, characters 24-40:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 28, characters 21-40:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 29, characters 21-38:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 146, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 147, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 148, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 149, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- I: Running command '/home/opam/.opam/4.04/bin/ocamlbuild src/ocamlify.byte -tag debug'
- /home/opam/.opam/4.04/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind ocamldep -modules src/ocamlify.ml > src/ocamlify.ml.depends
- ocamlfind ocamldep -modules src/OCamlifyConfig.ml > src/OCamlifyConfig.ml.depends
- ocamlfind ocamlc -c -g -I src -o src/OCamlifyConfig.cmo src/OCamlifyConfig.ml
- ocamlfind ocamlc -c -g -I src -o src/ocamlify.cmo src/ocamlify.ml
- ocamlfind ocamlc -g -linkpkg -I src src/OCamlifyConfig.cmo src/ocamlify.cmo -o src/ocamlify.byte
- I: Running command 'cp '_build/src/ocamlify.byte' '_build/src/ocamlify''
-> compiled  ocamlify.0.0.1
Processing 104/216: [jbuilder: ./boot.exe 31] [ocamlgraph: make] [topkg: ocaml build] [ocamlmod: ocaml setup.ml]
+ /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.04/.opam-switch/build/topkg.1.0.4)
- ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends
- ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg.cmi src/topkg.mli
- ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends
- ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends
- ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmi src/topkg_fpath.mli
- ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmi src/topkg_cmd.mli
- ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_result.cmi src/topkg_result.mli
- ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -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 -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 -I src -I test -I src-care -I src-bin -o src/topkg_build.cmi src/topkg_build.mli
- ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -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 -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 -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmx src/topkg_fpath.ml
- ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmx src/topkg_cmd.ml
- ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends
- ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_os.cmi src/topkg_os.mli
- ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends
- ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_log.cmi src/topkg_log.mli
- ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -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 -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 -I src -I test -I src-care -I src-bin -o src/topkg_os.cmx src/topkg_os.ml
- ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmx src/topkg_codec.ml
- ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -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 -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 -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmx src/topkg_conf.ml
- ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmi src/topkg_distrib.mli
- ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -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 -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmx src/topkg_opam.ml
- ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmi src/topkg_fexts.mli
- ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends
- ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends
- ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -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 -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 -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmx src/topkg_fexts.ml
- ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_test.cmx src/topkg_test.ml
- ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -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 -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 -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmi src/topkg_ipc.mli
- ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -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 -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 -I src -I test -I src-care -I src-bin -o src/topkg_install.cmx src/topkg_install.ml
- ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -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 -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmx src/topkg_pkg.ml
- ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends
- ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -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 -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 -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 -I src -I test -I src-care -I src-bin -o src/topkg.cmx src/topkg.ml
- ocamlfind ocamlopt -a -I src 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 -linkall -I src src/topkg.cmxa -o src/topkg.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmo src/topkg_vcs.ml
- ocamlfind ocamlc -a -I src 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.4
Processing 104/216: [jbuilder: ./boot.exe 31] [ocamlgraph: make] [ocamlmod: ocaml setup.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "ocaml" "setup.ml" "-install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlmod.0.0.9)
-> installed ocamlmod.0.0.9
Processing 104/216: [jbuilder: ./boot.exe 31] [ocamlgraph: make]
Processing 105/216: [jbuilder: ./boot.exe 31] [ocamlgraph: make] [ocamlify: ocaml setup.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "ocaml" "setup.ml" "-install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlify.0.0.1)
- File "/home/gildor/programmation/oasis/src/oasis/PropList.ml", line 93, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISUtils.ml", line 106, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISExpr.ml", line 99, characters 24-40:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 28, characters 21-40:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 29, characters 21-38:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 146, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 147, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 148, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 149, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- I: Copying file '/home/opam/.opam/4.04/.opam-switch/build/ocamlify.0.0.1/_build/src/ocamlify' to '/home/opam/.opam/4.04/bin/ocamlify'
- I: Running command 'cp '/home/opam/.opam/4.04/.opam-switch/build/ocamlify.0.0.1/_build/src/ocamlify' '/home/opam/.opam/4.04/bin/ocamlify''
-> installed ocamlify.0.0.1
Processing 105/216: [jbuilder: ./boot.exe 31] [ocamlgraph: make]
Processing 106/216: [jbuilder: ./boot.exe 31] [oasis: ocaml setup.ml] [ocamlgraph: make]
-> installed topkg.1.0.4
Processing 107/216: [jbuilder: ./boot.exe 31] [oasis: ocaml setup.ml] [ocamlgraph: make]
Processing 108/216: [astring: ocaml build] [jbuilder: ./boot.exe 31] [oasis: ocaml setup.ml] [ocamlgraph: make]
Processing 109/216: [astring: ocaml build] [decompress: ocaml build] [jbuilder: ./boot.exe 31] [oasis: ocaml setup.ml] [ocamlgraph: make]
Processing 110/216: [astring: ocaml build] [decompress: ocaml build] [jbuilder: ./boot.exe 31] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocamlgraph: make]
Processing 111/216: [astring: ocaml build] [decompress: ocaml build] [jbuilder: ./boot.exe 31] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocamlgraph: make] [uutf: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./boot.exe" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/jbuilder.1.0+beta11)
-     ocamldep bin/main.depends.ocamldep-output
-       ocamlc src/jbuilder.{cmi,cmo,cmt}
-     ocamldep src/jbuilder.dependsi.ocamldep-output
-     ocamllex src/glob_lexer.ml
-     ocamllex src/meta_lexer.ml
-     ocamllex src/sexp_lexer.ml
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner.{cmi,cmo,cmt}
-     ocamldep vendor/cmdliner/src/jbuilder_cmdliner.dependsi.ocamldep-output
-     ocamldep vendor/cmdliner/src/jbuilder_cmdliner.depends.ocamldep-output
-       ocamlc vendor/opam-file-format/src/jbuilder_opam_file_format.{cmi,cmo,cmt}
-    ocamlyacc vendor/opam-file-format/src/opamBaseParser.{ml,mli}
-     ocamllex vendor/opam-file-format/src/opamLexer.ml
-       ocamlc vendor/re/src/jbuilder_re.{cmi,cmo,cmt}
-     ocamldep vendor/re/src/jbuilder_re.dependsi.ocamldep-output
-     ocamldep bin/main.dependsi.ocamldep-output
-     ocamlopt src/jbuilder.{cmx,o}
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_base.{cmi,cmti}
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_manpage.{cmi,cmti}
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_suggest.{cmi,cmti}
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner__Result.{cmi,cmo,cmt}
-     ocamlopt vendor/opam-file-format/src/jbuilder_opam_file_format.{cmx,o}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner.{cmx,o}
-     ocamlopt vendor/re/src/jbuilder_re.{cmx,o}
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_info.{cmi,cmti}
-     ocamldep vendor/opam-file-format/src/jbuilder_opam_file_format.dependsi.ocamldep-output
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_suggest.{cmx,o}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner__Result.{cmx,o}
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_docgen.{cmi,cmti}
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_msg.{cmi,cmti}
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_trie.{cmi,cmti}
-       ocamlc vendor/re/src/jbuilder_re__Re.{cmi,cmti}
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_cline.{cmi,cmti}
-     ocamldep vendor/opam-file-format/src/jbuilder_opam_file_format.depends.ocamldep-output
-     ocamldep vendor/re/src/jbuilder_re.depends.ocamldep-output
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner.{cmi,cmti}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_trie.{cmx,o}
-       ocamlc vendor/re/src/jbuilder_re__Re_cset.{cmi,cmti}
-       ocamlc vendor/opam-file-format/src/jbuilder_opam_file_format__OpamParserTypes.{cmi,cmti}
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_term.{cmi,cmti}
-       ocamlc vendor/re/src/jbuilder_re__Re_automata.{cmi,cmti}
-     ocamlopt vendor/opam-file-format/src/jbuilder_opam_file_format__OpamParserTypes.{cmx,o}
-       ocamlc vendor/opam-file-format/src/jbuilder_opam_file_format__OpamPrinter.{cmi,cmti}
-       ocamlc vendor/opam-file-format/src/jbuilder_opam_file_format__OpamBaseParser.{cmi,cmti}
-       ocamlc vendor/opam-file-format/src/jbuilder_opam_file_format__OpamLexer.{cmi,cmti}
-       ocamlc vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_arg.{cmi,cmti}
-       ocamlc vendor/opam-file-format/src/jbuilder_opam_file_format__OpamParser.{cmi,cmti}
-       ocamlc vendor/re/src/jbuilder_re__Re_fmt.{cmi,cmo,cmt}
-     ocamlopt vendor/opam-file-format/src/jbuilder_opam_file_format__OpamPrinter.{cmx,o}
-       ocamlc src/jbuilder__Clflags.{cmi,cmti}
-       ocamlc src/jbuilder__Ansi_color.{cmi,cmti}
-       ocamlc src/jbuilder__Meta_lexer.{cmi,cmti}
-       ocamlc src/jbuilder__Io.{cmi,cmti}
-       ocamlc src/jbuilder__Loc.{cmi,cmti}
-       ocamlc src/jbuilder__Opam_file.{cmi,cmti}
-       ocamlc src/jbuilder__Log.{cmi,cmti}
-     ocamldep src/jbuilder.depends.ocamldep-output
-     ocamlopt vendor/re/src/jbuilder_re__Re_fmt.{cmx,o}
-     ocamlopt vendor/opam-file-format/src/jbuilder_opam_file_format__OpamBaseParser.{cmx,o}
-     ocamlopt vendor/opam-file-format/src/jbuilder_opam_file_format__OpamLexer.{cmx,o}
-       ocamlc src/jbuilder__Action_intf.{cmi,cmo,cmt}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_base.{cmx,o}
-     ocamlopt vendor/opam-file-format/src/jbuilder_opam_file_format__OpamParser.{cmx,o}
-     ocamlopt vendor/opam-file-format/src/jbuilder_opam_file_format.{a,cmxa}
-     ocamlopt vendor/re/src/jbuilder_re__Re_cset.{cmx,o}
-       ocamlc src/jbuilder__Import.{cmi,cmo,cmt}
-       ocamlc src/jbuilder__Workspace.{cmi,cmti}
-       ocamlc src/jbuilder__Glob_lexer.{cmi,cmti}
-       ocamlc src/jbuilder__Top_closure.{cmi,cmti}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_manpage.{cmx,o}
-       ocamlc src/jbuilder__Meta.{cmi,cmti}
-       ocamlc src/jbuilder__Sexp.{cmi,cmti}
-       ocamlc src/jbuilder__String_with_vars.{cmi,cmti}
-       ocamlc src/jbuilder__Ordered_set_lang.{cmi,cmti}
-       ocamlc src/jbuilder__Sexp_lexer.{cmi,cmti}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_info.{cmx,o}
-       ocamlc src/jbuilder__Path.{cmi,cmti}
-       ocamlc src/jbuilder__Bin.{cmi,cmti}
-       ocamlc src/jbuilder__Config.{cmi,cmti}
-       ocamlc src/jbuilder__Package.{cmi,cmti}
-       ocamlc src/jbuilder__Utils.{cmi,cmti}
-       ocamlc src/jbuilder__File_tree.{cmi,cmti}
-       ocamlc src/jbuilder__Install.{cmi,cmti}
-       ocamlc src/jbuilder__Future.{cmi,cmti}
-       ocamlc src/jbuilder__Arg_spec.{cmi,cmti}
-       ocamlc src/jbuilder__Vfile_kind.{cmi,cmti}
-       ocamlc src/jbuilder__Ml_kind.{cmi,cmti}
-       ocamlc src/jbuilder__Watermarks.{cmi,cmti}
-       ocamlc src/jbuilder__Cm_kind.{cmi,cmti}
-       ocamlc src/jbuilder__Mode.{cmi,cmti}
-       ocamlc src/jbuilder__Module.{cmi,cmti}
-     ocamlopt vendor/re/src/jbuilder_re__Re_automata.{cmx,o}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_docgen.{cmx,o}
-       ocamlc src/jbuilder__Findlib.{cmi,cmti}
-       ocamlc src/jbuilder__Context.{cmi,cmti}
-       ocamlc src/jbuilder__Action.{cmi,cmti}
-       ocamlc src/jbuilder__Jbuild.{cmi,cmti}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_msg.{cmx,o}
-       ocamlc src/jbuilder__Ocaml_flags.{cmi,cmti}
-       ocamlc src/jbuilder__Lib.{cmi,cmti}
-       ocamlc src/jbuilder__Artifacts.{cmi,cmti}
-       ocamlc src/jbuilder__Lib_db.{cmi,cmti}
-       ocamlc src/jbuilder__Build.{cmi,cmti}
-       ocamlc src/jbuilder__Build_interpret.{cmi,cmti}
-       ocamlc src/jbuilder__Gen_meta.{cmi,cmti}
-     ocamlopt vendor/re/src/jbuilder_re__Re.{cmx,o}
-       ocamlc src/jbuilder__Alias.{cmi,cmti}
-       ocamlc src/jbuilder__Build_system.{cmi,cmti}
-     ocamlopt src/jbuilder__Action_intf.{cmx,o}
-       ocamlc src/jbuilder__Jbuild_load.{cmi,cmti}
-       ocamlc src/jbuilder__Super_context.{cmi,cmti}
-     ocamlopt src/jbuilder__Clflags.{cmx,o}
-       ocamlc src/jbuilder__Main.{cmi,cmti}
-       ocamlc src/jbuilder__Gen_rules.{cmi,cmti}
-       ocamlc src/jbuilder__Js_of_ocaml_rules.{cmi,cmti}
-       ocamlc src/jbuilder__Ocamldep.{cmi,cmti}
-       ocamlc src/jbuilder__Merlin.{cmi,cmti}
-       ocamlc src/jbuilder__Module_compilation.{cmi,cmti}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_cline.{cmx,o}
-     ocamlopt vendor/re/src/jbuilder_re.{a,cmxa}
-       ocamlc src/jbuilder__Odoc.{cmi,cmti}
-       ocamlc bin/main.{cmi,cmti}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_term.{cmx,o}
-     ocamlopt src/jbuilder__Import.{cmx,o}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner_arg.{cmx,o}
-     ocamlopt src/jbuilder__Top_closure.{cmx,o}
-     ocamlopt src/jbuilder__Ansi_color.{cmx,o}
-     ocamlopt src/jbuilder__Io.{cmx,o}
-     ocamlopt src/jbuilder__Loc.{cmx,o}
-     ocamlopt src/jbuilder__Glob_lexer.{cmx,o}
-     ocamlopt src/jbuilder__Meta_lexer.{cmx,o}
-     ocamlopt src/jbuilder__Opam_file.{cmx,o}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner__Cmdliner.{cmx,o}
-     ocamlopt vendor/cmdliner/src/jbuilder_cmdliner.{a,cmxa}
-     ocamlopt src/jbuilder__Sexp.{cmx,o}
-     ocamlopt src/jbuilder__Meta.{cmx,o}
-     ocamlopt src/jbuilder__Ordered_set_lang.{cmx,o}
-     ocamlopt src/jbuilder__String_with_vars.{cmx,o}
-     ocamlopt src/jbuilder__Sexp_lexer.{cmx,o}
-     ocamlopt src/jbuilder__Path.{cmx,o}
-     ocamlopt src/jbuilder__Package.{cmx,o}
-     ocamlopt src/jbuilder__Workspace.{cmx,o}
-     ocamlopt src/jbuilder__File_tree.{cmx,o}
-     ocamlopt src/jbuilder__Vfile_kind.{cmx,o}
-     ocamlopt src/jbuilder__Config.{cmx,o}
-     ocamlopt src/jbuilder__Arg_spec.{cmx,o}
-     ocamlopt src/jbuilder__Bin.{cmx,o}
-     ocamlopt src/jbuilder__Install.{cmx,o}
-     ocamlopt src/jbuilder__Ml_kind.{cmx,o}
-     ocamlopt src/jbuilder__Utils.{cmx,o}
-     ocamlopt src/jbuilder__Cm_kind.{cmx,o}
-     ocamlopt src/jbuilder__Log.{cmx,o}
-     ocamlopt src/jbuilder__Mode.{cmx,o}
-     ocamlopt src/jbuilder__Module.{cmx,o}
-     ocamlopt src/jbuilder__Future.{cmx,o}
-     ocamlopt src/jbuilder__Findlib.{cmx,o}
-     ocamlopt src/jbuilder__Watermarks.{cmx,o}
-     ocamlopt src/jbuilder__Context.{cmx,o}
-     ocamlopt src/jbuilder__Action.{cmx,o}
-     ocamlopt src/jbuilder__Jbuild.{cmx,o}
-     ocamlopt src/jbuilder__Ocaml_flags.{cmx,o}
-     ocamlopt src/jbuilder__Lib.{cmx,o}
-     ocamlopt src/jbuilder__Artifacts.{cmx,o}
-     ocamlopt src/jbuilder__Build.{cmx,o}
-     ocamlopt src/jbuilder__Lib_db.{cmx,o}
-     ocamlopt src/jbuilder__Build_interpret.{cmx,o}
-     ocamlopt src/jbuilder__Gen_meta.{cmx,o}
-     ocamlopt src/jbuilder__Alias.{cmx,o}
-     ocamlopt src/jbuilder__Jbuild_load.{cmx,o}
-     ocamlopt src/jbuilder__Build_system.{cmx,o}
-     ocamlopt src/jbuilder__Super_context.{cmx,o}
-     ocamlopt src/jbuilder__Merlin.{cmx,o}
-     ocamlopt src/jbuilder__Ocamldep.{cmx,o}
-     ocamlopt src/jbuilder__Js_of_ocaml_rules.{cmx,o}
-     ocamlopt src/jbuilder__Odoc.{cmx,o}
-     ocamlopt src/jbuilder__Module_compilation.{cmx,o}
-     ocamlopt src/jbuilder__Gen_rules.{cmx,o}
-     ocamlopt src/jbuilder__Main.{cmx,o}
-     ocamlopt src/jbuilder.{a,cmxa}
-     ocamlopt bin/main.{cmx,o}
-     ocamlopt bin/main.exe
-     jbuilder doc/jbuilder-build.1
-     jbuilder doc/jbuilder-external-lib-deps.1
-     jbuilder doc/jbuilder-clean.1
-     jbuilder doc/jbuilder-install.1
-     jbuilder doc/jbuilder-installed-libraries.1
-     jbuilder doc/jbuilder-rules.1
-     jbuilder doc/jbuilder-runtest.1
-     jbuilder doc/jbuilder-subst.1
-     jbuilder doc/jbuilder-uninstall.1
-     jbuilder doc/jbuilder.1
-     jbuilder doc/jbuilder-exec.1
-> compiled  jbuilder.1.0+beta11
Processing 111/216: [astring: ocaml build] [decompress: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocamlgraph: make] [uutf: ocaml build]
-> installed jbuilder.1.0+beta11
Processing 112/216: [astring: ocaml build] [decompress: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocamlgraph: make] [uutf: ocaml build]
Processing 113/216: [astring: ocaml build] [base64: jbuilder build] [decompress: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocamlgraph: make] [uutf: ocaml build]
Processing 114/216: [astring: ocaml build] [base64: jbuilder build] [cppo: jbuilder build] [decompress: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocamlgraph: make] [uutf: ocaml build]
Processing 115/216: [astring: ocaml build] [base64: jbuilder build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocamlgraph: make] [uutf: ocaml build]
Processing 116/216: [astring: ocaml build] [base64: jbuilder build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [uutf: ocaml build]
Processing 117/216: [astring: ocaml build] [base64: jbuilder build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [uutf: ocaml build]
Processing 118/216: [astring: ocaml build] [base64: jbuilder build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [re: jbuilder build] [uutf: ocaml build]
Processing 119/216: [astring: ocaml build] [base64: jbuilder build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [re: jbuilder build] [result: jbuilder build] [uutf: ocaml build]
Processing 120/216: [astring: ocaml build] [base64: jbuilder build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [re: jbuilder build] [result: jbuilder build] [sexplib: jbuilder build] [uutf: ocaml build]
Processing 121/216: [astring: ocaml build] [base64: jbuilder build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [re: jbuilder build] [result: jbuilder build] [sexplib: jbuilder build] [stringext: jbuilder build] [uutf: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "base64" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/base64.2.2.0)
-     ocamldep src/base64.depends.ocamldep-output
-     ocamldep src/base64.dependsi.ocamldep-output
-       ocamlc src/b64.{cmi,cmti}
-       ocamlc src/b64.{cmo,cmt}
-       ocamlc src/base64.cma
-     ocamlopt src/b64.{cmx,o}
-     ocamlopt src/base64.{a,cmxa}
-     ocamlopt src/base64.cmxs
-> compiled  base64.2.2.0
Processing 121/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [re: jbuilder build] [result: jbuilder build] [sexplib: jbuilder build] [stringext: jbuilder build] [uutf: ocaml build]
-> installed base64.2.2.0
Processing 122/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [re: jbuilder build] [result: jbuilder build] [sexplib: jbuilder build] [stringext: jbuilder build] [uutf: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "stringext" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/stringext.1.5.0)
-     ocamldep lib/stringext.dependsi.ocamldep-output
-     ocamldep lib/stringext.depends.ocamldep-output
-       ocamlc lib/stringext.{cmi,cmti}
-       ocamlc lib/stringext.{cmo,cmt}
-       ocamlc lib/stringext.cma
-     ocamlopt lib/stringext.{cmx,o}
-     ocamlopt lib/stringext.{a,cmxa}
-     ocamlopt lib/stringext.cmxs
-> compiled  stringext.1.5.0
Processing 122/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [re: jbuilder build] [result: jbuilder build] [sexplib: jbuilder build] [uutf: ocaml build]
-> installed stringext.1.5.0
Processing 123/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [re: jbuilder build] [result: jbuilder build] [sexplib: jbuilder build] [uutf: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "result" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/result.1.3)
-        ocaml selected
-     ocamldep result.depends.ocamldep-output
-       ocamlc result.{cmi,cmo,cmt}
-       ocamlc result.cma
-     ocamlopt result.{cmx,o}
-     ocamlopt result.{a,cmxa}
-     ocamlopt result.cmxs
-> compiled  result.1.3
Processing 123/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [re: jbuilder build] [sexplib: jbuilder build] [uutf: ocaml build]
-> installed result.1.3
Processing 124/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [re: jbuilder build] [sexplib: jbuilder build] [uutf: ocaml build]
Processing 125/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [re: jbuilder build] [sexplib: jbuilder build] [uutf: ocaml build]
Processing 126/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [ppx_traverse_builtins: jbuilder build] [re: jbuilder build] [sexplib: jbuilder build] [uutf: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "--only-packages" "ppx_traverse_builtins" "--root" "." "-j" "31" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_traverse_builtins.v0.9.0)
-     ocamldep src/ppx_traverse_builtins.depends.ocamldep-output
-       ocamlc src/ppx_traverse_builtins.{cmi,cmo,cmt}
-       ocamlc src/ppx_traverse_builtins.cma
-     ocamlopt src/ppx_traverse_builtins.{cmx,o}
-     ocamlopt src/ppx_traverse_builtins.{a,cmxa}
-     ocamlopt src/ppx_traverse_builtins.cmxs
-> compiled  ppx_traverse_builtins.v0.9.0
Processing 126/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [re: jbuilder build] [sexplib: jbuilder build] [uutf: ocaml build]
-> installed ppx_traverse_builtins.v0.9.0
Processing 127/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [magic-mime: jbuilder build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [re: jbuilder build] [sexplib: jbuilder build] [uutf: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "magic-mime" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/magic-mime.1.1.0)
-     ocamldep generator/generate_mime_types.depends.ocamldep-output
-     ocamldep src/magic_mime_library.dependsi.ocamldep-output
-       ocamlc src/magic_mime.{cmi,cmti}
-       ocamlc src/mime_types.{cmi,cmti}
-       ocamlc generator/generate_mime_types.{cmi,cmo,cmt}
-     ocamlopt generator/generate_mime_types.{cmx,o}
-     ocamlopt generator/generate_mime_types.exe
- generate_mime_types src/mime_types.ml
- generate_mime_types src/mime_types.ml
-     ocamldep src/magic_mime_library.depends.ocamldep-output
-       ocamlc src/magic_mime.{cmo,cmt}
-       ocamlc src/mime_types.{cmo,cmt}
-       ocamlc src/magic_mime_library.cma
-     ocamlopt src/mime_types.{cmx,o}
-     ocamlopt src/magic_mime.{cmx,o}
-     ocamlopt src/magic_mime_library.{a,cmxa}
-     ocamlopt src/magic_mime_library.cmxs
-> compiled  magic-mime.1.1.0
Processing 127/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [re: jbuilder build] [sexplib: jbuilder build] [uutf: ocaml build]
-> installed magic-mime.1.1.0
Processing 128/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [re: jbuilder build] [sexplib: jbuilder build] [uutf: ocaml build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "false" "--with-cmdliner" "true" (CWD=/home/opam/.opam/4.04/.opam-switch/build/uutf.1.0.3)
- ocamlfind ocamldep -modules src/uutf.ml > src/uutf.ml.depends
- ocamlfind ocamldep -modules src/uutf.mli > src/uutf.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/uutf.cmi src/uutf.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/uutf.cmx src/uutf.ml
- ocamlfind ocamlopt -a -I src src/uutf.cmx -o src/uutf.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/uutf.cmxa -o src/uutf.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/uutf.cmo src/uutf.ml
- ocamlfind ocamlc -a -I src src/uutf.cmo -o src/uutf.cma
- ocamlfind ocamldep -package unix -package cmdliner -modules test/utftrip.ml > test/utftrip.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package cmdliner -I test -I src -o test/utftrip.cmo test/utftrip.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package cmdliner -I test -I src -o test/utftrip.cmx test/utftrip.ml
- ocamlfind ocamlopt -linkpkg -g -package unix -package cmdliner -I src -I test src/uutf.cmx test/utftrip.cmx -o test/utftrip.native
- # No parallelism done
-> compiled  uutf.1.0.3
Processing 128/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [re: jbuilder build] [sexplib: jbuilder build]
-> installed uutf.1.0.3
Processing 129/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [re: jbuilder build] [sexplib: jbuilder build]
Processing 130/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [re: jbuilder build] [sexplib: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "--only-packages" "ocaml-compiler-libs" "--root" "." "-j" "31" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocaml-compiler-libs.v0.9.0)
-     ocamldep src/gen/gen.depends.ocamldep-output
-     ocamldep src/shadow/gen/gen.depends.ocamldep-output
-     ocamldep src/read_cma/read_cma.dependsi.ocamldep-output
-     ocamldep src/read_cma/read_cma.depends.ocamldep-output
-       ocamlc src/read_cma/read_cma.{cmi,cmti}
-       ocamlc src/gen/gen.{cmi,cmo,cmt}
-     ocamlopt src/read_cma/read_cma.{cmx,o}
-       ocamlc src/shadow/gen/gen.{cmi,cmo,cmt}
-     ocamlopt src/gen/gen.{cmx,o}
-     ocamlopt src/shadow/gen/gen.{cmx,o}
-     ocamlopt src/read_cma/read_cma.{a,cmxa}
-     ocamlopt src/gen/gen.exe
-          gen src/ocaml_bytecomp/ocaml_bytecomp.ml
-          gen src/ocaml_toplevel/ocaml_toplevel.ml
-     ocamldep src/ocaml_bytecomp/ocaml_bytecomp.depends.ocamldep-output
-     ocamldep src/ocaml_toplevel/ocaml_toplevel.depends.ocamldep-output
-          gen src/ocaml_common/ocaml_common.ml
-       ocamlc src/ocaml_bytecomp/ocaml_bytecomp.{cmi,cmo,cmt}
-       ocamlc src/ocaml_toplevel/ocaml_toplevel.{cmi,cmo,cmt}
-     ocamldep src/ocaml_common/ocaml_common.depends.ocamldep-output
-       ocamlc src/ocaml_bytecomp/ocaml_bytecomp.cma
-     ocamlopt src/ocaml_toplevel/ocaml_toplevel.{cmx,o}
-     ocamlopt src/ocaml_bytecomp/ocaml_bytecomp.{cmx,o}
-       ocamlc src/ocaml_toplevel/ocaml_toplevel.cma
-     ocamlopt src/shadow/gen/gen.exe
-          gen src/shadow/ocaml_shadow.ml
-       ocamlc src/ocaml_common/ocaml_common.{cmi,cmo,cmt}
-     ocamldep src/shadow/ocaml_shadow.depends.ocamldep-output
-       ocamlc src/ocaml_common/ocaml_common.cma
-     ocamlopt src/ocaml_bytecomp/ocaml_bytecomp.{a,cmxa}
-     ocamlopt src/ocaml_toplevel/ocaml_toplevel.{a,cmxa}
-     ocamlopt src/ocaml_common/ocaml_common.{cmx,o}
-       ocamlc src/shadow/ocaml_shadow.{cmi,cmo,cmt}
-     ocamlopt src/ocaml_bytecomp/ocaml_bytecomp.cmxs
-     ocamlopt src/ocaml_common/ocaml_common.{a,cmxa}
-       ocamlc src/shadow/ocaml_shadow.cma
-     ocamlopt src/ocaml_toplevel/ocaml_toplevel.cmxs
-     ocamlopt src/shadow/ocaml_shadow.{cmx,o}
-     ocamlopt src/ocaml_common/ocaml_common.cmxs
-     ocamlopt src/shadow/ocaml_shadow.{a,cmxa}
-     ocamlopt src/shadow/ocaml_shadow.cmxs
-> compiled  ocaml-compiler-libs.v0.9.0
Processing 130/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [re: jbuilder build] [sexplib: jbuilder build]
-> installed ocaml-compiler-libs.v0.9.0
Processing 131/216: [astring: ocaml build] [cppo: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [re: jbuilder build] [sexplib: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "cppo" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cppo.1.6.1)
-    ocamlyacc src/cppo_parser.{ml,mli}
-     ocamllex src/cppo_lexer.ml
-     ocamldep src/cppo_main.depends.ocamldep-output
-     ocamldep src/cppo_main.dependsi.ocamldep-output
-       ocamlc src/cppo_version.{cmi,cmti}
-       ocamlc src/cppo_types.{cmi,cmti}
-       ocamlc src/cppo_command.{cmi,cmti}
-       ocamlc src/cppo_parser.{cmi,cmti}
-       ocamlc src/cppo_eval.{cmi,cmti}
-     ocamlopt src/cppo_version.{cmx,o}
-     ocamlopt src/cppo_command.{cmx,o}
-     ocamlopt src/cppo_types.{cmx,o}
-       ocamlc src/cppo_lexer.{cmi,cmo,cmt}
-       ocamlc src/cppo_main.{cmi,cmo,cmt}
-     ocamlopt src/cppo_parser.{cmx,o}
-     ocamlopt src/cppo_lexer.{cmx,o}
-     ocamlopt src/cppo_eval.{cmx,o}
- File "src/cppo_eval.ml", line 88, characters 2-19:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
-     ocamlopt src/cppo_main.{cmx,o}
-     ocamlopt src/cppo_main.exe
-> compiled  cppo.1.6.1
Processing 131/216: [astring: ocaml build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [re: jbuilder build] [sexplib: jbuilder build]
-> installed cppo.1.6.1
Processing 132/216: [astring: ocaml build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [re: jbuilder build] [sexplib: jbuilder build]
Processing 133/216: [astring: ocaml build] [cppo_ocamlbuild: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [re: jbuilder build] [sexplib: jbuilder build]
Processing 134/216: [astring: ocaml build] [cppo_ocamlbuild: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [ocplib-endian: ocaml setup.ml] [re: jbuilder build] [sexplib: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "re" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/re.1.8.0)
-     ocamldep deprecated/re_emacs.depends.ocamldep-output
-     ocamldep deprecated/re_glob.depends.ocamldep-output
-     ocamldep deprecated/re_perl.depends.ocamldep-output
-     ocamldep deprecated/re_posix.depends.ocamldep-output
-     ocamldep deprecated/re_str.depends.ocamldep-output
-     ocamldep deprecated/re_pcre.depends.ocamldep-output
-       ocamlc lib/re__.{cmi,cmo,cmt}
-     ocamldep lib/re.dependsi.ocamldep-output
-       ocamlc lib/re__Category.{cmi,cmti}
-       ocamlc lib/re__Pmark.{cmi,cmti}
-     ocamlopt lib/re__.{cmx,o}
-       ocamlc lib/re__Cset.{cmi,cmti}
-     ocamldep lib/re.depends.ocamldep-output
-       ocamlc lib/re__Str.{cmi,cmti}
-       ocamlc lib/re__Core.{cmi,cmti}
-       ocamlc lib/re__Category.{cmo,cmt}
-       ocamlc lib/re__Perl.{cmi,cmti}
-       ocamlc lib/re__Automata.{cmi,cmti}
-     ocamlopt lib/re__Category.{cmx,o}
-       ocamlc lib/re__Pmark.{cmo,cmt}
-     ocamlopt lib/re__Pmark.{cmx,o}
-       ocamlc lib/re__Emacs.{cmi,cmti}
-       ocamlc lib/re__Glob.{cmi,cmti}
-       ocamlc lib/re__Pcre.{cmi,cmti}
-       ocamlc lib/re__Posix.{cmi,cmti}
-       ocamlc lib/re__Fmt.{cmi,cmo,cmt}
-       ocamlc lib/re__Pcre.{cmo,cmt}
-       ocamlc lib/re.{cmi,cmo,cmt}
-       ocamlc lib/re__Emacs.{cmo,cmt}
-       ocamlc lib/re__Posix.{cmo,cmt}
-       ocamlc lib/re__Perl.{cmo,cmt}
-       ocamlc deprecated/re_glob.{cmi,cmo,cmt}
-       ocamlc deprecated/re_perl.{cmi,cmo,cmt}
-       ocamlc deprecated/re_str.{cmi,cmo,cmt}
-       ocamlc lib/re__Glob.{cmo,cmt}
-       ocamlc lib/re__Cset.{cmo,cmt}
-       ocamlc deprecated/re_perl.cma
-       ocamlc deprecated/re_emacs.{cmi,cmo,cmt}
-       ocamlc deprecated/re_posix.{cmi,cmo,cmt}
-       ocamlc deprecated/re_pcre.{cmi,cmo,cmt}
-       ocamlc lib/re__Core.{cmo,cmt}
-       ocamlc deprecated/re_str.cma
-       ocamlc lib/re__Str.{cmo,cmt}
-     ocamlopt lib/re__Fmt.{cmx,o}
-       ocamlc deprecated/re_glob.cma
-       ocamlc deprecated/re_pcre.cma
-       ocamlc deprecated/re_posix.cma
-       ocamlc deprecated/re_emacs.cma
-       ocamlc lib/re__Automata.{cmo,cmt}
-       ocamlc lib/re.cma
-     ocamlopt lib/re__Cset.{cmx,o}
-     ocamlopt lib/re__Automata.{cmx,o}
-     ocamlopt lib/re__Core.{cmx,o}
-     ocamlopt lib/re__Posix.{cmx,o}
-     ocamlopt lib/re__Glob.{cmx,o}
-     ocamlopt lib/re__Perl.{cmx,o}
-     ocamlopt lib/re__Emacs.{cmx,o}
-     ocamlopt lib/re__Str.{cmx,o}
-     ocamlopt lib/re__Pcre.{cmx,o}
-     ocamlopt lib/re.{cmx,o}
-     ocamlopt deprecated/re_posix.{cmx,o}
-     ocamlopt deprecated/re_emacs.{cmx,o}
-     ocamlopt deprecated/re_glob.{cmx,o}
-     ocamlopt deprecated/re_perl.{cmx,o}
-     ocamlopt deprecated/re_str.{cmx,o}
-     ocamlopt deprecated/re_pcre.{cmx,o}
-     ocamlopt deprecated/re_posix.{a,cmxa}
-     ocamlopt deprecated/re_emacs.{a,cmxa}
-     ocamlopt deprecated/re_perl.{a,cmxa}
-     ocamlopt deprecated/re_pcre.{a,cmxa}
-     ocamlopt deprecated/re_glob.{a,cmxa}
-     ocamlopt deprecated/re_str.{a,cmxa}
-     ocamlopt lib/re.{a,cmxa}
-     ocamlopt deprecated/re_posix.cmxs
-     ocamlopt deprecated/re_emacs.cmxs
-     ocamlopt deprecated/re_pcre.cmxs
-     ocamlopt deprecated/re_perl.cmxs
-     ocamlopt deprecated/re_glob.cmxs
-     ocamlopt deprecated/re_str.cmxs
-     ocamlopt lib/re.cmxs
-> compiled  re.1.8.0
Processing 134/216: [astring: ocaml build] [cppo_ocamlbuild: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [ocplib-endian: ocaml setup.ml] [sexplib: jbuilder build]
-> installed re.1.8.0
Processing 135/216: [astring: ocaml build] [cppo_ocamlbuild: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [mtime: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [ocplib-endian: ocaml setup.ml] [sexplib: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "false" "--with-js_of_ocaml" "false" (CWD=/home/opam/.opam/4.04/.opam-switch/build/mtime.1.3.0)
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind ocamldep -modules src/mtime.ml > src/mtime.ml.depends
- ocamlfind ocamldep -modules src/mtime.mli > src/mtime.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/mtime.cmi src/mtime.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -o src/mtime.cmx src/mtime.ml
- ocamlfind ocamlopt -a -I src src/mtime.cmx -o src/mtime.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/mtime.cmxa -o src/mtime.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/mtime.cmo src/mtime.ml
- ocamlfind ocamlc -a -I src src/mtime.cmo -o src/mtime.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -modules src/mtime_top.ml > src/mtime_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -o src/mtime_top.cmo src/mtime_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -o src/mtime_top.cmo src/mtime_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -o src/mtime_top.cmx src/mtime_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -o src/mtime_top.cmx src/mtime_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/mtime_top.cmx -o src/mtime_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/mtime_top.cmx -o src/mtime_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/mtime_top.cmxa -o src/mtime_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/mtime_top.cmxa -o src/mtime_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/mtime_top.cmo -o src/mtime_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/mtime_top.cmo -o src/mtime_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -g -c src-os/mtime_clock_stubs.c
- mv mtime_clock_stubs.o src-os/mtime_clock_stubs.o
- ocamlfind ocamlmklib -o src-os/mtime_clock_stubs -g src-os/mtime_clock_stubs.o
- ocamlfind ocamldep -modules src-os/mtime_clock.ml > src-os/mtime_clock.ml.depends
- ocamlfind ocamldep -modules src-os/mtime_clock.mli > src-os/mtime_clock.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src-os -I src -o src-os/mtime_clock.cmi src-os/mtime_clock.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src-os -I src -o src-os/mtime_clock.cmx src-os/mtime_clock.ml
- ocamlfind ocamlopt -a -cclib -lmtime_clock_stubs -cclib -lrt -I src-os src-os/mtime_clock.cmx -o src-os/mtime_clock.cmxa
- ocamlfind ocamlopt -shared -linkall src-os/libmtime_clock_stubs.a -I src-os src-os/mtime_clock.cmxa -o src-os/mtime_clock.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src-os -I src -o src-os/mtime_clock.cmo src-os/mtime_clock.ml
- ocamlfind ocamlc -a -dllib -lmtime_clock_stubs -cclib -lrt -cclib -lmtime_clock_stubs -cclib -lrt -I src-os src-os/mtime_clock.cmo -o src-os/mtime_clock.cma
- # No parallelism done
-> compiled  mtime.1.3.0
Processing 135/216: [astring: ocaml build] [cppo_ocamlbuild: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [ocplib-endian: ocaml setup.ml] [sexplib: jbuilder build]
-> installed mtime.1.3.0
Processing 136/216: [astring: ocaml build] [cppo_ocamlbuild: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocamlgraph: make] [ocplib-endian: ocaml setup.ml] [sexplib: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlgraph.1.8.8)
- sed -e s/VERSION/1.8.8/ -e s/CMA/graph.cma/ -e s/CMXA/graph.cmxa/ -e s/CMXS/graph.cmxs/ \
- 	META.in > META
- rm -f src/version.ml
- echo "let version = \""1.8.8"\"" > src/version.ml
- echo 'let date = "'"Sat Sep  3 03:16:16 BST 2022"'"' >> src/version.ml
- rm -f .depend
- ocamldep -slash -I src -I lib -I editor -I view_graph -I dgraph\
- 	lib/*.ml lib/*.mli \
- 	src/*.ml src/*.mli \
- 	editor/*.mli editor/*.ml \
- 	view_graph/*.mli view_graph/*.ml \
- 	dgraph/*.mli dgraph/*.ml > .depend
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/sig.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/sig_pack.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_ast.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/unionfind.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/unionfind.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/heap.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/heap.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/bitv.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/bitv.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/persistentQueue.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/persistentQueue.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/version.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/util.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/util.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/blocks.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/persistent.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/persistent.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/imperative.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/imperative.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/delaunay.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/delaunay.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/builder.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/builder.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/classic.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/classic.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/rand.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/rand.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/oper.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/oper.ml
- File "src/oper.ml", line 52, characters 2-30:
- Warning 60: unused module H.
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/components.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/components.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/path.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/path.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/nonnegative.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/nonnegative.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/traverse.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/traverse.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/coloring.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/coloring.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/topological.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/topological.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/kruskal.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/kruskal.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/flow.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/flow.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/prim.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/prim.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dominator.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dominator.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphviz.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphviz.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gml.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gml.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_parser.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_parser.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_lexer.ml
- File "src/dot_lexer.mll", line 38, characters 21-37:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/pack.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/pack.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gmap.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gmap.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/minsep.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/minsep.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/cliquetree.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/cliquetree.ml
- File "src/cliquetree.ml", line 21, characters 2-31:
- Warning 60: unused module OVSet.
- File "src/cliquetree.ml", line 149, characters 2-32:
- Warning 60: unused module EdgeSet.
- File "src/cliquetree.ml", line 150, characters 2-34:
- Warning 60: unused module H.
- File "src/cliquetree.ml", line 153, characters 2-32:
- Warning 60: unused module Choose.
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mcs_m.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mcs_m.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/md.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/md.ml
- File "src/md.ml", line 20, characters 2-34:
- Warning 60: unused module VertexSet.
- File "src/md.ml", line 22, characters 2-32:
- Warning 60: unused module Choose.
- File "src/md.ml", line 88, characters 2-34:
- Warning 60: unused module VertexSet.
- File "src/md.ml", line 90, characters 2-32:
- Warning 60: unused module Choose.
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/strat.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/strat.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/fixpoint.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/fixpoint.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/leaderlist.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/leaderlist.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/contraction.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/contraction.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphml.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphml.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/merge.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/merge.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mincut.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mincut.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/clique.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/clique.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/weakTopological.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/weakTopological.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/chaoticIteration.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/chaoticIteration.ml
- ocamlc.opt -I src -I lib -pack -g -o graph.cmo src/sig.cmi src/sig_pack.cmi src/dot_ast.cmi lib/unionfind.cmo lib/heap.cmo lib/bitv.cmo lib/persistentQueue.cmo src/version.cmo src/util.cmo src/blocks.cmo src/persistent.cmo src/imperative.cmo src/delaunay.cmo src/builder.cmo src/classic.cmo src/rand.cmo src/oper.cmo src/components.cmo src/path.cmo src/nonnegative.cmo src/traverse.cmo src/coloring.cmo src/topological.cmo src/kruskal.cmo src/flow.cmo src/prim.cmo src/dominator.cmo src/graphviz.cmo src/gml.cmo src/dot_parser.cmo src/dot_lexer.cmo src/dot.cmo src/pack.cmo src/gmap.cmo src/minsep.cmo src/cliquetree.cmo src/mcs_m.cmo src/md.cmo src/strat.cmo src/fixpoint.cmo src/leaderlist.cmo src/contraction.cmo src/graphml.cmo src/merge.cmo src/mincut.cmo src/clique.cmo src/weakTopological.cmo src/chaoticIteration.cmo
- ocamlc.opt -I src -I lib -a -g -o graph.cma graph.cmo
- ocamlopt.opt -c -I src -I lib -for-pack Graph lib/unionfind.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph lib/heap.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph lib/bitv.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph lib/persistentQueue.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/version.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/util.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/blocks.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/persistent.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/imperative.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/delaunay.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/builder.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/classic.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/rand.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/oper.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/components.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/path.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/nonnegative.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/traverse.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/coloring.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/topological.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/kruskal.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/flow.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/prim.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/dominator.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/graphviz.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/gml.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/dot_parser.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/dot_lexer.ml
- File "src/dot_lexer.mll", line 38, characters 21-37:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/dot.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/pack.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/gmap.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/minsep.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/cliquetree.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/mcs_m.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/md.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/strat.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/fixpoint.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/leaderlist.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/contraction.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/graphml.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/merge.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/mincut.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/clique.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/weakTopological.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/chaoticIteration.ml
- ocamlopt.opt -I src -I lib -pack -o graph.cmx src/sig.cmi src/sig_pack.cmi src/dot_ast.cmi lib/unionfind.cmx lib/heap.cmx lib/bitv.cmx lib/persistentQueue.cmx src/version.cmx src/util.cmx src/blocks.cmx src/persistent.cmx src/imperative.cmx src/delaunay.cmx src/builder.cmx src/classic.cmx src/rand.cmx src/oper.cmx src/components.cmx src/path.cmx src/nonnegative.cmx src/traverse.cmx src/coloring.cmx src/topological.cmx src/kruskal.cmx src/flow.cmx src/prim.cmx src/dominator.cmx src/graphviz.cmx src/gml.cmx src/dot_parser.cmx src/dot_lexer.cmx src/dot.cmx src/pack.cmx src/gmap.cmx src/minsep.cmx src/cliquetree.cmx src/mcs_m.cmx src/md.cmx src/strat.cmx src/fixpoint.cmx src/leaderlist.cmx src/contraction.cmx src/graphml.cmx src/merge.cmx src/mincut.cmx src/clique.cmx src/weakTopological.cmx src/chaoticIteration.cmx
- ocamlopt.opt -I src -I lib -a -o graph.cmxa graph.cmx
- ocamlopt.opt -I src -I lib -shared -o graph.cmxs graph.cmx
-> compiled  ocamlgraph.1.8.8
Processing 136/216: [astring: ocaml build] [cppo_ocamlbuild: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [sexplib: jbuilder build]
Processing 137/216: [astring: ocaml build] [cppo_ocamlbuild: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [sexplib: jbuilder build] [ocamlgraph: make install-findlib]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/oasis.0.4.11)
- 
- Configuration:
- ocamlfind: ................................................... /home/opam/.opam/4.04/bin/ocamlfind
- ocamlc: ...................................................... /home/opam/.opam/4.04/bin/ocamlc.opt
- ocamlopt: .................................................... /home/opam/.opam/4.04/bin/ocamlopt.opt
- ocamlbuild: .................................................. /home/opam/.opam/4.04/bin/ocamlbuild
- Package name: ................................................ oasis
- Package version: ............................................. 0.4.11
- os_type: ..................................................... Unix
- system: ...................................................... linux
- architecture: ................................................ amd64
- ccomp_type: .................................................. cc
- ocaml_version: ............................................... 4.04.2
- standard_library_default: .................................... /home/opam/.opam/4.04/lib/ocaml
- standard_library: ............................................ /home/opam/.opam/4.04/lib/ocaml
- standard_runtime: ............................................ /home/opam/.opam/4.04/bin/ocamlrun
- bytecomp_c_compiler: ......................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ........................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -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.04
- 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.5
- 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: .................................
- Install OASIS and base libraries, for plugins development: ... true
- Build OASIS tools for development: ........................... false
- Build test-quickstart: ....................................... true
- Build test-omake: ............................................ false
- Build test-devel: ............................................ false
- Create documentations: ....................................... true
- Compile tests executable and library and run them: ........... false
- make: ........................................................ /usr/bin/make
- ocamlmod: .................................................... /home/opam/.opam/4.04/bin/ocamlmod
- ocamlyacc: ................................................... /home/opam/.opam/4.04/bin/ocamlyacc
- ocamllex: .................................................... /home/opam/.opam/4.04/bin/ocamllex
- ocamlify: .................................................... /home/opam/.opam/4.04/bin/ocamlify
- pkg_unix: .................................................... /home/opam/.opam/4.04/lib/ocaml
- pkg_ocamlbuild: .............................................. /home/opam/.opam/4.04/lib/ocamlbuild
- ocamldoc: .................................................... /home/opam/.opam/4.04/bin/ocamldoc
- pkg_dynlink: ................................................. /home/opam/.opam/4.04/lib/ocaml
- pkg_findlib: ................................................. /home/opam/.opam/4.04/lib/findlib
- 
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-findlib" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocamlgraph.1.8.8)
- ocamlfind install  ocamlgraph META \
- 	src/*.mli view_graph/*.mli dgraph/*.mli \
- 	graph.a graph.cmo graph.cmi graph.cma \
-         graph.o graph.a graph.cmx graph.cmxa graph.cmxs
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/graph.cmxs
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/graph.cmxa
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/graph.cmx
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/graph.a
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/graph.o
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/graph.cma
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/graph.cmi
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/graph.cmo
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ocamlgraph/graph.a
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/graph.a
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/xDotDraw.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/xDot.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/dGraphViewItem.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/dGraphView.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/dGraphTreeModel.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/dGraphTreeLayout.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/dGraphSubTree.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/dGraphRandModel.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/dGraphModel.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/dGraphContainer.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/viewGraph_utils.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/viewGraph_select.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/viewGraph_core.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/weakTopological.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/util.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/traverse.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/topological.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/strat.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/sig_pack.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/sig.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/rand.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/prim.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/persistent.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/path.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/pack.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/oper.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/nonnegative.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/minsep.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/mincut.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/merge.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/md.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/mcs_m.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/leaderlist.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/kruskal.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/imperative.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/graphviz.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/graphml.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/gml.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/gmap.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/flow.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/fixpoint.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/dot_parser.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/dot_ast.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/dot.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/dominator.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/delaunay.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/contraction.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/components.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/coloring.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/cliquetree.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/clique.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/classic.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/chaoticIteration.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/builder.mli
- Installed /home/opam/.opam/4.04/lib/ocamlgraph/META
-> installed ocamlgraph.1.8.8
Processing 137/216: [astring: ocaml build] [cppo_ocamlbuild: jbuilder build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [sexplib: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "cppo_ocamlbuild" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cppo_ocamlbuild.1.6.0)
-     ocamldep ocamlbuild_plugin/cppo_ocamlbuild.depends.ocamldep-output
-     ocamldep ocamlbuild_plugin/cppo_ocamlbuild.dependsi.ocamldep-output
-       ocamlc ocamlbuild_plugin/ocamlbuild_cppo.{cmi,cmti}
-     ocamlopt ocamlbuild_plugin/ocamlbuild_cppo.{cmx,o}
-       ocamlc ocamlbuild_plugin/ocamlbuild_cppo.{cmo,cmt}
-     ocamlopt ocamlbuild_plugin/cppo_ocamlbuild.{a,cmxa}
-       ocamlc ocamlbuild_plugin/cppo_ocamlbuild.cma
-     ocamlopt ocamlbuild_plugin/cppo_ocamlbuild.cmxs
-> compiled  cppo_ocamlbuild.1.6.0
Processing 137/216: [astring: ocaml build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [sexplib: jbuilder build]
-> installed cppo_ocamlbuild.1.6.0
Processing 138/216: [astring: ocaml build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [sexplib: jbuilder build]
[ppx_deriving: subst] expanding opam variables in pkg/META.in, generating pkg/META
Processing 139/216: [astring: ocaml build] [decompress: ocaml build] [fmt: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml] [sexplib: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "false" "--with-base-unix" "true" "--with-cmdliner" "true" (CWD=/home/opam/.opam/4.04/.opam-switch/build/fmt.0.8.5)
- ocamlfind ocamldep -package result -package uchar -modules src/fmt.ml > src/fmt.ml.depends
- ocamlfind ocamldep -package result -package uchar -modules src/fmt.mli > src/fmt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package result -package uchar -I src -I test -o src/fmt.cmi src/fmt.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package result -package uchar -I src -I test -o src/fmt.cmx src/fmt.ml
- ocamlfind ocamlopt -a -package result -package uchar -I src src/fmt.cmx -o src/fmt.cmxa
- ocamlfind ocamlopt -shared -linkall -package result -package uchar -I src src/fmt.cmxa -o src/fmt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package result -package uchar -I src -I test -o src/fmt.cmo src/fmt.ml
- ocamlfind ocamlc -a -package result -package uchar -I src src/fmt.cmo -o src/fmt.cma
- ocamlfind ocamldep -package unix -package result -package uchar -modules src/fmt_tty.ml > src/fmt_tty.ml.depends
- ocamlfind ocamldep -package unix -package result -package uchar -modules src/fmt_tty.mli > src/fmt_tty.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package result -package uchar -I src -I test -o src/fmt_tty.cmi src/fmt_tty.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package result -package uchar -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package result -package uchar -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml
- File "src/fmt_tty.ml", line 50, characters 30-46:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- ocamlfind ocamlopt -a -package unix -package result -package uchar -I src src/fmt_tty.cmx -o src/fmt_tty.cmxa
- ocamlfind ocamlopt -shared -linkall -package unix -package result -package uchar -I src src/fmt_tty.cmxa -o src/fmt_tty.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package result -package uchar -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package result -package uchar -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml
- File "src/fmt_tty.ml", line 50, characters 30-46:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- ocamlfind ocamlc -a -package unix -package result -package uchar -I src src/fmt_tty.cmo -o src/fmt_tty.cma
- ocamlfind ocamldep -package cmdliner -package result -package uchar -modules src/fmt_cli.ml > src/fmt_cli.ml.depends
- ocamlfind ocamldep -package cmdliner -package result -package uchar -modules src/fmt_cli.mli > src/fmt_cli.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -package result -package uchar -I src -I test -o src/fmt_cli.cmi src/fmt_cli.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -package result -package uchar -I src -I test -o src/fmt_cli.cmx src/fmt_cli.ml
- ocamlfind ocamlopt -a -package cmdliner -package result -package uchar -I src src/fmt_cli.cmx -o src/fmt_cli.cmxa
- ocamlfind ocamlopt -shared -linkall -package cmdliner -package result -package uchar -I src src/fmt_cli.cmxa -o src/fmt_cli.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -package result -package uchar -I src -I test -o src/fmt_cli.cmo src/fmt_cli.ml
- ocamlfind ocamlc -a -package cmdliner -package result -package uchar -I src src/fmt_cli.cmo -o src/fmt_cli.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -package result -package uchar -modules src/fmt_top.ml > src/fmt_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package result -package uchar -I src -I test -o src/fmt_top.cmo src/fmt_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package result -package uchar -I src -I test -o src/fmt_top.cmo src/fmt_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package result -package uchar -I src -I test -o src/fmt_top.cmx src/fmt_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package result -package uchar -I src -I test -o src/fmt_top.cmx src/fmt_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -package compiler-libs.toplevel -package result -package uchar -I src src/fmt_top.cmx -o src/fmt_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package result -package uchar -I src src/fmt_top.cmx -o src/fmt_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package result -package uchar -I src src/fmt_top.cmxa -o src/fmt_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package result -package uchar -I src src/fmt_top.cmxa -o src/fmt_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -package result -package uchar -I src src/fmt_top.cmo -o src/fmt_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package result -package uchar -I src src/fmt_top.cmo -o src/fmt_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- # No parallelism done
-> compiled  fmt.0.8.5
Processing 139/216: [astring: ocaml build] [decompress: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml] [sexplib: jbuilder build]
-> installed fmt.0.8.5
Processing 140/216: [astring: ocaml build] [decompress: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml] [sexplib: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "sexplib" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/sexplib.v0.9.2)
-     ocamldep num/lib/sexplib_num.depends.ocamldep-output
-     ocamldep num/lib/sexplib_num.dependsi.ocamldep-output
-    ocamlyacc src/parser.{ml,mli}
-     ocamldep unix/lib/sexplib_unix.depends.ocamldep-output
-       ocamlc src0/sexplib0.{cmi,cmo,cmt}
-    ocamlyacc src/parser_with_layout.{ml,mli}
-     ocamldep src0/sexplib0.depends.ocamldep-output
-     ocamldep src0/sexplib0.dependsi.ocamldep-output
-     ocamllex src/lexer.ml
-       ocamlc num/lib/sexplib_num.{cmi,cmo,cmt}
-       ocamlc src/sexplib.{cmi,cmo,cmt}
-     ocamldep src/sexplib.dependsi.ocamldep-output
-       ocamlc unix/lib/sexplib_unix.{cmi,cmo,cmt}
-           sh src/pre_sexp.pp.ml
-       ocamlc src0/sexplib0__Sexp.{cmi,cmti}
-     ocamlopt src0/sexplib0.{cmx,o}
-     ocamlopt src/sexplib.{cmx,o}
-     ocamlopt unix/lib/sexplib_unix.{cmx,o}
-     ocamlopt num/lib/sexplib_num.{cmx,o}
-       ocamlc src0/sexplib0__Sexp_conv.{cmi,cmti}
-     ocamldep src/sexplib.depends.ocamldep-output
-       ocamlc src0/sexplib0__Sexp.{cmo,cmt}
-       ocamlc src0/sexplib0__Sexp_conv_error.{cmi,cmo,cmt}
-     ocamlopt src0/sexplib0__Sexp.{cmx,o}
-       ocamlc src/sexplib__Type.{cmi,cmo,cmt}
-       ocamlc src/sexplib__Conv_error.{cmi,cmo,cmt}
-       ocamlc src/sexplib__Parser.{cmi,cmti}
-       ocamlc src/sexplib__Src_pos.{cmi,cmti}
-       ocamlc src0/sexplib0__Sexp_conv.{cmo,cmt}
-       ocamlc src/sexplib__Parser.{cmo,cmt}
-       ocamlc src0/sexplib0.cma
-       ocamlc src/sexplib__Type_with_layout.{cmi,cmti}
-       ocamlc src/sexplib__Src_pos.{cmo,cmt}
-       ocamlc src/sexplib__Parser_with_layout.{cmi,cmti}
-       ocamlc src/sexplib__Type_with_layout.{cmo,cmt}
-       ocamlc src/sexplib__Lexer.{cmi,cmti}
-       ocamlc src/sexplib__Parser_with_layout.{cmo,cmt}
-     ocamlopt src0/sexplib0__Sexp_conv.{cmx,o}
-       ocamlc src/sexplib__Lexer.{cmo,cmt}
-     ocamlopt src0/sexplib0__Sexp_conv_error.{cmx,o}
-     ocamlopt src/sexplib__Conv_error.{cmx,o}
-     ocamlopt src/sexplib__Type.{cmx,o}
-     ocamlopt src/sexplib__Src_pos.{cmx,o}
-     ocamlopt src0/sexplib0.{a,cmxa}
-     ocamlopt src/sexplib__Parser.{cmx,o}
-     ocamlopt src0/sexplib0.cmxs
-     ocamlopt src/sexplib__Type_with_layout.{cmx,o}
-     ocamlopt src/sexplib__Parser_with_layout.{cmx,o}
-     ocamlopt src/sexplib__Lexer.{cmx,o}
-       ocamlc src/sexplib__Pre_sexp.{cmi,cmo,cmt}
-       ocamlc src/sexplib__Sexp_with_layout.{cmi,cmo,cmt}
-       ocamlc src/sexplib__Sexp_intf.{cmi,cmo,cmt}
-       ocamlc src/sexplib__Sexp.{cmi,cmti}
-       ocamlc src/sexplib__Macro.{cmi,cmti}
-       ocamlc src/sexplib__Path.{cmi,cmti}
-       ocamlc src/sexplib__Exn_magic.{cmi,cmti}
-       ocamlc src/sexplib__Path.{cmo,cmt}
-       ocamlc src/sexplib__Conv.{cmi,cmti}
-       ocamlc src/sexplib__Sexp.{cmo,cmt}
-       ocamlc src/sexplib__Exn_magic.{cmo,cmt}
-       ocamlc src/sexplib__Std.{cmi,cmo,cmt}
-       ocamlc num/lib/sexplib_num__Sexplib_num_conv.{cmi,cmti}
-       ocamlc unix/lib/sexplib_unix__Sexplib_unix_conv.{cmi,cmo,cmt}
-       ocamlc src/sexplib__Conv.{cmo,cmt}
-       ocamlc src/sexplib__Macro.{cmo,cmt}
-       ocamlc src/sexplib.cma
-       ocamlc num/lib/sexplib_num__Sexplib_num_conv.{cmo,cmt}
-       ocamlc num/lib/sexplib_num__Std.{cmi,cmo,cmt}
-       ocamlc unix/lib/sexplib_unix.cma
-       ocamlc num/lib/sexplib_num.cma
-     ocamlopt src/sexplib__Pre_sexp.{cmx,o}
-     ocamlopt src/sexplib__Sexp_intf.{cmx,o}
-     ocamlopt src/sexplib__Sexp_with_layout.{cmx,o}
-     ocamlopt src/sexplib__Sexp.{cmx,o}
-     ocamlopt src/sexplib__Conv.{cmx,o}
-     ocamlopt src/sexplib__Path.{cmx,o}
-     ocamlopt src/sexplib__Exn_magic.{cmx,o}
-     ocamlopt src/sexplib__Macro.{cmx,o}
-     ocamlopt src/sexplib__Std.{cmx,o}
-     ocamlopt unix/lib/sexplib_unix__Sexplib_unix_conv.{cmx,o}
-     ocamlopt num/lib/sexplib_num__Sexplib_num_conv.{cmx,o}
-     ocamlopt unix/lib/sexplib_unix.{a,cmxa}
-     ocamlopt src/sexplib.{a,cmxa}
-     ocamlopt num/lib/sexplib_num__Std.{cmx,o}
-     ocamlopt unix/lib/sexplib_unix.cmxs
-     ocamlopt num/lib/sexplib_num.{a,cmxa}
-     ocamlopt num/lib/sexplib_num.cmxs
-     ocamlopt src/sexplib.cmxs
-> compiled  sexplib.v0.9.2
Processing 140/216: [astring: ocaml build] [decompress: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml]
-> installed sexplib.v0.9.2
Processing 141/216: [astring: ocaml build] [decompress: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml]
Processing 142/216: [astring: ocaml build] [base: jbuilder build] [decompress: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/4.04/.opam-switch/build/astring.0.8.3)
- ocamlfind ocamldep -package bytes -modules src/astring_unsafe.ml > src/astring_unsafe.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_unsafe.cmo src/astring_unsafe.ml
- ocamlfind ocamldep -package bytes -modules src/astring_base.ml > src/astring_base.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_base.cmo src/astring_base.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_unsafe.cmx src/astring_unsafe.ml
- ocamlfind ocamldep -package bytes -modules src/astring_escape.ml > src/astring_escape.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_escape.cmo src/astring_escape.ml
- ocamlfind ocamldep -package bytes -modules src/astring_char.ml > src/astring_char.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_char.cmo src/astring_char.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_escape.cmx src/astring_escape.ml
- ocamlfind ocamldep -package bytes -modules src/astring_sub.ml > src/astring_sub.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_sub.cmo src/astring_sub.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_base.cmx src/astring_base.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_char.cmx src/astring_char.ml
- ocamlfind ocamldep -package bytes -modules src/astring_string.ml > src/astring_string.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_string.cmo src/astring_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_sub.cmx src/astring_sub.ml
- ocamlfind ocamldep -package bytes -modules src/astring.ml > src/astring.ml.depends
- ocamlfind ocamldep -package bytes -modules src/astring.mli > src/astring.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring.cmi src/astring.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_string.cmx src/astring_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring.cmx src/astring.ml
- ocamlfind ocamlopt -a -package bytes -I src src/astring_unsafe.cmx src/astring_base.cmx src/astring_escape.cmx src/astring_char.cmx src/astring_sub.cmx src/astring_string.cmx src/astring.cmx -o src/astring.cmxa
- ocamlfind ocamlopt -shared -linkall -package bytes -I src src/astring.cmxa -o src/astring.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring.cmo src/astring.ml
- ocamlfind ocamlc -a -package bytes -I src src/astring_unsafe.cmo src/astring_base.cmo src/astring_escape.cmo src/astring_char.cmo src/astring_sub.cmo src/astring_string.cmo src/astring.cmo -o src/astring.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -package bytes -modules src/astring_top.ml > src/astring_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/astring_top.cmo src/astring_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/astring_top.cmo src/astring_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/astring_top.cmx src/astring_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/astring_top.cmx src/astring_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes -I src src/astring_top.cmx -o src/astring_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes -I src src/astring_top.cmx -o src/astring_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package bytes -I src src/astring_top.cmxa -o src/astring_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package bytes -I src src/astring_top.cmxa -o src/astring_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes -I src src/astring_top.cmo -o src/astring_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes -I src src/astring_top.cmo -o src/astring_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- # No parallelism done
-> compiled  astring.0.8.3
Processing 142/216: [base: jbuilder build] [decompress: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml]
-> installed astring.0.8.3
Processing 143/216: [base: jbuilder build] [decompress: ocaml build] [jsonm: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/4.04/.opam-switch/build/jsonm.1.0.1)
- ocamlfind ocamldep -package bytes -package uchar -package uutf -modules src/jsonm.ml > src/jsonm.ml.depends
- ocamlfind ocamldep -package bytes -package uchar -package uutf -modules src/jsonm.mli > src/jsonm.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package uchar -package uutf -I src -I test -o src/jsonm.cmi src/jsonm.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package uchar -package uutf -I src -I test -o src/jsonm.cmx src/jsonm.ml
- ocamlfind ocamlopt -a -package bytes -package uchar -package uutf -I src src/jsonm.cmx -o src/jsonm.cmxa
- ocamlfind ocamlopt -shared -linkall -package bytes -package uchar -package uutf -I src src/jsonm.cmxa -o src/jsonm.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package uchar -package uutf -I src -I test -o src/jsonm.cmo src/jsonm.ml
- ocamlfind ocamlc -a -package bytes -package uchar -package uutf -I src src/jsonm.cmo -o src/jsonm.cma
- ocamlfind ocamldep -package unix -package bytes -package uchar -package uutf -modules test/jsontrip.ml > test/jsontrip.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package bytes -package uchar -package uutf -I test -I src -o test/jsontrip.cmo test/jsontrip.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package bytes -package uchar -package uutf -I test -I src -o test/jsontrip.cmx test/jsontrip.ml
- ocamlfind ocamlopt -linkpkg -g -package unix -package bytes -package uchar -package uutf -I src -I test src/jsonm.cmx test/jsontrip.cmx -o test/jsontrip.native
- # No parallelism done
-> compiled  jsonm.1.0.1
Processing 143/216: [base: jbuilder build] [decompress: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml]
-> installed jsonm.1.0.1
Processing 144/216: [base: jbuilder build] [decompress: ocaml build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-configure" "--disable-debug" "--prefix" "/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocplib-endian.1.0)
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild
- Package name: ........................................ ocplib-endian
- Package version: ..................................... 1.0
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.04.2
- standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -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.04
- 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.5
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ false
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_bytes: ........................................... /home/opam/.opam/4.04/lib/bytes
- pkg_bigarray: ........................................ /home/opam/.opam/4.04/lib/ocaml
- ocamldoc: ............................................ /home/opam/.opam/4.04/bin/ocamldoc
- 
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pinned" "false" "--tests" "false" "--with-cmdliner" "true" (CWD=/home/opam/.opam/4.04/.opam-switch/build/decompress.0.7)
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind ocamldep -modules lib/decompress.ml > lib/decompress.ml.depends
- ocamlfind ocamldep -modules lib/decompress.mli > lib/decompress.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress.cmi lib/decompress.mli
- ocamlfind ocamldep -modules lib/decompress_adler32.ml > lib/decompress_adler32.ml.depends
- ocamlfind ocamldep -modules lib/decompress_b.ml > lib/decompress_b.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress_b.cmo lib/decompress_b.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress_adler32.cmo lib/decompress_adler32.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress_b.cmx lib/decompress_b.ml
- ocamlfind ocamldep -modules lib/decompress_q.ml > lib/decompress_q.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress_q.cmo lib/decompress_q.ml
- ocamlfind ocamldep -modules lib/decompress_safe.ml > lib/decompress_safe.ml.depends
- ocamlfind ocamldep -modules lib/decompress_safe.mli > lib/decompress_safe.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress_safe.cmi lib/decompress_safe.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress_adler32.cmx lib/decompress_adler32.ml
- ocamlfind ocamldep -modules lib/decompress_seq.ml > lib/decompress_seq.ml.depends
- ocamlfind ocamldep -modules lib/decompress_seq.mli > lib/decompress_seq.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress_seq.cmi lib/decompress_seq.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress_q.cmx lib/decompress_q.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress_safe.cmx lib/decompress_safe.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress_seq.cmx lib/decompress_seq.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress.cmx lib/decompress.ml
- ocamlfind ocamlopt -a -I lib lib/decompress_b.cmx lib/decompress_adler32.cmx lib/decompress_q.cmx lib/decompress_safe.cmx lib/decompress_seq.cmx lib/decompress.cmx -o lib/decompress.cmxa
- ocamlfind ocamlopt -shared -linkall -I lib lib/decompress.cmxa -o lib/decompress.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress.cmo lib/decompress.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress_safe.cmo lib/decompress_safe.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +1..49 -w A-4-41-44 -I lib -o lib/decompress_seq.cmo lib/decompress_seq.ml
- ocamlfind ocamlc -a -I lib lib/decompress_b.cmo lib/decompress_adler32.cmo lib/decompress_q.cmo lib/decompress_safe.cmo lib/decompress_seq.cmo lib/decompress.cmo -o lib/decompress.cma
- ocamlfind ocamldep -package cmdliner -modules bin/dpipe.ml > bin/dpipe.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -warn-error +1..49 -w A-4-41-44 -I bin -I lib -o bin/dpipe.cmo bin/dpipe.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -warn-error +1..49 -w A-4-41-44 -I bin -I lib -o bin/dpipe.cmx bin/dpipe.ml
- ocamlfind ocamlc -g -c bin/bs.c
- mv bs.o bin/bs.o
- ocamlfind ocamlopt -linkpkg unix.cmxa bigarray.cmxa -g -package cmdliner -I lib -I bin lib/decompress_b.cmx lib/decompress_adler32.cmx lib/decompress_q.cmx lib/decompress_safe.cmx lib/decompress_seq.cmx lib/decompress.cmx bin/dpipe.cmx bin/bs.o -o bin/dpipe.native
- # Parallel statistics: { count(total): 2(30), max: 3, min: 2, average(total): 2.500(1.100) }
-> compiled  decompress.0.7
Processing 144/216: [base: jbuilder build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml]
-> installed decompress.0.7
Processing 145/216: [base: jbuilder build] [oasis: ocaml setup.ml] [ocaml-migrate-parsetree: jbuilder build] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "ocaml-migrate-parsetree" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocaml-migrate-parsetree.1.0.7)
-     ocamldep src/migrate_parsetree_driver_main.depends.ocamldep-output
-     ocamllex tools/pp_rewrite.ml
-     ocamldep tools/add_special_comments.depends.ocamldep-output
-     ocamldep tools/add_special_comments.dependsi.ocamldep-output
-        ocaml src/ast-version,src/compiler-functions-file
-       ocamlc tools/pp_rewrite.{cmi,cmti}
-       ocamlc tools/pp.{cmi,cmti}
-     ocamlopt tools/pp_rewrite.{cmx,o}
-     ocamlopt tools/pp.{cmx,o}
-     ocamlopt tools/pp.exe
-           pp src/migrate_parsetree_405_406.pp.ml
-           pp src/migrate_parsetree_driver.pp.ml
-           pp src/migrate_parsetree_406_405_migrate.pp.ml
-           pp src/migrate_parsetree_parse.pp.mli
-           pp src/migrate_parsetree_402_403.pp.ml
-           pp src/migrate_parsetree_parse.pp.ml
-           pp src/migrate_parsetree_403_402_migrate.pp.ml
-           pp src/migrate_parsetree_403_404_migrate.pp.ml
-           pp src/migrate_parsetree_ast_io.pp.ml
-           pp src/migrate_parsetree_compiler_functions.pp.ml
-           pp src/migrate_parsetree_def.pp.ml
-           pp src/migrate_parsetree_driver.pp.mli
-           pp src/migrate_parsetree.pp.ml
-           pp src/migrate_parsetree_ast_io.pp.mli
-           pp src/migrate_parsetree_404_405.pp.ml
-           pp src/migrate_parsetree_def.pp.mli
-           pp src/migrate_parsetree_403_402.pp.ml
-           pp src/migrate_parsetree_406_405.pp.ml
-           pp src/ast_404.pp.ml
-           pp src/migrate_parsetree_403_404.pp.ml
-           pp src/migrate_parsetree_404_403.pp.ml
-           pp src/migrate_parsetree_404_403_migrate.pp.ml
-           pp src/migrate_parsetree_versions.pp.ml
-           pp src/migrate_parsetree_404_405_migrate.pp.ml
-           pp src/ast_403.pp.ml
-           pp src/migrate_parsetree_versions.pp.mli
-           pp src/ast_402.pp.ml
-           pp src/ast_405.pp.ml
-           pp src/ast_406.pp.ml
-           pp src/migrate_parsetree_402_403_migrate.pp.ml
-           pp src/migrate_parsetree_405_404.pp.ml
-           pp src/migrate_parsetree_405_404_migrate.pp.ml
-           pp src/migrate_parsetree_405_406_migrate.pp.ml
-     ocamldep src/migrate_parsetree.dependsi.ocamldep-output
-       ocamlc src/migrate_parsetree_def.{cmi,cmti}
-     ocamldep src/migrate_parsetree.depends.ocamldep-output
-       ocamlc src/migrate_parsetree_compiler_functions.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_def.{cmo,cmt}
-     ocamlopt src/migrate_parsetree_def.{cmx,o}
-     ocamlopt src/migrate_parsetree_compiler_functions.{cmx,o}
-       ocamlc src/ast_406.{cmi,cmo,cmt}
-       ocamlc src/ast_405.{cmi,cmo,cmt}
-       ocamlc src/ast_403.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_406_405_migrate.{cmi,cmo,cmt}
-       ocamlc src/ast_404.{cmi,cmo,cmt}
-       ocamlc src/ast_402.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_404_405_migrate.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_405_406_migrate.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_405_404_migrate.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_405_406.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_404_403_migrate.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_404_405.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_403_404_migrate.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_406_405.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_405_404.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_404_403.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_403_404.{cmi,cmo,cmt}
-     ocamlopt src/ast_405.{cmx,o}
-       ocamlc src/migrate_parsetree_402_403_migrate.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_403_402_migrate.{cmi,cmo,cmt}
-     ocamlopt src/ast_406.{cmx,o}
-       ocamlc src/migrate_parsetree_402_403.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_403_402.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_versions.{cmi,cmti}
-       ocamlc src/migrate_parsetree_ast_io.{cmi,cmti}
-       ocamlc src/migrate_parsetree_driver.{cmi,cmti}
-       ocamlc src/migrate_parsetree_parse.{cmi,cmti}
-       ocamlc src/migrate_parsetree_ast_io.{cmo,cmt}
-     ocamlopt src/migrate_parsetree_405_406_migrate.{cmx,o}
-       ocamlc src/migrate_parsetree.{cmi,cmo,cmt}
-     ocamlopt src/ast_403.{cmx,o}
-       ocamlc src/migrate_parsetree_parse.{cmo,cmt}
-       ocamlc src/migrate_parsetree_driver_main.{cmi,cmo,cmt}
-       ocamlc src/migrate_parsetree_driver_main.cma
-     ocamlopt src/ast_402.{cmx,o}
-     ocamlopt src/ast_404.{cmx,o}
-     ocamlopt src/migrate_parsetree_406_405_migrate.{cmx,o}
-     ocamlopt src/migrate_parsetree_403_402_migrate.{cmx,o}
-     ocamlopt src/migrate_parsetree_406_405.{cmx,o}
-     ocamlopt src/migrate_parsetree_404_405_migrate.{cmx,o}
-     ocamlopt src/migrate_parsetree_405_406.{cmx,o}
-     ocamlopt src/migrate_parsetree_405_404_migrate.{cmx,o}
-     ocamlopt src/migrate_parsetree_404_403_migrate.{cmx,o}
-       ocamlc src/migrate_parsetree_versions.{cmo,cmt}
-     ocamlopt src/migrate_parsetree_403_404_migrate.{cmx,o}
-     ocamlopt src/migrate_parsetree_402_403_migrate.{cmx,o}
-     ocamlopt src/migrate_parsetree_405_404.{cmx,o}
-     ocamlopt src/migrate_parsetree_404_405.{cmx,o}
-     ocamlopt src/migrate_parsetree_402_403.{cmx,o}
-     ocamlopt src/migrate_parsetree_403_402.{cmx,o}
-     ocamlopt src/migrate_parsetree_404_403.{cmx,o}
-       ocamlc src/migrate_parsetree_driver.{cmo,cmt}
-     ocamlopt src/migrate_parsetree_403_404.{cmx,o}
-       ocamlc src/migrate_parsetree.cma
-     ocamlopt src/migrate_parsetree_versions.{cmx,o}
-     ocamlopt src/migrate_parsetree_ast_io.{cmx,o}
-     ocamlopt src/migrate_parsetree_parse.{cmx,o}
-     ocamlopt src/migrate_parsetree_driver.{cmx,o}
-     ocamlopt src/migrate_parsetree.{cmx,o}
-     ocamlopt src/migrate_parsetree_driver_main.{cmx,o}
-     ocamlopt src/migrate_parsetree_driver_main.{a,cmxa}
-     ocamlopt src/migrate_parsetree_driver_main.cmxs
-     ocamlopt src/migrate_parsetree.{a,cmxa}
-     ocamlopt src/migrate_parsetree.cmxs
-> compiled  ocaml-migrate-parsetree.1.0.7
Processing 145/216: [base: jbuilder build] [oasis: ocaml setup.ml] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml]
-> installed ocaml-migrate-parsetree.1.0.7
Processing 146/216: [base: jbuilder build] [oasis: ocaml setup.ml] [ocplib-endian: ocaml setup.ml] [ppx_deriving: ocaml]
Processing 147/216: [base: jbuilder build] [oasis: ocaml setup.ml] [ocplib-endian: ocaml setup.ml] [ppx_ast: jbuilder build] [ppx_deriving: ocaml]
Processing 148/216: [base: jbuilder build] [oasis: ocaml setup.ml] [ocplib-endian: ocaml setup.ml] [ppx_ast: jbuilder build] [ppx_deriving: ocaml] [ppx_tools_versioned: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-build" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocplib-endian.1.0)
- W: Cannot find source file matching module 'EndianBigstring' in library bigstring
- W: Cannot find source file matching module 'EndianBigstring' in library bigstring
- W: Cannot find source file matching module 'EndianString' in library ocplib_endian
- W: Cannot find source file matching module 'EndianBytes' in library ocplib_endian
- W: Cannot find source file matching module 'EndianString' in library ocplib_endian
- W: Cannot find source file matching module 'EndianBytes' in library ocplib_endian
- /home/opam/.opam/4.04/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- cppo -V OCAML:4.04.2 -I src/ -o src/endianString.mli src/endianString.cppo.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/endianString.mli > src/endianString.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -package bigarray -package bytes -I src -o src/endianString.cmi src/endianString.mli
- cppo -V OCAML:4.04.2 -I src/ -o src/common_401.ml src/common_401.cppo.ml
- cppo -V OCAML:4.04.2 -I src/ -o src/common_400.ml src/common_400.cppo.ml
- cppo -V OCAML:4.04.2 -I src/ -o src/endianString.ml src/endianString.cppo.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/endianString.ml > src/endianString.ml.depends
- cppo -V OCAML:4.04.2 -I src/ -o src/endianBytes.mli src/endianBytes.cppo.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/endianBytes.mli > src/endianBytes.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -package bigarray -package bytes -I src -o src/endianBytes.cmi src/endianBytes.mli
- cppo -V OCAML:4.04.2 -I src/ -o src/endianBytes.ml src/endianBytes.cppo.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/endianBytes.ml > src/endianBytes.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -package bigarray -package bytes -I src -o src/endianString.cmo src/endianString.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -package bigarray -package bytes -I src -o src/endianBytes.cmo src/endianBytes.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src src/endianString.cmo src/endianBytes.cmo -o src/ocplib_endian.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -annot -bin-annot -safe-string -package bigarray -package bytes -inline 1000 -I src -o src/endianString.cmx src/endianString.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -annot -bin-annot -safe-string -package bigarray -package bytes -inline 1000 -I src -o src/endianBytes.cmx src/endianBytes.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src src/endianString.cmx src/endianBytes.cmx -o src/ocplib_endian.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src src/ocplib_endian.cmxa src/endianString.cmx src/endianBytes.cmx -o src/ocplib_endian.cmxs
- cppo -V OCAML:4.04.2 -I src/ -o src/endianBigstring.mli src/endianBigstring.cppo.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/endianBigstring.mli > src/endianBigstring.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -package bigarray -package bytes -I src -o src/endianBigstring.cmi src/endianBigstring.mli
- cppo -V OCAML:4.04.2 -I src/ -o src/endianBigstring.ml src/endianBigstring.cppo.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/endianBigstring.ml > src/endianBigstring.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -annot -bin-annot -safe-string -package bigarray -package bytes -I src -o src/endianBigstring.cmo src/endianBigstring.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src src/endianBigstring.cmo -o src/bigstring.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -annot -bin-annot -safe-string -package bigarray -package bytes -inline 1000 -I src -o src/endianBigstring.cmx src/endianBigstring.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src src/endianBigstring.cmx -o src/bigstring.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src src/bigstring.cmxa src/endianBigstring.cmx -o src/bigstring.cmxs
-> compiled  ocplib-endian.1.0
Processing 148/216: [base: jbuilder build] [oasis: ocaml setup.ml] [ppx_ast: jbuilder build] [ppx_deriving: ocaml] [ppx_tools_versioned: make all]
Processing 149/216: [base: jbuilder build] [oasis: ocaml setup.ml] [ppx_ast: jbuilder build] [ppx_deriving: ocaml] [ppx_tools_versioned: make all] [ocplib-endian: ocaml setup.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "ocaml" "setup.ml" "-install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ocplib-endian.1.0)
- W: Cannot find source header for module EndianString in library ocplib_endian
- W: Cannot find source header for module EndianBytes in library ocplib_endian
- W: Cannot find source header for module EndianBigstring in library bigstring
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianString.mli
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianBytes.mli
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/ocplib_endian.cma
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/ocplib_endian.cmxa
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/ocplib_endian.a
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/ocplib_endian.cmxs
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianBytes.cmi
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianBytes.cmti
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianBytes.cmt
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianBytes.annot
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianString.cmi
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianString.cmti
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianString.cmt
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianString.annot
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianBytes.cmx
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianString.cmx
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianBigstring.mli
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/bigstring.cma
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/bigstring.cmxa
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/bigstring.a
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/bigstring.cmxs
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianBigstring.cmi
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianBigstring.cmti
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianBigstring.cmt
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianBigstring.annot
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/endianBigstring.cmx
- Installed /home/opam/.opam/4.04/lib/ocplib-endian/META
-> installed ocplib-endian.1.0
Processing 149/216: [base: jbuilder build] [oasis: ocaml setup.ml] [ppx_ast: jbuilder build] [ppx_deriving: ocaml] [ppx_tools_versioned: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "base" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/base.v0.9.3)
-     ocamldep shadow-stdlib/src/shadow_stdlib.depends.ocamldep-output
-     ocamldep compiler-stdlib/gen/gen.depends.ocamldep-output
-     ocamllex src/hex_lexer.ml
-       ocamlc src/base__.{cmi,cmo,cmt}
-           sh src/mpopcnt.sexp,src/popcnt_test.c
-     ocamllex shadow-stdlib/gen/mapper.ml
-       ocamlc compiler-stdlib/gen/gen.{cmi,cmo,cmt}
-        ocaml src/int63_backend.ml
-     ocamldep shadow-stdlib/gen/gen.depends.ocamldep-output
-        ocaml src/string_set_primitives.ml
-     ocamldep src/base.dependsi.ocamldep-output
-     ocamlopt src/base__.{cmx,o}
-     ocamlopt compiler-stdlib/gen/gen.{cmx,o}
-       ocamlc src/hash_stubs.o
-       ocamlc src/am_testing.o
-       ocamlc src/int_math_stubs.o
-       ocamlc src/exn_stubs.o
-       ocamlc src/heap_block_stubs.o
-       ocamlc src/string_dict_stubs.o
-       ocamlc src/internalhash_stubs.o
-   ocamlmklib src/dllbase_stubs.so,src/libbase_stubs.a
-     ocamlopt compiler-stdlib/gen/gen.exe
-          gen compiler-stdlib/src/caml.ml
-     ocamldep compiler-stdlib/src/caml.depends.ocamldep-output
-     ocamldep src/base.depends.ocamldep-output
-       ocamlc compiler-stdlib/src/caml.{cmi,cmo,cmt}
-     ocamlopt compiler-stdlib/src/caml.{cmx,o}
-       ocamlc compiler-stdlib/src/caml.cma
-     ocamlopt compiler-stdlib/src/caml.{a,cmxa}
-       ocamlc shadow-stdlib/gen/mapper.{cmi,cmo,cmt}
-     ocamlopt compiler-stdlib/src/caml.cmxs
-       ocamlc shadow-stdlib/gen/gen.{cmi,cmo,cmt}
-     ocamlopt shadow-stdlib/gen/mapper.{cmx,o}
-     ocamlopt shadow-stdlib/gen/gen.{cmx,o}
-     ocamlopt shadow-stdlib/gen/gen.exe
-          gen shadow-stdlib/src/shadow_stdlib.mli
-     ocamldep shadow-stdlib/src/shadow_stdlib.dependsi.ocamldep-output
-       ocamlc shadow-stdlib/src/shadow_stdlib.{cmi,cmti}
-       ocamlc src/base__Sys.{cmi,cmti}
-       ocamlc src/base__Field.{cmi,cmti}
-       ocamlc src/base__String_set_primitives.{cmi,cmo,cmt}
-       ocamlc src/base__Ppx_compare_lib.{cmi,cmti}
-       ocamlc src/base__Variant.{cmi,cmti}
-       ocamlc src/base__Hex_lexer.{cmi,cmo,cmt}
-       ocamlc src/base__Field.{cmo,cmt}
-       ocamlc src/base__Fieldslib.{cmi,cmo,cmt}
-       ocamlc shadow-stdlib/src/shadow_stdlib.{cmo,cmt}
-       ocamlc src/base__Variantslib.{cmi,cmo,cmt}
-       ocamlc shadow-stdlib/src/shadow_stdlib.cma
-     ocamlopt shadow-stdlib/src/shadow_stdlib.{cmx,o}
-       ocamlc src/base__Variant.{cmo,cmt}
-     ocamlopt shadow-stdlib/src/shadow_stdlib.{a,cmxa}
-     ocamlopt src/base__Field.{cmx,o}
-     ocamlopt src/base__String_set_primitives.{cmx,o}
-     ocamlopt src/base__Variant.{cmx,o}
-     ocamlopt src/base__Variantslib.{cmx,o}
-     ocamlopt src/base__Hex_lexer.{cmx,o}
-     ocamlopt src/base__Fieldslib.{cmx,o}
-     ocamlopt shadow-stdlib/src/shadow_stdlib.cmxs
-       ocamlc src/base__Import0.{cmi,cmo,cmt}
-       ocamlc src/base__Uchar0.{cmi,cmo,cmt}
-       ocamlc src/base__Polymorphic_compare.{cmi,cmti}
-       ocamlc src/base__List0.{cmi,cmo,cmt}
-       ocamlc src/base__Poly.{cmi,cmo,cmt}
-       ocamlc src/base__Linked_queue0.{cmi,cmo,cmt}
-       ocamlc src/base__Printf.{cmi,cmti}
-       ocamlc src/base__Polymorphic_compare.{cmo,cmt}
-       ocamlc src/base__Sys0.{cmi,cmo,cmt}
-       ocamlc src/base__Hash_intf.{cmi,cmo,cmt}
-       ocamlc src/base__String0.{cmi,cmo,cmt}
-       ocamlc src/base__Printf.{cmo,cmt}
-       ocamlc src/base__Array0.{cmi,cmo,cmt}
-       ocamlc src/base__Hash.{cmi,cmti}
-       ocamlc src/base__Char0.{cmi,cmo,cmt}
-       ocamlc src/base__Ppx_hash_lib.{cmi,cmo,cmt}
-       ocamlc src/base__Ppx_compare_lib.{cmo,cmt}
-       ocamlc src/base__Sexp.{cmi,cmti}
-       ocamlc src/base__Hash.{cmo,cmt}
-       ocamlc src/base__Sexp.{cmo,cmt}
-       ocamlc src/base__Sexplib.{cmi,cmo,cmt}
-       ocamlc src/base__Import.{cmi,cmo,cmt}
-       ocamlc src/base__String_dict.{cmi,cmti}
-       ocamlc src/base__With_return.{cmi,cmti}
-       ocamlc src/base__Stringable.{cmi,cmo,cmt}
-       ocamlc src/base__Pretty_printer.{cmi,cmti}
-       ocamlc src/base__Floatable.{cmi,cmo,cmt}
-       ocamlc src/base__Popcount.{cmi,cmti}
-       ocamlc src/base__Int_pow2.{cmi,cmti}
-       ocamlc src/base__Fn.{cmi,cmti}
-       ocamlc src/base__Polymorphic_compare_intf.{cmi,cmo,cmt}
-       ocamlc src/base__T.{cmi,cmo,cmt}
-       ocamlc src/base__Comparator.{cmi,cmti}
-       ocamlc src/base__Blit_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Binary_searchable_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Staged.{cmi,cmti}
-       ocamlc src/base__Heap_block.{cmi,cmti}
-       ocamlc src/base__Avltree.{cmi,cmti}
-       ocamlc src/base__Equal.{cmi,cmo,cmt}
-       ocamlc src/base__Binary_search.{cmi,cmti}
-       ocamlc src/base__Random.{cmi,cmti}
-       ocamlc src/base__Hasher.{cmi,cmo,cmt}
-       ocamlc src/base__Intable.{cmi,cmo,cmt}
-       ocamlc src/base__Sys.{cmo,cmt}
-       ocamlc src/base__Backtrace.{cmi,cmti}
-       ocamlc src/base__Word_size.{cmi,cmti}
-       ocamlc src/base__Applicative_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Commutative_group.{cmi,cmo,cmt}
-       ocamlc src/base__Sign0.{cmi,cmo,cmt}
-       ocamlc src/base__Sexpable.{cmi,cmti}
-       ocamlc src/base__Maybe_bound.{cmi,cmti}
-       ocamlc src/base__Exn.{cmi,cmti}
-       ocamlc src/base__Fn.{cmo,cmt}
-       ocamlc src/base__Comparator.{cmo,cmt}
-       ocamlc src/base__Binary_searchable.{cmi,cmti}
-       ocamlc src/base__Staged.{cmo,cmt}
-       ocamlc src/base__Avltree.{cmo,cmt}
-       ocamlc src/base__Ordering.{cmi,cmti}
-       ocamlc src/base__Monad_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Blit.{cmi,cmti}
-       ocamlc src/base__Exn.{cmo,cmt}
-       ocamlc src/base__Popcount.{cmo,cmt}
-       ocamlc src/base__String_dict.{cmo,cmt}
-       ocamlc src/base__Heap_block.{cmo,cmt}
-       ocamlc src/base__Pretty_printer.{cmo,cmt}
-       ocamlc src/base__Binary_searchable.{cmo,cmt}
-       ocamlc src/base__Word_size.{cmo,cmt}
-       ocamlc src/base__Array_permute.{cmi,cmo,cmt}
-       ocamlc src/base__Random.{cmo,cmt}
-       ocamlc src/base__Sexpable.{cmo,cmt}
-       ocamlc src/base__Source_code_position0.{cmi,cmo,cmt}
-       ocamlc src/base__Monad.{cmi,cmti}
-       ocamlc src/base__With_return.{cmo,cmt}
-       ocamlc src/base__Ordering.{cmo,cmt}
-       ocamlc src/base__Invariant_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Buffer_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Result.{cmi,cmti}
-       ocamlc src/base__Lazy.{cmi,cmti}
-       ocamlc src/base__Invariant.{cmi,cmti}
-       ocamlc src/base__Applicative.{cmi,cmti}
-       ocamlc src/base__Ordered_collection_common.{cmi,cmti}
-       ocamlc src/base__Buffer.{cmi,cmti}
-       ocamlc src/base__Monad.{cmo,cmt}
-       ocamlc src/base__Binary_search.{cmo,cmt}
-       ocamlc src/base__Ordered_collection_common.{cmo,cmt}
-       ocamlc src/base__Info_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Result.{cmo,cmt}
-       ocamlc src/base__Lazy.{cmo,cmt}
-       ocamlc src/base__Container_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Blit.{cmo,cmt}
-       ocamlc src/base__Info.{cmi,cmti}
-       ocamlc src/base__Container.{cmi,cmti}
-       ocamlc src/base__Error.{cmi,cmti}
-     ocamlopt src/base__Import0.{cmx,o}
-       ocamlc src/base__Either_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Error.{cmo,cmt}
-       ocamlc src/base__Int_pow2.{cmo,cmt}
-       ocamlc src/base__Ref.{cmi,cmti}
-       ocamlc src/base__Sequence.{cmi,cmti}
-       ocamlc src/base__Indexed_container_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Indexed_container.{cmi,cmti}
-     ocamlopt src/base__Polymorphic_compare.{cmx,o}
-       ocamlc src/base__Ref.{cmo,cmt}
-       ocamlc src/base__Array.{cmi,cmti}
-       ocamlc src/base__List.{cmi,cmti}
-       ocamlc src/base__Either.{cmi,cmti}
-     ocamlopt src/base__List0.{cmx,o}
-       ocamlc src/base__Indexed_container.{cmo,cmt}
-       ocamlc src/base__Invariant.{cmo,cmt}
-       ocamlc src/base__Queue_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Container.{cmo,cmt}
-     ocamlopt src/base__Poly.{cmx,o}
-     ocamlopt src/base__Linked_queue0.{cmx,o}
-     ocamlopt src/base__Sys0.{cmx,o}
-       ocamlc src/base__Or_error.{cmi,cmti}
-     ocamlopt src/base__Printf.{cmx,o}
-     ocamlopt src/base__Hash_intf.{cmx,o}
-     ocamlopt src/base__Uchar0.{cmx,o}
-       ocamlc src/base__List.{cmo,cmt}
-       ocamlc src/base__Applicative.{cmo,cmt}
-       ocamlc src/base__Maybe_bound.{cmo,cmt}
-       ocamlc src/base__Validate.{cmi,cmti}
-       ocamlc src/base__Linked_queue.{cmi,cmti}
-       ocamlc src/base__Info.{cmo,cmt}
-     ocamlopt src/base__String0.{cmx,o}
-     ocamlopt src/base__Char0.{cmx,o}
-       ocamlc src/base__Validate.{cmo,cmt}
-     ocamlopt src/base__Array0.{cmx,o}
-       ocamlc src/base__Comparable_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Option.{cmi,cmti}
-       ocamlc src/base__Hashtbl_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Or_error.{cmo,cmt}
-       ocamlc src/base__Linked_queue.{cmo,cmt}
-       ocamlc src/base__Comparable.{cmi,cmti}
-       ocamlc src/base__Float0.{cmi,cmo,cmt}
-       ocamlc src/base__Hashtbl.{cmi,cmti}
-     ocamlopt src/base__Ppx_compare_lib.{cmx,o}
-     ocamlopt src/base__Hash.{cmx,o}
-       ocamlc src/base__Option.{cmo,cmt}
-       ocamlc src/base__Bool.{cmi,cmti}
-       ocamlc src/base__Sexp_with_comparable.{cmi,cmti}
-       ocamlc src/base__Either.{cmo,cmt}
-       ocamlc src/base__Identifiable.{cmi,cmti}
-       ocamlc src/base__Type_equal.{cmi,cmti}
-     ocamlopt src/base__Ppx_hash_lib.{cmx,o}
-       ocamlc src/base__Array.{cmo,cmt}
-       ocamlc src/base__Sexp_with_comparable.{cmo,cmt}
-       ocamlc src/base__Unit.{cmi,cmti}
-     ocamlopt src/base__Import.{cmx,o}
-       ocamlc src/base__Sign.{cmi,cmti}
-       ocamlc src/base__Char.{cmi,cmti}
-       ocamlc src/base__Bool.{cmo,cmt}
-       ocamlc src/base__Source_code_position.{cmi,cmti}
-       ocamlc src/base__Uchar.{cmi,cmti}
-       ocamlc src/base__Sequence.{cmo,cmt}
-       ocamlc src/base__Hash_set_intf.{cmi,cmo,cmt}
-       ocamlc src/base__Comparable.{cmo,cmt}
-     ocamlopt src/base__Sys.{cmx,o}
-       ocamlc src/base__Identifiable.{cmo,cmt}
-     ocamlopt src/base__T.{cmx,o}
-       ocamlc src/base__Hash_set.{cmi,cmti}
-     ocamlopt src/base__Stringable.{cmx,o}
-       ocamlc src/base__Uchar.{cmo,cmt}
-     ocamlopt src/base__Floatable.{cmx,o}
-     ocamlopt src/base__Sexp.{cmx,o}
-     ocamlopt src/base__Polymorphic_compare_intf.{cmx,o}
-       ocamlc src/base__Sign.{cmo,cmt}
-     ocamlopt src/base__Hasher.{cmx,o}
-     ocamlopt src/base__Intable.{cmx,o}
-     ocamlopt src/base__Equal.{cmx,o}
-     ocamlopt src/base__Sexplib.{cmx,o}
-       ocamlc src/base__String.{cmi,cmti}
-       ocamlc src/base__Unit.{cmo,cmt}
-       ocamlc src/base__Map_intf.{cmi,cmo,cmt}
-     ocamlopt src/base__Applicative_intf.{cmx,o}
-     ocamlopt src/base__Fn.{cmx,o}
-     ocamlopt src/base__Blit_intf.{cmx,o}
-     ocamlopt src/base__Binary_searchable_intf.{cmx,o}
-       ocamlc src/base__Int_intf.{cmi,cmo,cmt}
-     ocamlopt src/base__String_dict.{cmx,o}
-     ocamlopt src/base__Staged.{cmx,o}
-       ocamlc src/base__Int.{cmi,cmti}
-       ocamlc src/base__Int32.{cmi,cmti}
-       ocamlc src/base__Int_conversions.{cmi,cmti}
-     ocamlopt src/base__Comparator.{cmx,o}
-       ocamlc src/base__Int63_emul.{cmi,cmti}
-       ocamlc src/base__Int_math.{cmi,cmti}
-     ocamlopt src/base__Pretty_printer.{cmx,o}
-     ocamlopt src/base__Word_size.{cmx,o}
-       ocamlc src/base__Int64.{cmi,cmti}
-     ocamlopt src/base__Commutative_group.{cmx,o}
-       ocamlc src/base__Nativeint.{cmi,cmti}
-       ocamlc src/base__Pow_overflow_bounds.{cmi,cmo,cmt}
-     ocamlopt src/base__Sign0.{cmx,o}
-     ocamlopt src/base__Popcount.{cmx,o}
-       ocamlc src/base__Backtrace.{cmo,cmt}
-     ocamlopt src/base__Ordering.{cmx,o}
-     ocamlopt src/base__Sexpable.{cmx,o}
-       ocamlc src/base__Source_code_position.{cmo,cmt}
-       ocamlc src/base__Int_conversions.{cmo,cmt}
-     ocamlopt src/base__Heap_block.{cmx,o}
-       ocamlc src/base__Char.{cmo,cmt}
-     ocamlopt src/base__Avltree.{cmx,o}
-       ocamlc src/base__Int63_backends.{cmi,cmo,cmt}
-     ocamlopt src/base__Monad_intf.{cmx,o}
-       ocamlc src/base__Map.{cmi,cmti}
-     ocamlopt src/base__Random.{cmx,o}
-     ocamlopt src/base__Source_code_position0.{cmx,o}
-     ocamlopt src/base__Exn.{cmx,o}
-       ocamlc src/base__Buffer.{cmo,cmt}
-       ocamlc src/base__Int_math.{cmo,cmt}
-       ocamlc src/base__Hash_set.{cmo,cmt}
-       ocamlc src/base__Type_equal.{cmo,cmt}
-       ocamlc src/base__Int.{cmo,cmt}
-       ocamlc src/base__Int32.{cmo,cmt}
-       ocamlc src/base__Int63_emul.{cmo,cmt}
-       ocamlc src/base__Int63_backend.{cmi,cmo,cmt}
-     ocamlopt src/base__Array_permute.{cmx,o}
-     ocamlopt src/base__Invariant_intf.{cmx,o}
-       ocamlc src/base__Nativeint.{cmo,cmt}
-       ocamlc src/base__Int64.{cmo,cmt}
-     ocamlopt src/base__With_return.{cmx,o}
-       ocamlc src/base__Hashtbl.{cmo,cmt}
-       ocamlc src/base__Int63.{cmi,cmti}
-       ocamlc src/base__Set_intf.{cmi,cmo,cmt}
-     ocamlopt src/base__Monad.{cmx,o}
-       ocamlc src/base__Float.{cmi,cmti}
-       ocamlc src/base__Int63.{cmo,cmt}
-     ocamlopt src/base__Lazy.{cmx,o}
-     ocamlopt src/base__Result.{cmx,o}
-     ocamlopt src/base__Info_intf.{cmx,o}
-       ocamlc src/base__Set.{cmi,cmti}
-     ocamlopt src/base__Ordered_collection_common.{cmx,o}
-     ocamlopt src/base__Container_intf.{cmx,o}
-     ocamlopt src/base__Binary_search.{cmx,o}
-     ocamlopt src/base__Blit.{cmx,o}
-     ocamlopt src/base__Binary_searchable.{cmx,o}
-       ocamlc src/base__Float.{cmo,cmt}
-     ocamlopt src/base__Buffer_intf.{cmx,o}
-     ocamlopt src/base__Ref.{cmx,o}
-     ocamlopt src/base__Container.{cmx,o}
-       ocamlc src/base__Map.{cmo,cmt}
-     ocamlopt src/base__Indexed_container_intf.{cmx,o}
-       ocamlc src/base__Set.{cmo,cmt}
-     ocamlopt src/base__List.{cmx,o}
-     ocamlopt src/base__Indexed_container.{cmx,o}
-       ocamlc src/base__String.{cmo,cmt}
-     ocamlopt src/base__Queue_intf.{cmx,o}
-     ocamlopt src/base__Maybe_bound.{cmx,o}
-     ocamlopt src/base__Applicative.{cmx,o}
-     ocamlopt src/base__Info.{cmx,o}
-     ocamlopt src/base__Error.{cmx,o}
-     ocamlopt src/base__Invariant.{cmx,o}
-     ocamlopt src/base__Int_pow2.{cmx,o}
-     ocamlopt src/base__Sequence.{cmx,o}
-     ocamlopt src/base__Or_error.{cmx,o}
-     ocamlopt src/base__Either_intf.{cmx,o}
-     ocamlopt src/base__Validate.{cmx,o}
-     ocamlopt src/base__Comparable_intf.{cmx,o}
-     ocamlopt src/base__Option.{cmx,o}
-     ocamlopt src/base__Float0.{cmx,o}
-     ocamlopt src/base__Map_intf.{cmx,o}
-     ocamlopt src/base__Either.{cmx,o}
-     ocamlopt src/base__Hashtbl_intf.{cmx,o}
-       ocamlc src/base.{cmi,cmo,cmt}
-     ocamlopt src/base__Comparable.{cmx,o}
-       ocamlc src/base.cma
-     ocamlopt src/base__Sexp_with_comparable.{cmx,o}
-     ocamlopt src/base__Identifiable.{cmx,o}
-     ocamlopt src/base__Uchar.{cmx,o}
-     ocamlopt src/base__Bool.{cmx,o}
-     ocamlopt src/base__Unit.{cmx,o}
-     ocamlopt src/base__Int_intf.{cmx,o}
-     ocamlopt src/base__Sign.{cmx,o}
-     ocamlopt src/base__Array.{cmx,o}
-     ocamlopt src/base__Set_intf.{cmx,o}
-     ocamlopt src/base__Char.{cmx,o}
-     ocamlopt src/base__Linked_queue.{cmx,o}
-     ocamlopt src/base__Map.{cmx,o}
-     ocamlopt src/base__Set.{cmx,o}
-     ocamlopt src/base__String.{cmx,o}
-     ocamlopt src/base__Buffer.{cmx,o}
-     ocamlopt src/base__Int_conversions.{cmx,o}
-     ocamlopt src/base__Pow_overflow_bounds.{cmx,o}
-     ocamlopt src/base__Int_math.{cmx,o}
-     ocamlopt src/base__Int64.{cmx,o}
-     ocamlopt src/base__Nativeint.{cmx,o}
-     ocamlopt src/base__Int.{cmx,o}
-     ocamlopt src/base__Int32.{cmx,o}
-     ocamlopt src/base__Int63_emul.{cmx,o}
-     ocamlopt src/base__Source_code_position.{cmx,o}
-     ocamlopt src/base__Backtrace.{cmx,o}
-     ocamlopt src/base__Type_equal.{cmx,o}
-     ocamlopt src/base__Int63_backends.{cmx,o}
-     ocamlopt src/base__Int63_backend.{cmx,o}
-     ocamlopt src/base__Int63.{cmx,o}
-     ocamlopt src/base__Hashtbl.{cmx,o}
-     ocamlopt src/base__Hash_set_intf.{cmx,o}
-     ocamlopt src/base__Float.{cmx,o}
-     ocamlopt src/base__Hash_set.{cmx,o}
-     ocamlopt src/base.{cmx,o}
-     ocamlopt src/base.{a,cmxa}
-     ocamlopt src/base.cmxs
-> compiled  base.v0.9.3
Processing 149/216: [oasis: ocaml setup.ml] [ppx_ast: jbuilder build] [ppx_deriving: ocaml] [ppx_tools_versioned: make all]
-> installed base.v0.9.3
Processing 150/216: [oasis: ocaml setup.ml] [ppx_ast: jbuilder build] [ppx_deriving: ocaml] [ppx_tools_versioned: make all]
Processing 151/216: [oasis: ocaml setup.ml] [ppx_ast: jbuilder build] [ppx_deriving: ocaml] [ppx_tools_versioned: make all] [stdio: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "--only-packages" "ppx_ast" "--root" "." "-j" "31" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_ast.v0.9.1)
-       ocamlc src/ppx_ast__.{cmi,cmo,cmt}
-     ocamlopt src/ppx_ast__.{cmx,o}
-     ocamllex src/lexer.ml
-    ocamlyacc src/parser0.{ml,mli}
-     ocamldep src/ppx_ast.dependsi.ocamldep-output
-     ocamldep src/ppx_ast.depends.ocamldep-output
-       ocamlc src/ppx_ast__Import.{cmi,cmo,cmt}
-       ocamlc src/ppx_ast__Syntaxerr.{cmi,cmti}
-       ocamlc src/ppx_ast__Warn.{cmi,cmti}
-       ocamlc src/ppx_ast__Parse.{cmi,cmti}
-       ocamlc src/ppx_ast__Docstrings.{cmi,cmti}
-       ocamlc src/ppx_ast__Pprintast.{cmi,cmti}
-       ocamlc src/ppx_ast__Warn.{cmo,cmt}
-       ocamlc src/ppx_ast__Syntaxerr.{cmo,cmt}
-       ocamlc src/ppx_ast__Parser.{cmi,cmti}
-       ocamlc src/ppx_ast__Docstrings.{cmo,cmt}
-     ocamlopt src/ppx_ast__Import.{cmx,o}
-     ocamlopt src/ppx_ast__Warn.{cmx,o}
-       ocamlc src/ppx_ast__Ast_helper.{cmi,cmti}
-       ocamlc src/ppx_ast__Lexer.{cmi,cmo,cmt}
-     ocamlopt src/ppx_ast__Syntaxerr.{cmx,o}
-     ocamlopt src/ppx_ast__Docstrings.{cmx,o}
-       ocamlc src/ppx_ast__Parse.{cmo,cmt}
-       ocamlc src/ppx_ast__Ast_helper.{cmo,cmt}
-     ocamlopt src/ppx_ast__Ast_helper.{cmx,o}
-       ocamlc src/ppx_ast__Pprintast.{cmo,cmt}
-       ocamlc src/ppx_ast__Parser.{cmo,cmt}
-     ocamlopt src/ppx_ast__Pprintast.{cmx,o}
-       ocamlc src/ppx_ast__Ast.{cmi,cmo,cmt}
-       ocamlc src/ppx_ast.{cmi,cmo,cmt}
-       ocamlc src/ppx_ast.cma
-     ocamlopt src/ppx_ast__Parser.{cmx,o}
-     ocamlopt src/ppx_ast__Lexer.{cmx,o}
-     ocamlopt src/ppx_ast__Parse.{cmx,o}
-     ocamlopt src/ppx_ast__Ast.{cmx,o}
-     ocamlopt src/ppx_ast.{cmx,o}
-     ocamlopt src/ppx_ast.{a,cmxa}
-     ocamlopt src/ppx_ast.cmxs
-> compiled  ppx_ast.v0.9.1
Processing 151/216: [oasis: ocaml setup.ml] [ppx_deriving: ocaml] [ppx_tools_versioned: make all] [stdio: jbuilder build]
-> installed ppx_ast.v0.9.1
Processing 152/216: [oasis: ocaml setup.ml] [ppx_deriving: ocaml] [ppx_tools_versioned: make all] [stdio: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "--only-packages" "stdio" "--root" "." "-j" "31" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/stdio.v0.9.0)
-     ocamldep src/stdio.depends.ocamldep-output
-       ocamlc src/stdio__.{cmi,cmo,cmt}
-     ocamldep src/stdio.dependsi.ocamldep-output
-     ocamlopt src/stdio__.{cmx,o}
-       ocamlc src/stdio__Import.{cmi,cmo,cmt}
-       ocamlc src/stdio__In_channel.{cmi,cmti}
-       ocamlc src/stdio__In_channel.{cmo,cmt}
-       ocamlc src/stdio__Out_channel.{cmi,cmti}
-       ocamlc src/stdio.{cmi,cmti}
-       ocamlc src/stdio.{cmo,cmt}
-       ocamlc src/stdio__Out_channel.{cmo,cmt}
-       ocamlc src/stdio.cma
-     ocamlopt src/stdio__Import.{cmx,o}
-     ocamlopt src/stdio__In_channel.{cmx,o}
-     ocamlopt src/stdio__Out_channel.{cmx,o}
-     ocamlopt src/stdio.{cmx,o}
-     ocamlopt src/stdio.{a,cmxa}
-     ocamlopt src/stdio.cmxs
-> compiled  stdio.v0.9.0
Processing 152/216: [oasis: ocaml setup.ml] [ppx_deriving: ocaml] [ppx_tools_versioned: make all]
-> installed stdio.v0.9.0
Processing 153/216: [oasis: ocaml setup.ml] [ppx_deriving: ocaml] [ppx_tools_versioned: make all]
Processing 154/216: [oasis: ocaml setup.ml] [ppx_core: jbuilder build] [ppx_deriving: ocaml] [ppx_tools_versioned: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/build.ml" "native=true" "native-dynlink=true" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_deriving.4.1.5)
- ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- cppo -V OCAML:4.04.2 -o src/ppx_deriving_main.ml src/ppx_deriving_main.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -modules src/ppx_deriving_main.ml > src/ppx_deriving_main.ml.depends
- cppo -V OCAML:4.04.2 -o src/ppx_deriving.mli src/ppx_deriving.cppo.mli
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -modules src/ppx_deriving.mli > src/ppx_deriving.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmi src/ppx_deriving.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmi src/ppx_deriving.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_main.cmo src/ppx_deriving_main.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_main.cmo src/ppx_deriving_main.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- cppo -V OCAML:4.04.2 -o src/ppx_deriving.ml src/ppx_deriving.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -modules src/ppx_deriving.ml > src/ppx_deriving.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmx src/ppx_deriving.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmx src/ppx_deriving.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_main.cmx src/ppx_deriving_main.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_main.cmx src/ppx_deriving_main.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -linkpkg -g -linkall -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -I src src/ppx_deriving.cmx src/ppx_deriving_main.cmx -o src/ppx_deriving_main.native
- + ocamlfind ocamlopt -linkpkg -g -linkall -package compiler-libs.common -package ppx_tools.metaquot -package findlib.dynload -predicates ppx_driver -package dynlink -package result -I src src/ppx_deriving.cmx src/ppx_deriving_main.cmx -o src/ppx_deriving_main.native
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src src/ppx_deriving.cmx -o src/ppx_deriving.cmxa
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmo src/ppx_deriving.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving.cmo src/ppx_deriving.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -I src src/ppx_deriving.cmo -o src/ppx_deriving.cma
- ocamlfind ocamlopt -shared -linkall -I src src/ppx_deriving.cmxa -o src/ppx_deriving.cmxs
- ocamlfind ocamlopt -a -I src src/ppx_deriving_main.cmx -o src/ppx_deriving_main.cmxa
- ocamlfind ocamlc -a -I src src/ppx_deriving_main.cmo -o src/ppx_deriving_main.cma
- ocamlfind ocamlopt -shared -linkall -I src src/ppx_deriving_main.cmxa -o src/ppx_deriving_main.cmxs
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -modules src/ppx_deriving_runtime.ml > src/ppx_deriving_runtime.ml.depends
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -modules src/ppx_deriving_runtime.mli > src/ppx_deriving_runtime.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_runtime.cmi src/ppx_deriving_runtime.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_runtime.cmi src/ppx_deriving_runtime.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_runtime.cmx src/ppx_deriving_runtime.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_runtime.cmx src/ppx_deriving_runtime.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src src/ppx_deriving_runtime.cmx -o src/ppx_deriving_runtime.cmxa
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_runtime.cmo src/ppx_deriving_runtime.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -package dynlink -package result -w @5@8@10@11@12@14@23@24@26@29@40 -I src -o src/ppx_deriving_runtime.cmo src/ppx_deriving_runtime.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -I src src/ppx_deriving_runtime.cmo -o src/ppx_deriving_runtime.cma
- ocamlfind ocamlopt -shared -linkall -I src src/ppx_deriving_runtime.cmxa -o src/ppx_deriving_runtime.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_create.ml src_plugins/ppx_deriving_create.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_create.ml > src_plugins/ppx_deriving_create.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_create.cmo src_plugins/ppx_deriving_create.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_create.cmo src_plugins/ppx_deriving_create.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_create.cmx src_plugins/ppx_deriving_create.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_create.cmx src_plugins/ppx_deriving_create.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src_plugins src_plugins/ppx_deriving_create.cmx -o src_plugins/ppx_deriving_create.cmxa
- ocamlfind ocamlc -a -I src_plugins src_plugins/ppx_deriving_create.cmo -o src_plugins/ppx_deriving_create.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_create.cmxa -o src_plugins/ppx_deriving_create.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_enum.ml src_plugins/ppx_deriving_enum.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_enum.ml > src_plugins/ppx_deriving_enum.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_enum.cmo src_plugins/ppx_deriving_enum.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_enum.cmo src_plugins/ppx_deriving_enum.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_enum.cmx src_plugins/ppx_deriving_enum.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_enum.cmx src_plugins/ppx_deriving_enum.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src_plugins src_plugins/ppx_deriving_enum.cmx -o src_plugins/ppx_deriving_enum.cmxa
- ocamlfind ocamlc -a -I src_plugins src_plugins/ppx_deriving_enum.cmo -o src_plugins/ppx_deriving_enum.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_enum.cmxa -o src_plugins/ppx_deriving_enum.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_eq.ml src_plugins/ppx_deriving_eq.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_eq.ml > src_plugins/ppx_deriving_eq.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_eq.cmo src_plugins/ppx_deriving_eq.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_eq.cmo src_plugins/ppx_deriving_eq.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_eq.cmx src_plugins/ppx_deriving_eq.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_eq.cmx src_plugins/ppx_deriving_eq.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src_plugins src_plugins/ppx_deriving_eq.cmx -o src_plugins/ppx_deriving_eq.cmxa
- ocamlfind ocamlc -a -I src_plugins src_plugins/ppx_deriving_eq.cmo -o src_plugins/ppx_deriving_eq.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_eq.cmxa -o src_plugins/ppx_deriving_eq.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_fold.ml src_plugins/ppx_deriving_fold.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_fold.ml > src_plugins/ppx_deriving_fold.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_fold.cmo src_plugins/ppx_deriving_fold.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_fold.cmo src_plugins/ppx_deriving_fold.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_fold.cmx src_plugins/ppx_deriving_fold.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_fold.cmx src_plugins/ppx_deriving_fold.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src_plugins src_plugins/ppx_deriving_fold.cmx -o src_plugins/ppx_deriving_fold.cmxa
- ocamlfind ocamlc -a -I src_plugins src_plugins/ppx_deriving_fold.cmo -o src_plugins/ppx_deriving_fold.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_fold.cmxa -o src_plugins/ppx_deriving_fold.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_iter.ml src_plugins/ppx_deriving_iter.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_iter.ml > src_plugins/ppx_deriving_iter.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_iter.cmo src_plugins/ppx_deriving_iter.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_iter.cmo src_plugins/ppx_deriving_iter.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_iter.cmx src_plugins/ppx_deriving_iter.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_iter.cmx src_plugins/ppx_deriving_iter.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src_plugins src_plugins/ppx_deriving_iter.cmx -o src_plugins/ppx_deriving_iter.cmxa
- ocamlfind ocamlc -a -I src_plugins src_plugins/ppx_deriving_iter.cmo -o src_plugins/ppx_deriving_iter.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_iter.cmxa -o src_plugins/ppx_deriving_iter.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_make.ml src_plugins/ppx_deriving_make.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_make.ml > src_plugins/ppx_deriving_make.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_make.cmo src_plugins/ppx_deriving_make.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_make.cmo src_plugins/ppx_deriving_make.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_make.cmx src_plugins/ppx_deriving_make.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_make.cmx src_plugins/ppx_deriving_make.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src_plugins src_plugins/ppx_deriving_make.cmx -o src_plugins/ppx_deriving_make.cmxa
- ocamlfind ocamlc -a -I src_plugins src_plugins/ppx_deriving_make.cmo -o src_plugins/ppx_deriving_make.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_make.cmxa -o src_plugins/ppx_deriving_make.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_map.ml src_plugins/ppx_deriving_map.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_map.ml > src_plugins/ppx_deriving_map.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_map.cmo src_plugins/ppx_deriving_map.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_map.cmo src_plugins/ppx_deriving_map.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_map.cmx src_plugins/ppx_deriving_map.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_map.cmx src_plugins/ppx_deriving_map.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src_plugins src_plugins/ppx_deriving_map.cmx -o src_plugins/ppx_deriving_map.cmxa
- ocamlfind ocamlc -a -I src_plugins src_plugins/ppx_deriving_map.cmo -o src_plugins/ppx_deriving_map.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_map.cmxa -o src_plugins/ppx_deriving_map.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_ord.ml src_plugins/ppx_deriving_ord.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_ord.ml > src_plugins/ppx_deriving_ord.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_ord.cmo src_plugins/ppx_deriving_ord.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_ord.cmo src_plugins/ppx_deriving_ord.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_ord.cmx src_plugins/ppx_deriving_ord.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_ord.cmx src_plugins/ppx_deriving_ord.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src_plugins src_plugins/ppx_deriving_ord.cmx -o src_plugins/ppx_deriving_ord.cmxa
- ocamlfind ocamlc -a -I src_plugins src_plugins/ppx_deriving_ord.cmo -o src_plugins/ppx_deriving_ord.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_ord.cmxa -o src_plugins/ppx_deriving_ord.cmxs
- cppo -V OCAML:4.04.2 -o src_plugins/ppx_deriving_show.ml src_plugins/ppx_deriving_show.cppo.ml
- ocamlfind ocamldep -package compiler-libs.common -package ppx_tools.metaquot -modules src_plugins/ppx_deriving_show.ml > src_plugins/ppx_deriving_show.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_show.cmo src_plugins/ppx_deriving_show.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_show.cmo src_plugins/ppx_deriving_show.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_show.cmx src_plugins/ppx_deriving_show.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -package ppx_tools.metaquot -w @5@8@10@11@12@14@23@24@26@29@40 -I src_plugins -I src -o src_plugins/ppx_deriving_show.cmx src_plugins/ppx_deriving_show.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -a -I src_plugins src_plugins/ppx_deriving_show.cmx -o src_plugins/ppx_deriving_show.cmxa
- ocamlfind ocamlc -a -I src_plugins src_plugins/ppx_deriving_show.cmo -o src_plugins/ppx_deriving_show.cma
- ocamlfind ocamlopt -shared -linkall -I src_plugins src_plugins/ppx_deriving_show.cmxa -o src_plugins/ppx_deriving_show.cmxs
-> compiled  ppx_deriving.4.1.5
Processing 154/216: [oasis: ocaml setup.ml] [ppx_core: jbuilder build] [ppx_tools_versioned: make all]
-> installed ppx_deriving.4.1.5
Processing 155/216: [oasis: ocaml setup.ml] [ppx_core: jbuilder build] [ppx_tools_versioned: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "--only-packages" "ppx_core" "--root" "." "-j" "31" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_core.v0.9.0)
-       ocamlc src/ppx_core__.{cmi,cmo,cmt}
-     ocamldep src/gen/gen_ast_pattern.depends.ocamldep-output
-     ocamldep src/ppx_core.dependsi.ocamldep-output
-     ocamlopt src/ppx_core__.{cmx,o}
-     ocamldep src/gen/gen_ast_pattern.dependsi.ocamldep-output
-       ocamlc src/gen/gen_ast_builder.{cmi,cmti}
-       ocamlc src/gen/gen_ast_pattern.{cmi,cmti}
-       ocamlc src/gen/import.{cmi,cmo,cmt}
-     ocamlopt src/gen/import.{cmx,o}
-     ocamlopt src/gen/gen_ast_pattern.{cmx,o}
-     ocamlopt src/gen/gen_ast_builder.{cmx,o}
-     ocamlopt src/gen/gen_ast_pattern.exe
-     ocamlopt src/gen/gen_ast_builder.exe
- gen_ast_pattern src/ast_pattern_generated.ml
- gen_ast_builder src/ast_builder_generated.ml
-     ocamldep src/ppx_core.depends.ocamldep-output
-       ocamlc src/ppx_core__Glue.{cmi,cmo,cmt}
-     ocamlopt src/ppx_core__Glue.{cmx,o}
-       ocamlc src/ppx_core__Import.{cmi,cmo,cmt}
-       ocamlc src/ppx_core__Location.{cmi,cmti}
-       ocamlc src/ppx_core__Longident.{cmi,cmti}
-       ocamlc src/ppx_core__Caller_id.{cmi,cmo,cmt}
-       ocamlc src/ppx_core__Spellcheck.{cmi,cmo,cmt}
-       ocamlc src/ppx_core__Code_matcher.{cmi,cmti}
-       ocamlc src/ppx_core__Loc.{cmi,cmti}
-       ocamlc src/ppx_core__Ast_pattern0.{cmi,cmo,cmt}
-       ocamlc src/ppx_core__File_path.{cmi,cmti}
-       ocamlc src/ppx_core__Longident.{cmo,cmt}
-       ocamlc src/ppx_core__Ast_traverse.{cmi,cmti}
-       ocamlc src/ppx_core__Loc.{cmo,cmt}
-       ocamlc src/ppx_core__Location.{cmo,cmt}
-       ocamlc src/ppx_core__Name.{cmi,cmti}
-       ocamlc src/ppx_core__Ast_builder_generated.{cmi,cmo,cmt}
-     ocamlopt src/ppx_core__Import.{cmx,o}
-       ocamlc src/ppx_core__File_path.{cmo,cmt}
-       ocamlc src/ppx_core__Common.{cmi,cmti}
-       ocamlc src/ppx_core__Ast_builder_intf.{cmi,cmo,cmt}
-     ocamlopt src/ppx_core__Longident.{cmx,o}
-     ocamlopt src/ppx_core__Spellcheck.{cmx,o}
-     ocamlopt src/ppx_core__Caller_id.{cmx,o}
-       ocamlc src/ppx_core__Name.{cmo,cmt}
-       ocamlc src/ppx_core__Ast_traverse.{cmo,cmt}
-     ocamlopt src/ppx_core__Ast_traverse.{cmx,o}
-     ocamlopt src/ppx_core__Location.{cmx,o}
-       ocamlc src/ppx_core__Ast_builder.{cmi,cmti}
-     ocamlopt src/ppx_core__Loc.{cmx,o}
-     ocamlopt src/ppx_core__Ast_pattern0.{cmx,o}
-     ocamlopt src/ppx_core__File_path.{cmx,o}
-       ocamlc src/ppx_core__Ast_builder.{cmo,cmt}
-       ocamlc src/ppx_core__Ast_pattern_generated.{cmi,cmo,cmt}
-     ocamlopt src/ppx_core__Name.{cmx,o}
-       ocamlc src/ppx_core__Common.{cmo,cmt}
-     ocamlopt src/ppx_core__Ast_builder_generated.{cmx,o}
-       ocamlc src/ppx_core__Ast_pattern.{cmi,cmti}
-     ocamlopt src/ppx_core__Ast_builder_intf.{cmx,o}
-       ocamlc src/ppx_core__Extension.{cmi,cmti}
-       ocamlc src/ppx_core__Attribute.{cmi,cmti}
-       ocamlc src/ppx_core__Ast_pattern.{cmo,cmt}
-       ocamlc src/ppx_core__Extension.{cmo,cmt}
-       ocamlc src/ppx_core__Context_free.{cmi,cmti}
-       ocamlc src/ppx_core__Code_matcher.{cmo,cmt}
-     ocamlopt src/ppx_core__Ast_builder.{cmx,o}
-       ocamlc src/ppx_core__Attribute.{cmo,cmt}
-       ocamlc src/ppx_core.{cmi,cmo,cmt}
-       ocamlc src/ppx_core__Context_free.{cmo,cmt}
-       ocamlc src/ppx_core.cma
-     ocamlopt src/ppx_core__Common.{cmx,o}
-     ocamlopt src/ppx_core__Ast_pattern_generated.{cmx,o}
-     ocamlopt src/ppx_core__Ast_pattern.{cmx,o}
-     ocamlopt src/ppx_core__Extension.{cmx,o}
-     ocamlopt src/ppx_core__Attribute.{cmx,o}
-     ocamlopt src/ppx_core__Code_matcher.{cmx,o}
-     ocamlopt src/ppx_core__Context_free.{cmx,o}
-     ocamlopt src/ppx_core.{cmx,o}
-     ocamlopt src/ppx_core.{a,cmxa}
-     ocamlopt src/ppx_core.cmxs
-> compiled  ppx_core.v0.9.0
Processing 155/216: [oasis: ocaml setup.ml] [ppx_tools_versioned: make all]
-> installed ppx_core.v0.9.0
Processing 156/216: [oasis: ocaml setup.ml] [ppx_tools_versioned: make all]
Processing 157/216: [oasis: ocaml setup.ml] [ppx_optcomp: jbuilder build] [ppx_tools_versioned: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_tools_versioned.5.1)
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_402.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_402.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_402.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_402.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_lifter_402.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_tools_402.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_403.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_403.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_403.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_403.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_lifter_403.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_tools_403.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_404.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_404.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_404.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_404.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_lifter_404.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_tools_404.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_405.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_405.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_405.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_405.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_lifter_405.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_tools_405.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_406.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_406.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_406.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_406.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_lifter_406.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_tools_406.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind c -package ocaml-migrate-parsetree -a -o ppx_tools_versioned.cma ast_convenience_402.cmo ast_mapper_class_402.cmo ast_lifter_402.cmo ppx_tools_402.cmo ast_convenience_403.cmo ast_mapper_class_403.cmo ast_lifter_403.cmo ppx_tools_403.cmo ast_convenience_404.cmo ast_mapper_class_404.cmo ast_lifter_404.cmo ppx_tools_404.cmo ast_convenience_405.cmo ast_mapper_class_405.cmo ast_lifter_405.cmo ppx_tools_405.cmo ast_convenience_406.cmo ast_mapper_class_406.cmo ast_lifter_406.cmo ppx_tools_406.cmo
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_402.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_402.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_lifter_402.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_tools_402.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_403.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_403.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_lifter_403.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_tools_403.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_404.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_404.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_lifter_404.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_tools_404.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_405.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_405.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_lifter_405.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_tools_405.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_convenience_406.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_mapper_class_406.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ast_lifter_406.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_tools_406.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -a -o ppx_tools_versioned.cmxa ast_convenience_402.cmx ast_mapper_class_402.cmx ast_lifter_402.cmx ppx_tools_402.cmx ast_convenience_403.cmx ast_mapper_class_403.cmx ast_lifter_403.cmx ppx_tools_403.cmx ast_convenience_404.cmx ast_mapper_class_404.cmx ast_lifter_404.cmx ppx_tools_404.cmx ast_convenience_405.cmx ast_mapper_class_405.cmx ast_lifter_405.cmx ppx_tools_405.cmx ast_convenience_406.cmx ast_mapper_class_406.cmx ast_lifter_406.cmx ppx_tools_406.cmx
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_metaquot_402.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_metaquot_run.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -o ppx_metaquot_402 -bin-annot -w +A-4-17-44-45-105-42 -safe-string -linkpkg ppx_tools_versioned.cmxa ast_lifter_402.cmx ppx_metaquot_402.cmx ppx_metaquot_run.cmx
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_metaquot_403.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -o ppx_metaquot_403 -bin-annot -w +A-4-17-44-45-105-42 -safe-string -linkpkg ppx_tools_versioned.cmxa ast_lifter_403.cmx ppx_metaquot_403.cmx ppx_metaquot_run.cmx
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_metaquot_404.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -o ppx_metaquot_404 -bin-annot -w +A-4-17-44-45-105-42 -safe-string -linkpkg ppx_tools_versioned.cmxa ast_lifter_404.cmx ppx_metaquot_404.cmx ppx_metaquot_run.cmx
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_metaquot_405.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -o ppx_metaquot_405 -bin-annot -w +A-4-17-44-45-105-42 -safe-string -linkpkg ppx_tools_versioned.cmxa ast_lifter_405.cmx ppx_metaquot_405.cmx ppx_metaquot_run.cmx
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -bin-annot -w +A-4-17-44-45-105-42 -safe-string -c ppx_metaquot_406.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -o ppx_metaquot_406 -bin-annot -w +A-4-17-44-45-105-42 -safe-string -linkpkg ppx_tools_versioned.cmxa ast_lifter_406.cmx ppx_metaquot_406.cmx ppx_metaquot_run.cmx
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind opt -package ocaml-migrate-parsetree -shared -o ppx_tools_versioned.cmxs ast_convenience_402.cmx ast_mapper_class_402.cmx ast_lifter_402.cmx ppx_tools_402.cmx ast_convenience_403.cmx ast_mapper_class_403.cmx ast_lifter_403.cmx ppx_tools_403.cmx ast_convenience_404.cmx ast_mapper_class_404.cmx ast_lifter_404.cmx ppx_tools_404.cmx ast_convenience_405.cmx ast_mapper_class_405.cmx ast_lifter_405.cmx ppx_tools_405.cmx ast_convenience_406.cmx ast_mapper_class_406.cmx ast_lifter_406.cmx ppx_tools_406.cmx
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
-> compiled  ppx_tools_versioned.5.1
Processing 157/216: [oasis: ocaml setup.ml] [ppx_optcomp: jbuilder build]
Processing 158/216: [oasis: ocaml setup.ml] [ppx_optcomp: jbuilder build] [ppx_tools_versioned: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_tools_versioned.5.1)
- ocamlfind install ppx_tools_versioned META ppx_tools_versioned.a ppx_tools_versioned.cma ppx_tools_versioned.cmxa ppx_tools_versioned.cmxs ast_convenience_402.cmi ast_mapper_class_402.cmi ast_lifter_402.cmi ppx_tools_402.cmi ast_convenience_403.cmi ast_mapper_class_403.cmi ast_lifter_403.cmi ppx_tools_403.cmi ast_convenience_404.cmi ast_mapper_class_404.cmi ast_lifter_404.cmi ppx_tools_404.cmi ast_convenience_405.cmi ast_mapper_class_405.cmi ast_lifter_405.cmi ppx_tools_405.cmi ast_convenience_406.cmi ast_mapper_class_406.cmi ast_lifter_406.cmi ppx_tools_406.cmi ppx_metaquot_402.cmi ppx_metaquot_403.cmi ppx_metaquot_404.cmi ppx_metaquot_405.cmi ppx_metaquot_406.cmi ppx_metaquot_402.cmi ppx_metaquot_403.cmi ppx_metaquot_404.cmi ppx_metaquot_405.cmi ppx_metaquot_406.cmi ppx_metaquot_402.cmi ppx_metaquot_403.cmi ppx_metaquot_404.cmi ppx_metaquot_405.cmi ppx_metaquot_406.cmi ppx_metaquot_402.cmi ppx_metaquot_403.cmi ppx_metaquot_404.cmi ppx_metaquot_405.cmi ppx_metaquot_406.cmi ppx_metaquot_402.cmi ppx_metaquot_403.cmi ppx_metaquot_404.cmi ppx_metaquot_405.cmi ppx_metaquot_406.cmi ast_convenience_402.o ast_mapper_class_402.o ast_lifter_402.o ppx_tools_402.o ast_convenience_403.o ast_mapper_class_403.o ast_lifter_403.o ppx_tools_403.o ast_convenience_404.o ast_mapper_class_404.o ast_lifter_404.o ppx_tools_404.o ast_convenience_405.o ast_mapper_class_405.o ast_lifter_405.o ppx_tools_405.o ast_convenience_406.o ast_mapper_class_406.o ast_lifter_406.o ppx_tools_406.o ppx_metaquot_402.o ppx_metaquot_403.o ppx_metaquot_404.o ppx_metaquot_405.o ppx_metaquot_406.o ppx_metaquot_402.o ppx_metaquot_403.o ppx_metaquot_404.o ppx_metaquot_405.o ppx_metaquot_406.o ppx_metaquot_402.o ppx_metaquot_403.o ppx_metaquot_404.o ppx_metaquot_405.o ppx_metaquot_406.o ppx_metaquot_402.o ppx_metaquot_403.o ppx_metaquot_404.o ppx_metaquot_405.o ppx_metaquot_406.o ppx_metaquot_402.o ppx_metaquot_403.o ppx_metaquot_404.o ppx_metaquot_405.o ppx_metaquot_406.o ast_convenience_402.cmx ast_mapper_class_402.cmx ast_lifter_402.cmx ppx_tools_402.cmx ast_convenience_403.cmx ast_mapper_class_403.cmx ast_lifter_403.cmx ppx_tools_403.cmx ast_convenience_404.cmx ast_mapper_class_404.cmx ast_lifter_404.cmx ppx_tools_404.cmx ast_convenience_405.cmx ast_mapper_class_405.cmx ast_lifter_405.cmx ppx_tools_405.cmx ast_convenience_406.cmx ast_mapper_class_406.cmx ast_lifter_406.cmx ppx_tools_406.cmx ppx_metaquot_402.cmx ppx_metaquot_403.cmx ppx_metaquot_404.cmx ppx_metaquot_405.cmx ppx_metaquot_406.cmx ppx_metaquot_402.cmx ppx_metaquot_403.cmx ppx_metaquot_404.cmx ppx_metaquot_405.cmx ppx_metaquot_406.cmx ppx_metaquot_402.cmx ppx_metaquot_403.cmx ppx_metaquot_404.cmx ppx_metaquot_405.cmx ppx_metaquot_406.cmx ppx_metaquot_402.cmx ppx_metaquot_403.cmx ppx_metaquot_404.cmx ppx_metaquot_405.cmx ppx_metaquot_406.cmx ppx_metaquot_402.cmx ppx_metaquot_403.cmx ppx_metaquot_404.cmx ppx_metaquot_405.cmx ppx_metaquot_406.cmx ast_convenience_402.cmt ast_mapper_class_402.cmt ast_lifter_402.cmt ppx_tools_402.cmt ast_convenience_403.cmt ast_mapper_class_403.cmt ast_lifter_403.cmt ppx_tools_403.cmt ast_convenience_404.cmt ast_mapper_class_404.cmt ast_lifter_404.cmt ppx_tools_404.cmt ast_convenience_405.cmt ast_mapper_class_405.cmt ast_lifter_405.cmt ppx_tools_405.cmt ast_convenience_406.cmt ast_mapper_class_406.cmt ast_lifter_406.cmt ppx_tools_406.cmt ppx_metaquot_402.cmt ppx_metaquot_403.cmt ppx_metaquot_404.cmt ppx_metaquot_405.cmt ppx_metaquot_406.cmt ppx_metaquot_402.cmt ppx_metaquot_403.cmt ppx_metaquot_404.cmt ppx_metaquot_405.cmt ppx_metaquot_406.cmt ppx_metaquot_402.cmt ppx_metaquot_403.cmt ppx_metaquot_404.cmt ppx_metaquot_405.cmt ppx_metaquot_406.cmt ppx_metaquot_402.cmt ppx_metaquot_403.cmt ppx_metaquot_404.cmt ppx_metaquot_405.cmt ppx_metaquot_406.cmt ppx_metaquot_402.cmt ppx_metaquot_403.cmt ppx_metaquot_404.cmt ppx_metaquot_405.cmt ppx_metaquot_406.cmt ast_convenience_402.cmti ast_mapper_class_402.cmti ast_convenience_403.cmti ast_mapper_class_403.cmti ast_convenience_404.cmti ast_mapper_class_404.cmti ast_convenience_405.cmti ast_mapper_class_405.cmti ast_convenience_406.cmti ast_mapper_class_406.cmti  ppx_metaquot_402 ppx_metaquot_403 ppx_metaquot_404 ppx_metaquot_405 ppx_metaquot_406 
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_406.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_406.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_405.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_405.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_404.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_404.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_403.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_403.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_402.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_402.cmti
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_406.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_406.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_406.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_406.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_405.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_405.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_405.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_405.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_404.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_404.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_404.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_404.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_403.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_403.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_403.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_403.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_402.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_402.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_402.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_402.cmt
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmx
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_406.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_406.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_406.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_406.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_405.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_405.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_405.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_405.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_404.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_404.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_404.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_404.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_403.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_403.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_403.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_403.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_402.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_402.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_402.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_402.cmx
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.o
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_406.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_406.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_406.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_406.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_405.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_405.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_405.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_405.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_404.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_404.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_404.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_404.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_403.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_403.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_403.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_403.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_402.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_402.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_402.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_402.o
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_406.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_405.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_404.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_403.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_metaquot_402.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_406.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_406.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_406.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_406.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_405.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_405.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_405.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_405.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_404.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_404.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_404.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_404.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_403.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_403.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_403.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_403.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_402.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_lifter_402.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_mapper_class_402.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ast_convenience_402.cmi
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_versioned.cmxs
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_versioned.cmxa
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_versioned.cma
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/ppx_tools_versioned.a
- Installed /home/opam/.opam/4.04/lib/ppx_tools_versioned/META
-> installed ppx_tools_versioned.5.1
Processing 158/216: [oasis: ocaml setup.ml] [ppx_optcomp: jbuilder build]
Processing 159/216: [lwt: ocaml false] [oasis: ocaml setup.ml] [ppx_optcomp: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "src/util/configure.ml" "-use-libev" "false" "-use-camlp4" "false" (CWD=/home/opam/.opam/4.04/.opam-switch/build/lwt.3.1.0)
Processing 159/216: [lwt: jbuilder build] [oasis: ocaml setup.ml] [ppx_optcomp: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "--only-packages" "ppx_optcomp" "--root" "." "-j" "31" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_optcomp.v0.9.0)
-     ocamldep bin/optcomp.depends.ocamldep-output
-     ocamldep src/ppx_optcomp.dependsi.ocamldep-output
-     ocamldep src/ppx_optcomp.depends.ocamldep-output
-       ocamlc src/ppx_optcomp.{cmi,cmti}
-       ocamlc bin/optcomp.{cmi,cmo,cmt}
-       ocamlc src/ppx_optcomp.{cmo,cmt}
-       ocamlc src/ppx_optcomp.cma
-     ocamlopt src/ppx_optcomp.{cmx,o}
-     ocamlopt src/ppx_optcomp.{a,cmxa}
-     ocamlopt src/ppx_optcomp.cmxs
-     ocamlopt bin/optcomp.{cmx,o}
-     ocamlopt bin/optcomp.exe
-> compiled  ppx_optcomp.v0.9.0
Processing 159/216: [lwt: jbuilder build] [oasis: ocaml setup.ml]
-> installed ppx_optcomp.v0.9.0
Processing 160/216: [lwt: jbuilder build] [oasis: ocaml setup.ml]
Processing 161/216: [lwt: jbuilder build] [oasis: ocaml setup.ml] [ppx_driver: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "ppx_driver" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_driver.v0.9.1)
-     ocamldep ocamlbuild_plugin/ppx_driver_ocamlbuild.depends.ocamldep-output
-     ocamldep ocamlbuild_plugin/ppx_driver_ocamlbuild.dependsi.ocamldep-output
-     ocamldep src/ppx_driver.dependsi.ocamldep-output
-     ocamldep print-diff/print_diff.depends.ocamldep-output
-     ocamldep print-diff/print_diff.dependsi.ocamldep-output
-     ocamldep runner/ppx_driver_runner.depends.ocamldep-output
-     ocamldep runner_as_ppx/ppx_driver_runner_as_ppx.depends.ocamldep-output
-       ocamlc ocamlbuild_plugin/ppx_driver_ocamlbuild.{cmi,cmti}
-       ocamlc src/ppx_driver__.{cmi,cmo,cmt}
-       ocamlc print-diff/print_diff.{cmi,cmti}
-     ocamldep src/ppx_driver.depends.ocamldep-output
-       ocamlc ocamlbuild_plugin/ppx_driver_ocamlbuild.{cmo,cmt}
-     ocamlopt src/ppx_driver__.{cmx,o}
-       ocamlc ocamlbuild_plugin/ppx_driver_ocamlbuild.cma
-       ocamlc print-diff/print_diff.{cmo,cmt}
-     ocamlopt print-diff/print_diff.{cmx,o}
-     ocamlopt ocamlbuild_plugin/ppx_driver_ocamlbuild.{cmx,o}
-       ocamlc print-diff/print_diff.cma
-     ocamlopt print-diff/print_diff.{a,cmxa}
-     ocamlopt ocamlbuild_plugin/ppx_driver_ocamlbuild.{a,cmxa}
-     ocamlopt print-diff/print_diff.cmxs
-     ocamlopt ocamlbuild_plugin/ppx_driver_ocamlbuild.cmxs
-       ocamlc src/ppx_driver__Import.{cmi,cmo,cmt}
-       ocamlc src/ppx_driver__Reconcile.{cmi,cmti}
-       ocamlc src/ppx_driver.{cmi,cmti}
-       ocamlc runner_as_ppx/ppx_driver_runner_as_ppx.{cmi,cmo,cmt}
-       ocamlc runner_as_ppx/ppx_driver_runner_as_ppx.cma
-       ocamlc runner/ppx_driver_runner.{cmi,cmo,cmt}
-       ocamlc runner/ppx_driver_runner.cma
-       ocamlc src/ppx_driver__Reconcile.{cmo,cmt}
-     ocamlopt src/ppx_driver__Import.{cmx,o}
-     ocamlopt src/ppx_driver__Reconcile.{cmx,o}
-       ocamlc src/ppx_driver.{cmo,cmt}
-       ocamlc src/ppx_driver.cma
-     ocamlopt src/ppx_driver.{cmx,o}
-     ocamlopt runner/ppx_driver_runner.{cmx,o}
-     ocamlopt src/ppx_driver.{a,cmxa}
-     ocamlopt runner/ppx_driver_runner.{a,cmxa}
-     ocamlopt runner_as_ppx/ppx_driver_runner_as_ppx.{cmx,o}
-     ocamlopt runner/ppx_driver_runner.cmxs
-     ocamlopt runner_as_ppx/ppx_driver_runner_as_ppx.{a,cmxa}
-     ocamlopt src/ppx_driver.cmxs
-     ocamlopt runner_as_ppx/ppx_driver_runner_as_ppx.cmxs
-> compiled  ppx_driver.v0.9.1
Processing 161/216: [lwt: jbuilder build] [oasis: ocaml setup.ml]
-> installed ppx_driver.v0.9.1
Processing 162/216: [lwt: jbuilder build] [oasis: ocaml setup.ml]
Processing 163/216: [fieldslib: jbuilder build] [lwt: jbuilder build] [oasis: ocaml setup.ml]
Processing 164/216: [fieldslib: jbuilder build] [lwt: jbuilder build] [oasis: ocaml setup.ml] [ppx_metaquot: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "--only-packages" "fieldslib" "--root" "." "-j" "31" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/fieldslib.v0.9.0)
-     ocamlopt .ppx/ppx_driver.runner/ppx.exe
-          ppx src/fieldslib.pp.ml
-     ocamldep src/fieldslib.depends.ocamldep-output
-       ocamlc src/fieldslib.{cmi,cmo,cmt}
-       ocamlc src/fieldslib.cma
-     ocamlopt src/fieldslib.{cmx,o}
-     ocamlopt src/fieldslib.{a,cmxa}
-     ocamlopt src/fieldslib.cmxs
-> compiled  fieldslib.v0.9.0
Processing 164/216: [lwt: jbuilder build] [oasis: ocaml setup.ml] [ppx_metaquot: jbuilder build]
-> installed fieldslib.v0.9.0
Processing 165/216: [lwt: jbuilder build] [oasis: ocaml setup.ml] [ppx_metaquot: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "--only-packages" "ppx_metaquot" "--root" "." "-j" "31" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_metaquot.v0.9.0)
-     ocamldep lifters/ppx_metaquot_lifters.depends.ocamldep-output
-     ocamldep src/ppx_metaquot.depends.ocamldep-output
-       ocamlc lifters/ppx_metaquot_lifters.{cmi,cmo,cmt}
-       ocamlc lifters/ppx_metaquot_lifters.cma
-     ocamlopt lifters/ppx_metaquot_lifters.{cmx,o}
-     ocamlopt lifters/ppx_metaquot_lifters.{a,cmxa}
-       ocamlc src/ppx_metaquot.{cmi,cmo,cmt}
-       ocamlc src/ppx_metaquot.cma
-     ocamlopt lifters/ppx_metaquot_lifters.cmxs
-     ocamlopt src/ppx_metaquot.{cmx,o}
-     ocamlopt src/ppx_metaquot.{a,cmxa}
-     ocamlopt src/ppx_metaquot.cmxs
-     ocamlopt .ppx/ppx_metaquot+ppx_driver.runner/ppx.exe
-> compiled  ppx_metaquot.v0.9.0
Processing 165/216: [lwt: jbuilder build] [oasis: ocaml setup.ml]
-> installed ppx_metaquot.v0.9.0
Processing 166/216: [lwt: jbuilder build] [oasis: ocaml setup.ml]
Processing 167/216: [lwt: jbuilder build] [oasis: ocaml setup.ml] [ppx_type_conv: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "lwt" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/lwt.3.1.0)
-     ocamldep src/preemptive/lwt_preemptive.depends.ocamldep-output
-     ocamllex src/logger/lwt_log_rules.ml
-     ocamldep src/logger/lwt_log.dependsi.ocamldep-output
-     ocamldep src/core/lwt.dependsi.ocamldep-output
-     ocamldep src/preemptive/lwt_preemptive.dependsi.ocamldep-output
-     ocamldep src/simple_top/lwt_simple_top.depends.ocamldep-output
-     ocamldep src/unix/config/discover.depends.ocamldep-output
-       ocamlc src/unix/ocamlc_config
-         cppo src/unix/lwt_unix.mli
-     ocamldep src/logger/lwt_log.depends.ocamldep-output
-     ocamldep src/unix/stubs/gen_stubs.depends.ocamldep-output
-       ocamlc src/core/lwt_pqueue.{cmi,cmti}
-       ocamlc src/core/lwt_sequence.{cmi,cmti}
-     ocamldep src/core/lwt.depends.ocamldep-output
-     ocamldep src/unix/lwt_unix.dependsi.ocamldep-output
-       ocamlc src/core/lwt_pqueue.{cmo,cmt}
-         cppo src/unix/lwt_unix.ml
-       ocamlc src/core/lwt.{cmi,cmti}
-       ocamlc src/core/lwt_sequence.{cmo,cmt}
-     ocamlopt src/core/lwt_pqueue.{cmx,o}
-       ocamlc src/core/lwt_mvar.{cmi,cmti}
-       ocamlc src/core/lwt_mutex.{cmi,cmti}
-       ocamlc src/core/lwt_pool.{cmi,cmti}
-       ocamlc src/core/lwt_stream.{cmi,cmti}
-       ocamlc src/core/lwt_switch.{cmi,cmti}
-       ocamlc src/core/lwt_result.{cmi,cmti}
-     ocamlopt src/core/lwt_sequence.{cmx,o}
-       ocamlc src/core/lwt_list.{cmi,cmti}
-       ocamlc src/core/lwt_mvar.{cmo,cmt}
-       ocamlc src/core/lwt_switch.{cmo,cmt}
-       ocamlc src/core/lwt_condition.{cmi,cmti}
-       ocamlc src/core/lwt_mutex.{cmo,cmt}
-       ocamlc src/core/lwt_pool.{cmo,cmt}
-       ocamlc src/logger/lwt_log_rules.{cmi,cmti}
-       ocamlc src/core/lwt_list.{cmo,cmt}
-       ocamlc src/unix/config/discover.{cmi,cmo,cmt}
-       ocamlc src/core/lwt_condition.{cmo,cmt}
-       ocamlc src/core/lwt_result.{cmo,cmt}
-       ocamlc src/logger/lwt_log_rules.{cmo,cmt}
-       ocamlc src/core/lwt_stream.{cmo,cmt}
-       ocamlc src/logger/lwt_log_core.{cmi,cmti}
-       ocamlc src/unix/lwt_sys.{cmi,cmti}
-       ocamlc src/unix/lwt_gc.{cmi,cmti}
-       ocamlc src/unix/lwt_main.{cmi,cmti}
-       ocamlc src/unix/lwt_timeout.{cmi,cmti}
-     ocamlopt .ppx/ppx_tools_versioned.metaquot_404/ppx.exe
-       ocamlc src/unix/lwt_throttle.{cmi,cmti}
-       ocamlc src/unix/stubs/gen_stubs.{cmi,cmo,cmt}
-          ppx src/ppx/ppx_lwt.pp.mli
-       ocamlc src/unix/lwt_engine.{cmi,cmti}
-          ppx src/ppx/ppx_lwt.pp.ml
-     ocamldep src/ppx/ppx_lwt.dependsi.ocamldep-output
-       ocamlc src/unix/lwt_unix.{cmi,cmti}
-     ocamldep src/ppx/ppx_lwt.depends.ocamldep-output
-       ocamlc src/logger/lwt_log_core.{cmo,cmt}
-       ocamlc src/logger/lwt_log.cma
-     ocamlopt src/unix/config/discover.{cmx,o}
-       ocamlc src/unix/lwt_bytes.{cmi,cmti}
-       ocamlc src/unix/lwt_io.{cmi,cmti}
-       ocamlc src/core/lwt.{cmo,cmt}
-       ocamlc src/ppx/ppx_lwt.{cmi,cmti}
-       ocamlc src/core/lwt.cma
-       ocamlc src/unix/lwt_chan.{cmi,cmti}
-       ocamlc src/unix/lwt_process.{cmi,cmti}
-       ocamlc src/unix/lwt_log.{cmi,cmti}
-     ocamlopt src/core/lwt.{cmx,o}
-     ocamlopt src/unix/stubs/gen_stubs.{cmx,o}
-       ocamlc src/unix/lwt_daemon.{cmi,cmti}
-     ocamlopt src/core/lwt_pool.{cmx,o}
-     ocamlopt src/core/lwt_mvar.{cmx,o}
-     ocamlopt src/core/lwt_switch.{cmx,o}
-     ocamlopt src/core/lwt_result.{cmx,o}
-     ocamlopt src/core/lwt_mutex.{cmx,o}
-     ocamlopt src/core/lwt_list.{cmx,o}
-     ocamlopt src/core/lwt_condition.{cmx,o}
-       ocamlc src/ppx/ppx_lwt.{cmo,cmt}
-       ocamlc src/ppx/ppx_lwt.cma
-     ocamlopt src/unix/config/discover.exe
-     ocamlopt src/ppx/ppx_lwt.{cmx,o}
-     ocamlopt src/ppx/ppx_lwt.{a,cmxa}
-     ocamlopt src/core/lwt_stream.{cmx,o}
-     ocamlopt src/unix/stubs/gen_stubs.exe
-    gen_stubs src/unix/lwt_unix_job_access.c,src/unix/lwt_unix_job_chdir.c,src/unix/lwt_unix_job_chmod.c,src/unix/lwt_unix_job_chown.c,src/unix/lwt_unix_job_chroot.c,src/unix/lwt_unix_job_close.c,src/unix/lwt_unix_job_fchmod.c,src/unix/lwt_unix_job_fchown.c,src/unix/lwt_unix_job_fdatasync.c,src/unix/lwt_unix_job_fsync.c,src/unix/lwt_unix_job_ftruncate.c,src/unix/lwt_unix_job_link.c,src/unix/lwt_unix_job_lseek.c,src/unix/lwt_unix_job_mkdir.c,src/unix/lwt_unix_job_mkfifo.c,src/unix/lwt_unix_job_rename.c,src/unix/lwt_unix_job_rmdir.c,src/unix/lwt_unix_job_symlink.c,src/unix/lwt_unix_job_tcdrain.c,src/unix/lwt_unix_job_tcflow.c,src/unix/lwt_unix_job_tcflush.c,src/unix/lwt_unix_job_tcsendbreak.c,src/unix/lwt_unix_job_truncate.c,src/unix/lwt_unix_job_unlink.c,src/unix/lwt_unix_jobs_generated.ml
-     ocamlopt src/core/lwt.{a,cmxa}
-     ocamlopt src/ppx/ppx_lwt.cmxs
-     ocamlopt src/logger/lwt_log_rules.{cmx,o}
-     ocamlopt src/core/lwt.cmxs
-     ocamlopt src/logger/lwt_log_core.{cmx,o}
-     ocamlopt src/logger/lwt_log.{a,cmxa}
-     ocamlopt src/logger/lwt_log.cmxs
-     ocamlopt .ppx/ppx_lwt/ppx.exe
-     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
- not checking for glib
- 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
-       ocamlc src/unix/lwt_process_stubs.o
-       ocamlc src/unix/lwt_unix_job_lseek.o
-       ocamlc src/unix/lwt_unix_job_access.o
-       ocamlc src/unix/lwt_unix_job_link.o
-       ocamlc src/unix/lwt_unix_job_truncate.o
-       ocamlc src/unix/lwt_unix_job_fdatasync.o
-     ocamldep src/unix/lwt_unix.depends.ocamldep-output
-       ocamlc src/unix/lwt_unix_job_close.o
-       ocamlc src/unix/lwt_unix_job_fchown.o
-       ocamlc src/unix/lwt_unix_job_fchmod.o
-       ocamlc src/unix/lwt_unix_job_fsync.o
-       ocamlc src/unix/lwt_unix_job_rename.o
-       ocamlc src/unix/lwt_unix_job_rmdir.o
-       ocamlc src/unix/lwt_unix_job_symlink.o
-       ocamlc src/unix/lwt_libev_stubs.o
-       ocamlc src/unix/lwt_unix_job_chdir.o
-       ocamlc src/unix/lwt_config.{cmi,cmo,cmt}
-       ocamlc src/unix/lwt_unix_job_tcdrain.o
-       ocamlc src/unix/lwt_unix_jobs_generated.{cmi,cmo,cmt}
-       ocamlc src/unix/lwt_main.{cmo,cmt}
-       ocamlc src/unix/lwt_unix_job_chown.o
-       ocamlc src/unix/lwt_unix_job_chroot.o
-       ocamlc src/unix/lwt_throttle.{cmo,cmt}
-       ocamlc src/unix/lwt_timeout.{cmo,cmt}
-       ocamlc src/unix/lwt_unix_job_ftruncate.o
-       ocamlc src/unix/lwt_gc.{cmo,cmt}
-       ocamlc src/preemptive/lwt_preemptive.{cmi,cmti}
-       ocamlc src/unix/lwt_sys.{cmo,cmt}
-     ocamlopt src/unix/lwt_config.{cmx,o}
-       ocamlc src/unix/lwt_unix_job_unlink.o
-       ocamlc src/unix/lwt_unix_job_mkfifo.o
-       ocamlc src/unix/lwt_unix_job_tcsendbreak.o
-       ocamlc src/unix/lwt_daemon.{cmo,cmt}
-       ocamlc src/unix/lwt_unix_job_tcflow.o
-     ocamlopt src/unix/lwt_unix_jobs_generated.{cmx,o}
-       ocamlc src/unix/lwt_unix_job_tcflush.o
-       ocamlc src/unix/lwt_process.{cmo,cmt}
-     ocamlopt src/unix/lwt_sys.{cmx,o}
-       ocamlc src/simple_top/lwt_simple_top.{cmi,cmo,cmt}
-       ocamlc src/unix/lwt_chan.{cmo,cmt}
-       ocamlc src/unix/lwt_bytes.{cmo,cmt}
-       ocamlc src/simple_top/lwt_simple_top.cma
-       ocamlc src/unix/lwt_log.{cmo,cmt}
-       ocamlc src/unix/lwt_unix_job_chmod.o
-       ocamlc src/unix/lwt_unix_job_mkdir.o
-       ocamlc src/preemptive/lwt_preemptive.{cmo,cmt}
-       ocamlc src/preemptive/lwt_preemptive.cma
-       ocamlc src/unix/lwt_engine.{cmo,cmt}
-     ocamlopt src/unix/lwt_engine.{cmx,o}
-     ocamlopt src/unix/lwt_main.{cmx,o}
-       ocamlc src/unix/lwt_io.{cmo,cmt}
-       ocamlc src/unix/lwt_unix.{cmo,cmt}
-       ocamlc src/unix/lwt_unix.cma
-     ocamlopt src/unix/lwt_unix.{cmx,o}
-     ocamlopt src/unix/lwt_gc.{cmx,o}
-     ocamlopt src/unix/lwt_bytes.{cmx,o}
-     ocamlopt src/unix/lwt_io.{cmx,o}
-     ocamlopt src/unix/lwt_chan.{cmx,o}
-     ocamlopt src/unix/lwt_process.{cmx,o}
-     ocamlopt src/unix/lwt_log.{cmx,o}
-     ocamlopt src/unix/lwt_timeout.{cmx,o}
-     ocamlopt src/unix/lwt_daemon.{cmx,o}
-     ocamlopt src/unix/lwt_throttle.{cmx,o}
-     ocamlopt src/preemptive/lwt_preemptive.{cmx,o}
-     ocamlopt src/simple_top/lwt_simple_top.{cmx,o}
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
-     ocamlopt src/preemptive/lwt_preemptive.{a,cmxa}
-     ocamlopt src/unix/lwt_unix.{a,cmxa}
-     ocamlopt src/simple_top/lwt_simple_top.{a,cmxa}
-     ocamlopt src/preemptive/lwt_preemptive.cmxs
-     ocamlopt src/simple_top/lwt_simple_top.cmxs
-       ocamlc src/unix/lwt_unix_stubs.o
- lwt_unix_stubs.c: In function 'pipe_notification_send':
- lwt_unix_stubs.c:692:10: warning: 'buf' is used uninitialized [-Wuninitialized]
-   692 |   return write(notification_fds[1], &buf, 1);
-       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/x86_64-linux-gnu/bits/sigstksz.h:24,
-                  from /usr/include/signal.h:328,
-                  from lwt_unix_stubs.c:41:
- /usr/include/unistd.h:378:16: note: in a call to 'write' declared with attribute 'access (read_only, 2, 3)' here
-   378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur
-       |                ^~~~~
- lwt_unix_stubs.c:691:8: note: 'buf' declared here
-   691 |   char buf;
-       |        ^~~
-   ocamlmklib src/unix/dlllwt_unix_stubs.so,src/unix/liblwt_unix_stubs.a
-     ocamlopt src/unix/lwt_unix.cmxs
Processing 167/216: [lwt: ocaml] [oasis: ocaml setup.ml] [ppx_type_conv: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "src/util/install_filter.ml" (CWD=/home/opam/.opam/4.04/.opam-switch/build/lwt.3.1.0)
-> compiled  lwt.3.1.0
Processing 167/216: [oasis: ocaml setup.ml] [ppx_type_conv: jbuilder build]
-> installed lwt.3.1.0
Processing 168/216: [oasis: ocaml setup.ml] [ppx_type_conv: jbuilder build]
Processing 169/216: [cstruct: ./configure] [oasis: ocaml setup.ml] [ppx_type_conv: jbuilder build]
Processing 170/216: [cstruct: ./configure] [logs: ocaml build] [oasis: ocaml setup.ml] [ppx_type_conv: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "--only-packages" "ppx_type_conv" "--root" "." "-j" "31" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_type_conv.v0.9.0)
-       ocamlc src/ppx_type_conv.{cmi,cmo,cmt}
-     ocamlopt src/ppx_type_conv.{cmx,o}
-     ocamlopt .ppx/ppx_metaquot+ppx_driver.runner/ppx.exe
-          ppx src/ignore_unused_warning.pp.ml
-          ppx src/std.pp.ml
-          ppx src/type_conv.pp.mli
-          ppx src/ppx_deriving_backend.pp.ml
-          ppx src/ignore_unused_warning.pp.mli
-     ocamldep src/ppx_type_conv.dependsi.ocamldep-output
-          ppx src/type_conv.pp.ml
-     ocamldep src/ppx_type_conv.depends.ocamldep-output
-       ocamlc src/ppx_type_conv__Ppx_deriving_backend.{cmi,cmo,cmt}
-       ocamlc src/ppx_type_conv__Ignore_unused_warning.{cmi,cmti}
-     ocamlopt src/ppx_type_conv__Ppx_deriving_backend.{cmx,o}
-       ocamlc src/ppx_type_conv__Type_conv.{cmi,cmti}
-       ocamlc src/ppx_type_conv__Ignore_unused_warning.{cmo,cmt}
-       ocamlc src/ppx_type_conv__Std.{cmi,cmo,cmt}
-     ocamlopt src/ppx_type_conv__Ignore_unused_warning.{cmx,o}
-       ocamlc src/ppx_type_conv__Type_conv.{cmo,cmt}
-       ocamlc src/ppx_type_conv.cma
-     ocamlopt src/ppx_type_conv__Type_conv.{cmx,o}
-     ocamlopt src/ppx_type_conv__Std.{cmx,o}
-     ocamlopt src/ppx_type_conv.{a,cmxa}
-     ocamlopt src/ppx_type_conv.cmxs
-> compiled  ppx_type_conv.v0.9.0
Processing 170/216: [cstruct: ./configure] [logs: ocaml build] [oasis: ocaml setup.ml]
-> installed ppx_type_conv.v0.9.0
Processing 171/216: [cstruct: ./configure] [logs: ocaml build] [oasis: ocaml setup.ml]
Processing 172/216: [cstruct: ./configure] [logs: ocaml build] [oasis: ocaml setup.ml] [ppx_fields_conv: jbuilder build]
Processing 173/216: [cstruct: ./configure] [logs: ocaml build] [oasis: ocaml setup.ml] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pinned" "false" "--with-js_of_ocaml" "false" "--with-fmt" "true" "--with-cmdliner" "true" "--with-lwt" "true" "--with-base-threads" "true" (CWD=/home/opam/.opam/4.04/.opam-switch/build/logs.0.7.0)
- ocamlfind ocamldep -modules src/logs.ml > src/logs.ml.depends
- ocamlfind ocamldep -modules src/logs.mli > src/logs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmi src/logs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmx src/logs.ml
- ocamlfind ocamlopt -a -I src src/logs.cmx -o src/logs.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/logs.cmxa -o src/logs.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmo src/logs.ml
- ocamlfind ocamlc -a -I src src/logs.cmo -o src/logs.cma
- ocamlfind ocamldep -package fmt -modules src/logs_fmt.ml > src/logs_fmt.ml.depends
- ocamlfind ocamldep -package fmt -modules src/logs_fmt.mli > src/logs_fmt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package fmt -I src -I test -o src/logs_fmt.cmi src/logs_fmt.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package fmt -I src -I test -o src/logs_fmt.cmx src/logs_fmt.ml
- ocamlfind ocamlopt -a -package fmt -I src src/logs_fmt.cmx -o src/logs_fmt.cmxa
- ocamlfind ocamlopt -shared -linkall -package fmt -I src src/logs_fmt.cmxa -o src/logs_fmt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package fmt -I src -I test -o src/logs_fmt.cmo src/logs_fmt.ml
- ocamlfind ocamlc -a -package fmt -I src src/logs_fmt.cmo -o src/logs_fmt.cma
- ocamlfind ocamldep -package cmdliner -modules src/logs_cli.ml > src/logs_cli.ml.depends
- ocamlfind ocamldep -package cmdliner -modules src/logs_cli.mli > src/logs_cli.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmi src/logs_cli.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmx src/logs_cli.ml
- ocamlfind ocamlopt -a -package cmdliner -I src src/logs_cli.cmx -o src/logs_cli.cmxa
- ocamlfind ocamlopt -shared -linkall -package cmdliner -I src src/logs_cli.cmxa -o src/logs_cli.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmo src/logs_cli.ml
- ocamlfind ocamlc -a -package cmdliner -I src src/logs_cli.cmo -o src/logs_cli.cma
- ocamlfind ocamldep -package lwt -modules src/logs_lwt.ml > src/logs_lwt.ml.depends
- ocamlfind ocamldep -package lwt -modules src/logs_lwt.mli > src/logs_lwt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt -I src -I test -o src/logs_lwt.cmi src/logs_lwt.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package lwt -I src -I test -o src/logs_lwt.cmx src/logs_lwt.ml
- ocamlfind ocamlopt -a -package lwt -I src src/logs_lwt.cmx -o src/logs_lwt.cmxa
- ocamlfind ocamlopt -shared -linkall -package lwt -I src src/logs_lwt.cmxa -o src/logs_lwt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt -I src -I test -o src/logs_lwt.cmo src/logs_lwt.ml
- ocamlfind ocamlc -a -package lwt -I src src/logs_lwt.cmo -o src/logs_lwt.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -modules src/logs_top.ml > src/logs_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmo src/logs_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmo src/logs_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmx src/logs_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmx src/logs_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/logs_top.cmx -o src/logs_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/logs_top.cmx -o src/logs_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/logs_top.cmxa -o src/logs_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/logs_top.cmxa -o src/logs_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/logs_top.cmo -o src/logs_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/logs_top.cmo -o src/logs_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs
- ocamlfind ocamldep -package threads -modules src/logs_threaded.ml > src/logs_threaded.ml.depends
- ocamlfind ocamldep -package threads -modules src/logs_threaded.mli > src/logs_threaded.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmi src/logs_threaded.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmx src/logs_threaded.ml
- ocamlfind ocamlopt -a -thread -package threads -I src src/logs_threaded.cmx -o src/logs_threaded.cmxa
- ocamlfind ocamlopt -shared -linkall -thread -package threads -I src src/logs_threaded.cmxa -o src/logs_threaded.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmo src/logs_threaded.ml
- ocamlfind ocamlc -a -thread -package threads -I src src/logs_threaded.cmo -o src/logs_threaded.cma
- # No parallelism done
-> compiled  logs.0.7.0
Processing 173/216: [cstruct: ./configure] [oasis: ocaml setup.ml] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build]
-> installed logs.0.7.0
Processing 174/216: [cstruct: ./configure] [oasis: ocaml setup.ml] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build]
Processing 175/216: [cstruct: ./configure] [irmin-watcher: jbuilder build] [oasis: ocaml setup.ml] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "irmin-watcher" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/irmin-watcher.0.3.0)
-     ocamldep src/irmin_watcher.dependsi.ocamldep-output
-     ocamldep src/irmin_watcher.depends.ocamldep-output
-       ocamlc src/irmin_watcher__.{cmi,cmo,cmt}
-       ocamlc src/irmin_watcher__Core.{cmi,cmti}
-     ocamlopt src/irmin_watcher__.{cmx,o}
-       ocamlc src/irmin_watcher.{cmi,cmti}
-       ocamlc src/irmin_watcher__Core.{cmo,cmt}
-       ocamlc src/irmin_watcher__Backend.{cmi,cmti}
-       ocamlc src/irmin_watcher__Hook.{cmi,cmti}
-       ocamlc src/irmin_watcher__Polling.{cmi,cmti}
-       ocamlc src/realpath.o
-       ocamlc src/irmin_watcher__Backend.{cmo,cmt}
-       ocamlc src/irmin_watcher.{cmo,cmt}
-       ocamlc src/irmin_watcher__Polling.{cmo,cmt}
-       ocamlc src/irmin_watcher__Hook.{cmo,cmt}
-       ocamlc src/irmin_watcher.cma
-     ocamlopt src/irmin_watcher__Core.{cmx,o}
-     ocamlopt src/irmin_watcher__Hook.{cmx,o}
-   ocamlmklib src/dllirmin_watcher_stubs.so,src/libirmin_watcher_stubs.a
-     ocamlopt src/irmin_watcher__Polling.{cmx,o}
-     ocamlopt src/irmin_watcher__Backend.{cmx,o}
-     ocamlopt src/irmin_watcher.{cmx,o}
-     ocamlopt src/irmin_watcher.{a,cmxa}
-     ocamlopt src/irmin_watcher.cmxs
-> compiled  irmin-watcher.0.3.0
Processing 175/216: [cstruct: ./configure] [oasis: ocaml setup.ml] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build]
-> installed irmin-watcher.0.3.0
Processing 176/216: [cstruct: ./configure] [oasis: ocaml setup.ml] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "--only-packages" "ppx_fields_conv" "--root" "." "-j" "31" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_fields_conv.v0.9.0)
-     ocamlopt .ppx/ppx_metaquot+ppx_driver.runner/ppx.exe
-          ppx src/ppx_fields_conv.pp.mli
-     ocamldep src/ppx_fields_conv.dependsi.ocamldep-output
-       ocamlc src/ppx_fields_conv.{cmi,cmti}
-          ppx src/ppx_fields_conv.pp.ml
-     ocamldep src/ppx_fields_conv.depends.ocamldep-output
-     ocamlopt src/ppx_fields_conv.{cmx,o}
-     ocamlopt src/ppx_fields_conv.{a,cmxa}
-       ocamlc src/ppx_fields_conv.{cmo,cmt}
-       ocamlc src/ppx_fields_conv.cma
-     ocamlopt src/ppx_fields_conv.cmxs
-> compiled  ppx_fields_conv.v0.9.0
Processing 176/216: [cstruct: ./configure] [oasis: ocaml setup.ml] [ppx_sexp_conv: jbuilder build]
-> installed ppx_fields_conv.v0.9.0
Processing 177/216: [cstruct: ./configure] [oasis: ocaml setup.ml] [ppx_sexp_conv: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.04" "--enable-lwt" "--enable-ppx" "--disable-async" "--enable-unix" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cstruct.2.4.1)
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild
- Package name: ........................................ cstruct
- Package version: ..................................... 2.4.0
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.04.2
- standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -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.04
- 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.5
- 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: .........................
- build the Lwt library: ............................... true
- build the Async_unix library: ........................ false
- build the UNIX library: .............................. true
- build the ppx syntax extension: ...................... true
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_bytes: ........................................... /home/opam/.opam/4.04/lib/bytes
- pkg_bigarray: ........................................ /home/opam/.opam/4.04/lib/ocaml
- pkg_ocplib_endian: ................................... /home/opam/.opam/4.04/lib/ocplib-endian
- pkg_ocplib_endian_bigstring: ......................... /home/opam/.opam/4.04/lib/ocplib-endian
- pkg_sexplib: ......................................... /home/opam/.opam/4.04/lib/sexplib
- pkg_lwt_unix: ........................................ /home/opam/.opam/4.04/lib/lwt
- pkg_unix: ............................................ /home/opam/.opam/4.04/lib/ocaml
- pkg_ocaml_migrate_parsetree: ......................... /home/opam/.opam/4.04/lib/ocaml-migrate-parsetree
- pkg_ppx_tools_versioned: ............................. /home/opam/.opam/4.04/lib/ppx_tools_versioned
- pkg_ppx_tools_versioned_metaquot_404: ................ /home/opam/.opam/4.04/lib/ppx_tools_versioned
- ocamldoc: ............................................ /home/opam/.opam/4.04/bin/ocamldoc
- 
Processing 177/216: [cstruct: make] [oasis: ocaml setup.ml] [ppx_sexp_conv: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "--only-packages" "ppx_sexp_conv" "--root" "." "-j" "31" "@install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_sexp_conv.v0.9.0)
-     ocamldep src/ppx_sexp_conv.dependsi.ocamldep-output
-     ocamldep src/ppx_sexp_conv.depends.ocamldep-output
-     ocamlopt .ppx/ppx_metaquot+ppx_driver.runner/ppx.exe
-          ppx expander/ppx_sexp_conv_expander.pp.mli
-     ocamldep expander/ppx_sexp_conv_expander.dependsi.ocamldep-output
-          ppx expander/ppx_sexp_conv_expander.pp.ml
-     ocamldep expander/ppx_sexp_conv_expander.depends.ocamldep-output
-       ocamlc expander/ppx_sexp_conv_expander.{cmi,cmti}
-       ocamlc src/ppx_sexp_conv.{cmi,cmti}
-       ocamlc src/ppx_sexp_conv.{cmo,cmt}
-       ocamlc src/ppx_sexp_conv.cma
-       ocamlc expander/ppx_sexp_conv_expander.{cmo,cmt}
-       ocamlc expander/ppx_sexp_conv_expander.cma
-     ocamlopt expander/ppx_sexp_conv_expander.{cmx,o}
-     ocamlopt expander/ppx_sexp_conv_expander.{a,cmxa}
-     ocamlopt expander/ppx_sexp_conv_expander.cmxs
-     ocamlopt src/ppx_sexp_conv.{cmx,o}
-     ocamlopt src/ppx_sexp_conv.{a,cmxa}
-     ocamlopt src/ppx_sexp_conv.cmxs
-> compiled  ppx_sexp_conv.v0.9.0
Processing 177/216: [cstruct: make] [oasis: ocaml setup.ml]
-> installed ppx_sexp_conv.v0.9.0
Processing 178/216: [cstruct: make] [oasis: ocaml setup.ml]
Processing 179/216: [cstruct: make] [ipaddr: jbuilder build] [oasis: ocaml setup.ml]
Processing 180/216: [cstruct: make] [ipaddr: jbuilder build] [oasis: ocaml setup.ml] [uri: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-build" (CWD=/home/opam/.opam/4.04/.opam-switch/build/oasis.0.4.11)
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "test/data/TestFull/dev/_tags", line 27, characters 8-17:
- Warning: the tag "pkg_oUnit" 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.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/FormatExt.mli > src/oasis/FormatExt.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/FormatExt.cmi src/oasis/FormatExt.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/FormatExt.ml > src/oasis/FormatExt.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISString.ml > src/oasis/OASISString.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISString.cmo src/oasis/OASISString.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/PropList.mli > src/oasis/PropList.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/PropList.cmi src/oasis/PropList.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/PropList.ml > src/oasis/PropList.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISGettext.mli > src/oasis/OASISGettext.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGettext.cmi src/oasis/OASISGettext.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISUtils.mli > src/oasis/OASISUtils.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUtils.cmi src/oasis/OASISUtils.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISUtils.ml > src/oasis/OASISUtils.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISUnixPath.mli > src/oasis/OASISUnixPath.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUnixPath.cmi src/oasis/OASISUnixPath.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISUnixPath.ml > src/oasis/OASISUnixPath.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPath_intern.ml > src/oasis/OASISPath_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPath_intern.cmo src/oasis/OASISPath_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileSystem.mli > src/oasis/OASISFileSystem.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileSystem.cmi src/oasis/OASISFileSystem.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileSystem.ml > src/oasis/OASISFileSystem.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISContext.mli > src/oasis/OASISContext.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISContext.cmi src/oasis/OASISContext.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISContext.ml > src/oasis/OASISContext.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourcePatterns.mli > src/oasis/OASISSourcePatterns.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISDataNotation.ml > src/oasis/OASISDataNotation.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDataNotation.cmo src/oasis/OASISDataNotation.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourcePatterns.cmi src/oasis/OASISSourcePatterns.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourcePatterns.ml > src/oasis/OASISSourcePatterns.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISGettext.ml > src/oasis/OASISGettext.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISMessage.mli > src/oasis/OASISMessage.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMessage.cmi src/oasis/OASISMessage.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISMessage.ml > src/oasis/OASISMessage.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISText.ml > src/oasis/OASISText.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISValues.mli > src/oasis/OASISValues.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues.cmi src/oasis/OASISValues.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTypes.mli > src/oasis/OASISTypes.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExpr.mli > src/oasis/OASISExpr.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense.mli > src/oasis/OASISLicense.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion.mli > src/oasis/OASISVersion.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion.cmi src/oasis/OASISVersion.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISText.cmo src/oasis/OASISText.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExpr.cmi src/oasis/OASISExpr.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense.cmi src/oasis/OASISLicense.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTypes.cmi src/oasis/OASISTypes.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTypes.ml > src/oasis/OASISTypes.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISParse.mli > src/oasis/OASISParse.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISParse.cmi src/oasis/OASISParse.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISParse.ml > src/oasis/OASISParse.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst.ml > src/oasis/OASISAst.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst_types.ml > src/oasis/OASISAst_types.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISBuildSection.mli > src/oasis/OASISBuildSection.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSection.mli > src/oasis/OASISSection.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection.cmi src/oasis/OASISSection.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISCheck.ml > src/oasis/OASISCheck.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFeatures.ml > src/oasis/OASISFeatures.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPlugin.mli > src/oasis/OASISPlugin.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileTemplate.mli > src/oasis/OASISFileTemplate.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSetupUpdate.ml > src/oasis/OASISSetupUpdate.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileTemplate.cmi src/oasis/OASISFileTemplate.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSetupUpdate.cmo src/oasis/OASISSetupUpdate.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSchema_intern.ml > src/oasis/OASISSchema_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_types.cmo src/oasis/OASISAst_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFeatures.cmo src/oasis/OASISFeatures.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPlugin.cmi src/oasis/OASISPlugin.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema_intern.cmo src/oasis/OASISSchema_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISDocument.mli > src/oasis/OASISDocument.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSchema.mli > src/oasis/OASISSchema.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema.cmi src/oasis/OASISSchema.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISDocument_intern.ml > src/oasis/OASISDocument_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISBuildSection_intern.ml > src/oasis/OASISBuildSection_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISCustom.ml > src/oasis/OASISCustom.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSection_intern.ml > src/oasis/OASISSection_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection_intern.cmo src/oasis/OASISBuildSection_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISCustom.cmo src/oasis/OASISCustom.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection_intern.cmo src/oasis/OASISSection_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExecutable.mli > src/oasis/OASISExecutable.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExecutable_intern.ml > src/oasis/OASISExecutable_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFindlib.mli > src/oasis/OASISFindlib.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFlag.mli > src/oasis/OASISFlag.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFlag_intern.ml > src/oasis/OASISFlag_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLibrary.mli > src/oasis/OASISLibrary.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLibrary_intern.ml > src/oasis/OASISLibrary_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISObject.mli > src/oasis/OASISObject.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISObject_intern.ml > src/oasis/OASISObject_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPackage.mli > src/oasis/OASISPackage.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPackage_intern.ml > src/oasis/OASISPackage_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISConf.ml > src/oasis/OASISConf.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISConf.cmo src/oasis/OASISConf.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourceRepository.mli > src/oasis/OASISSourceRepository.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourceRepository_intern.ml > src/oasis/OASISSourceRepository_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTest.mli > src/oasis/OASISTest.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTest_intern.ml > src/oasis/OASISTest_intern.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection.cmi src/oasis/OASISBuildSection.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISCheck.cmo src/oasis/OASISCheck.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument.cmi src/oasis/OASISDocument.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument_intern.cmo src/oasis/OASISDocument_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable.cmi src/oasis/OASISExecutable.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable_intern.cmo src/oasis/OASISExecutable_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFindlib.cmi src/oasis/OASISFindlib.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag.cmi src/oasis/OASISFlag.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag_intern.cmo src/oasis/OASISFlag_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary.cmi src/oasis/OASISLibrary.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary_intern.cmo src/oasis/OASISLibrary_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject.cmi src/oasis/OASISObject.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject_intern.cmo src/oasis/OASISObject_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage.cmi src/oasis/OASISPackage.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage_intern.cmo src/oasis/OASISPackage_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository.cmi src/oasis/OASISSourceRepository.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository_intern.cmo src/oasis/OASISSourceRepository_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest.cmi src/oasis/OASISTest.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest_intern.cmo src/oasis/OASISTest_intern.ml
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/oasis/OASISAst_lexer.mll
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst_lexer.ml > src/oasis/OASISAst_lexer.ml.depends
- /home/opam/.opam/4.04/bin/ocamlyacc src/oasis/OASISAst_parser.mly
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst_parser.mli > src/oasis/OASISAst_parser.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_parser.cmi src/oasis/OASISAst_parser.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISMutex.ml > src/oasis/OASISMutex.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst.cmo src/oasis/OASISAst.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_lexer.cmo src/oasis/OASISAst_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMutex.cmo src/oasis/OASISMutex.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISValues.ml > src/oasis/OASISValues.ml.depends
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/oasis/OASISValues_lexer.mll
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISValues_lexer.ml > src/oasis/OASISValues_lexer.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues_lexer.cmo src/oasis/OASISValues_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExpr.ml > src/oasis/OASISExpr.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion.ml > src/oasis/OASISVersion.ml.depends
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/oasis/OASISVersion_lexer.mll
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion_lexer.ml > src/oasis/OASISVersion_lexer.ml.depends
- /home/opam/.opam/4.04/bin/ocamlyacc src/oasis/OASISVersion_parser.mly
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion_parser.mli > src/oasis/OASISVersion_parser.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion_types.ml > src/oasis/OASISVersion_types.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_types.cmo src/oasis/OASISVersion_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_parser.cmi src/oasis/OASISVersion_parser.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_lexer.cmo src/oasis/OASISVersion_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense.ml > src/oasis/OASISLicense.ml.depends
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/oasis/OASISLicense_lexer.mll
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense_lexer.ml > src/oasis/OASISLicense_lexer.ml.depends
- /home/opam/.opam/4.04/bin/ocamlyacc src/oasis/OASISLicense_parser.mly
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense_parser.mli > src/oasis/OASISLicense_parser.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense_types.ml > src/oasis/OASISLicense_types.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_types.cmo src/oasis/OASISLicense_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_parser.cmi src/oasis/OASISLicense_parser.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_lexer.cmo src/oasis/OASISLicense_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileTemplate.ml > src/oasis/OASISFileTemplate.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileUtil.mli > src/oasis/OASISFileUtil.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISHostPath.mli > src/oasis/OASISHostPath.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileUtil.cmi src/oasis/OASISFileUtil.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHostPath.cmi src/oasis/OASISHostPath.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISBuildSection.ml > src/oasis/OASISBuildSection.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISGraph.ml > src/oasis/OASISGraph.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGraph.cmo src/oasis/OASISGraph.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISDocument.ml > src/oasis/OASISDocument.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExecutable.ml > src/oasis/OASISExecutable.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFlag.ml > src/oasis/OASISFlag.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLibrary.ml > src/oasis/OASISLibrary.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISObject.ml > src/oasis/OASISObject.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPackage.ml > src/oasis/OASISPackage.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourceRepository.ml > src/oasis/OASISSourceRepository.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTest.ml > src/oasis/OASISTest.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPlugin.ml > src/oasis/OASISPlugin.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFindlib.ml > src/oasis/OASISFindlib.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSchema.ml > src/oasis/OASISSchema.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSection.ml > src/oasis/OASISSection.ml.depends
- ocamlify --depends --output src/oasis/OASISData.mlify.depends src/oasis/OASISData.mlify
- ocamlmod src/oasis/OASISSys.mod
- ocamlmod src/oasis/OASISSysLight.mod
- ocamlmod src/oasis/OASISSysBundle.mod
- ocamlify --output src/oasis/OASISData.ml src/oasis/OASISData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISData.ml > src/oasis/OASISData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExec.mli > src/oasis/OASISExec.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExec.cmi src/oasis/OASISExec.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExec.ml > src/oasis/OASISExec.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileUtil.ml > src/oasis/OASISFileUtil.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISHostPath.ml > src/oasis/OASISHostPath.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion_parser.ml > src/oasis/OASISVersion_parser.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense_parser.ml > src/oasis/OASISLicense_parser.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst_parser.ml > src/oasis/OASISAst_parser.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISQuickstart.ml > src/oasis/OASISQuickstart.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFormat.ml > src/oasis/OASISFormat.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFormat.cmo src/oasis/OASISFormat.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISHelp.ml > src/oasis/OASISHelp.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISData.cmo src/oasis/OASISData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/FormatExt.cmo src/oasis/FormatExt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/PropList.cmo src/oasis/PropList.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUtils.cmo src/oasis/OASISUtils.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUnixPath.cmo src/oasis/OASISUnixPath.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileSystem.cmo src/oasis/OASISFileSystem.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISContext.cmo src/oasis/OASISContext.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourcePatterns.cmo src/oasis/OASISSourcePatterns.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGettext.cmo src/oasis/OASISGettext.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMessage.cmo src/oasis/OASISMessage.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTypes.cmo src/oasis/OASISTypes.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISParse.cmo src/oasis/OASISParse.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues.cmo src/oasis/OASISValues.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExpr.cmo src/oasis/OASISExpr.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion.cmo src/oasis/OASISVersion.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense.cmo src/oasis/OASISLicense.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileTemplate.cmo src/oasis/OASISFileTemplate.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection.cmo src/oasis/OASISBuildSection.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument.cmo src/oasis/OASISDocument.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable.cmo src/oasis/OASISExecutable.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag.cmo src/oasis/OASISFlag.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary.cmo src/oasis/OASISLibrary.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject.cmo src/oasis/OASISObject.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage.cmo src/oasis/OASISPackage.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository.cmo src/oasis/OASISSourceRepository.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest.cmo src/oasis/OASISTest.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPlugin.cmo src/oasis/OASISPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFindlib.cmo src/oasis/OASISFindlib.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema.cmo src/oasis/OASISSchema.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection.cmo src/oasis/OASISSection.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExec.cmo src/oasis/OASISExec.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileUtil.cmo src/oasis/OASISFileUtil.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHostPath.cmo src/oasis/OASISHostPath.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_parser.cmo src/oasis/OASISVersion_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_parser.cmo src/oasis/OASISLicense_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_parser.cmo src/oasis/OASISAst_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISQuickstart.cmo src/oasis/OASISQuickstart.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHelp.cmo src/oasis/OASISHelp.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/oasis src/oasis/OASISString.cmo src/oasis/FormatExt.cmo src/oasis/OASISGettext.cmo src/oasis/PropList.cmo src/oasis/OASISUtils.cmo src/oasis/OASISPath_intern.cmo src/oasis/OASISUnixPath.cmo src/oasis/OASISFileSystem.cmo src/oasis/OASISContext.cmo src/oasis/OASISDataNotation.cmo src/oasis/OASISSourcePatterns.cmo src/oasis/OASISMessage.cmo src/oasis/OASISValues_lexer.cmo src/oasis/OASISValues.cmo src/oasis/OASISText.cmo src/oasis/OASISExpr.cmo src/oasis/OASISLicense_types.cmo src/oasis/OASISLicense_parser.cmo src/oasis/OASISLicense_lexer.cmo src/oasis/OASISVersion_types.cmo src/oasis/OASISVersion_parser.cmo src/oasis/OASISVersion_lexer.cmo src/oasis/OASISVersion.cmo src/oasis/OASISLicense.cmo src/oasis/OASISTypes.cmo src/oasis/OASISAst_types.cmo src/oasis/OASISGraph.cmo src/oasis/OASISSection.cmo src/oasis/OASISBuildSection.cmo src/oasis/OASISFeatures.cmo src/oasis/OASISConf.cmo src/oasis/OASISExec.cmo src/oasis/OASISFileUtil.cmo src/oasis/OASISHostPath.cmo src/oasis/OASISFileTemplate.cmo src/oasis/OASISSetupUpdate.cmo src/oasis/OASISPlugin.cmo src/oasis/OASISSchema_intern.cmo src/oasis/OASISCheck.cmo src/oasis/OASISBuildSection_intern.cmo src/oasis/OASISCustom.cmo src/oasis/OASISSection_intern.cmo src/oasis/OASISDocument_intern.cmo src/oasis/OASISSchema.cmo src/oasis/OASISDocument.cmo src/oasis/OASISExecutable_intern.cmo src/oasis/OASISExecutable.cmo src/oasis/OASISFindlib.cmo src/oasis/OASISFlag_intern.cmo src/oasis/OASISFlag.cmo src/oasis/OASISLibrary_intern.cmo src/oasis/OASISLibrary.cmo src/oasis/OASISObject_intern.cmo src/oasis/OASISObject.cmo src/oasis/OASISPackage_intern.cmo src/oasis/OASISPackage.cmo src/oasis/OASISSourceRepository_intern.cmo src/oasis/OASISSourceRepository.cmo src/oasis/OASISTest_intern.cmo src/oasis/OASISTest.cmo src/oasis/OASISAst.cmo src/oasis/OASISAst_parser.cmo src/oasis/OASISAst_lexer.cmo src/oasis/OASISMutex.cmo src/oasis/OASISParse.cmo src/oasis/OASISData.cmo src/oasis/OASISFormat.cmo src/oasis/OASISQuickstart.cmo src/oasis/OASISHelp.cmo -o src/oasis/oasis.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISString.cmx src/oasis/OASISString.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGettext.cmx src/oasis/OASISGettext.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUtils.cmx src/oasis/OASISUtils.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPath_intern.cmx src/oasis/OASISPath_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUnixPath.cmx src/oasis/OASISUnixPath.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileSystem.cmx src/oasis/OASISFileSystem.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDataNotation.cmx src/oasis/OASISDataNotation.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISContext.cmx src/oasis/OASISContext.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/FormatExt.cmx src/oasis/FormatExt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues_lexer.cmx src/oasis/OASISValues_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues.cmx src/oasis/OASISValues.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_types.cmx src/oasis/OASISLicense_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_parser.cmx src/oasis/OASISLicense_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMessage.cmx src/oasis/OASISMessage.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_types.cmx src/oasis/OASISVersion_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_parser.cmx src/oasis/OASISVersion_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_lexer.cmx src/oasis/OASISVersion_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_lexer.cmx src/oasis/OASISLicense_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion.cmx src/oasis/OASISVersion.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourcePatterns.cmx src/oasis/OASISSourcePatterns.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISText.cmx src/oasis/OASISText.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/PropList.cmx src/oasis/PropList.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExpr.cmx src/oasis/OASISExpr.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense.cmx src/oasis/OASISLicense.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTypes.cmx src/oasis/OASISTypes.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGraph.cmx src/oasis/OASISGraph.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection.cmx src/oasis/OASISSection.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExec.cmx src/oasis/OASISExec.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileUtil.cmx src/oasis/OASISFileUtil.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHostPath.cmx src/oasis/OASISHostPath.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISConf.cmx src/oasis/OASISConf.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileTemplate.cmx src/oasis/OASISFileTemplate.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSetupUpdate.cmx src/oasis/OASISSetupUpdate.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_types.cmx src/oasis/OASISAst_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFeatures.cmx src/oasis/OASISFeatures.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPlugin.cmx src/oasis/OASISPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema_intern.cmx src/oasis/OASISSchema_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection_intern.cmx src/oasis/OASISBuildSection_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISCustom.cmx src/oasis/OASISCustom.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection_intern.cmx src/oasis/OASISSection_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument_intern.cmx src/oasis/OASISDocument_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema.cmx src/oasis/OASISSchema.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable_intern.cmx src/oasis/OASISExecutable_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag_intern.cmx src/oasis/OASISFlag_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection.cmx src/oasis/OASISBuildSection.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary_intern.cmx src/oasis/OASISLibrary_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject_intern.cmx src/oasis/OASISObject_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage_intern.cmx src/oasis/OASISPackage_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository_intern.cmx src/oasis/OASISSourceRepository_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest_intern.cmx src/oasis/OASISTest_intern.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISCheck.cmx src/oasis/OASISCheck.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument.cmx src/oasis/OASISDocument.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable.cmx src/oasis/OASISExecutable.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFindlib.cmx src/oasis/OASISFindlib.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag.cmx src/oasis/OASISFlag.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary.cmx src/oasis/OASISLibrary.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject.cmx src/oasis/OASISObject.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage.cmx src/oasis/OASISPackage.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository.cmx src/oasis/OASISSourceRepository.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest.cmx src/oasis/OASISTest.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_parser.cmx src/oasis/OASISAst_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst.cmx src/oasis/OASISAst.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_lexer.cmx src/oasis/OASISAst_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMutex.cmx src/oasis/OASISMutex.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFormat.cmx src/oasis/OASISFormat.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISData.cmx src/oasis/OASISData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISParse.cmx src/oasis/OASISParse.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISQuickstart.cmx src/oasis/OASISQuickstart.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHelp.cmx src/oasis/OASISHelp.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/oasis src/oasis/OASISString.cmx src/oasis/FormatExt.cmx src/oasis/OASISGettext.cmx src/oasis/PropList.cmx src/oasis/OASISUtils.cmx src/oasis/OASISPath_intern.cmx src/oasis/OASISUnixPath.cmx src/oasis/OASISFileSystem.cmx src/oasis/OASISContext.cmx src/oasis/OASISDataNotation.cmx src/oasis/OASISSourcePatterns.cmx src/oasis/OASISMessage.cmx src/oasis/OASISValues_lexer.cmx src/oasis/OASISValues.cmx src/oasis/OASISText.cmx src/oasis/OASISExpr.cmx src/oasis/OASISLicense_types.cmx src/oasis/OASISLicense_parser.cmx src/oasis/OASISLicense_lexer.cmx src/oasis/OASISVersion_types.cmx src/oasis/OASISVersion_parser.cmx src/oasis/OASISVersion_lexer.cmx src/oasis/OASISVersion.cmx src/oasis/OASISLicense.cmx src/oasis/OASISTypes.cmx src/oasis/OASISAst_types.cmx src/oasis/OASISGraph.cmx src/oasis/OASISSection.cmx src/oasis/OASISBuildSection.cmx src/oasis/OASISConf.cmx src/oasis/OASISExec.cmx src/oasis/OASISFeatures.cmx src/oasis/OASISFileUtil.cmx src/oasis/OASISHostPath.cmx src/oasis/OASISFileTemplate.cmx src/oasis/OASISSetupUpdate.cmx src/oasis/OASISPlugin.cmx src/oasis/OASISSchema_intern.cmx src/oasis/OASISBuildSection_intern.cmx src/oasis/OASISCheck.cmx src/oasis/OASISCustom.cmx src/oasis/OASISSection_intern.cmx src/oasis/OASISDocument_intern.cmx src/oasis/OASISSchema.cmx src/oasis/OASISDocument.cmx src/oasis/OASISExecutable_intern.cmx src/oasis/OASISExecutable.cmx src/oasis/OASISFindlib.cmx src/oasis/OASISFlag_intern.cmx src/oasis/OASISFlag.cmx src/oasis/OASISLibrary_intern.cmx src/oasis/OASISLibrary.cmx src/oasis/OASISObject_intern.cmx src/oasis/OASISObject.cmx src/oasis/OASISPackage_intern.cmx src/oasis/OASISPackage.cmx src/oasis/OASISSourceRepository_intern.cmx src/oasis/OASISSourceRepository.cmx src/oasis/OASISTest_intern.cmx src/oasis/OASISTest.cmx src/oasis/OASISAst.cmx src/oasis/OASISAst_parser.cmx src/oasis/OASISAst_lexer.cmx src/oasis/OASISMutex.cmx src/oasis/OASISParse.cmx src/oasis/OASISData.cmx src/oasis/OASISFormat.cmx src/oasis/OASISQuickstart.cmx src/oasis/OASISHelp.cmx -o src/oasis/oasis.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/oasis src/oasis/oasis.cmxa src/oasis/OASISString.cmx src/oasis/FormatExt.cmx src/oasis/OASISGettext.cmx src/oasis/PropList.cmx src/oasis/OASISUtils.cmx src/oasis/OASISPath_intern.cmx src/oasis/OASISUnixPath.cmx src/oasis/OASISFileSystem.cmx src/oasis/OASISContext.cmx src/oasis/OASISDataNotation.cmx src/oasis/OASISSourcePatterns.cmx src/oasis/OASISMessage.cmx src/oasis/OASISValues_lexer.cmx src/oasis/OASISValues.cmx src/oasis/OASISText.cmx src/oasis/OASISExpr.cmx src/oasis/OASISLicense_types.cmx src/oasis/OASISLicense_parser.cmx src/oasis/OASISLicense_lexer.cmx src/oasis/OASISVersion_types.cmx src/oasis/OASISVersion_parser.cmx src/oasis/OASISVersion_lexer.cmx src/oasis/OASISVersion.cmx src/oasis/OASISLicense.cmx src/oasis/OASISTypes.cmx src/oasis/OASISAst_types.cmx src/oasis/OASISGraph.cmx src/oasis/OASISSection.cmx src/oasis/OASISBuildSection.cmx src/oasis/OASISConf.cmx src/oasis/OASISExec.cmx src/oasis/OASISFeatures.cmx src/oasis/OASISFileUtil.cmx src/oasis/OASISHostPath.cmx src/oasis/OASISFileTemplate.cmx src/oasis/OASISSetupUpdate.cmx src/oasis/OASISPlugin.cmx src/oasis/OASISSchema_intern.cmx src/oasis/OASISBuildSection_intern.cmx src/oasis/OASISCheck.cmx src/oasis/OASISCustom.cmx src/oasis/OASISSection_intern.cmx src/oasis/OASISDocument_intern.cmx src/oasis/OASISSchema.cmx src/oasis/OASISDocument.cmx src/oasis/OASISExecutable_intern.cmx src/oasis/OASISExecutable.cmx src/oasis/OASISFindlib.cmx src/oasis/OASISFlag_intern.cmx src/oasis/OASISFlag.cmx src/oasis/OASISLibrary_intern.cmx src/oasis/OASISLibrary.cmx src/oasis/OASISObject_intern.cmx src/oasis/OASISObject.cmx src/oasis/OASISPackage_intern.cmx src/oasis/OASISPackage.cmx src/oasis/OASISSourceRepository_intern.cmx src/oasis/OASISSourceRepository.cmx src/oasis/OASISTest_intern.cmx src/oasis/OASISTest.cmx src/oasis/OASISAst.cmx src/oasis/OASISAst_parser.cmx src/oasis/OASISAst_lexer.cmx src/oasis/OASISMutex.cmx src/oasis/OASISParse.cmx src/oasis/OASISData.cmx src/oasis/OASISFormat.cmx src/oasis/OASISQuickstart.cmx src/oasis/OASISHelp.cmx -o src/oasis/oasis.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseArgExt.mli > src/base/BaseArgExt.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseArgExt.cmi src/base/BaseArgExt.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseArgExt.ml > src/base/BaseArgExt.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseBuilt.mli > src/base/BaseBuilt.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseBuilt.cmi src/base/BaseBuilt.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseBuilt.ml > src/base/BaseBuilt.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseContext.mli > src/base/BaseContext.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseLog.mli > src/base/BaseLog.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseMessage.mli > src/base/BaseMessage.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseStandardVar.mli > src/base/BaseStandardVar.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseContext.cmi src/base/BaseContext.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseLog.cmi src/base/BaseLog.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseMessage.cmi src/base/BaseMessage.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseStandardVar.cmi src/base/BaseStandardVar.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCheck.mli > src/base/BaseCheck.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCheck.cmi src/base/BaseCheck.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCheck.ml > src/base/BaseCheck.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseEnv.mli > src/base/BaseEnv.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnv.cmi src/base/BaseEnv.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCustom.mli > src/base/BaseCustom.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCustom.cmi src/base/BaseCustom.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCustom.ml > src/base/BaseCustom.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseData.mli > src/base/BaseData.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseData.cmi src/base/BaseData.mli
- ocamlify --depends --output src/base/BaseData.mlify.depends src/base/BaseData.mlify
- ocamlmod src/base/BaseSys.mod
- ocamlmod src/base/BaseSysEnvironment.mod
- ocamlmod src/base/BaseSysBundle.mod
- ocamlify --output src/base/BaseData.ml src/base/BaseData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseData.ml > src/base/BaseData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseDoc.mli > src/base/BaseDoc.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDoc.cmi src/base/BaseDoc.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseDoc.ml > src/base/BaseDoc.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseEnvLight.mli > src/base/BaseEnvLight.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnvLight.cmi src/base/BaseEnvLight.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseEnvLight.ml > src/base/BaseEnvLight.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseEnv.ml > src/base/BaseEnv.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseFileAB.mli > src/base/BaseFileAB.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseFileAB.cmi src/base/BaseFileAB.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseFileAB.ml > src/base/BaseFileAB.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseGenerate.mli > src/base/BaseGenerate.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseGenerate.cmi src/base/BaseGenerate.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseGenerate.ml > src/base/BaseGenerate.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCompat.ml > src/base/BaseCompat.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseSetup.mli > src/base/BaseSetup.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseSetup.cmi src/base/BaseSetup.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCompat.cmo src/base/BaseCompat.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseLog.ml > src/base/BaseLog.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseOCamlcConfig.mli > src/base/BaseOCamlcConfig.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseOCamlcConfig.cmi src/base/BaseOCamlcConfig.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseOCamlcConfig.ml > src/base/BaseOCamlcConfig.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseSetup.ml > src/base/BaseSetup.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseDynVar.mli > src/base/BaseDynVar.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseTest.mli > src/base/BaseTest.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDynVar.cmi src/base/BaseDynVar.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseTest.cmi src/base/BaseTest.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseStandardVar.ml > src/base/BaseStandardVar.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseTest.ml > src/base/BaseTest.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseDynVar.ml > src/base/BaseDynVar.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseMessage.ml > src/base/BaseMessage.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -modules src/base/BaseContext.ml > src/base/BaseContext.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseArgExt.cmo src/base/BaseArgExt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseBuilt.cmo src/base/BaseBuilt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCheck.cmo src/base/BaseCheck.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCustom.cmo src/base/BaseCustom.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseData.cmo src/base/BaseData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDoc.cmo src/base/BaseDoc.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnvLight.cmo src/base/BaseEnvLight.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnv.cmo src/base/BaseEnv.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseFileAB.cmo src/base/BaseFileAB.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseGenerate.cmo src/base/BaseGenerate.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseLog.cmo src/base/BaseLog.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseOCamlcConfig.cmo src/base/BaseOCamlcConfig.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseSetup.cmo src/base/BaseSetup.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseStandardVar.cmo src/base/BaseStandardVar.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseTest.cmo src/base/BaseTest.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDynVar.cmo src/base/BaseDynVar.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseMessage.cmo src/base/BaseMessage.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseContext.cmo src/base/BaseContext.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/base src/base/BaseArgExt.cmo src/base/BaseContext.cmo src/base/BaseLog.cmo src/base/BaseMessage.cmo src/base/BaseEnvLight.cmo src/base/BaseEnv.cmo src/base/BaseCheck.cmo src/base/BaseOCamlcConfig.cmo src/base/BaseStandardVar.cmo src/base/BaseBuilt.cmo src/base/BaseCustom.cmo src/base/BaseData.cmo src/base/BaseDoc.cmo src/base/BaseFileAB.cmo src/base/BaseDynVar.cmo src/base/BaseTest.cmo src/base/BaseSetup.cmo src/base/BaseCompat.cmo src/base/BaseGenerate.cmo -o src/base/base.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseContext.cmx src/base/BaseContext.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnvLight.cmx src/base/BaseEnvLight.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseMessage.cmx src/base/BaseMessage.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnv.cmx src/base/BaseEnv.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCheck.cmx src/base/BaseCheck.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseOCamlcConfig.cmx src/base/BaseOCamlcConfig.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseLog.cmx src/base/BaseLog.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseStandardVar.cmx src/base/BaseStandardVar.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCustom.cmx src/base/BaseCustom.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseData.cmx src/base/BaseData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDoc.cmx src/base/BaseDoc.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseBuilt.cmx src/base/BaseBuilt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseFileAB.cmx src/base/BaseFileAB.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDynVar.cmx src/base/BaseDynVar.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseTest.cmx src/base/BaseTest.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseSetup.cmx src/base/BaseSetup.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCompat.cmx src/base/BaseCompat.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseArgExt.cmx src/base/BaseArgExt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseGenerate.cmx src/base/BaseGenerate.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/base src/base/BaseArgExt.cmx src/base/BaseContext.cmx src/base/BaseEnvLight.cmx src/base/BaseEnv.cmx src/base/BaseMessage.cmx src/base/BaseCheck.cmx src/base/BaseLog.cmx src/base/BaseOCamlcConfig.cmx src/base/BaseStandardVar.cmx src/base/BaseBuilt.cmx src/base/BaseCustom.cmx src/base/BaseData.cmx src/base/BaseDoc.cmx src/base/BaseFileAB.cmx src/base/BaseDynVar.cmx src/base/BaseTest.cmx src/base/BaseSetup.cmx src/base/BaseCompat.cmx src/base/BaseGenerate.cmx -o src/base/base.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/base src/base/base.cmxa src/base/BaseArgExt.cmx src/base/BaseContext.cmx src/base/BaseEnvLight.cmx src/base/BaseEnv.cmx src/base/BaseMessage.cmx src/base/BaseCheck.cmx src/base/BaseLog.cmx src/base/BaseOCamlcConfig.cmx src/base/BaseStandardVar.cmx src/base/BaseBuilt.cmx src/base/BaseCustom.cmx src/base/BaseData.cmx src/base/BaseDoc.cmx src/base/BaseFileAB.cmx src/base/BaseDynVar.cmx src/base/BaseTest.cmx src/base/BaseSetup.cmx src/base/BaseCompat.cmx src/base/BaseGenerate.cmx -o src/base/base.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/OASISBuiltinPlugins.ml > src/OASISBuiltinPlugins.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/custom/CustomPlugin.ml > src/plugins/custom/CustomPlugin.ml.depends
- ocamlify --depends --output src/plugins/custom/CustomData.mlify.depends src/plugins/custom/CustomData.mlify
- ocamlmod src/plugins/custom/CustomSys.mod
- ocamlify --output src/plugins/custom/CustomData.ml src/plugins/custom/CustomData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/custom/CustomData.ml > src/plugins/custom/CustomData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/custom -o src/plugins/custom/CustomData.cmo src/plugins/custom/CustomData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/devfiles/DevFilesPlugin.ml > src/plugins/extra/devfiles/DevFilesPlugin.ml.depends
- ocamlify --depends --output src/plugins/extra/devfiles/DevFilesData.mlify.depends src/plugins/extra/devfiles/DevFilesData.mlify
- ocamlify --output src/plugins/extra/devfiles/DevFilesData.ml src/plugins/extra/devfiles/DevFilesData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/devfiles/DevFilesData.ml > src/plugins/extra/devfiles/DevFilesData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/devfiles -o src/plugins/extra/devfiles/DevFilesData.cmo src/plugins/extra/devfiles/DevFilesData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/internal/InternalConfigurePlugin.ml > src/plugins/internal/InternalConfigurePlugin.ml.depends
- ocamlify --depends --output src/plugins/internal/InternalData.mlify.depends src/plugins/internal/InternalData.mlify
- ocamlmod src/plugins/internal/InternalSys.mod
- ocamlify --output src/plugins/internal/InternalData.ml src/plugins/internal/InternalData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/internal/InternalData.ml > src/plugins/internal/InternalData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/internal/InternalId.ml > src/plugins/internal/InternalId.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalData.cmo src/plugins/internal/InternalData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalId.cmo src/plugins/internal/InternalId.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/internal/InternalInstallPlugin.ml > src/plugins/internal/InternalInstallPlugin.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/META/METAPlugin.ml > src/plugins/extra/META/METAPlugin.ml.depends
- ocamlify --depends --output src/plugins/extra/META/METAData.mlify.depends src/plugins/extra/META/METAData.mlify
- ocamlify --output src/plugins/extra/META/METAData.ml src/plugins/extra/META/METAData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/META/METAData.ml > src/plugins/extra/META/METAData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/META -o src/plugins/extra/META/METAData.cmo src/plugins/extra/META/METAData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/none/NonePlugin.ml > src/plugins/none/NonePlugin.ml.depends
- ocamlify --depends --output src/plugins/none/NoneData.mlify.depends src/plugins/none/NoneData.mlify
- ocamlmod src/plugins/none/NoneSys.mod
- ocamlify --output src/plugins/none/NoneData.ml src/plugins/none/NoneData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/none/NoneData.ml > src/plugins/none/NoneData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/none -o src/plugins/none/NoneData.cmo src/plugins/none/NoneData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildDocPlugin.ml > src/plugins/ocamlbuild/OCamlbuildDocPlugin.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildCommon.ml > src/plugins/ocamlbuild/OCamlbuildCommon.ml.depends
- ocamlify --depends --output src/plugins/ocamlbuild/OCamlbuildData.mlify.depends src/plugins/ocamlbuild/OCamlbuildData.mlify
- ocamlmod src/plugins/ocamlbuild/MyOCamlbuildSys.mod
- ocamlmod src/plugins/ocamlbuild/OCamlbuildSys.mod
- ocamlify --output src/plugins/ocamlbuild/OCamlbuildData.ml src/plugins/ocamlbuild/OCamlbuildData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildData.ml > src/plugins/ocamlbuild/OCamlbuildData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildId.ml > src/plugins/ocamlbuild/OCamlbuildId.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildData.cmo src/plugins/ocamlbuild/OCamlbuildData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildCommon.cmo src/plugins/ocamlbuild/OCamlbuildCommon.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildId.cmo src/plugins/ocamlbuild/OCamlbuildId.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildPlugin.ml > src/plugins/ocamlbuild/OCamlbuildPlugin.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/MyOCamlbuildBase.ml > src/plugins/ocamlbuild/MyOCamlbuildBase.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml > src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmo src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/MyOCamlbuildBase.cmo src/plugins/ocamlbuild/MyOCamlbuildBase.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakePlugin.ml > src/plugins/omake/OMakePlugin.ml.depends
- ocamlify --depends --output src/plugins/omake/OMakeData.mlify.depends src/plugins/omake/OMakeData.mlify
- ocamlmod src/plugins/omake/OMakeSys.mod
- ocamlify --output src/plugins/omake/OMakeData.ml src/plugins/omake/OMakeData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakeData.ml > src/plugins/omake/OMakeData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakeEquip.ml > src/plugins/omake/OMakeEquip.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeData.cmo src/plugins/omake/OMakeData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakeFields.ml > src/plugins/omake/OMakeFields.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakeFormat.ml > src/plugins/omake/OMakeFormat.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeFields.cmo src/plugins/omake/OMakeFields.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeFormat.cmo src/plugins/omake/OMakeFormat.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeEquip.cmo src/plugins/omake/OMakeEquip.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/stdfiles/StdFilesPlugin.ml > src/plugins/extra/stdfiles/StdFilesPlugin.ml.depends
- ocamlify --depends --output src/plugins/extra/stdfiles/StdFilesData.mlify.depends src/plugins/extra/stdfiles/StdFilesData.mlify
- ocamlify --output src/plugins/extra/stdfiles/StdFilesData.ml src/plugins/extra/stdfiles/StdFilesData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/stdfiles/StdFilesData.ml > src/plugins/extra/stdfiles/StdFilesData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/stdfiles -o src/plugins/extra/stdfiles/StdFilesData.cmo src/plugins/extra/stdfiles/StdFilesData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/custom -o src/plugins/custom/CustomPlugin.cmo src/plugins/custom/CustomPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/devfiles -o src/plugins/extra/devfiles/DevFilesPlugin.cmo src/plugins/extra/devfiles/DevFilesPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalConfigurePlugin.cmo src/plugins/internal/InternalConfigurePlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalInstallPlugin.cmo src/plugins/internal/InternalInstallPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/META -o src/plugins/extra/META/METAPlugin.cmo src/plugins/extra/META/METAPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/none -o src/plugins/none/NonePlugin.cmo src/plugins/none/NonePlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmo src/plugins/ocamlbuild/OCamlbuildDocPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildPlugin.cmo src/plugins/ocamlbuild/OCamlbuildPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakePlugin.cmo src/plugins/omake/OMakePlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/stdfiles -o src/plugins/extra/stdfiles/StdFilesPlugin.cmo src/plugins/extra/stdfiles/StdFilesPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/OASISBuiltinPlugins.cmo src/OASISBuiltinPlugins.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src src/plugins/custom/CustomData.cmo src/plugins/custom/CustomPlugin.cmo src/plugins/extra/META/METAData.cmo src/plugins/extra/META/METAPlugin.cmo src/plugins/extra/devfiles/DevFilesData.cmo src/plugins/extra/devfiles/DevFilesPlugin.cmo src/plugins/extra/stdfiles/StdFilesData.cmo src/plugins/extra/stdfiles/StdFilesPlugin.cmo src/plugins/internal/InternalData.cmo src/plugins/internal/InternalId.cmo src/plugins/internal/InternalConfigurePlugin.cmo src/plugins/internal/InternalInstallPlugin.cmo src/plugins/none/NoneData.cmo src/plugins/none/NonePlugin.cmo src/plugins/ocamlbuild/OCamlbuildCommon.cmo src/plugins/ocamlbuild/OCamlbuildData.cmo src/plugins/ocamlbuild/OCamlbuildId.cmo src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmo src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmo src/plugins/ocamlbuild/MyOCamlbuildBase.cmo src/plugins/ocamlbuild/OCamlbuildPlugin.cmo src/plugins/omake/OMakeData.cmo src/plugins/omake/OMakeFields.cmo src/plugins/omake/OMakeFormat.cmo src/plugins/omake/OMakeEquip.cmo src/plugins/omake/OMakePlugin.cmo src/OASISBuiltinPlugins.cmo -o src/builtin-plugins.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/custom -o src/plugins/custom/CustomData.cmx src/plugins/custom/CustomData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/devfiles -o src/plugins/extra/devfiles/DevFilesData.cmx src/plugins/extra/devfiles/DevFilesData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalData.cmx src/plugins/internal/InternalData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalId.cmx src/plugins/internal/InternalId.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/META -o src/plugins/extra/META/METAData.cmx src/plugins/extra/META/METAData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/none -o src/plugins/none/NoneData.cmx src/plugins/none/NoneData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildData.cmx src/plugins/ocamlbuild/OCamlbuildData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildCommon.cmx src/plugins/ocamlbuild/OCamlbuildCommon.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildId.cmx src/plugins/ocamlbuild/OCamlbuildId.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmx src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/MyOCamlbuildBase.cmx src/plugins/ocamlbuild/MyOCamlbuildBase.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeData.cmx src/plugins/omake/OMakeData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeFields.cmx src/plugins/omake/OMakeFields.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeFormat.cmx src/plugins/omake/OMakeFormat.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeEquip.cmx src/plugins/omake/OMakeEquip.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/stdfiles -o src/plugins/extra/stdfiles/StdFilesData.cmx src/plugins/extra/stdfiles/StdFilesData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/custom -o src/plugins/custom/CustomPlugin.cmx src/plugins/custom/CustomPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/devfiles -o src/plugins/extra/devfiles/DevFilesPlugin.cmx src/plugins/extra/devfiles/DevFilesPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalConfigurePlugin.cmx src/plugins/internal/InternalConfigurePlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalInstallPlugin.cmx src/plugins/internal/InternalInstallPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/META -o src/plugins/extra/META/METAPlugin.cmx src/plugins/extra/META/METAPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/none -o src/plugins/none/NonePlugin.cmx src/plugins/none/NonePlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmx src/plugins/ocamlbuild/OCamlbuildDocPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildPlugin.cmx src/plugins/ocamlbuild/OCamlbuildPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakePlugin.cmx src/plugins/omake/OMakePlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/stdfiles -o src/plugins/extra/stdfiles/StdFilesPlugin.cmx src/plugins/extra/stdfiles/StdFilesPlugin.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/OASISBuiltinPlugins.cmx src/OASISBuiltinPlugins.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src src/plugins/custom/CustomData.cmx src/plugins/custom/CustomPlugin.cmx src/plugins/extra/META/METAData.cmx src/plugins/extra/META/METAPlugin.cmx src/plugins/extra/devfiles/DevFilesData.cmx src/plugins/extra/devfiles/DevFilesPlugin.cmx src/plugins/extra/stdfiles/StdFilesData.cmx src/plugins/extra/stdfiles/StdFilesPlugin.cmx src/plugins/internal/InternalData.cmx src/plugins/internal/InternalId.cmx src/plugins/internal/InternalConfigurePlugin.cmx src/plugins/internal/InternalInstallPlugin.cmx src/plugins/none/NoneData.cmx src/plugins/none/NonePlugin.cmx src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmx src/plugins/ocamlbuild/MyOCamlbuildBase.cmx src/plugins/ocamlbuild/OCamlbuildCommon.cmx src/plugins/ocamlbuild/OCamlbuildData.cmx src/plugins/ocamlbuild/OCamlbuildId.cmx src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmx src/plugins/ocamlbuild/OCamlbuildPlugin.cmx src/plugins/omake/OMakeData.cmx src/plugins/omake/OMakeFields.cmx src/plugins/omake/OMakeFormat.cmx src/plugins/omake/OMakeEquip.cmx src/plugins/omake/OMakePlugin.cmx src/OASISBuiltinPlugins.cmx -o src/builtin-plugins.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake src/builtin-plugins.cmxa src/plugins/custom/CustomData.cmx src/plugins/custom/CustomPlugin.cmx src/plugins/extra/META/METAData.cmx src/plugins/extra/META/METAPlugin.cmx src/plugins/extra/devfiles/DevFilesData.cmx src/plugins/extra/devfiles/DevFilesPlugin.cmx src/plugins/extra/stdfiles/StdFilesData.cmx src/plugins/extra/stdfiles/StdFilesPlugin.cmx src/plugins/internal/InternalData.cmx src/plugins/internal/InternalId.cmx src/plugins/internal/InternalConfigurePlugin.cmx src/plugins/internal/InternalInstallPlugin.cmx src/plugins/none/NoneData.cmx src/plugins/none/NonePlugin.cmx src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmx src/plugins/ocamlbuild/MyOCamlbuildBase.cmx src/plugins/ocamlbuild/OCamlbuildCommon.cmx src/plugins/ocamlbuild/OCamlbuildData.cmx src/plugins/ocamlbuild/OCamlbuildId.cmx src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmx src/plugins/ocamlbuild/OCamlbuildPlugin.cmx src/plugins/omake/OMakeData.cmx src/plugins/omake/OMakeFields.cmx src/plugins/omake/OMakeFormat.cmx src/plugins/omake/OMakeEquip.cmx src/plugins/omake/OMakePlugin.cmx src/OASISBuiltinPlugins.cmx -o src/builtin-plugins.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/dynrun/OASISDynRun.ml > src/dynrun/OASISDynRun.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -package unix -package ocamlbuild -I src/dynrun -I src -I src/base -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/dynrun/OASISDynRun.cmo src/dynrun/OASISDynRun.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/dynrun src/dynrun/OASISDynRun.cmo -o src/dynrun/dynrun.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -package unix -package ocamlbuild -I src/dynrun -I src -I src/base -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/dynrun/OASISDynRun.cmx src/dynrun/OASISDynRun.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/dynrun src/dynrun/OASISDynRun.cmx -o src/dynrun/dynrun.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/dynrun src/dynrun/dynrun.cmxa src/dynrun/OASISDynRun.cmx -o src/dynrun/dynrun.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -modules src/ext/plugin-loader/src/PluginLoader.ml > src/ext/plugin-loader/src/PluginLoader.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package findlib -package dynlink -I src/ext/plugin-loader/src -o src/ext/plugin-loader/src/PluginLoader.cmo src/ext/plugin-loader/src/PluginLoader.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/ext/plugin-loader/src src/ext/plugin-loader/src/PluginLoader.cmo -o src/ext/plugin-loader/src/plugin-loader.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package findlib -package dynlink -I src/ext/plugin-loader/src -o src/ext/plugin-loader/src/PluginLoader.cmx src/ext/plugin-loader/src/PluginLoader.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/ext/plugin-loader/src src/ext/plugin-loader/src/PluginLoader.cmx -o src/ext/plugin-loader/src/plugin-loader.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/ext/plugin-loader/src src/ext/plugin-loader/src/plugin-loader.cmxa src/ext/plugin-loader/src/PluginLoader.cmx -o src/ext/plugin-loader/src/plugin-loader.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLISubCommand.mli > src/cli/CLISubCommand.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLISubCommand.cmi src/cli/CLISubCommand.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLISubCommand.ml > src/cli/CLISubCommand.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIPluginLoader.ml > src/cli/CLIPluginLoader.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIPluginsLoaded.ml > src/cli/CLIPluginsLoaded.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPluginsLoaded.cmo src/cli/CLIPluginsLoaded.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPluginLoader.cmo src/cli/CLIPluginLoader.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIArgExt.ml > src/cli/CLIArgExt.ml.depends
- ocamlify --depends --output src/cli/CLIData.mlify.depends src/cli/CLIData.mlify
- ocamlify --output src/cli/CLIData.ml src/cli/CLIData.mlify
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIData.ml > src/cli/CLIData.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIData.cmo src/cli/CLIData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLICommon.mli > src/cli/CLICommon.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLICommon.cmi src/cli/CLICommon.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLICommon.ml > src/cli/CLICommon.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIPager.ml > src/cli/CLIPager.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLISubCommand.cmo src/cli/CLISubCommand.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIArgExt.cmo src/cli/CLIArgExt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLICommon.cmo src/cli/CLICommon.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPager.cmo src/cli/CLIPager.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I src/cli src/cli/CLIPluginsLoaded.cmo src/cli/CLIPluginLoader.cmo src/cli/CLISubCommand.cmo src/cli/CLIData.cmo src/cli/CLIArgExt.cmo src/cli/CLICommon.cmo src/cli/CLIPager.cmo -o src/cli/cli.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Main.ml > src/cli/Main.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Check.ml > src/cli/Check.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Help.ml > src/cli/Help.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Manual.ml > src/cli/Manual.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query.ml > src/cli/Query.ml.depends
- /home/opam/.opam/4.04/bin/ocamllex.opt -q src/cli/Query_lexer.mll
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query_lexer.ml > src/cli/Query_lexer.ml.depends
- /home/opam/.opam/4.04/bin/ocamlyacc src/cli/Query_parser.mly
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query_parser.mli > src/cli/Query_parser.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query_types.ml > src/cli/Query_types.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_types.cmo src/cli/Query_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_parser.cmi src/cli/Query_parser.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_lexer.cmo src/cli/Query_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Quickstart.ml > src/cli/Quickstart.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Setup.ml > src/cli/Setup.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Setup.cmo src/cli/Setup.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/SetupClean.ml > src/cli/SetupClean.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/SetupDev.ml > src/cli/SetupDev.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Version.ml > src/cli/Version.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Check.cmo src/cli/Check.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Help.cmo src/cli/Help.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Manual.cmo src/cli/Manual.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query.cmo src/cli/Query.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Quickstart.cmo src/cli/Quickstart.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/SetupClean.cmo src/cli/SetupClean.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/SetupDev.cmo src/cli/SetupDev.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Version.cmo src/cli/Version.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Main.cmo src/cli/Main.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPluginsLoaded.cmx src/cli/CLIPluginsLoaded.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPluginLoader.cmx src/cli/CLIPluginLoader.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIData.cmx src/cli/CLIData.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLISubCommand.cmx src/cli/CLISubCommand.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLICommon.cmx src/cli/CLICommon.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIArgExt.cmx src/cli/CLIArgExt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPager.cmx src/cli/CLIPager.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query_parser.ml > src/cli/Query_parser.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_types.cmx src/cli/Query_types.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_parser.cmx src/cli/Query_parser.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_lexer.cmx src/cli/Query_lexer.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Setup.cmx src/cli/Setup.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Check.cmx src/cli/Check.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Help.cmx src/cli/Help.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Manual.cmx src/cli/Manual.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query.cmx src/cli/Query.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Quickstart.cmx src/cli/Quickstart.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/SetupClean.cmx src/cli/SetupClean.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/SetupDev.cmx src/cli/SetupDev.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Version.cmx src/cli/Version.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Main.cmx src/cli/Main.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I src/cli src/cli/CLIPluginsLoaded.cmx src/cli/CLIPluginLoader.cmx src/cli/CLISubCommand.cmx src/cli/CLIData.cmx src/cli/CLIArgExt.cmx src/cli/CLICommon.cmx src/cli/CLIPager.cmx -o src/cli/cli.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package findlib -package dynlink -package unix -package ocamlbuild -I src/oasis -I src/base -I src -I src/ext/plugin-loader/src -I src/cli src/oasis/oasis.cmxa src/base/base.cmxa src/builtin-plugins.cmxa src/ext/plugin-loader/src/plugin-loader.cmxa src/cli/cli.cmxa src/cli/Check.cmx src/cli/Help.cmx src/cli/Manual.cmx src/cli/Query_types.cmx src/cli/Query_parser.cmx src/cli/Query_lexer.cmx src/cli/Query.cmx src/cli/Setup.cmx src/cli/Quickstart.cmx src/cli/SetupClean.cmx src/cli/SetupDev.cmx src/cli/Version.cmx src/cli/Main.cmx -o src/cli/Main.native
-> compiled  oasis.0.4.11
Processing 180/216: [cstruct: make] [ipaddr: jbuilder build] [uri: jbuilder build]
Processing 181/216: [cstruct: make] [ipaddr: jbuilder build] [uri: jbuilder build] [oasis: ocaml setup.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "ipaddr" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ipaddr.2.8.0)
-     ocamldep lib/ipaddr_top.dependsi.ocamldep-output
-     ocamldep lib/ipaddr_unix.depends.ocamldep-output
-     ocamldep lib/ipaddr_unix.dependsi.ocamldep-output
-     ocamldep lib/ipaddr_top.depends.ocamldep-output
-     ocamlopt .ppx/ppx_sexp_conv/ppx.exe
-          ppx lib/macaddr.pp.mli
-          ppx lib/macaddr.pp.ml
-          ppx lib/ipaddr.pp.mli
-     ocamldep lib/ipaddr.dependsi.ocamldep-output
-       ocamlc lib/macaddr.{cmi,cmti}
-          ppx lib/ipaddr.pp.ml
-     ocamldep lib/ipaddr.depends.ocamldep-output
-       ocamlc lib/ipaddr.{cmi,cmti}
-       ocamlc lib/macaddr.{cmo,cmt}
- File "lib/macaddr.ml", line 37, characters 23-37:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- File "lib/macaddr.ml", line 91, characters 24-34:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
-       ocamlc lib/ipaddr_unix.{cmi,cmti}
-       ocamlc lib/ipaddr_top.{cmi,cmti}
-       ocamlc lib/ipaddr_top.{cmo,cmt}
-       ocamlc lib/ipaddr_unix.{cmo,cmt}
-       ocamlc lib/ipaddr_top.cma
-     ocamlopt lib/macaddr.{cmx,o}
- File "lib/macaddr.ml", line 37, characters 23-37:
- Warning 3: deprecated: Char.uppercase
- Use Char.uppercase_ascii instead.
- File "lib/macaddr.ml", line 91, characters 24-34:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
-       ocamlc lib/ipaddr_unix.cma
-       ocamlc lib/ipaddr.{cmo,cmt}
-       ocamlc lib/ipaddr.cma
-     ocamlopt lib/ipaddr.{cmx,o}
-     ocamlopt lib/ipaddr_unix.{cmx,o}
-     ocamlopt lib/ipaddr_top.{cmx,o}
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
-     ocamlopt lib/ipaddr.{a,cmxa}
-     ocamlopt lib/ipaddr_unix.{a,cmxa}
-     ocamlopt lib/ipaddr_top.{a,cmxa}
-     ocamlopt lib/ipaddr_unix.cmxs
-     ocamlopt lib/ipaddr.cmxs
-     ocamlopt lib/ipaddr_top.cmxs
-> compiled  ipaddr.2.8.0
Processing 181/216: [cstruct: make] [uri: jbuilder build] [oasis: ocaml setup.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "uri" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/uri.1.9.7)
-     ocamldep etc/uri_services_full.dependsi.ocamldep-output
-     ocamldep lib/uri_top.depends.ocamldep-output
-     ocamldep config/gen_services.depends.ocamldep-output
-     ocamldep etc/uri_services.dependsi.ocamldep-output
-       ocamlc config/gen_services.{cmi,cmo,cmt}
-     ocamlopt config/gen_services.{cmx,o}
-     ocamlopt config/gen_services.exe
- gen_services etc/uri_services.ml
-     ocamldep etc/uri_services.depends.ocamldep-output
- gen_services etc/uri_services_full.ml
-     ocamlopt .ppx/ppx_sexp_conv/ppx.exe
-          ppx lib/uri_re.pp.mli
-          ppx lib/uri.pp.ml
-          ppx lib/uri.pp.mli
-     ocamldep lib/uri.dependsi.ocamldep-output
-     ocamldep etc/uri_services_full.depends.ocamldep-output
-          ppx lib/uri_re.pp.ml
-     ocamldep lib/uri.depends.ocamldep-output
-       ocamlc lib/uri_re.{cmi,cmti}
-       ocamlc lib/uri.{cmi,cmti}
-       ocamlc lib/uri_top.{cmi,cmo,cmt}
-       ocamlc etc/uri_services_full.{cmi,cmti}
-       ocamlc lib/uri_re.{cmo,cmt}
-       ocamlc lib/uri_top.cma
-       ocamlc etc/uri_services.{cmi,cmti}
-     ocamlopt lib/uri_re.{cmx,o}
-       ocamlc etc/uri_services.{cmo,cmt}
-       ocamlc etc/uri_services.cma
-       ocamlc lib/uri.{cmo,cmt}
-       ocamlc lib/uri.cma
-     ocamlopt lib/uri.{cmx,o}
-     ocamlopt lib/uri.{a,cmxa}
-     ocamlopt lib/uri_top.{cmx,o}
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
-     ocamlopt lib/uri_top.{a,cmxa}
-     ocamlopt lib/uri.cmxs
-     ocamlopt lib/uri_top.cmxs
-     ocamlopt etc/uri_services.{cmx,o}
-     ocamlopt etc/uri_services.{a,cmxa}
-     ocamlopt etc/uri_services.cmxs
-       ocamlc etc/uri_services_full.{cmo,cmt}
-       ocamlc etc/uri_services_full.cma
-     ocamlopt etc/uri_services_full.{cmx,o}
-     ocamlopt etc/uri_services_full.{a,cmxa}
-     ocamlopt etc/uri_services_full.cmxs
-> compiled  uri.1.9.7
Processing 181/216: [cstruct: make] [oasis: ocaml setup.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "ocaml" "setup.ml" "-install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/oasis.0.4.11)
- W: Nothing to install for findlib library 'test-common'
- W: Nothing to install for findlib library 'pluginloaderLib'
- W: Nothing to install for findlib library 'plugin3'
- W: Nothing to install for findlib library 'plugin2'
- W: Nothing to install for findlib library 'plugin1'
- Installed /home/opam/.opam/4.04/lib/plugin-loader/PluginLoader.ml
- Installed /home/opam/.opam/4.04/lib/plugin-loader/plugin-loader.cma
- Installed /home/opam/.opam/4.04/lib/plugin-loader/plugin-loader.cmxa
- Installed /home/opam/.opam/4.04/lib/plugin-loader/plugin-loader.a
- Installed /home/opam/.opam/4.04/lib/plugin-loader/plugin-loader.cmxs
- Installed /home/opam/.opam/4.04/lib/plugin-loader/PluginLoader.cmi
- Installed /home/opam/.opam/4.04/lib/plugin-loader/PluginLoader.cmt
- Installed /home/opam/.opam/4.04/lib/plugin-loader/PluginLoader.annot
- Installed /home/opam/.opam/4.04/lib/plugin-loader/PluginLoader.cmx
- Installed /home/opam/.opam/4.04/lib/plugin-loader/META
- W: Cannot find source header for module library in OASISData oasis
- Installed /home/opam/.opam/4.04/lib/oasis/FormatExt.mli
- Installed /home/opam/.opam/4.04/lib/oasis/PropList.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUtils.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUnixPath.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileSystem.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISContext.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourcePatterns.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGettext.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMessage.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISText.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTypes.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISParse.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExpr.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileTemplate.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSetupUpdate.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPlugin.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFindlib.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISString.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExec.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileUtil.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHostPath.mli
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGraph.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFeatures.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDataNotation.ml
- Installed /home/opam/.opam/4.04/lib/oasis/oasis.cma
- Installed /home/opam/.opam/4.04/lib/oasis/oasis.cmxa
- Installed /home/opam/.opam/4.04/lib/oasis/oasis.a
- Installed /home/opam/.opam/4.04/lib/oasis/oasis.cmxs
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDataNotation.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDataNotation.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDataNotation.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFeatures.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFeatures.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFeatures.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGraph.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGraph.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGraph.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHostPath.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHostPath.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHostPath.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHostPath.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileUtil.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileUtil.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileUtil.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileUtil.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExec.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExec.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExec.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExec.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISString.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISString.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISString.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISData.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISData.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISData.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFindlib.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFindlib.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFindlib.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFindlib.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPlugin.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSetupUpdate.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSetupUpdate.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSetupUpdate.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileTemplate.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileTemplate.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileTemplate.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileTemplate.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExpr.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExpr.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExpr.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExpr.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISParse.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISParse.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISParse.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISParse.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTypes.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTypes.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTypes.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTypes.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISText.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISText.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISText.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMessage.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMessage.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMessage.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMessage.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGettext.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGettext.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGettext.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGettext.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourcePatterns.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourcePatterns.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourcePatterns.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourcePatterns.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISContext.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISContext.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISContext.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISContext.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileSystem.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileSystem.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileSystem.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileSystem.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUnixPath.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUnixPath.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUnixPath.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUnixPath.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUtils.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUtils.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUtils.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUtils.annot
- Installed /home/opam/.opam/4.04/lib/oasis/PropList.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/PropList.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/PropList.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/PropList.annot
- Installed /home/opam/.opam/4.04/lib/oasis/FormatExt.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/FormatExt.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/FormatExt.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/FormatExt.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPath_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection_intern.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFormat.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHelp.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISQuickstart.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISCustom.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISCheck.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISAst.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISAst_parser.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISAst_lexer.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISAst_types.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISConf.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues_lexer.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense_parser.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense_lexer.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense_types.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion_parser.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion_lexer.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion_types.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMutex.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDataNotation.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFeatures.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGraph.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISHostPath.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileUtil.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExec.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISString.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSection.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSchema.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFindlib.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTest.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourceRepository.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISPackage.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISObject.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLibrary.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSetupUpdate.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFlag.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExecutable.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDocument.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuildSection.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileTemplate.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISLicense.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISVersion.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISExpr.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISValues.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISParse.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISTypes.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISText.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISMessage.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISGettext.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISSourcePatterns.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISContext.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISFileSystem.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUnixPath.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISUtils.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/PropList.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/FormatExt.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDynRun.ml
- Installed /home/opam/.opam/4.04/lib/oasis/dynrun.cma
- Installed /home/opam/.opam/4.04/lib/oasis/dynrun.cmxa
- Installed /home/opam/.opam/4.04/lib/oasis/dynrun.a
- Installed /home/opam/.opam/4.04/lib/oasis/dynrun.cmxs
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDynRun.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDynRun.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDynRun.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISDynRun.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/CLISubCommand.mli
- Installed /home/opam/.opam/4.04/lib/oasis/CLIArgExt.ml
- Installed /home/opam/.opam/4.04/lib/oasis/CLICommon.mli
- Installed /home/opam/.opam/4.04/lib/oasis/CLIPager.ml
- Installed /home/opam/.opam/4.04/lib/oasis/cli.cma
- Installed /home/opam/.opam/4.04/lib/oasis/CLIPager.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/CLIPager.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/CLIPager.annot
- Installed /home/opam/.opam/4.04/lib/oasis/CLICommon.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/CLICommon.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/CLICommon.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/CLICommon.annot
- Installed /home/opam/.opam/4.04/lib/oasis/CLIArgExt.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/CLIArgExt.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/CLIArgExt.annot
- Installed /home/opam/.opam/4.04/lib/oasis/CLISubCommand.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/CLISubCommand.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/CLISubCommand.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/CLISubCommand.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuiltinPlugins.ml
- Installed /home/opam/.opam/4.04/lib/oasis/METAPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/InternalConfigurePlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/InternalInstallPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/NonePlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildDocPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildCommon.ml
- Installed /home/opam/.opam/4.04/lib/oasis/CustomPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/DevFilesPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/StdFilesPlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/OMakePlugin.ml
- Installed /home/opam/.opam/4.04/lib/oasis/builtin-plugins.cma
- Installed /home/opam/.opam/4.04/lib/oasis/builtin-plugins.cmxa
- Installed /home/opam/.opam/4.04/lib/oasis/builtin-plugins.a
- Installed /home/opam/.opam/4.04/lib/oasis/builtin-plugins.cmxs
- Installed /home/opam/.opam/4.04/lib/oasis/OMakePlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OMakePlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OMakePlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/StdFilesPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/StdFilesPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/StdFilesPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/DevFilesPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/DevFilesPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/DevFilesPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/CustomPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/CustomPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/CustomPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildCommon.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildCommon.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildCommon.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildDocPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildDocPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildDocPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/NonePlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/NonePlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/NonePlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/InternalInstallPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/InternalInstallPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/InternalInstallPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/InternalConfigurePlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/InternalConfigurePlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/InternalConfigurePlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/METAPlugin.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/METAPlugin.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/METAPlugin.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuiltinPlugins.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuiltinPlugins.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuiltinPlugins.annot
- Installed /home/opam/.opam/4.04/lib/oasis/OMakeFormat.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OMakeEquip.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OMakeFields.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OMakeData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/StdFilesData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/DevFilesData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/METAData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/CustomData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/MyOCamlbuildFindlib.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/MyOCamlbuildBase.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildId.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/InternalId.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/InternalData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/NoneData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OMakePlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/StdFilesPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/DevFilesPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/CustomPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildCommon.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildDocPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OCamlbuildPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/NonePlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/InternalInstallPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/InternalConfigurePlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/METAPlugin.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/OASISBuiltinPlugins.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseArgExt.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseBuilt.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCheck.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCustom.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseData.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDoc.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnvLight.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnv.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseFileAB.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseGenerate.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseLog.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseOCamlcConfig.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseSetup.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseStandardVar.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseTest.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDynVar.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseMessage.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseContext.mli
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCompat.ml
- Installed /home/opam/.opam/4.04/lib/oasis/base.cma
- Installed /home/opam/.opam/4.04/lib/oasis/base.cmxa
- Installed /home/opam/.opam/4.04/lib/oasis/base.a
- Installed /home/opam/.opam/4.04/lib/oasis/base.cmxs
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCompat.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCompat.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCompat.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseContext.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseContext.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseContext.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseContext.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseMessage.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseMessage.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseMessage.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseMessage.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDynVar.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDynVar.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDynVar.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDynVar.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseTest.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseTest.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseTest.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseTest.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseStandardVar.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseStandardVar.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseStandardVar.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseStandardVar.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseSetup.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseSetup.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseSetup.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseSetup.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseOCamlcConfig.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseOCamlcConfig.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseOCamlcConfig.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseOCamlcConfig.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseLog.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseLog.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseLog.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseLog.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseGenerate.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseGenerate.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseGenerate.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseGenerate.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseFileAB.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseFileAB.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseFileAB.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseFileAB.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnv.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnv.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnv.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnv.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnvLight.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnvLight.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnvLight.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnvLight.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDoc.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDoc.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDoc.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDoc.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseData.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseData.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseData.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseData.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCustom.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCustom.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCustom.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCustom.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCheck.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCheck.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCheck.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCheck.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseBuilt.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseBuilt.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseBuilt.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseBuilt.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseArgExt.cmi
- Installed /home/opam/.opam/4.04/lib/oasis/BaseArgExt.cmti
- Installed /home/opam/.opam/4.04/lib/oasis/BaseArgExt.cmt
- Installed /home/opam/.opam/4.04/lib/oasis/BaseArgExt.annot
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCompat.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseContext.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseMessage.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDynVar.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseTest.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseStandardVar.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseSetup.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseOCamlcConfig.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseLog.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseGenerate.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseFileAB.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnv.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseEnvLight.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseDoc.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseData.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCustom.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseCheck.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseBuilt.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/BaseArgExt.cmx
- Installed /home/opam/.opam/4.04/lib/oasis/META
-> installed oasis.0.4.11
Processing 181/216: [cstruct: make]
-> installed ipaddr.2.8.0
Processing 182/216: [cstruct: make]
-> installed uri.1.9.7
Processing 183/216: [cstruct: make]
Processing 184/216: [cohttp: jbuilder build] [cstruct: make]
Processing 185/216: [cohttp: jbuilder build] [conduit: jbuilder build] [cstruct: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cstruct.2.4.1)
- ocaml setup.ml -build 
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt -O3 -ccopt -Wall -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -c lib/cstruct_stubs.c
- mv cstruct_stubs.o lib/cstruct_stubs.o
- /home/opam/.opam/4.04/bin/ocamlfind ocamlmklib -o lib/cstruct_stubs -g lib/cstruct_stubs.o
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -modules lib/cstruct.mli > lib/cstruct.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -ccopt -O3 -ccopt -Wall -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -I lib -o lib/cstruct.cmi lib/cstruct.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -modules lib/cstruct.ml > lib/cstruct.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -ccopt -O3 -ccopt -Wall -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -I lib -o lib/cstruct.cmo lib/cstruct.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -ccopt -O3 -ccopt -Wall -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -I lib -o lib/cstruct.cmo lib/cstruct.ml
- File "lib/cstruct.ml", line 154, characters 0-138:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "lib/cstruct.ml", line 156, characters 0-132:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "lib/cstruct.ml", line 158, characters 0-132:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "lib/cstruct.ml", line 160, characters 0-132:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "lib/cstruct.ml", line 162, characters 0-132:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "lib/cstruct.ml", line 164, characters 0-117:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "lib/cstruct.ml", line 166, characters 0-102:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -dllib -lcstruct_stubs -cclib -lcstruct_stubs -I lib lib/cstruct.cmo -o lib/cstruct.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -ccopt -O3 -ccopt -Wall -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -I lib -o lib/cstruct.cmx lib/cstruct.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -ccopt -O3 -ccopt -Wall -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -I lib -o lib/cstruct.cmx lib/cstruct.ml
- File "lib/cstruct.ml", line 154, characters 0-138:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "lib/cstruct.ml", line 156, characters 0-132:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "lib/cstruct.ml", line 158, characters 0-132:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "lib/cstruct.ml", line 160, characters 0-132:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "lib/cstruct.ml", line 162, characters 0-132:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "lib/cstruct.ml", line 164, characters 0-117:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "lib/cstruct.ml", line 166, characters 0-102:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -cclib -lcstruct_stubs -I lib lib/cstruct.cmx -o lib/cstruct.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I lib/ -I lib lib/cstruct.cmxa lib/cstruct.cmx -o lib/cstruct.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package lwt.unix -modules lwt/lwt_cstruct.mli > lwt/lwt_cstruct.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -I lib -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package lwt.unix -I lwt -I lib -o lwt/lwt_cstruct.cmi lwt/lwt_cstruct.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package lwt.unix -modules lwt/lwt_cstruct.ml > lwt/lwt_cstruct.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -I lib -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package lwt.unix -I lwt -I lib -o lwt/lwt_cstruct.cmo lwt/lwt_cstruct.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I lwt lwt/lwt_cstruct.cmo -o lwt/lwt_cstruct.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -I lib -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package lwt.unix -I lwt -I lib -o lwt/lwt_cstruct.cmx lwt/lwt_cstruct.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I lwt lwt/lwt_cstruct.cmx -o lwt/lwt_cstruct.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I lwt lwt/lwt_cstruct.cmxa lwt/lwt_cstruct.cmx -o lwt/lwt_cstruct.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package unix -modules unix/unix_cstruct.mli > unix/unix_cstruct.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -I lib -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package unix -I unix -I lib -o unix/unix_cstruct.cmi unix/unix_cstruct.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package unix -modules unix/unix_cstruct.ml > unix/unix_cstruct.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -I lib -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package unix -I unix -I lib -o unix/unix_cstruct.cmo unix/unix_cstruct.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I unix unix/unix_cstruct.cmo -o unix/unix_cstruct.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -I lib -package sexplib -package ocplib-endian.bigstring -package ocplib-endian -package bytes -package bigarray -package unix -I unix -I lib -o unix/unix_cstruct.cmx unix/unix_cstruct.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I unix unix/unix_cstruct.cmx -o unix/unix_cstruct.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I unix unix/unix_cstruct.cmxa unix/unix_cstruct.cmx -o unix/unix_cstruct.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -package ppx_tools_versioned.metaquot_404 -package ppx_tools_versioned -package ocaml-migrate-parsetree -modules ppx/ppx_cstruct.ml > ppx/ppx_cstruct.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -package bigarray -package ppx_tools_versioned.metaquot_404 -package ppx_tools_versioned -package ocaml-migrate-parsetree -I ppx -o ppx/ppx_cstruct.cmo ppx/ppx_cstruct.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -package bigarray -package ppx_tools_versioned.metaquot_404 -package ppx_tools_versioned -package ocaml-migrate-parsetree -I ppx -o ppx/ppx_cstruct.cmo ppx/ppx_cstruct.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -package bigarray -package ppx_tools_versioned.metaquot_404 -package ppx_tools_versioned -package ocaml-migrate-parsetree -I ppx -o ppx/ppx_cstruct.cmx ppx/ppx_cstruct.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -package bigarray -package ppx_tools_versioned.metaquot_404 -package ppx_tools_versioned -package ocaml-migrate-parsetree -I ppx -o ppx/ppx_cstruct.cmx ppx/ppx_cstruct.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -package ppx_tools_versioned.metaquot_404 -package ppx_tools_versioned -package ocaml-migrate-parsetree -modules ppx/standalone.ml > ppx/standalone.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -package bigarray -package ppx_tools_versioned.metaquot_404 -package ppx_tools_versioned -package ocaml-migrate-parsetree -I ppx -o ppx/standalone.cmo ppx/standalone.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -package bigarray -package ppx_tools_versioned.metaquot_404 -package ppx_tools_versioned -package ocaml-migrate-parsetree -I ppx -o ppx/standalone.cmo ppx/standalone.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -package bigarray -package ppx_tools_versioned.metaquot_404 -package ppx_tools_versioned -package ocaml-migrate-parsetree -I ppx -o ppx/standalone.cmx ppx/standalone.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -package bigarray -package ppx_tools_versioned.metaquot_404 -package ppx_tools_versioned -package ocaml-migrate-parsetree -I ppx -o ppx/standalone.cmx ppx/standalone.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package bigarray -package ppx_tools_versioned.metaquot_404 -package ppx_tools_versioned -package ocaml-migrate-parsetree -I ppx ppx/ppx_cstruct.cmx ppx/standalone.cmx -o ppx/standalone.native
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package bigarray -package ppx_tools_versioned.metaquot_404 -package ppx_tools_versioned -package ocaml-migrate-parsetree -I ppx ppx/ppx_cstruct.cmx ppx/standalone.cmx -o ppx/standalone.native
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml
-> compiled  cstruct.2.4.1
Processing 185/216: [cohttp: jbuilder build] [conduit: jbuilder build]
Processing 186/216: [cohttp: jbuilder build] [conduit: jbuilder build] [cstruct: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "conduit" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/conduit.1.1.0)
-     ocamlopt .ppx/ppx_sexp_conv/ppx.exe
-          ppx lib/conduit.pp.ml
-          ppx lib/conduit_trie.pp.ml
-          ppx lib/resolver.pp.ml
-          ppx lib/conduit.pp.mli
-          ppx lib/resolver.pp.mli
-     ocamldep lib/conduit.depends.ocamldep-output
-          ppx lib/conduit_trie.pp.mli
-     ocamldep lib/conduit.dependsi.ocamldep-output
-       ocamlc lib/conduit.{cmi,cmti}
-       ocamlc lib/conduit_trie.{cmi,cmti}
-       ocamlc lib/resolver.{cmi,cmti}
-       ocamlc lib/resolver.{cmo,cmt}
-       ocamlc lib/conduit_trie.{cmo,cmt}
-       ocamlc lib/conduit.{cmo,cmt}
-       ocamlc lib/conduit.cma
-     ocamlopt lib/conduit.{cmx,o}
-     ocamlopt lib/conduit_trie.{cmx,o}
-     ocamlopt lib/resolver.{cmx,o}
-     ocamlopt lib/conduit.{a,cmxa}
-     ocamlopt lib/conduit.cmxs
-> compiled  conduit.1.1.0
Processing 186/216: [cohttp: jbuilder build] [cstruct: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "cohttp" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cohttp.1.0.0)
-     ocamllex cohttp/src/accept_lexer.ml
-    ocamlyacc cohttp/src/accept_parser.{ml,mli}
-     ocamldep cohttp/scripts/generate.depends.ocamldep-output
-       ocamlc cohttp/src/cohttp__.{cmi,cmo,cmt}
-     ocamlopt cohttp/src/cohttp__.{cmx,o}
-       ocamlc cohttp/scripts/generate.{cmi,cmo,cmt}
-     ocamlopt cohttp/scripts/generate.{cmx,o}
-     ocamlopt cohttp/scripts/generate.exe
-     generate cohttp/src/code.{ml,mli}
-     ocamlopt .ppx/ppx_fields_conv+ppx_sexp_conv/ppx.exe
-          ppx cohttp/src/link.pp.mli
-          ppx cohttp/src/accept_lexer.pp.ml
-          ppx cohttp/src/cookie.pp.mli
-          ppx cohttp/src/cohttp.pp.ml
-          ppx cohttp/src/connection.pp.mli
-          ppx cohttp/src/header.pp.ml
-          ppx cohttp/src/body.pp.ml
-          ppx cohttp/src/accept_parser.pp.mli
-          ppx cohttp/src/transfer.pp.mli
-          ppx cohttp/src/transfer_io.pp.mli
-          ppx cohttp/src/response.pp.mli
-          ppx cohttp/src/conf.pp.ml
-          ppx cohttp/src/cookie.pp.ml
-          ppx cohttp/src/string_io.pp.ml
-          ppx cohttp/src/code.pp.mli
-          ppx cohttp/src/header.pp.mli
-          ppx cohttp/src/string_io.pp.mli
-          ppx cohttp/src/header_io.pp.ml
-          ppx cohttp/src/accept.pp.mli
-          ppx cohttp/src/request.pp.mli
-          ppx cohttp/src/conf.pp.mli
-          ppx cohttp/src/connection.pp.ml
-          ppx cohttp/src/auth.pp.ml
-          ppx cohttp/src/transfer.pp.ml
-          ppx cohttp/src/header_io.pp.mli
-          ppx cohttp/src/accept_parser.pp.ml
-          ppx cohttp/src/auth.pp.mli
-          ppx cohttp/src/s.pp.ml
-          ppx cohttp/src/accept.pp.ml
-          ppx cohttp/src/body.pp.mli
-          ppx cohttp/src/response.pp.ml
-          ppx cohttp/src/transfer_io.pp.ml
-          ppx cohttp/src/request.pp.ml
-          ppx cohttp/src/code.pp.ml
-          ppx cohttp/src/accept_types.pp.ml
-     ocamldep cohttp/src/cohttp.dependsi.ocamldep-output
-          ppx cohttp/src/link.pp.ml
-       ocamlc cohttp/src/cohttp__Auth.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__Transfer.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__Connection.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__Conf.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__Code.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__Link.{cmi,cmti}
-     ocamldep cohttp/src/cohttp.depends.ocamldep-output
-       ocamlc cohttp/src/cohttp__Conf.{cmo,cmt}
-       ocamlc cohttp/src/cohttp__Connection.{cmo,cmt}
-     ocamlopt cohttp/src/cohttp__Conf.{cmx,o}
-       ocamlc cohttp/src/cohttp__Auth.{cmo,cmt}
-       ocamlc cohttp/src/cohttp__Transfer.{cmo,cmt}
-     ocamlopt cohttp/src/cohttp__Transfer.{cmx,o}
-       ocamlc cohttp/src/cohttp__Accept_types.{cmi,cmo,cmt}
-     ocamlopt cohttp/src/cohttp__Connection.{cmx,o}
-     ocamlopt cohttp/src/cohttp__Auth.{cmx,o}
-       ocamlc cohttp/src/cohttp__Accept_parser.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__Accept.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__Code.{cmo,cmt}
-       ocamlc cohttp/src/cohttp__Accept_lexer.{cmi,cmo,cmt}
-       ocamlc cohttp/src/cohttp__Header.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__Accept_parser.{cmo,cmt}
-     ocamlopt cohttp/src/cohttp__Accept_types.{cmx,o}
-       ocamlc cohttp/src/cohttp__Accept.{cmo,cmt}
-       ocamlc cohttp/src/cohttp__S.{cmi,cmo,cmt}
-       ocamlc cohttp/src/cohttp__Cookie.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__String_io.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__Header.{cmo,cmt}
- File "cohttp/src/header.ml", line 170, characters 11-22:
- Warning 3: deprecated: module Re_emacs
- Use Re.Emacs
-       ocamlc cohttp/src/cohttp__Link.{cmo,cmt}
-       ocamlc cohttp/src/cohttp__Header_io.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__Transfer_io.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__Body.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__Request.{cmi,cmti}
-       ocamlc cohttp/src/cohttp__String_io.{cmo,cmt}
-       ocamlc cohttp/src/cohttp__Header_io.{cmo,cmt}
-       ocamlc cohttp/src/cohttp__Response.{cmi,cmti}
-     ocamlopt cohttp/src/cohttp__Code.{cmx,o}
-       ocamlc cohttp/src/cohttp.{cmi,cmo,cmt}
-       ocamlc cohttp/src/cohttp__Body.{cmo,cmt}
-     ocamlopt cohttp/src/cohttp__String_io.{cmx,o}
-     ocamlopt cohttp/src/cohttp__Accept_parser.{cmx,o}
-     ocamlopt cohttp/src/cohttp__Body.{cmx,o}
-       ocamlc cohttp/src/cohttp__Transfer_io.{cmo,cmt}
-       ocamlc cohttp/src/cohttp__Response.{cmo,cmt}
-       ocamlc cohttp/src/cohttp__Request.{cmo,cmt}
-       ocamlc cohttp/src/cohttp__Cookie.{cmo,cmt}
-       ocamlc cohttp/src/cohttp.cma
-     ocamlopt cohttp/src/cohttp__Accept_lexer.{cmx,o}
-     ocamlopt cohttp/src/cohttp__Link.{cmx,o}
-     ocamlopt cohttp/src/cohttp__Accept.{cmx,o}
-     ocamlopt cohttp/src/cohttp__Header.{cmx,o}
- File "cohttp/src/header.ml", line 170, characters 11-22:
- Warning 3: deprecated: module Re_emacs
- Use Re.Emacs
-     ocamlopt cohttp/src/cohttp__S.{cmx,o}
-     ocamlopt cohttp/src/cohttp__Transfer_io.{cmx,o}
-     ocamlopt cohttp/src/cohttp__Cookie.{cmx,o}
-     ocamlopt cohttp/src/cohttp__Header_io.{cmx,o}
-     ocamlopt cohttp/src/cohttp__Response.{cmx,o}
-     ocamlopt cohttp/src/cohttp__Request.{cmx,o}
-     ocamlopt cohttp/src/cohttp.{cmx,o}
-     ocamlopt cohttp/src/cohttp.{a,cmxa}
-     ocamlopt cohttp/src/cohttp.cmxs
-> compiled  cohttp.1.0.0
Processing 186/216: [cstruct: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cstruct.2.4.1)
- ocaml setup.ml -install 
- Installed /home/opam/.opam/4.04/lib/cstruct/cstruct.mli
- Installed /home/opam/.opam/4.04/lib/cstruct/libcstruct_stubs.a
- Installed /home/opam/.opam/4.04/lib/cstruct/cstruct.cma
- Installed /home/opam/.opam/4.04/lib/cstruct/cstruct.cmxa
- Installed /home/opam/.opam/4.04/lib/cstruct/cstruct.a
- Installed /home/opam/.opam/4.04/lib/cstruct/cstruct.cmxs
- Installed /home/opam/.opam/4.04/lib/cstruct/cstruct.cmi
- Installed /home/opam/.opam/4.04/lib/cstruct/cstruct.cmti
- Installed /home/opam/.opam/4.04/lib/cstruct/cstruct.cmt
- Installed /home/opam/.opam/4.04/lib/cstruct/cstruct.annot
- Installed /home/opam/.opam/4.04/lib/cstruct/cstruct.cmx
- Installed /home/opam/.opam/4.04/lib/cstruct/unix_cstruct.mli
- Installed /home/opam/.opam/4.04/lib/cstruct/unix_cstruct.cma
- Installed /home/opam/.opam/4.04/lib/cstruct/unix_cstruct.cmxa
- Installed /home/opam/.opam/4.04/lib/cstruct/unix_cstruct.a
- Installed /home/opam/.opam/4.04/lib/cstruct/unix_cstruct.cmxs
- Installed /home/opam/.opam/4.04/lib/cstruct/unix_cstruct.cmi
- Installed /home/opam/.opam/4.04/lib/cstruct/unix_cstruct.cmti
- Installed /home/opam/.opam/4.04/lib/cstruct/unix_cstruct.cmt
- Installed /home/opam/.opam/4.04/lib/cstruct/unix_cstruct.annot
- Installed /home/opam/.opam/4.04/lib/cstruct/unix_cstruct.cmx
- Installed /home/opam/.opam/4.04/lib/cstruct/lwt_cstruct.mli
- Installed /home/opam/.opam/4.04/lib/cstruct/lwt_cstruct.cma
- Installed /home/opam/.opam/4.04/lib/cstruct/lwt_cstruct.cmxa
- Installed /home/opam/.opam/4.04/lib/cstruct/lwt_cstruct.a
- Installed /home/opam/.opam/4.04/lib/cstruct/lwt_cstruct.cmxs
- Installed /home/opam/.opam/4.04/lib/cstruct/lwt_cstruct.cmi
- Installed /home/opam/.opam/4.04/lib/cstruct/lwt_cstruct.cmti
- Installed /home/opam/.opam/4.04/lib/cstruct/lwt_cstruct.cmt
- Installed /home/opam/.opam/4.04/lib/cstruct/lwt_cstruct.annot
- Installed /home/opam/.opam/4.04/lib/cstruct/lwt_cstruct.cmx
- Installed /home/opam/.opam/4.04/lib/cstruct/ppx_cstruct.ml
- Installed /home/opam/.opam/4.04/lib/cstruct/ppx_cstruct.cmx
- Installed /home/opam/.opam/4.04/lib/cstruct/ppx_cstruct.o
- Installed /home/opam/.opam/4.04/lib/cstruct/ppx_cstruct.cmo
- Installed /home/opam/.opam/4.04/lib/cstruct/ppx_cstruct.cmi
- Installed /home/opam/.opam/4.04/lib/stublibs/dllcstruct_stubs.so
- Installed /home/opam/.opam/4.04/lib/stublibs/dllcstruct_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.04/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.04/lib/cstruct/META
Processing 186/216: [cstruct: make js-install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "js-install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cstruct.2.4.1)
- install -m 0644 js/cstruct.js /home/opam/.opam/4.04/lib/cstruct
-> installed cstruct.2.4.1
Processing 187/216: [datakit-client: jbuilder build]
Processing 188/216: [datakit-client: jbuilder build] [hex: jbuilder build]
Processing 189/216: [datakit-client: jbuilder build] [hex: jbuilder build] [mstruct: jbuilder build]
[nocrypto: patch] applying werror.patch
Processing 190/216: [datakit-client: jbuilder build] [hex: jbuilder build] [mstruct: jbuilder build] [nocrypto: patch]
-> installed cohttp.1.0.0
Processing 191/216: [datakit-client: jbuilder build] [hex: jbuilder build] [mstruct: jbuilder build] [nocrypto: patch]
Processing 192/216: [cohttp-lwt: jbuilder build] [datakit-client: jbuilder build] [hex: jbuilder build] [mstruct: jbuilder build] [nocrypto: patch]
-> installed conduit.1.1.0
Processing 193/216: [cohttp-lwt: jbuilder build] [datakit-client: jbuilder build] [hex: jbuilder build] [mstruct: jbuilder build] [nocrypto: patch]
Processing 194/216: [cohttp-lwt: jbuilder build] [conduit-lwt: jbuilder build] [datakit-client: jbuilder build] [hex: jbuilder build] [mstruct: jbuilder build] [nocrypto: patch]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "datakit-client" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/datakit-client.0.12.0)
-     ocamldep api/ocaml/datakit_client.depends.ocamldep-output
-     ocamldep api/ocaml/datakit_client.dependsi.ocamldep-output
-       ocamlc api/ocaml/datakit_client.{cmi,cmti}
-       ocamlc api/ocaml/datakit_client.{cmo,cmt}
-       ocamlc api/ocaml/datakit_client.cma
-     ocamlopt api/ocaml/datakit_client.{cmx,o}
-     ocamlopt api/ocaml/datakit_client.{a,cmxa}
-     ocamlopt api/ocaml/datakit_client.cmxs
-> compiled  datakit-client.0.12.0
Processing 194/216: [cohttp-lwt: jbuilder build] [conduit-lwt: jbuilder build] [hex: jbuilder build] [mstruct: jbuilder build] [nocrypto: patch]
-> installed datakit-client.0.12.0
Processing 195/216: [cohttp-lwt: jbuilder build] [conduit-lwt: jbuilder build] [hex: jbuilder build] [mstruct: jbuilder build] [nocrypto: patch]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "hex" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/hex.1.2.0)
-     ocamldep lib/hex.dependsi.ocamldep-output
-     ocamldep lib/hex.depends.ocamldep-output
-       ocamlc lib/hex.{cmi,cmti}
-       ocamlc lib/hex.{cmo,cmt}
-     ocamlopt lib/hex.{cmx,o}
-       ocamlc lib/hex.cma
-     ocamlopt lib/hex.{a,cmxa}
-     ocamlopt lib/hex.cmxs
-> compiled  hex.1.2.0
Processing 195/216: [cohttp-lwt: jbuilder build] [conduit-lwt: jbuilder build] [mstruct: jbuilder build] [nocrypto: patch]
-> installed hex.1.2.0
Processing 196/216: [cohttp-lwt: jbuilder build] [conduit-lwt: jbuilder build] [mstruct: jbuilder build] [nocrypto: patch]
Processing 197/216: [cohttp-lwt: jbuilder build] [conduit-lwt: jbuilder build] [irmin: jbuilder build] [mstruct: jbuilder build] [nocrypto: patch]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "mstruct" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/mstruct.1.4.0)
-     ocamldep lib/mstruct.dependsi.ocamldep-output
-     ocamldep lib/mstruct.depends.ocamldep-output
-       ocamlc lib/mstruct.{cmi,cmti}
-       ocamlc lib/mstruct.{cmo,cmt}
-       ocamlc lib/mstruct.cma
-     ocamlopt lib/mstruct.{cmx,o}
-     ocamlopt lib/mstruct.{a,cmxa}
-     ocamlopt lib/mstruct.cmxs
-> compiled  mstruct.1.4.0
Processing 197/216: [cohttp-lwt: jbuilder build] [conduit-lwt: jbuilder build] [irmin: jbuilder build] [nocrypto: patch]
-> installed mstruct.1.4.0
Processing 198/216: [cohttp-lwt: jbuilder build] [conduit-lwt: jbuilder build] [irmin: jbuilder build] [nocrypto: patch]
Processing 199/216: [cohttp-lwt: jbuilder build] [conduit-lwt: jbuilder build] [git: jbuilder build] [irmin: jbuilder build] [nocrypto: patch]
Processing 199/216: [cohttp-lwt: jbuilder build] [conduit-lwt: jbuilder build] [git: jbuilder build] [irmin: jbuilder build] [nocrypto: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "conduit-lwt" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/conduit-lwt.1.1.0)
-     ocamlopt .ppx/ppx_sexp_conv/ppx.exe
-          ppx lwt/resolver_lwt.pp.mli
-     ocamldep lwt/conduit_lwt.dependsi.ocamldep-output
-       ocamlc lwt/resolver_lwt.{cmi,cmti}
-          ppx lwt/resolver_lwt.pp.ml
-     ocamldep lwt/conduit_lwt.depends.ocamldep-output
-       ocamlc lwt/resolver_lwt.{cmo,cmt}
-     ocamlopt lwt/resolver_lwt.{cmx,o}
-       ocamlc lwt/conduit_lwt.cma
-     ocamlopt lwt/conduit_lwt.{a,cmxa}
-     ocamlopt lwt/conduit_lwt.cmxs
-> compiled  conduit-lwt.1.1.0
Processing 199/216: [cohttp-lwt: jbuilder build] [git: jbuilder build] [irmin: jbuilder build] [nocrypto: ./configure]
-> installed conduit-lwt.1.1.0
Processing 200/216: [cohttp-lwt: jbuilder build] [git: jbuilder build] [irmin: jbuilder build] [nocrypto: ./configure]
Processing 201/216: [cohttp-lwt: jbuilder build] [conduit-lwt-unix: jbuilder build] [git: jbuilder build] [irmin: jbuilder build] [nocrypto: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "cohttp-lwt" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cohttp-lwt.1.0.2)
-       ocamlc cohttp-lwt/src/cohttp_lwt__.{cmi,cmo,cmt}
-     ocamlopt cohttp-lwt/src/cohttp_lwt__.{cmx,o}
-     ocamlopt .ppx/ppx_sexp_conv/ppx.exe
-          ppx cohttp-lwt/src/string_io.pp.mli
-          ppx cohttp-lwt/src/body.pp.ml
-          ppx cohttp-lwt/src/make.pp.ml
-          ppx cohttp-lwt/src/server.pp.ml
-          ppx cohttp-lwt/src/server.pp.mli
-          ppx cohttp-lwt/src/s.pp.ml
-          ppx cohttp-lwt/src/client.pp.ml
-          ppx cohttp-lwt/src/string_io.pp.ml
-          ppx cohttp-lwt/src/client.pp.mli
-          ppx cohttp-lwt/src/body.pp.mli
-          ppx cohttp-lwt/src/cohttp_lwt.pp.ml
-     ocamldep cohttp-lwt/src/cohttp_lwt.dependsi.ocamldep-output
-     ocamldep cohttp-lwt/src/cohttp_lwt.depends.ocamldep-output
-       ocamlc cohttp-lwt/src/cohttp_lwt__String_io.{cmi,cmti}
-       ocamlc cohttp-lwt/src/cohttp_lwt__Body.{cmi,cmti}
-       ocamlc cohttp-lwt/src/cohttp_lwt__S.{cmi,cmo,cmt}
-       ocamlc cohttp-lwt/src/cohttp_lwt__String_io.{cmo,cmt}
-     ocamlopt cohttp-lwt/src/cohttp_lwt__String_io.{cmx,o}
-       ocamlc cohttp-lwt/src/cohttp_lwt__Client.{cmi,cmti}
-       ocamlc cohttp-lwt/src/cohttp_lwt__Body.{cmo,cmt}
-     ocamlopt cohttp-lwt/src/cohttp_lwt__Body.{cmx,o}
-       ocamlc cohttp-lwt/src/cohttp_lwt__Server.{cmi,cmti}
-       ocamlc cohttp-lwt/src/cohttp_lwt__Make.{cmi,cmo,cmt}
-       ocamlc cohttp-lwt/src/cohttp_lwt.{cmi,cmo,cmt}
-     ocamlopt cohttp-lwt/src/cohttp_lwt__S.{cmx,o}
-       ocamlc cohttp-lwt/src/cohttp_lwt__Client.{cmo,cmt}
-     ocamlopt cohttp-lwt/src/cohttp_lwt__Make.{cmx,o}
-       ocamlc cohttp-lwt/src/cohttp_lwt__Server.{cmo,cmt}
-       ocamlc cohttp-lwt/src/cohttp_lwt.cma
-     ocamlopt cohttp-lwt/src/cohttp_lwt__Client.{cmx,o}
-     ocamlopt cohttp-lwt/src/cohttp_lwt__Server.{cmx,o}
-     ocamlopt cohttp-lwt/src/cohttp_lwt.{cmx,o}
-     ocamlopt cohttp-lwt/src/cohttp_lwt.{a,cmxa}
-     ocamlopt cohttp-lwt/src/cohttp_lwt.cmxs
-> compiled  cohttp-lwt.1.0.2
Processing 201/216: [conduit-lwt-unix: jbuilder build] [git: jbuilder build] [irmin: jbuilder build] [nocrypto: ./configure]
-> installed cohttp-lwt.1.0.2
Processing 202/216: [conduit-lwt-unix: jbuilder build] [git: jbuilder build] [irmin: jbuilder build] [nocrypto: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.04" "--enable-lwt" "--disable-xen" (CWD=/home/opam/.opam/4.04/.opam-switch/build/nocrypto.0.5.3)
- oasis setup
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild
- Package name: ........................................ nocrypto
- Package version: ..................................... 0.5.3
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.04.2
- standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -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.04
- 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.5
- 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: .........................
- Build Xen support: ................................... false
- Build Lwt/Unix support: .............................. true
- Build Unix support: .................................. true
- Use CPU extensions (SSE2, AES-NI): ................... true
- Build the benchmark programs: ........................ false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_cstruct: ......................................... /home/opam/.opam/4.04/lib/cstruct
- pkg_zarith: .......................................... /home/opam/.opam/4.04/lib/zarith
- pkg_sexplib: ......................................... /home/opam/.opam/4.04/lib/sexplib
- pkg_ppx_sexp_conv: ................................... /home/opam/.opam/4.04/lib/ppx_sexp_conv
- pkg_unix: ............................................ /home/opam/.opam/4.04/lib/ocaml
- pkg_bytes: ........................................... /home/opam/.opam/4.04/lib/bytes
- pkg_lwt_unix: ........................................ /home/opam/.opam/4.04/lib/lwt
- pkg_cstruct_lwt: ..................................... /home/opam/.opam/4.04/lib/cstruct
- ocamldoc: ............................................ /home/opam/.opam/4.04/bin/ocamldoc
- 
Processing 202/216: [conduit-lwt-unix: jbuilder build] [git: jbuilder build] [irmin: jbuilder build] [nocrypto: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "conduit-lwt-unix" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/conduit-lwt-unix.1.2.0)
-        ocaml (internal)
- ocamlfind: Package `launchd.lwt' not found
- ocamlfind: Package `lwt_ssl' not found
- ocamlfind: Package `tls.lwt' not found
- Configuration
-   launchd: false
-   ssl    : false
-   tls    : false
-     ocamlopt .ppx/ppx_sexp_conv/ppx.exe
-          ppx lwt-unix/conduit_lwt_unix.pp.ml
-          ppx lwt-unix/conduit_lwt_unix_ssl.pp.mli
-          ppx lwt-unix/conduit_lwt_server.pp.mli
-          ppx lwt-unix/conduit_lwt_tls.pp.ml
-          ppx lwt-unix/conduit_lwt_tls.pp.mli
-          ppx lwt-unix/conduit_lwt_launchd.pp.ml
-          ppx lwt-unix/conduit_lwt_server.pp.ml
-          ppx lwt-unix/resolver_lwt_unix.pp.mli
-          ppx lwt-unix/resolver_lwt_unix.pp.ml
-          ppx lwt-unix/conduit_lwt_unix.pp.mli
-          ppx lwt-unix/conduit_lwt_unix_ssl.pp.ml
-     ocamldep lwt-unix/conduit_lwt_unix.dependsi.ocamldep-output
-       ocamlc lwt-unix/conduit_lwt_unix_ssl.{cmi,cmti}
-     ocamldep lwt-unix/conduit_lwt_unix.depends.ocamldep-output
-       ocamlc lwt-unix/conduit_lwt_server.{cmi,cmti}
-       ocamlc lwt-unix/conduit_lwt_launchd.{cmi,cmo,cmt}
-       ocamlc lwt-unix/conduit_lwt_tls.{cmi,cmti}
-       ocamlc lwt-unix/conduit_lwt_unix.{cmi,cmti}
-       ocamlc lwt-unix/resolver_lwt_unix.{cmi,cmti}
-       ocamlc lwt-unix/conduit_lwt_unix_ssl.{cmo,cmt}
-     ocamlopt lwt-unix/conduit_lwt_unix_ssl.{cmx,o}
-       ocamlc lwt-unix/conduit_lwt_tls.{cmo,cmt}
-     ocamlopt lwt-unix/conduit_lwt_launchd.{cmx,o}
-       ocamlc lwt-unix/resolver_lwt_unix.{cmo,cmt}
-       ocamlc lwt-unix/conduit_lwt_server.{cmo,cmt}
-     ocamlopt lwt-unix/conduit_lwt_tls.{cmx,o}
-     ocamlopt lwt-unix/conduit_lwt_server.{cmx,o}
-     ocamlopt lwt-unix/resolver_lwt_unix.{cmx,o}
-       ocamlc lwt-unix/conduit_lwt_unix.{cmo,cmt}
-       ocamlc lwt-unix/conduit_lwt_unix.cma
-     ocamlopt lwt-unix/conduit_lwt_unix.{cmx,o}
-     ocamlopt lwt-unix/conduit_lwt_unix.{a,cmxa}
-     ocamlopt lwt-unix/conduit_lwt_unix.cmxs
-> compiled  conduit-lwt-unix.1.2.0
Processing 202/216: [git: jbuilder build] [irmin: jbuilder build] [nocrypto: make]
-> installed conduit-lwt-unix.1.2.0
Processing 203/216: [git: jbuilder build] [irmin: jbuilder build] [nocrypto: make]
Processing 204/216: [cohttp-lwt-unix: jbuilder build] [git: jbuilder build] [irmin: jbuilder build] [nocrypto: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "git" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/git.1.11.5)
-     ocamldep src/git-top/git_top.depends.ocamldep-output
-       ocamlc src/git/git__.{cmi,cmo,cmt}
-     ocamldep src/git-top/git_top.dependsi.ocamldep-output
-     ocamldep src/git/git.dependsi.ocamldep-output
-     ocamlopt src/git/git__.{cmx,o}
-     ocamldep src/git/git.depends.ocamldep-output
-       ocamlc src/git/git__Crc32.{cmi,cmti}
-       ocamlc src/git/git__Gri.{cmi,cmti}
-       ocamlc src/git/git__Inflate.{cmi,cmti}
-       ocamlc src/git/git__S.{cmi,cmo,cmt}
-       ocamlc src/git/git__Object_type.{cmi,cmti}
-       ocamlc src/git/git__User.{cmi,cmti}
-       ocamlc src/git/git__Crc32.{cmo,cmt}
-     ocamlopt src/git/git__S.{cmx,o}
-       ocamlc src/git/git__Blob.{cmi,cmti}
-     ocamlopt src/git/git__Gri.{cmx,o}
-       ocamlc src/git/git__Gri.{cmo,cmt}
-     ocamlopt src/git/git__Crc32.{cmx,o}
-       ocamlc src/git/git__Misc.{cmi,cmti}
-       ocamlc src/git/git__Blob.{cmo,cmt}
-       ocamlc src/git/git__Object_type.{cmo,cmt}
-       ocamlc src/git/git__User.{cmo,cmt}
-       ocamlc src/git/git__Hash.{cmi,cmti}
-       ocamlc src/git/git__Misc.{cmo,cmt}
-       ocamlc src/git/git__Lru.{cmi,cmti}
-       ocamlc src/git/git__Inflate.{cmo,cmt}
-       ocamlc src/git/git__Commit.{cmi,cmti}
-       ocamlc src/git/git__Lru.{cmo,cmt}
-       ocamlc src/git/git__Commit.{cmo,cmt}
-       ocamlc src/git/git__Index.{cmi,cmti}
-       ocamlc src/git/git__Tag.{cmi,cmti}
-       ocamlc src/git/git__Tag.{cmo,cmt}
-       ocamlc src/git/git__Tree.{cmi,cmti}
-     ocamlopt src/git/git__Misc.{cmx,o}
-       ocamlc src/git/git__Pack_index.{cmi,cmti}
-       ocamlc src/git/git__Value.{cmi,cmti}
-       ocamlc src/git/git__Reference.{cmi,cmti}
-       ocamlc src/git/git__Tree.{cmo,cmt}
-     ocamlopt src/git/git__Blob.{cmx,o}
-       ocamlc src/git/git__Packed_refs.{cmi,cmti}
-       ocamlc src/git/git__Packed_value.{cmi,cmti}
-       ocamlc src/git/git__Pack_index.{cmo,cmt}
-       ocamlc src/git/git__Index.{cmo,cmt}
-       ocamlc src/git/git.{cmi,cmti}
-       ocamlc src/git/git__Hash.{cmo,cmt}
-       ocamlc src/git/git__Value.{cmo,cmt}
-       ocamlc src/git/git__Reference.{cmo,cmt}
-     ocamlopt src/git/git__Hash.{cmx,o}
-     ocamlopt src/git/git__User.{cmx,o}
-     ocamlopt src/git/git__Inflate.{cmx,o}
-     ocamlopt src/git/git__Object_type.{cmx,o}
-       ocamlc src/git/git__Pack.{cmi,cmti}
-     ocamlopt src/git/git__Reference.{cmx,o}
-     ocamlopt src/git/git__Lru.{cmx,o}
-     ocamlopt src/git/git__Tree.{cmx,o}
-       ocamlc src/git/git__Store.{cmi,cmo,cmt}
-       ocamlc src/git/git__Fs.{cmi,cmti}
-       ocamlc src/git/git__Mem.{cmi,cmti}
-       ocamlc src/git/git__Packed_refs.{cmo,cmt}
-       ocamlc src/git/git__Packed_value.{cmo,cmt}
-       ocamlc src/git/git__Object_graph.{cmi,cmti}
-       ocamlc src/git/git__Search.{cmi,cmti}
-     ocamlopt src/git/git__Commit.{cmx,o}
-       ocamlc src/git/git__Sync.{cmi,cmti}
-     ocamlopt src/git/git__Packed_refs.{cmx,o}
-     ocamlopt src/git/git__Index.{cmx,o}
-     ocamlopt src/git/git__Tag.{cmx,o}
-       ocamlc src/git/git__Search.{cmo,cmt}
-       ocamlc src/git-top/git_top.{cmi,cmti}
-       ocamlc src/git/git__Mem.{cmo,cmt}
-       ocamlc src/git/git__Pack.{cmo,cmt}
-     ocamlopt src/git/git__Pack_index.{cmx,o}
-       ocamlc src/git/git__Object_graph.{cmo,cmt}
-       ocamlc src/git-top/git_top.{cmo,cmt}
-       ocamlc src/git-top/git_top.cma
-       ocamlc src/git/git.{cmo,cmt}
-     ocamlopt src/git/git__Value.{cmx,o}
-       ocamlc src/git/git__Fs.{cmo,cmt}
-       ocamlc src/git/git__Sync.{cmo,cmt}
-       ocamlc src/git/git.cma
-     ocamlopt src/git/git__Packed_value.{cmx,o}
-     ocamlopt src/git/git__Pack.{cmx,o}
-     ocamlopt src/git/git__Store.{cmx,o}
-     ocamlopt src/git/git__Search.{cmx,o}
-     ocamlopt src/git/git__Mem.{cmx,o}
-     ocamlopt src/git/git__Fs.{cmx,o}
-     ocamlopt src/git/git__Object_graph.{cmx,o}
-     ocamlopt src/git/git__Sync.{cmx,o}
-     ocamlopt src/git/git.{cmx,o}
-     ocamlopt src/git-top/git_top.{cmx,o}
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
-     ocamlopt src/git-top/git_top.{a,cmxa}
-     ocamlopt src/git/git.{a,cmxa}
-     ocamlopt src/git-top/git_top.cmxs
-     ocamlopt src/git/git.cmxs
-> compiled  git.1.11.5
Processing 204/216: [cohttp-lwt-unix: jbuilder build] [irmin: jbuilder build] [nocrypto: make]
-> installed git.1.11.5
Processing 205/216: [cohttp-lwt-unix: jbuilder build] [irmin: jbuilder build] [nocrypto: make]
Processing 206/216: [cohttp-lwt-unix: jbuilder build] [git-http: jbuilder build] [irmin: jbuilder build] [nocrypto: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "irmin" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/irmin.1.3.2)
-       ocamlc src/irmin/irmin__.{cmi,cmo,cmt}
-     ocamldep src/irmin/irmin.dependsi.ocamldep-output
-     ocamlopt src/irmin/irmin__.{cmx,o}
-       ocamlc src/irmin/irmin__Conf.{cmi,cmti}
-       ocamlc src/irmin/irmin__Type.{cmi,cmti}
-       ocamlc src/irmin/irmin__Diff.{cmi,cmti}
-       ocamlc src/irmin/irmin__Info.{cmi,cmti}
-       ocamlc src/irmin/irmin__Watch.{cmi,cmti}
-       ocamlc src/irmin/irmin__Merge.{cmi,cmti}
-     ocamldep src/irmin/irmin.depends.ocamldep-output
-       ocamlc src/irmin/irmin__Diff.{cmo,cmt}
-       ocamlc src/irmin/irmin__Version.{cmi,cmo,cmt}
-       ocamlc src/irmin/irmin__Info.{cmo,cmt}
-     ocamlopt src/irmin/irmin__Version.{cmx,o}
-       ocamlc src/irmin/irmin__Conf.{cmo,cmt}
-     ocamlopt src/irmin/irmin__Conf.{cmx,o}
-       ocamlc src/irmin/irmin__Merge.{cmo,cmt}
-       ocamlc src/irmin/irmin.{cmi,cmti}
-       ocamlc src/irmin/irmin__Watch.{cmo,cmt}
-       ocamlc src/irmin/irmin__S.{cmi,cmo,cmt}
-       ocamlc src/irmin/irmin__Commit.{cmi,cmti}
-       ocamlc src/irmin/irmin__Object_graph.{cmi,cmti}
-     ocamlopt src/irmin/irmin__Type.{cmx,o}
-       ocamlc src/irmin/irmin__Slice.{cmi,cmti}
-     ocamlopt src/irmin/irmin__Diff.{cmx,o}
-     ocamlopt src/irmin/irmin__Info.{cmx,o}
-       ocamlc src/irmin/irmin__Dot.{cmi,cmti}
-       ocamlc src/irmin/irmin__Hash.{cmi,cmti}
-       ocamlc src/irmin/irmin__Sync.{cmi,cmti}
-       ocamlc src/irmin/irmin__Lock.{cmi,cmti}
-       ocamlc src/irmin/irmin__Node.{cmi,cmti}
-       ocamlc src/irmin/irmin__Path.{cmi,cmti}
-       ocamlc src/irmin/irmin__Type.{cmo,cmt}
-       ocamlc src/irmin/irmin__Contents.{cmi,cmti}
-     ocamlopt src/irmin/irmin__Watch.{cmx,o}
-       ocamlc src/irmin/irmin__Path.{cmo,cmt}
-       ocamlc src/irmin/irmin__Tree.{cmi,cmti}
-       ocamlc src/irmin/irmin__Contents.{cmo,cmt}
-       ocamlc src/irmin/irmin__Branch.{cmi,cmti}
-       ocamlc src/irmin/irmin__Sync_ext.{cmi,cmti}
-       ocamlc src/irmin/irmin__Object_graph.{cmo,cmt}
-       ocamlc src/irmin/irmin__Branch.{cmo,cmt}
-       ocamlc src/irmin/irmin__Sync.{cmo,cmt}
-       ocamlc src/irmin/irmin__Store.{cmi,cmti}
-       ocamlc src/irmin/irmin__Slice.{cmo,cmt}
-       ocamlc src/irmin/irmin__Dot.{cmo,cmt}
-       ocamlc src/irmin/irmin__Hash.{cmo,cmt}
-     ocamlopt src/irmin/irmin__Branch.{cmx,o}
-       ocamlc src/irmin/irmin__Lock.{cmo,cmt}
-     ocamlopt src/irmin/irmin__Path.{cmx,o}
-       ocamlc src/irmin/irmin__Tree.{cmo,cmt}
-     ocamlopt src/irmin/irmin__Merge.{cmx,o}
-       ocamlc src/irmin/irmin__Commit.{cmo,cmt}
-       ocamlc src/irmin/irmin__Sync_ext.{cmo,cmt}
-       ocamlc src/irmin/irmin__Node.{cmo,cmt}
-     ocamlopt src/irmin/irmin__Hash.{cmx,o}
-     ocamlopt src/irmin/irmin__S.{cmx,o}
-       ocamlc src/irmin/irmin__Store.{cmo,cmt}
-     ocamlopt src/irmin/irmin__Lock.{cmx,o}
-     ocamlopt src/irmin/irmin__Sync.{cmx,o}
-     ocamlopt src/irmin/irmin__Sync_ext.{cmx,o}
-     ocamlopt src/irmin/irmin__Slice.{cmx,o}
-     ocamlopt src/irmin/irmin__Contents.{cmx,o}
-       ocamlc src/irmin/irmin.{cmo,cmt}
-     ocamlopt src/irmin/irmin__Object_graph.{cmx,o}
-     ocamlopt src/irmin/irmin__Tree.{cmx,o}
-       ocamlc src/irmin/irmin.cma
-     ocamlopt src/irmin/irmin__Dot.{cmx,o}
-     ocamlopt src/irmin/irmin__Node.{cmx,o}
-     ocamlopt src/irmin/irmin__Commit.{cmx,o}
-     ocamlopt src/irmin/irmin__Store.{cmx,o}
-     ocamlopt src/irmin/irmin.{cmx,o}
-     ocamlopt src/irmin/irmin.{a,cmxa}
-     ocamlopt src/irmin/irmin.cmxs
-> compiled  irmin.1.3.2
Processing 206/216: [cohttp-lwt-unix: jbuilder build] [git-http: jbuilder build] [nocrypto: make]
-> installed irmin.1.3.2
Processing 207/216: [cohttp-lwt-unix: jbuilder build] [git-http: jbuilder build] [nocrypto: make]
Processing 208/216: [cohttp-lwt-unix: jbuilder build] [git-http: jbuilder build] [irmin-git: jbuilder build] [nocrypto: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "git-http" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/git-http.1.11.4)
-     ocamldep src/git-http/git_http.dependsi.ocamldep-output
-     ocamldep src/git-http/git_http.depends.ocamldep-output
-       ocamlc src/git-http/git_http.{cmi,cmti}
-       ocamlc src/git-http/git_http.{cmo,cmt}
-       ocamlc src/git-http/git_http.cma
-     ocamlopt src/git-http/git_http.{cmx,o}
-     ocamlopt src/git-http/git_http.{a,cmxa}
-     ocamlopt src/git-http/git_http.cmxs
-> compiled  git-http.1.11.4
Processing 208/216: [cohttp-lwt-unix: jbuilder build] [irmin-git: jbuilder build] [nocrypto: make]
-> installed git-http.1.11.4
Processing 209/216: [cohttp-lwt-unix: jbuilder build] [irmin-git: jbuilder build] [nocrypto: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "cohttp-lwt-unix" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/cohttp-lwt-unix.1.0.2)
-     ocamldep cohttp-lwt-unix/bin/cohttp_curl_lwt.depends.ocamldep-output
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix__.{cmi,cmo,cmt}
-     ocamldep cohttp_server/cohttp_server.depends.ocamldep-output
-     ocamlopt cohttp-lwt-unix/src/cohttp_lwt_unix__.{cmx,o}
-       ocamlc cohttp_server/cohttp_server.{cmi,cmo,cmt}
-     ocamlopt cohttp_server/cohttp_server.{cmx,o}
-     ocamlopt cohttp_server/cohttp_server.{a,cmxa}
-     ocamlopt .ppx/ppx_sexp_conv/ppx.exe
-          ppx cohttp-lwt-unix/src/net.pp.mli
-          ppx cohttp-lwt-unix/src/client.pp.ml
-          ppx cohttp-lwt-unix/src/io.pp.ml
-          ppx cohttp-lwt-unix/src/debug.pp.mli
-          ppx cohttp-lwt-unix/src/cohttp_lwt_unix.pp.ml
-          ppx cohttp-lwt-unix/src/server.pp.ml
-          ppx cohttp-lwt-unix/src/net.pp.ml
-          ppx cohttp-lwt-unix/src/debug.pp.ml
-          ppx cohttp-lwt-unix/src/client.pp.mli
-          ppx cohttp-lwt-unix/src/io.pp.mli
-          ppx cohttp-lwt-unix/src/server.pp.mli
-     ocamldep cohttp-lwt-unix/src/cohttp_lwt_unix.depends.ocamldep-output
-     ocamldep cohttp-lwt-unix/src/cohttp_lwt_unix.dependsi.ocamldep-output
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix__Debug.{cmi,cmti}
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix__Net.{cmi,cmti}
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix__Debug.{cmo,cmt}
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix__Client.{cmi,cmti}
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix__Io.{cmi,cmti}
-     ocamlopt cohttp-lwt-unix/src/cohttp_lwt_unix__Debug.{cmx,o}
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix__Net.{cmo,cmt}
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix__Server.{cmi,cmti}
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix__Server.{cmo,cmt}
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix__Io.{cmo,cmt}
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix__Client.{cmo,cmt}
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix.{cmi,cmo,cmt}
-     ocamlopt cohttp-lwt-unix/src/cohttp_lwt_unix__Io.{cmx,o}
-       ocamlc cohttp-lwt-unix/src/cohttp_lwt_unix.cma
-       ocamlc cohttp-lwt-unix/bin/cohttp_curl_lwt.{cmi,cmo,cmt}
-       ocamlc cohttp-lwt-unix/bin/cohttp_proxy_lwt.{cmi,cmo,cmt}
-       ocamlc cohttp-lwt-unix/bin/cohttp_server_lwt.{cmi,cmo,cmt}
-     ocamlopt cohttp-lwt-unix/src/cohttp_lwt_unix__Net.{cmx,o}
-     ocamlopt cohttp-lwt-unix/src/cohttp_lwt_unix__Client.{cmx,o}
-     ocamlopt cohttp-lwt-unix/src/cohttp_lwt_unix__Server.{cmx,o}
-     ocamlopt cohttp-lwt-unix/src/cohttp_lwt_unix.{cmx,o}
-     ocamlopt cohttp-lwt-unix/src/cohttp_lwt_unix.{a,cmxa}
-     ocamlopt cohttp-lwt-unix/bin/cohttp_curl_lwt.{cmx,o}
-     ocamlopt cohttp-lwt-unix/bin/cohttp_proxy_lwt.{cmx,o}
-     ocamlopt cohttp-lwt-unix/src/cohttp_lwt_unix.cmxs
-     ocamlopt cohttp-lwt-unix/bin/cohttp_server_lwt.{cmx,o}
-     ocamlopt cohttp-lwt-unix/bin/cohttp_proxy_lwt.exe
-     ocamlopt cohttp-lwt-unix/bin/cohttp_curl_lwt.exe
-     ocamlopt cohttp-lwt-unix/bin/cohttp_server_lwt.exe
-> compiled  cohttp-lwt-unix.1.0.2
Processing 209/216: [irmin-git: jbuilder build] [nocrypto: make]
-> installed cohttp-lwt-unix.1.0.2
Processing 210/216: [irmin-git: jbuilder build] [nocrypto: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "irmin-git" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/irmin-git.1.3.0)
-     ocamldep src/irmin-git/irmin_git.dependsi.ocamldep-output
-     ocamldep src/irmin-git/irmin_git.depends.ocamldep-output
-       ocamlc src/irmin-git/irmin_git.{cmi,cmti}
-     ocamlopt src/irmin-git/irmin_git.{cmx,o}
-     ocamlopt src/irmin-git/irmin_git.{a,cmxa}
-     ocamlopt src/irmin-git/irmin_git.cmxs
-       ocamlc src/irmin-git/irmin_git.{cmo,cmt}
-       ocamlc src/irmin-git/irmin_git.cma
-> compiled  irmin-git.1.3.0
Processing 210/216: [nocrypto: make]
-> installed irmin-git.1.3.0
Processing 211/216: [nocrypto: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.04/.opam-switch/build/nocrypto.0.5.3)
- ocaml setup.ml -build 
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- cp -p src/native/des/generic.h xen/native/des/generic.h
- cp -p src/native/hash/sha512.h xen/native/hash/sha512.h
- cp -p src/native/hash/sha256.h xen/native/hash/sha256.h
- cp -p src/native/hash/sha1.h xen/native/hash/sha1.h
- cp -p src/native/hash/md5.h xen/native/hash/md5.h
- cp -p src/native/hash/bitfn.h xen/native/hash/bitfn.h
- cp -p src/native/nocrypto.h xen/native/nocrypto.h
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -c src/native/misc.c
- mv misc.o src/native/misc.o
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -c src/native/hash/stubs.c
- mv stubs.o src/native/hash/stubs.o
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -c src/native/hash/md5.c
- mv md5.o src/native/hash/md5.o
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -c src/native/hash/sha1.c
- mv sha1.o src/native/hash/sha1.o
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -c src/native/hash/sha256.c
- mv sha256.o src/native/hash/sha256.o
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -c src/native/hash/sha512.c
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -c src/native/hash/sha512.c
- src/native/hash/sha512.c: In function 'nc_sha512_init_t':
- src/native/hash/sha512.c:235:51: warning: '%d' directive writing between 1 and 11 bytes into a region of size 4 [-Wformat-overflow=]
-   235 |                 i = sprintf((char *)buf, "SHA-512/%d", t);
-       |                                                   ^~
- src/native/hash/sha512.c:235:42: note: directive argument in the range [-2147483648, 511]
-   235 |                 i = sprintf((char *)buf, "SHA-512/%d", t);
-       |                                          ^~~~~~~~~~~~
- src/native/hash/sha512.c:235:21: note: 'sprintf' output between 10 and 20 bytes into a destination of size 12
-   235 |                 i = sprintf((char *)buf, "SHA-512/%d", t);
-       |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- mv sha512.o src/native/hash/sha512.o
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -c src/native/aes/generic.c
- mv generic.o src/native/aes/generic.o
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -c src/native/aes/aesni.c
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -c src/native/aes/aesni.c
- src/native/aes/aesni.c: In function '_nc_aesni_enc_blocks':
- src/native/aes/aesni.c:316:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:294:9: note: in definition of macro '__blocked_loop'
-   294 |         f1 (__b (src, 6), __b (dst, 6), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:295:7: note: here
-   295 |       case 6:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:316:3: note: in expansion of macro '__blocked_loop'
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:316:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:296:9: note: in definition of macro '__blocked_loop'
-   296 |         f1 (__b (src, 5), __b (dst, 5), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:297:7: note: here
-   297 |       case 5:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:316:3: note: in expansion of macro '__blocked_loop'
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:316:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:298:9: note: in definition of macro '__blocked_loop'
-   298 |         f1 (__b (src, 4), __b (dst, 4), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:299:7: note: here
-   299 |       case 4:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:316:3: note: in expansion of macro '__blocked_loop'
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:316:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:300:9: note: in definition of macro '__blocked_loop'
-   300 |         f1 (__b (src, 3), __b (dst, 3), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:301:7: note: here
-   301 |       case 3:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:316:3: note: in expansion of macro '__blocked_loop'
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:316:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:302:9: note: in definition of macro '__blocked_loop'
-   302 |         f1 (__b (src, 2), __b (dst, 2), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:303:7: note: here
-   303 |       case 2:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:316:3: note: in expansion of macro '__blocked_loop'
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:316:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:304:9: note: in definition of macro '__blocked_loop'
-   304 |         f1 (__b (src, 1), __b (dst, 1), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:305:7: note: here
-   305 |       case 1:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:316:3: note: in expansion of macro '__blocked_loop'
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c: In function '_nc_aesni_dec_blocks':
- src/native/aes/aesni.c:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:294:9: note: in definition of macro '__blocked_loop'
-   294 |         f1 (__b (src, 6), __b (dst, 6), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:295:7: note: here
-   295 |       case 6:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:320:3: note: in expansion of macro '__blocked_loop'
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:296:9: note: in definition of macro '__blocked_loop'
-   296 |         f1 (__b (src, 5), __b (dst, 5), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:297:7: note: here
-   297 |       case 5:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:320:3: note: in expansion of macro '__blocked_loop'
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:298:9: note: in definition of macro '__blocked_loop'
-   298 |         f1 (__b (src, 4), __b (dst, 4), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:299:7: note: here
-   299 |       case 4:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:320:3: note: in expansion of macro '__blocked_loop'
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:300:9: note: in definition of macro '__blocked_loop'
-   300 |         f1 (__b (src, 3), __b (dst, 3), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:301:7: note: here
-   301 |       case 3:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:320:3: note: in expansion of macro '__blocked_loop'
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:302:9: note: in definition of macro '__blocked_loop'
-   302 |         f1 (__b (src, 2), __b (dst, 2), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:303:7: note: here
-   303 |       case 2:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:320:3: note: in expansion of macro '__blocked_loop'
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:304:9: note: in definition of macro '__blocked_loop'
-   304 |         f1 (__b (src, 1), __b (dst, 1), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:305:7: note: here
-   305 |       case 1:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:320:3: note: in expansion of macro '__blocked_loop'
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- mv aesni.o src/native/aes/aesni.o
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -c src/native/des/generic.c
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -g -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -c src/native/des/generic.c
- src/native/des/generic.c:405:28: warning: argument 1 of type 'unsigned char[16]' with mismatched bound [-Warray-parameter=]
-   405 | void des2key(unsigned char hexkey[16], short mode) /* stomps on Kn3 too */
-       |              ~~~~~~~~~~~~~~^~~~~~~~~~
- In file included from src/native/des/generic.c:20:
- src/native/des/generic.h:67:21: note: previously declared as 'unsigned char *'
-    67 | extern void des2key(unsigned char *, short);
-       |                     ^~~~~~~~~~~~~~~
- src/native/des/generic.c:537:28: warning: argument 1 of type 'unsigned char[24]' with mismatched bound [-Warray-parameter=]
-   537 | void des3key(unsigned char hexkey[24], short mode)
-       |              ~~~~~~~~~~~~~~^~~~~~~~~~
- src/native/des/generic.h:126:21: note: previously declared as 'unsigned char *'
-   126 | extern void des3key(unsigned char *, short);
-       |                     ^~~~~~~~~~~~~~~
- mv generic.o src/native/des/generic.o
- /home/opam/.opam/4.04/bin/ocamlfind ocamlmklib -o src/nocrypto_stubs -g src/native/misc.o src/native/hash/stubs.o src/native/hash/md5.o src/native/hash/sha1.o src/native/hash/sha256.o src/native/hash/sha512.o src/native/aes/generic.o src/native/aes/aesni.o src/native/des/generic.o
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/nocrypto.mli > src/nocrypto.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/native.ml > src/native.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/native.cmo src/native.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/native.cmo src/native.ml
- File "src/native.ml", line 20, characters 2-96:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 21, characters 2-110:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 22, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 23, characters 2-64:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 27, characters 2-97:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 28, characters 2-83:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 29, characters 2-65:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 30, characters 2-66:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 31, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 35, characters 2-64:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 36, characters 2-91:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 37, characters 2-85:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 38, characters 2-68:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 42, characters 2-65:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 43, characters 2-92:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 44, characters 2-86:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 45, characters 2-69:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 49, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 50, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 51, characters 2-88:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 52, characters 2-71:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 56, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 57, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 58, characters 2-88:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 59, characters 2-71:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 63, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 64, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 65, characters 2-88:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 66, characters 2-71:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 70, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 71, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 72, characters 2-88:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 73, characters 2-71:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 78, characters 0-97:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 80, characters 0-100:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 81, characters 0-101:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 83, characters 0-109:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/nocrypto.cmi src/nocrypto.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/uncommon.ml > src/uncommon.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/base64.ml > src/base64.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/uncommon.cmo src/uncommon.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/hash.ml > src/hash.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/cipher_stream.ml > src/cipher_stream.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/cipher_block.ml > src/cipher_block.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/ccm.ml > src/ccm.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/gcm.ml > src/gcm.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/numeric.ml > src/numeric.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/numeric.cmo src/numeric.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/ccm.cmo src/ccm.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/gcm.cmo src/gcm.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/rng.ml > src/rng.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/fortuna.ml > src/fortuna.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/cipher_block.cmo src/cipher_block.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/hash.cmo src/hash.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/hmac_drgb.ml > src/hmac_drgb.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/fortuna.cmo src/fortuna.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/hmac_drgb.cmo src/hmac_drgb.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/rsa.ml > src/rsa.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/rng.cmo src/rng.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/dsa.ml > src/dsa.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -modules src/dh.ml > src/dh.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/base64.cmo src/base64.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/cipher_stream.cmo src/cipher_stream.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/rsa.cmo src/rsa.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/dsa.cmo src/dsa.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -w A-4-29-33-40-41-42-43-34-44 -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -I src -o src/dh.cmo src/dh.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/native.cmo src/uncommon.cmo src/base64.cmo src/hash.cmo src/cipher_stream.cmo src/ccm.cmo src/numeric.cmo src/gcm.cmo src/cipher_block.cmo src/fortuna.cmo src/hmac_drgb.cmo src/rng.cmo src/rsa.cmo src/dsa.cmo src/dh.cmo -o src/nocrypto.cmo
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -dllib -lnocrypto_stubs -cclib -lnocrypto_stubs -w A-4-29-33-40-41-42-43-34-44 -I src src/nocrypto.cmo -o src/nocrypto.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/native.cmx src/native.ml
- + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/native.cmx src/native.ml
- File "src/native.ml", line 20, characters 2-96:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 21, characters 2-110:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 22, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 23, characters 2-64:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 27, characters 2-97:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 28, characters 2-83:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 29, characters 2-65:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 30, characters 2-66:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 31, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 35, characters 2-64:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 36, characters 2-91:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 37, characters 2-85:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 38, characters 2-68:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 42, characters 2-65:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 43, characters 2-92:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 44, characters 2-86:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 45, characters 2-69:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 49, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 50, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 51, characters 2-88:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 52, characters 2-71:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 56, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 57, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 58, characters 2-88:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 59, characters 2-71:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 63, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 64, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 65, characters 2-88:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 66, characters 2-71:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 70, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 71, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 72, characters 2-88:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 73, characters 2-71:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 78, characters 0-97:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 80, characters 0-100:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 81, characters 0-101:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/native.ml", line 83, characters 0-109:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/uncommon.cmx src/uncommon.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/numeric.cmx src/numeric.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/ccm.cmx src/ccm.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/gcm.cmx src/gcm.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/cipher_block.cmx src/cipher_block.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/hash.cmx src/hash.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/fortuna.cmx src/fortuna.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/hmac_drgb.cmx src/hmac_drgb.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/rng.cmx src/rng.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/base64.cmx src/base64.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/cipher_stream.cmx src/cipher_stream.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/rsa.cmx src/rsa.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/dsa.cmx src/dsa.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt '--std=c99' -ccopt -Wall -ccopt -Wextra -ccopt -O3 -ccopt -DACCELERATE -ccopt -msse2 -ccopt -maes -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -for-pack Nocrypto -I src -o src/dh.cmx src/dh.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/native.cmx src/uncommon.cmx src/base64.cmx src/hash.cmx src/cipher_stream.cmx src/ccm.cmx src/numeric.cmx src/gcm.cmx src/cipher_block.cmx src/fortuna.cmx src/hmac_drgb.cmx src/rng.cmx src/rsa.cmx src/dsa.cmx src/dh.cmx -o src/nocrypto.cmx
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -cclib -lnocrypto_stubs -I src src/nocrypto.cmx -o src/nocrypto.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I src/ -I src src/nocrypto.cmxa src/nocrypto.cmx -o src/nocrypto.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -package unix -package bytes -modules unix/nocrypto_entropy_unix.mli > unix/nocrypto_entropy_unix.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -package unix -package bytes -I unix -I src -o unix/nocrypto_entropy_unix.cmi unix/nocrypto_entropy_unix.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -package unix -package bytes -modules unix/nocrypto_entropy_unix.ml > unix/nocrypto_entropy_unix.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -package unix -package bytes -I unix -I src -o unix/nocrypto_entropy_unix.cmo unix/nocrypto_entropy_unix.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I unix unix/nocrypto_entropy_unix.cmo -o unix/nocrypto_unix.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -package unix -package bytes -I unix -I src -o unix/nocrypto_entropy_unix.cmx unix/nocrypto_entropy_unix.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I unix unix/nocrypto_entropy_unix.cmx -o unix/nocrypto_unix.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I unix unix/nocrypto_unix.cmxa unix/nocrypto_entropy_unix.cmx -o unix/nocrypto_unix.cmxs
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -package unix -package lwt.unix -package cstruct.lwt -package bytes -modules lwt/nocrypto_entropy_lwt.mli > lwt/nocrypto_entropy_lwt.mli.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I unix -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -package unix -package lwt.unix -package cstruct.lwt -package bytes -I lwt -I src -I unix -o lwt/nocrypto_entropy_lwt.cmi lwt/nocrypto_entropy_lwt.mli
- /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -package unix -package lwt.unix -package cstruct.lwt -package bytes -modules lwt/nocrypto_entropy_lwt.ml > lwt/nocrypto_entropy_lwt.ml.depends
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I unix -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -package unix -package lwt.unix -package cstruct.lwt -package bytes -I lwt -I src -I unix -o lwt/nocrypto_entropy_lwt.cmo lwt/nocrypto_entropy_lwt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I lwt lwt/nocrypto_entropy_lwt.cmo -o lwt/nocrypto_lwt.cma
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I unix -package zarith -package sexplib -package ppx_sexp_conv -package cstruct -package unix -package lwt.unix -package cstruct.lwt -package bytes -I lwt -I src -I unix -o lwt/nocrypto_entropy_lwt.cmx lwt/nocrypto_entropy_lwt.ml
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I lwt lwt/nocrypto_entropy_lwt.cmx -o lwt/nocrypto_lwt.cmxa
- /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I lwt lwt/nocrypto_lwt.cmxa lwt/nocrypto_entropy_lwt.cmx -o lwt/nocrypto_lwt.cmxs
-> compiled  nocrypto.0.5.3
Processing 212/216: [nocrypto: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/nocrypto.0.5.3)
- ocaml setup.ml -install 
- W: Nothing to install for findlib library 'testlib'
- Installed /home/opam/.opam/4.04/lib/nocrypto/uncommon.ml
- Installed /home/opam/.opam/4.04/lib/nocrypto/base64.ml
- Installed /home/opam/.opam/4.04/lib/nocrypto/hash.ml
- Installed /home/opam/.opam/4.04/lib/nocrypto/cipher_stream.ml
- Installed /home/opam/.opam/4.04/lib/nocrypto/cipher_block.ml
- Installed /home/opam/.opam/4.04/lib/nocrypto/numeric.ml
- Installed /home/opam/.opam/4.04/lib/nocrypto/rng.ml
- Installed /home/opam/.opam/4.04/lib/nocrypto/rsa.ml
- Installed /home/opam/.opam/4.04/lib/nocrypto/dsa.ml
- Installed /home/opam/.opam/4.04/lib/nocrypto/dh.ml
- Installed /home/opam/.opam/4.04/lib/nocrypto/libnocrypto_stubs.a
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto.cmti
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto.cmi
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto.cma
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto.cmxa
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto.a
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto.cmxs
- Installed /home/opam/.opam/4.04/lib/nocrypto/dh.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/dh.annot
- Installed /home/opam/.opam/4.04/lib/nocrypto/dsa.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/dsa.annot
- Installed /home/opam/.opam/4.04/lib/nocrypto/rsa.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/rsa.annot
- Installed /home/opam/.opam/4.04/lib/nocrypto/rng.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/rng.annot
- Installed /home/opam/.opam/4.04/lib/nocrypto/numeric.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/numeric.annot
- Installed /home/opam/.opam/4.04/lib/nocrypto/cipher_block.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/cipher_block.annot
- Installed /home/opam/.opam/4.04/lib/nocrypto/cipher_stream.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/cipher_stream.annot
- Installed /home/opam/.opam/4.04/lib/nocrypto/hash.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/hash.annot
- Installed /home/opam/.opam/4.04/lib/nocrypto/base64.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/base64.annot
- Installed /home/opam/.opam/4.04/lib/nocrypto/uncommon.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/uncommon.annot
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_entropy_unix.mli
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_unix.cma
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_unix.cmxa
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_unix.a
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_unix.cmxs
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_entropy_unix.cmi
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_entropy_unix.cmti
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_entropy_unix.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_entropy_unix.annot
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_entropy_unix.cmx
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_entropy_lwt.mli
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_lwt.cma
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_lwt.cmxa
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_lwt.a
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_lwt.cmxs
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_entropy_lwt.cmi
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_entropy_lwt.cmti
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_entropy_lwt.cmt
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_entropy_lwt.annot
- Installed /home/opam/.opam/4.04/lib/nocrypto/nocrypto_entropy_lwt.cmx
- Installed /home/opam/.opam/4.04/lib/stublibs/dllnocrypto_stubs.so
- Installed /home/opam/.opam/4.04/lib/stublibs/dllnocrypto_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.04/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.04/lib/nocrypto/META
-> installed nocrypto.0.5.3
Processing 213/216: [git-unix: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "git-unix" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/git-unix.1.11.5)
-     ocamldep src/git-unix/git_unix.dependsi.ocamldep-output
-     ocamldep src/git-unix/git_unix.depends.ocamldep-output
-     ocamldep src/git-unix/ogit/main.depends.ocamldep-output
-       ocamlc src/git-unix/git_unix.{cmi,cmti}
-       ocamlc src/git-unix/ogit/main.{cmi,cmo,cmt}
-       ocamlc src/git-unix/git_unix.{cmo,cmt}
-       ocamlc src/git-unix/git_unix.cma
-     ocamlopt src/git-unix/git_unix.{cmx,o}
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Nocrypto, and its interface was not compiled with -opaque
-     ocamlopt src/git-unix/git_unix.{a,cmxa}
-     ocamlopt src/git-unix/git_unix.cmxs
-     ocamlopt src/git-unix/ogit/main.{cmx,o}
-     ocamlopt src/git-unix/ogit/main.exe
-> compiled  git-unix.1.11.5
-> installed git-unix.1.11.5
Processing 215/216: [datakit-client-git: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "datakit-client-git" "-j" "31" (CWD=/home/opam/.opam/4.04/.opam-switch/build/datakit-client-git.0.11.0)
- File "ci/src/jbuild", line 12, characters 16-24:
- Warning: 'per_file' was renamed 'per_module'. 'per_file' will be re-purposed in a future version and will take a list of  file names rather than module names.
-     ocamldep api/ocaml/git/datakit_client_git.dependsi.ocamldep-output
-     ocamldep api/ocaml/git/datakit_client_git.depends.ocamldep-output
-       ocamlc api/ocaml/git/datakit_client_git.{cmi,cmti}
-       ocamlc api/ocaml/git/datakit_client_git.{cmo,cmt}
-       ocamlc api/ocaml/git/datakit_client_git.cma
-     ocamlopt api/ocaml/git/datakit_client_git.{cmx,o}
-     ocamlopt api/ocaml/git/datakit_client_git.{a,cmxa}
-     ocamlopt api/ocaml/git/datakit_client_git.cmxs
-> compiled  datakit-client-git.0.11.0
-> installed datakit-client-git.0.11.0
Done.
# Run eval $(opam env) to update the current shell environment
2022-09-03 02:20.16 ---> saved as "d86ee1238daa50a4dfe916b53a8e1fa12d1f94fd799b39bcb29378bf552f2f75"
Job succeeded