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


Building on x86-bm-10.ocamllabs.io

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

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2021-12-03 05:08.47 ---> using "4d29eb3e0b7cd69a97ed90837671d5ca38aa41e2fb94346298af500378eca6fa" 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 b1ed080260d9fb3332ffd1ed74a70b40f8d46d66"))
2021-12-03 05:08.47 ---> using "470a5139cd314c308ef6f8a7115ce3eecbef27ce3b36ad57c590d49c448a8f62" from cache

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


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

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

2021-12-03 05:08.47 ---> using "6ff696b0fce120bd80d73dc055775d9b6cd971171da508a2aeef8fc7d75ea210" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.02.3  (cached)
-> installed ocaml-base-compiler.4.02.3
-> installed ocaml-config.1
-> installed ocaml.4.02.3
-> installed base-ocamlbuild.base
Done.
# Run eval $(opam env --switch=4.02) to update the current shell environment
2021-12-03 05:08.47 ---> using "a2368fdb8974367b457b1745133bbb16578ecf706efcc535d1f928e60b035988" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [8877 kB]
- Fetched 9106 kB in 2s (3662 kB/s)
- Reading package lists...
- 
2021-12-03 05:08.47 ---> using "26cf797a578f0150c313c6c7334a6bb637e4485870ada39740831f206a15e45a" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-secondary-compiler.4.08.1-1  (cached)
-> installed ocaml-secondary-compiler.4.08.1-1
Done.
# Run eval $(opam env) to update the current shell environment
2021-12-03 05:08.47 ---> using "23c1095a343e0eebb05e4a8486dc15b026c0a3b5adba2172dcdb05eca94fbf25" from cache

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

Nothing to do.
The following actions will be performed:
  - install conf-pkg-config     2        [required by conf-zlib]
  - install ocamlfind           1.9.1    [required by caradoc]
  - install ocamlbuild          0        [required by caradoc]
  - install conf-gmp            3        [required by conf-gmp-powm-sec, zarith]
  - install conf-perl           1        [required by zarith]
  - install conf-zlib           1        [required by cryptokit]
  - install ocamlfind-secondary 1.9.1    [required by dune]
  - install base-bytes          base     [required by ounit2]
  - install conf-gmp-powm-sec   3        [required by cryptokit]
  - install zarith              1.11     [required by cryptokit]
  - install dune                2.9.1    [required by menhir]
  - install cryptokit           1.14     [required by caradoc]
  - install stdlib-shims        0.3.0    [required by ounit2]
  - install menhirSdk           20211012 [required by menhir]
  - install menhirLib           20211012 [required by menhir]
  - install ounit2              2.2.2    [required by ounit]
  - install menhir              20211012 [required by caradoc]
  - install ounit               2.2.2    [required by caradoc]
  - install caradoc             0.3
===== 19 to install =====

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18048 files and directories currently installed.)
- Preparing to unpack .../libc6-dev_2.32-4_amd64.deb ...
- Unpacking libc6-dev:amd64 (2.32-4) over (2.31-13) ...
- Replacing files in old package libc6:amd64 (2.31-13) ...
- Preparing to unpack .../libc-dev-bin_2.32-4_amd64.deb ...
- Unpacking libc-dev-bin (2.32-4) over (2.31-13) ...
- Selecting previously unselected package rpcsvc-proto.
- Preparing to unpack .../rpcsvc-proto_1.4.2-4_amd64.deb ...
- Unpacking rpcsvc-proto (1.4.2-4) ...
- Preparing to unpack .../libc6_2.32-4_amd64.deb ...
- Checking for services that may need to be restarted...
- Checking init scripts...
- Unpacking libc6:amd64 (2.32-4) over (2.31-13) ...
- Setting up libc6:amd64 (2.32-4) ...
- Checking for services that may need to be restarted...
- Checking init scripts...
- Nothing to restart.
- (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 ... 18032 files and directories currently installed.)
- Preparing to unpack .../libc-bin_2.32-4_amd64.deb ...
- Unpacking libc-bin (2.32-4) over (2.31-13) ...
- Setting up libc-bin (2.32-4) ...
- (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 ... 18032 files and directories currently installed.)
- Preparing to unpack .../libgmp10_2%3a6.2.1+dfsg-3_amd64.deb ...
- Unpacking libgmp10:amd64 (2:6.2.1+dfsg-3) over (2:6.2.1+dfsg-1) ...
- Setting up libgmp10:amd64 (2:6.2.1+dfsg-3) ...
- Selecting previously unselected package libffi8: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 ... 18032 files and directories currently installed.)
- Preparing to unpack .../00-libffi8_3.4.2-3_amd64.deb ...
- Unpacking libffi8:amd64 (3.4.2-3) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../01-libglib2.0-0_2.70.1-1_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.70.1-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../02-libglib2.0-data_2.70.1-1_all.deb ...
- Unpacking libglib2.0-data (2.70.1-1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../03-libgmpxx4ldbl_2%3a6.2.1+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../04-libgmp-dev_2%3a6.2.1+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3) ...
- Selecting previously unselected package libicu67:amd64.
- Preparing to unpack .../05-libicu67_67.1-7_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../06-libxml2_2.9.12+dfsg-5+b1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.12+dfsg-5+b1) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../07-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../08-shared-mime-info_2.0-1_amd64.deb ...
- Unpacking shared-mime-info (2.0-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../09-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../10-zlib1g-dev_1%3a1.2.11.dfsg-2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
- Setting up libicu67:amd64 (67.1-7) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-data (2.70.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3) ...
- Setting up rpcsvc-proto (1.4.2-4) ...
- Setting up libffi8:amd64 (3.4.2-3) ...
- Setting up libc-dev-bin (2.32-4) ...
- Setting up libxml2:amd64 (2.9.12+dfsg-5+b1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3) ...
- Setting up libglib2.0-0:amd64 (2.70.1-1) ...
- No schema files found: doing nothing.
- Setting up shared-mime-info (2.0-1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libc6-dev:amd64 (2.32-4) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
- Processing triggers for libc-bin (2.32-4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/57: [caradoc.0.3: http]
Processing  3/57: [caradoc.0.3: http]
Processing  4/57: [caradoc.0.3: http]
Processing  5/57: [caradoc.0.3: http]
Processing  6/57: [caradoc.0.3: http]
Processing  7/57: [caradoc.0.3: http]
Processing  8/57: [caradoc.0.3: http]
Processing  9/57: [caradoc.0.3: http]
Processing 10/57: [caradoc.0.3: http] [conf-gmp: sh]
Processing 11/57: [caradoc.0.3: http] [conf-gmp: sh] [conf-perl: perl]
Processing 12/57: [caradoc.0.3: http] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 12/57: [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved cryptokit.1.14  (cached)
Processing 13/57: [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved dune.2.9.1  (cached)
Processing 14/57: [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
+ /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.02/.opam-switch/build/conf-gmp.3)
- + cc -c -I/usr/local/include test.c
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.3
Processing 14/57: [conf-perl: perl] [conf-pkg-config: pkg-config]
-> installed conf-gmp.3
Processing 15/57: [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 16/57: [conf-gmp-powm-sec: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "--version" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-perl.1)
- 
- This is perl 5, version 32, subversion 1 (v5.32.1) built for x86_64-linux-gnu-thread-multi
- (with 45 registered patches, see perl -V for more detail)
- 
- Copyright 1987-2021, Larry Wall
- 
- Perl may be copied only under the terms of either the Artistic License or the
- GNU General Public License, which may be found in the Perl 5 source kit.
- 
- Complete documentation for Perl, including FAQ lists, should be found on
- this system using "man perl" or "perldoc perl".  If you have access to the
- Internet, point your browser at http://www.perl.org/, the Perl Home Page.
- 
- 
- This is perl 5, version 32, subversion 1 (v5.32.1) built for x86_64-linux-gnu-thread-multi
- (with 45 registered patches, see perl -V for more detail)
- 
- Copyright 1987-2021, Larry Wall
- 
- Perl may be copied only under the terms of either the Artistic License or the
- GNU General Public License, which may be found in the Perl 5 source kit.
- 
- Complete documentation for Perl, including FAQ lists, should be found on
- this system using "man perl" or "perldoc perl".  If you have access to the
- Internet, point your browser at http://www.perl.org/, the Perl Home Page.
- 
-> compiled  conf-perl.1
Processing 16/57: [conf-gmp-powm-sec: sh] [conf-pkg-config: pkg-config]
-> installed conf-perl.1
Processing 17/57: [conf-gmp-powm-sec: sh] [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-pkg-config.2)
- Usage:
-   pkg-config [OPTION?]
- 
- Help Options:
-   -h, --help                              Show help options
- 
- Application Options:
-   --version                               output version of pkg-config
-   --modversion                            output version for package
-   --atleast-pkgconfig-version=VERSION     require given version of pkg-config
-   --libs                                  output all linker flags
-   --static                                output linker flags for static linking
-   --short-errors                          print short errors
-   --libs-only-l                           output -l flags
-   --libs-only-other                       output other libs (e.g. -pthread)
-   --libs-only-L                           output -L flags
-   --cflags                                output all pre-processor and compiler flags
-   --cflags-only-I                         output -I flags
-   --cflags-only-other                     output cflags not covered by the cflags-only-I option
-   --variable=NAME                         get the value of variable named NAME
-   --define-variable=NAME=VALUE            set variable NAME to VALUE
-   --exists                                return 0 if the module(s) exist
-   --print-variables                       output list of variables defined by the module
-   --uninstalled                           return 0 if the uninstalled version of one or more module(s) or their dependencies will be used
-   --atleast-version=VERSION               return 0 if the module is at least version VERSION
-   --exact-version=VERSION                 return 0 if the module is at exactly version VERSION
-   --max-version=VERSION                   return 0 if the module is at no newer than version VERSION
-   --list-all                              list all known packages
-   --debug                                 show verbose debug information
-   --print-errors                          show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line)
-   --silence-errors                        be silent about errors (default when --exists or --atleast/exact/max-version given on the command line)
-   --errors-to-stdout                      print errors from --print-errors to stdout not stderr
-   --print-provides                        print which packages the package provides
-   --print-requires                        print which packages the package requires
-   --print-requires-private                print which packages the package requires for static linking
-   --validate                              validate a package's .pc file
-   --define-prefix                         try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --dont-define-prefix                    don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --prefix-variable=PREFIX                set the name of the variable that pkg-config automatically sets
- 
- Usage:
-   pkg-config [OPTION?]
- 
- Help Options:
-   -h, --help                              Show help options
- 
- Application Options:
-   --version                               output version of pkg-config
-   --modversion                            output version for package
-   --atleast-pkgconfig-version=VERSION     require given version of pkg-config
-   --libs                                  output all linker flags
-   --static                                output linker flags for static linking
-   --short-errors                          print short errors
-   --libs-only-l                           output -l flags
-   --libs-only-other                       output other libs (e.g. -pthread)
-   --libs-only-L                           output -L flags
-   --cflags                                output all pre-processor and compiler flags
-   --cflags-only-I                         output -I flags
-   --cflags-only-other                     output cflags not covered by the cflags-only-I option
-   --variable=NAME                         get the value of variable named NAME
-   --define-variable=NAME=VALUE            set variable NAME to VALUE
-   --exists                                return 0 if the module(s) exist
-   --print-variables                       output list of variables defined by the module
-   --uninstalled                           return 0 if the uninstalled version of one or more module(s) or their dependencies will be used
-   --atleast-version=VERSION               return 0 if the module is at least version VERSION
-   --exact-version=VERSION                 return 0 if the module is at exactly version VERSION
-   --max-version=VERSION                   return 0 if the module is at no newer than version VERSION
-   --list-all                              list all known packages
-   --debug                                 show verbose debug information
-   --print-errors                          show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line)
-   --silence-errors                        be silent about errors (default when --exists or --atleast/exact/max-version given on the command line)
-   --errors-to-stdout                      print errors from --print-errors to stdout not stderr
-   --print-provides                        print which packages the package provides
-   --print-requires                        print which packages the package requires
-   --print-requires-private                print which packages the package requires for static linking
-   --validate                              validate a package's .pc file
-   --define-prefix                         try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --dont-define-prefix                    don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --prefix-variable=PREFIX                set the name of the variable that pkg-config automatically sets
- 
-> compiled  conf-pkg-config.2
Processing 17/57: [conf-gmp-powm-sec: sh]
Processing 18/57: [conf-gmp-powm-sec: sh] [conf-pkg-config: mkdir]
-> retrieved caradoc.0.3  (https://github.com/caradoc-org/caradoc/archive/refs/tags/v0.3.tar.gz)
Processing 19/57: [conf-gmp-powm-sec: sh] [conf-pkg-config: mkdir]
-> retrieved menhir.20211012  (cached)
Processing 20/57: [conf-gmp-powm-sec: sh] [conf-pkg-config: mkdir]
Processing 21/57: [conf-gmp-powm-sec: sh] [conf-pkg-config: mkdir]
Processing 22/57: [conf-gmp-powm-sec: sh] [conf-pkg-config: mkdir]
-> retrieved menhirLib.20211012  (cached)
Processing 23/57: [conf-gmp-powm-sec: sh] [conf-pkg-config: mkdir]
+ /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.02/.opam-switch/build/conf-gmp-powm-sec.3)
- + cc -c -I/usr/local/include test.c
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp-powm-sec.3
Processing 23/57: [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.02/lib/pkgconfig" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-pkg-config.2)
-> installed conf-pkg-config.2
Processing 23/57:
Processing 24/57: [conf-zlib: pkg-config zlib]
-> installed conf-gmp-powm-sec.3
Processing 25/57: [conf-zlib: pkg-config zlib]
-> installed ocamlbuild.0
Processing 26/57: [conf-zlib: pkg-config zlib]
-> retrieved menhirSdk.20211012  (cached)
Processing 27/57: [conf-zlib: pkg-config zlib]
-> retrieved ocamlfind.1.9.1  (cached)
Processing 28/57: [conf-zlib: pkg-config zlib]
Processing 29/57: [conf-zlib: pkg-config zlib] [ocamlfind: ./configure]
-> retrieved ocamlfind-secondary.1.9.1  (cached)
Processing 30/57: [conf-zlib: pkg-config zlib] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "zlib" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-zlib.1)
-> compiled  conf-zlib.1
Processing 30/57: [ocamlfind: ./configure]
-> installed conf-zlib.1
Processing 31/57: [ocamlfind: ./configure]
-> retrieved ounit.2.2.2  (cached)
Processing 32/57: [ocamlfind: ./configure]
-> retrieved ounit2.2.2.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved zarith.1.11  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.02/bin" "-sitelib" "/home/opam/.opam/4.02/lib" "-mandir" "/home/opam/.opam/4.02/man" "-config" "/home/opam/.opam/4.02/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1)
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: found
- ocamldoc: found
- raw_spacetime: not present (normal since 4.12)
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/META
- Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.02/lib/ocaml
-     Binaries:              /home/opam/.opam/4.02/bin
-     Manual pages:          /home/opam/.opam/4.02/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.02/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.02/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.02/bin
-     Manual pages:          /home/opam/.opam/4.02/man
-     topfind script:        /home/opam/.opam/4.02/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 32/57: [ocamlfind: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1)
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.02/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.02/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs  -g -c findlib_config.ml
- ocamlc -I +compiler-libs  -g -c fl_split.ml
- ocamlc -I +compiler-libs  -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs  -g -c fl_meta.ml
- ocamlc -I +compiler-libs  -c fl_metascanner.mli
- ocamlc -I +compiler-libs  -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs  -c fl_topo.mli
- ocamlc -I +compiler-libs  -g -c fl_topo.ml
- ocamlc -I +compiler-libs  -c fl_package_base.mli
- ocamlc -I +compiler-libs  -g -c fl_package_base.ml
- ocamlc -I +compiler-libs  -c findlib.mli
- ocamlc -I +compiler-libs  -g -c findlib.ml
- ocamlc -I +compiler-libs  -g -c fl_args.ml
- ocamlc -I +compiler-libs  -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs  -g -c ocaml_args.ml
- ocamlc -I +compiler-libs  -g -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs  -c topfind.mli
- ocamlc -I +compiler-libs  -g -c topfind.ml
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.02/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs  -c num_top_printers.mli
- ocamlc -I +compiler-libs  -g -c num_top_printers.ml
- ocamlc -I +compiler-libs  -c num_top.mli
- ocamlc -I +compiler-libs  -g -c num_top.ml
- ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- ocamlc -I +compiler-libs  -c fl_dynload.mli
- ocamlc -I +compiler-libs  -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.02/lib' >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1'
Processing 32/57: [ocamlfind: make opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1)
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamlopt -I +compiler-libs -g  -c findlib_config.ml
- ocamlopt -I +compiler-libs -g  -c fl_split.ml
- ocamlopt -I +compiler-libs -g  -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g  -c fl_meta.ml
- ocamlopt -I +compiler-libs -g  -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g  -c fl_topo.ml
- ocamlopt -I +compiler-libs -g  -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g  -c findlib.ml
- ocamlopt -I +compiler-libs -g  -c fl_args.ml
- ocamlopt -I +compiler-libs -g  -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g  -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g  -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g  -c topfind.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g  -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
-> compiled  ocamlfind.1.9.1
Processing 33/57: [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.02/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.02/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi \
-       fi \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- mkdir -p "/home/opam/.opam/4.02/bin"
- mkdir -p "/home/opam/.opam/4.02/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "`dirname \"/home/opam/.opam/4.02/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.02/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.02/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.02/lib/findlib"
- mkdir -p "/home/opam/.opam/4.02/bin"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/4.02/lib/ocaml"
- files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi META` && \
- cp $files "/home/opam/.opam/4.02/lib/findlib"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- cp $f "/home/opam/.opam/4.02/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.02/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.02/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.02/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1'
- for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamlbuild ocamldoc stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.02/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.02/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.02/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.02/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.02/lib/num-top"
- cp num_top.cma num_top.cmi num_top_printers.cmi \
- 	"/home/opam/.opam/4.02/lib/num-top"
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- test ! -f 'site-lib-src/camlp4/META' ||	cp tools/safe_camlp4 "/home/opam/.opam/4.02/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "/home/opam/.opam/4.02/man/man1" "/home/opam/.opam/4.02/man/man3" "/home/opam/.opam/4.02/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.02/man/man1"
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.02/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1'
-> installed ocamlfind.1.9.1
[ocamlfind-secondary: subst] expanding opam variables in META.in, generating META
[ocamlfind-secondary: subst] expanding opam variables in ocaml-secondary-compiler.conf.in, generating ocaml-secondary-compiler.conf
Processing 35/57: [ocamlfind-secondary: ./configure]
Processing 36/57: [ocamlfind-secondary: ./configure] [zarith: ./configure]
-> installed base-bytes.base
Processing 37/57: [ocamlfind-secondary: ./configure] [zarith: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" (CWD=/home/opam/.opam/4.02/.opam-switch/build/zarith.1.11)
- binary ocaml: found in /home/opam/.opam/4.02/bin
- binary ocamlc: found in /home/opam/.opam/4.02/bin
- binary ocamldep: found in /home/opam/.opam/4.02/bin
- binary ocamlmklib: found in /home/opam/.opam/4.02/bin
- binary ocamldoc: found in /home/opam/.opam/4.02/bin
- binary ar: found in /usr/bin
- binary perl: found in /usr/bin
- binary gcc: found in /usr/bin
- binary ocamlopt: found in /home/opam/.opam/4.02/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.02/bin
- OCaml's word size is 64
- binary uname: found in /bin
- include gmp.h: found
- library gmp: found
- OCaml extended comparison supported
- OCaml new hash functions available
- OCaml supports -bin-annot to produce documentation
- Using OCaml legacy C API custom operations
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   asm path:             x86_64
-   defines:              -DZ_OCAML_LEGACY_CUSTOM_OPERATIONS -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX 
-   libraries:             -lgmp
-   C options:            -O3 -Wall -Wextra 
-   asm options           
-   installation path:    /home/opam/.opam/4.02/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
- binary ocaml: found in /home/opam/.opam/4.02/bin
- binary ocamlc: found in /home/opam/.opam/4.02/bin
- binary ocamldep: found in /home/opam/.opam/4.02/bin
- binary ocamlmklib: found in /home/opam/.opam/4.02/bin
- binary ocamldoc: found in /home/opam/.opam/4.02/bin
- binary ar: found in /usr/bin
- binary perl: found in /usr/bin
- binary gcc: found in /usr/bin
- binary ocamlopt: found in /home/opam/.opam/4.02/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.02/bin
- OCaml's word size is 64
- binary uname: found in /bin
- include gmp.h: found
- library gmp: found
- OCaml extended comparison supported
- OCaml new hash functions available
- OCaml supports -bin-annot to produce documentation
- Using OCaml legacy C API custom operations
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   asm path:             x86_64
-   defines:              -DZ_OCAML_LEGACY_CUSTOM_OPERATIONS -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX 
-   libraries:             -lgmp
-   C options:            -O3 -Wall -Wextra 
-   asm options           
-   installation path:    /home/opam/.opam/4.02/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 37/57: [ocamlfind-secondary: ./configure] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-sitelib" "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib" "-no-camlp4" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind-secondary.1.9.1)
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: found
- ocamldoc: found
- raw_spacetime: not present (normal since 4.12)
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/META
- Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.02/lib/ocaml
-     Binaries:              /home/opam/.opam/4.02/bin
-     Manual pages:          /home/opam/.opam/4.02/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.02/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.02/bin
-     Manual pages:          /home/opam/.opam/4.02/man
-     topfind script:        /home/opam/.opam/4.02/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       yes
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: found
- ocamldoc: found
- raw_spacetime: not present (normal since 4.12)
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/META
- Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.02/lib/ocaml
-     Binaries:              /home/opam/.opam/4.02/bin
-     Manual pages:          /home/opam/.opam/4.02/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.02/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.02/bin
-     Manual pages:          /home/opam/.opam/4.02/man
-     topfind script:        /home/opam/.opam/4.02/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       yes
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
-> compiled  ocamlfind-secondary.1.9.1
Processing 37/57: [zarith: make]
Processing 38/57: [zarith: make] [ocamlfind-secondary: make install-meta]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-meta" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind-secondary.1.9.1)
- for x in dynlink stdlib unix bigarray compiler-libs graphics num num-top ocamlbuild ocamldoc threads str; do mkdir -p "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/findlib/Makefile.packages"
- for x in dynlink stdlib unix bigarray compiler-libs graphics num num-top ocamlbuild ocamldoc threads str; do mkdir -p "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/findlib/Makefile.packages"
Processing 38/57: [zarith: make] [ocamlfind-secondary: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.02/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 38/57: [zarith: make] [ocamlfind-secondary: cp ocaml-secondary-compiler.conf]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "ocaml-secondary-compiler.conf" "/home/opam/.opam/4.02/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 38/57: [zarith: make] [ocamlfind-secondary: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 38/57: [zarith: make] [ocamlfind-secondary: cp META]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "META" "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind-secondary.1.9.1)
-> installed ocamlfind-secondary.1.9.1
Processing 38/57: [zarith: make]
Processing 39/57: [dune: ocaml bootstrap.ml] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02/.opam-switch/build/zarith.1.11)
- ./z_pp.pl x86_64
- Name "main::extra" used only once: possible typo at ./z_pp.pl line 29.
- found assembly file caml_z_x86_64.S
-   found abs
-   found add
-   found div
-   found divexact
-   found logand
-   found lognot
-   found logor
-   found logxor
-   found mul
-   found neg
-   found pred
-   found rem
-   found shift_left
-   found shift_right
-   found sub
-   found succ
- ocamldep -native  z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- 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 z.cmo q.cmo big_int_Z.cmo -lgmp
- gcc -DZ_OCAML_LEGACY_CUSTOM_OPERATIONS -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX     -c -o caml_z_x86_64.o caml_z_x86_64.S
- ocamlc -ccopt "-I/home/opam/.opam/4.02/lib/ocaml  -DZ_OCAML_LEGACY_CUSTOM_OPERATIONS -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX  -O3 -Wall -Wextra " -c caml_z.c
- In file included from zarith.h:29,
-                  from caml_z.c:39:
- caml_z.c: In function 'ml_z_reduce':
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:71:39: warning: left shift of negative value [-Wshift-negative-value]
-    71 | #define Val_long(x)     (((intnat)(x) << 1) + 1)
-       |                                       ^~
- caml_z.c:414:14: note: in expansion of macro 'Val_long'
-   414 |       return Val_long(Z_MIN_INT);
-       |              ^~~~~~~~
- caml_z.c: In function 'ml_z_compare':
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:71:39: warning: left shift of negative value [-Wshift-negative-value]
-    71 | #define Val_long(x)     (((intnat)(x) << 1) + 1)
-       |                                       ^~
- caml_z.c:1074:42: note: in expansion of macro 'Val_long'
-  1074 |       return arg1 > arg2 ? Val_long(1) : Val_long(-1);
-       |                                          ^~~~~~~~
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:71:39: warning: left shift of negative value [-Wshift-negative-value]
-    71 | #define Val_long(x)     (((intnat)(x) << 1) + 1)
-       |                                       ^~
- caml_z.c:1078:29: note: in expansion of macro 'Val_long'
-  1078 |       return Z_SIGN(arg1) ? Val_long(-1) : Val_long(1);
-       |                             ^~~~~~~~
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:71:39: warning: left shift of negative value [-Wshift-negative-value]
-    71 | #define Val_long(x)     (((intnat)(x) << 1) + 1)
-       |                                       ^~
- caml_z.c:1084:41: note: in expansion of macro 'Val_long'
-  1084 |     return Z_SIGN(arg2) ? Val_long(1) : Val_long(-1);
-       |                                         ^~~~~~~~
- caml_z.c: In function 'ml_z_rdiv':
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:71:39: warning: left shift of negative value [-Wshift-negative-value]
-    71 | #define Val_long(x)     (((intnat)(x) << 1) + 1)
-       |                                       ^~
- caml_z.c:1622:20: note: in expansion of macro 'Val_long'
-  1622 |       if (dir) q = Val_long(-1);
-       |                    ^~~~~~~~
- caml_z.c: In function 'ml_z_shift_right':
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:71:39: warning: left shift of negative value [-Wshift-negative-value]
-    71 | #define Val_long(x)     (((intnat)(x) << 1) + 1)
-       |                                       ^~
- caml_z.c:2296:26: note: in expansion of macro 'Val_long'
-  2296 |     if (sign_arg) return Val_long(-1);
-       |                          ^~~~~~~~
- ocamlmklib -failsafe -o zarith caml_z_x86_64.o 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 z.ml
- ocamlopt -I +compiler-libs  -c q.ml
- ocamlopt -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -failsafe -o zarith z.cmx q.cmx big_int_Z.cmx -lgmp
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
- ./z_pp.pl x86_64
- Name "main::extra" used only once: possible typo at ./z_pp.pl line 29.
- found assembly file caml_z_x86_64.S
-   found abs
-   found add
-   found div
-   found divexact
-   found logand
-   found lognot
-   found logor
-   found logxor
-   found mul
-   found neg
-   found pred
-   found rem
-   found shift_left
-   found shift_right
-   found sub
-   found succ
- ocamldep -native  z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- 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 z.cmo q.cmo big_int_Z.cmo -lgmp
- gcc -DZ_OCAML_LEGACY_CUSTOM_OPERATIONS -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX     -c -o caml_z_x86_64.o caml_z_x86_64.S
- ocamlc -ccopt "-I/home/opam/.opam/4.02/lib/ocaml  -DZ_OCAML_LEGACY_CUSTOM_OPERATIONS -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX  -O3 -Wall -Wextra " -c caml_z.c
- In file included from zarith.h:29,
-                  from caml_z.c:39:
- caml_z.c: In function 'ml_z_reduce':
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:71:39: warning: left shift of negative value [-Wshift-negative-value]
-    71 | #define Val_long(x)     (((intnat)(x) << 1) + 1)
-       |                                       ^~
- caml_z.c:414:14: note: in expansion of macro 'Val_long'
-   414 |       return Val_long(Z_MIN_INT);
-       |              ^~~~~~~~
- caml_z.c: In function 'ml_z_compare':
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:71:39: warning: left shift of negative value [-Wshift-negative-value]
-    71 | #define Val_long(x)     (((intnat)(x) << 1) + 1)
-       |                                       ^~
- caml_z.c:1074:42: note: in expansion of macro 'Val_long'
-  1074 |       return arg1 > arg2 ? Val_long(1) : Val_long(-1);
-       |                                          ^~~~~~~~
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:71:39: warning: left shift of negative value [-Wshift-negative-value]
-    71 | #define Val_long(x)     (((intnat)(x) << 1) + 1)
-       |                                       ^~
- caml_z.c:1078:29: note: in expansion of macro 'Val_long'
-  1078 |       return Z_SIGN(arg1) ? Val_long(-1) : Val_long(1);
-       |                             ^~~~~~~~
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:71:39: warning: left shift of negative value [-Wshift-negative-value]
-    71 | #define Val_long(x)     (((intnat)(x) << 1) + 1)
-       |                                       ^~
- caml_z.c:1084:41: note: in expansion of macro 'Val_long'
-  1084 |     return Z_SIGN(arg2) ? Val_long(1) : Val_long(-1);
-       |                                         ^~~~~~~~
- caml_z.c: In function 'ml_z_rdiv':
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:71:39: warning: left shift of negative value [-Wshift-negative-value]
-    71 | #define Val_long(x)     (((intnat)(x) << 1) + 1)
-       |                                       ^~
- caml_z.c:1622:20: note: in expansion of macro 'Val_long'
-  1622 |       if (dir) q = Val_long(-1);
-       |                    ^~~~~~~~
- caml_z.c: In function 'ml_z_shift_right':
- /home/opam/.opam/4.02/lib/ocaml/caml/mlvalues.h:71:39: warning: left shift of negative value [-Wshift-negative-value]
-    71 | #define Val_long(x)     (((intnat)(x) << 1) + 1)
-       |                                       ^~
- caml_z.c:2296:26: note: in expansion of macro 'Val_long'
-  2296 |     if (sign_arg) return Val_long(-1);
-       |                          ^~~~~~~~
- ocamlmklib -failsafe -o zarith caml_z_x86_64.o 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 z.ml
- ocamlopt -I +compiler-libs  -c q.ml
- ocamlopt -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -failsafe -o zarith z.cmx q.cmx big_int_Z.cmx -lgmp
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.11
Processing 39/57: [dune: ocaml bootstrap.ml]
Processing 40/57: [dune: ocaml bootstrap.ml] [zarith: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/zarith.1.11)
- ocamlfind install -destdir "/home/opam/.opam/4.02/lib" zarith META zarith.h zarith.cma libzarith.a z.mli q.mli big_int_Z.mli z.cmi q.cmi big_int_Z.cmi zarith_top.cma zarith.a zarith.cmxa z.cmx q.cmx big_int_Z.cmx zarith.cmxs z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/4.02/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/4.02/lib/zarith/q.cmti
- Installed /home/opam/.opam/4.02/lib/zarith/z.cmti
- Installed /home/opam/.opam/4.02/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/4.02/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/4.02/lib/zarith/q.cmx
- Installed /home/opam/.opam/4.02/lib/zarith/z.cmx
- Installed /home/opam/.opam/4.02/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/4.02/lib/zarith/zarith.a
- Installed /home/opam/.opam/4.02/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/4.02/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/4.02/lib/zarith/q.cmi
- Installed /home/opam/.opam/4.02/lib/zarith/z.cmi
- Installed /home/opam/.opam/4.02/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/4.02/lib/zarith/q.mli
- Installed /home/opam/.opam/4.02/lib/zarith/z.mli
- Installed /home/opam/.opam/4.02/lib/zarith/libzarith.a
- Installed /home/opam/.opam/4.02/lib/zarith/zarith.cma
- Installed /home/opam/.opam/4.02/lib/zarith/zarith.h
- Installed /home/opam/.opam/4.02/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/4.02/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.02/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.02/lib/zarith/META
- ocamlfind install -destdir "/home/opam/.opam/4.02/lib" zarith META zarith.h zarith.cma libzarith.a z.mli q.mli big_int_Z.mli z.cmi q.cmi big_int_Z.cmi zarith_top.cma zarith.a zarith.cmxa z.cmx q.cmx big_int_Z.cmx zarith.cmxs z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/4.02/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/4.02/lib/zarith/q.cmti
- Installed /home/opam/.opam/4.02/lib/zarith/z.cmti
- Installed /home/opam/.opam/4.02/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/4.02/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/4.02/lib/zarith/q.cmx
- Installed /home/opam/.opam/4.02/lib/zarith/z.cmx
- Installed /home/opam/.opam/4.02/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/4.02/lib/zarith/zarith.a
- Installed /home/opam/.opam/4.02/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/4.02/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/4.02/lib/zarith/q.cmi
- Installed /home/opam/.opam/4.02/lib/zarith/z.cmi
- Installed /home/opam/.opam/4.02/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/4.02/lib/zarith/q.mli
- Installed /home/opam/.opam/4.02/lib/zarith/z.mli
- Installed /home/opam/.opam/4.02/lib/zarith/libzarith.a
- Installed /home/opam/.opam/4.02/lib/zarith/zarith.cma
- Installed /home/opam/.opam/4.02/lib/zarith/zarith.h
- Installed /home/opam/.opam/4.02/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/4.02/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.02/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.02/lib/zarith/META
-> installed zarith.1.11
Processing 40/57: [dune: ocaml bootstrap.ml]
Processing 41/57: [cryptokit: make] [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02/.opam-switch/build/cryptokit.1.14)
- ocaml setup.ml -configure 
- 
- Configuration:
- ocamlfind: ...................................................... /home/opam/.opam/4.02/bin/ocamlfind
- ocamlc: ......................................................... /home/opam/.opam/4.02/bin/ocamlc.opt
- ocamlopt: ....................................................... /home/opam/.opam/4.02/bin/ocamlopt.opt
- ocamlbuild: ..................................................... /home/opam/.opam/4.02/bin/ocamlbuild
- Package name: ................................................... cryptokit
- Package version: ................................................ 1.13
- os_type: ........................................................ Unix
- system: ......................................................... linux
- architecture: ................................................... amd64
- ccomp_type: ..................................................... cc
- ocaml_version: .................................................. 4.02.3
- standard_library_default: ....................................... /home/opam/.opam/4.02/lib/ocaml
- standard_library: ............................................... /home/opam/.opam/4.02/lib/ocaml
- standard_runtime: ............................................... /home/opam/.opam/4.02/bin/ocamlrun
- bytecomp_c_compiler: ............................................ gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC
- native_c_compiler: .............................................. gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: .......................................................... default
- ext_obj: ........................................................ .o
- ext_asm: ........................................................ .s
- ext_lib: ........................................................ .a
- ext_dll: ........................................................ .so
- default_executable_name: ........................................ a.out
- systhread_supported: ............................................ true
- Install architecture-independent files dir: ..................... /usr/local
- Install architecture-dependent files in dir: .................... $prefix
- User executables: ............................................... $exec_prefix/bin
- System admin executables: ....................................... $exec_prefix/sbin
- Program executables: ............................................ $exec_prefix/libexec
- Read-only single-machine data: .................................. $prefix/etc
- Modifiable architecture-independent data: ....................... $prefix/com
- Modifiable single-machine data: ................................. $prefix/var
- Object code libraries: .......................................... $exec_prefix/lib
- Read-only arch-independent data root: ........................... $prefix/share
- Read-only architecture-independent data: ........................ $datarootdir
- Info documentation: ............................................. $datarootdir/info
- Locale-dependent data: .......................................... $datarootdir/locale
- Man documentation: .............................................. $datarootdir/man
- Documentation root: ............................................. $datarootdir/doc/$pkg_name
- HTML documentation: ............................................. $docdir
- DVI documentation: .............................................. $docdir
- PDF documentation: .............................................. $docdir
- PS documentation: ............................................... $docdir
- findlib_version: ................................................ 1.9.1
- is_native: ...................................................... true
- suffix_program: .................................................
- Remove a file.: ................................................. rm -f
- Remove a directory.: ............................................ rm -rf
- Turn ocaml debug flag on: ....................................... true
- Turn ocaml profile flag on: ..................................... false
- Compiler support generation of .cmxs.: .......................... true
- OCamlbuild additional flags: ....................................
- Enable ZLib: .................................................... true
- Enable hardware support for AES and GCM (needs GCC or Clang): ... true
- Build and run benchmark: ........................................ false
- Create documentations: .......................................... true
- Compile tests executable and library and run them: .............. false
- ocamldoc: ....................................................... /home/opam/.opam/4.02/bin/ocamldoc
- pkg_unix: ....................................................... /home/opam/.opam/4.02/lib/ocaml
- pkg_zarith: ..................................................... /home/opam/.opam/4.02/lib/zarith
- 
- ocaml setup.ml -build 
- /home/opam/.opam/4.02/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/aesni.c
- mv aesni.o src/aesni.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/arcfour.c
- mv arcfour.o src/arcfour.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-arcfour.c
- mv stubs-arcfour.o src/stubs-arcfour.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/blowfish.c
- mv blowfish.o src/blowfish.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-blowfish.c
- mv stubs-blowfish.o src/stubs-blowfish.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/d3des.c
- mv d3des.o src/d3des.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-des.c
- mv stubs-des.o src/stubs-des.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/rijndael-alg-fst.c
- mv rijndael-alg-fst.o src/rijndael-alg-fst.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/ripemd160.c
- mv ripemd160.o src/ripemd160.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-ripemd160.c
- mv stubs-ripemd160.o src/stubs-ripemd160.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/sha1.c
- mv sha1.o src/sha1.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-sha1.c
- mv stubs-sha1.o src/stubs-sha1.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/sha256.c
- mv sha256.o src/sha256.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-sha256.c
- mv stubs-sha256.o src/stubs-sha256.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/sha512.c
- mv sha512.o src/sha512.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-sha512.c
- mv stubs-sha512.o src/stubs-sha512.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-aes.c
- mv stubs-aes.o src/stubs-aes.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-md5.c
- mv stubs-md5.o src/stubs-md5.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-misc.c
- mv stubs-misc.o src/stubs-misc.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-rng.c
- mv stubs-rng.o src/stubs-rng.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-zlib.c
- mv stubs-zlib.o src/stubs-zlib.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/keccak.c
- mv keccak.o src/keccak.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-sha3.c
- mv stubs-sha3.o src/stubs-sha3.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/chacha20.c
- mv chacha20.o src/chacha20.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-chacha20.c
- mv stubs-chacha20.o src/stubs-chacha20.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlmklib -o src/cryptokit_stubs -lz src/aesni.o src/arcfour.o src/stubs-arcfour.o src/blowfish.o src/stubs-blowfish.o src/d3des.o src/stubs-des.o src/rijndael-alg-fst.o src/ripemd160.o src/stubs-ripemd160.o src/sha1.o src/stubs-sha1.o src/sha256.o src/stubs-sha256.o src/sha512.o src/stubs-sha512.o src/stubs-aes.o src/stubs-md5.o src/stubs-misc.o src/stubs-rng.o src/stubs-zlib.o src/keccak.o src/stubs-sha3.o src/chacha20.o src/stubs-chacha20.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package unix -package zarith -modules src/cryptokitBignum.mli > src/cryptokitBignum.mli.depends
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -DHAVE_ZLIB -ccopt -maes -package unix -package zarith -I src -o src/cryptokitBignum.cmi src/cryptokitBignum.mli
- /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package unix -package zarith -modules src/cryptokitBignum.ml > src/cryptokitBignum.ml.depends
- /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package unix -package zarith -modules src/cryptokit.mli > src/cryptokit.mli.depends
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -DHAVE_ZLIB -ccopt -maes -package unix -package zarith -I src -o src/cryptokit.cmi src/cryptokit.mli
- /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package unix -package zarith -modules src/cryptokit.ml > src/cryptokit.ml.depends
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -ccopt -DHAVE_ZLIB -ccopt -maes -package unix -package zarith -I src -o src/cryptokitBignum.cmo src/cryptokitBignum.ml
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -ccopt -DHAVE_ZLIB -ccopt -maes -package unix -package zarith -I src -o src/cryptokit.cmo src/cryptokit.ml
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a -dllib -lcryptokit_stubs -cclib -lcryptokit_stubs -cclib -lz src/cryptokitBignum.cmo src/cryptokit.cmo -o src/cryptokit.cma
- /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -ccopt -DHAVE_ZLIB -ccopt -maes -package unix -package zarith -I src -o src/cryptokitBignum.cmx src/cryptokitBignum.ml
- /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -ccopt -DHAVE_ZLIB -ccopt -maes -package unix -package zarith -I src -o src/cryptokit.cmx src/cryptokit.ml
- /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a -cclib -lcryptokit_stubs -cclib -lz src/cryptokitBignum.cmx src/cryptokit.cmx -o src/cryptokit.cmxa
- /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared -cclib -lcryptokit_stubs -I src src/cryptokit.cmxa src/cryptokitBignum.cmx src/cryptokit.cmx -o src/cryptokit.cmxs
- ocaml setup.ml -configure 
- 
- Configuration:
- ocamlfind: ...................................................... /home/opam/.opam/4.02/bin/ocamlfind
- ocamlc: ......................................................... /home/opam/.opam/4.02/bin/ocamlc.opt
- ocamlopt: ....................................................... /home/opam/.opam/4.02/bin/ocamlopt.opt
- ocamlbuild: ..................................................... /home/opam/.opam/4.02/bin/ocamlbuild
- Package name: ................................................... cryptokit
- Package version: ................................................ 1.13
- os_type: ........................................................ Unix
- system: ......................................................... linux
- architecture: ................................................... amd64
- ccomp_type: ..................................................... cc
- ocaml_version: .................................................. 4.02.3
- standard_library_default: ....................................... /home/opam/.opam/4.02/lib/ocaml
- standard_library: ............................................... /home/opam/.opam/4.02/lib/ocaml
- standard_runtime: ............................................... /home/opam/.opam/4.02/bin/ocamlrun
- bytecomp_c_compiler: ............................................ gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC
- native_c_compiler: .............................................. gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: .......................................................... default
- ext_obj: ........................................................ .o
- ext_asm: ........................................................ .s
- ext_lib: ........................................................ .a
- ext_dll: ........................................................ .so
- default_executable_name: ........................................ a.out
- systhread_supported: ............................................ true
- Install architecture-independent files dir: ..................... /usr/local
- Install architecture-dependent files in dir: .................... $prefix
- User executables: ............................................... $exec_prefix/bin
- System admin executables: ....................................... $exec_prefix/sbin
- Program executables: ............................................ $exec_prefix/libexec
- Read-only single-machine data: .................................. $prefix/etc
- Modifiable architecture-independent data: ....................... $prefix/com
- Modifiable single-machine data: ................................. $prefix/var
- Object code libraries: .......................................... $exec_prefix/lib
- Read-only arch-independent data root: ........................... $prefix/share
- Read-only architecture-independent data: ........................ $datarootdir
- Info documentation: ............................................. $datarootdir/info
- Locale-dependent data: .......................................... $datarootdir/locale
- Man documentation: .............................................. $datarootdir/man
- Documentation root: ............................................. $datarootdir/doc/$pkg_name
- HTML documentation: ............................................. $docdir
- DVI documentation: .............................................. $docdir
- PDF documentation: .............................................. $docdir
- PS documentation: ............................................... $docdir
- findlib_version: ................................................ 1.9.1
- is_native: ...................................................... true
- suffix_program: .................................................
- Remove a file.: ................................................. rm -f
- Remove a directory.: ............................................ rm -rf
- Turn ocaml debug flag on: ....................................... true
- Turn ocaml profile flag on: ..................................... false
- Compiler support generation of .cmxs.: .......................... true
- OCamlbuild additional flags: ....................................
- Enable ZLib: .................................................... true
- Enable hardware support for AES and GCM (needs GCC or Clang): ... true
- Build and run benchmark: ........................................ false
- Create documentations: .......................................... true
- Compile tests executable and library and run them: .............. false
- ocamldoc: ....................................................... /home/opam/.opam/4.02/bin/ocamldoc
- pkg_unix: ....................................................... /home/opam/.opam/4.02/lib/ocaml
- pkg_zarith: ..................................................... /home/opam/.opam/4.02/lib/zarith
- 
- ocaml setup.ml -build 
- /home/opam/.opam/4.02/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/aesni.c
- mv aesni.o src/aesni.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/arcfour.c
- mv arcfour.o src/arcfour.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-arcfour.c
- mv stubs-arcfour.o src/stubs-arcfour.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/blowfish.c
- mv blowfish.o src/blowfish.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-blowfish.c
- mv stubs-blowfish.o src/stubs-blowfish.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/d3des.c
- mv d3des.o src/d3des.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-des.c
- mv stubs-des.o src/stubs-des.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/rijndael-alg-fst.c
- mv rijndael-alg-fst.o src/rijndael-alg-fst.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/ripemd160.c
- mv ripemd160.o src/ripemd160.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-ripemd160.c
- mv stubs-ripemd160.o src/stubs-ripemd160.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/sha1.c
- mv sha1.o src/sha1.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-sha1.c
- mv stubs-sha1.o src/stubs-sha1.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/sha256.c
- mv sha256.o src/sha256.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-sha256.c
- mv stubs-sha256.o src/stubs-sha256.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/sha512.c
- mv sha512.o src/sha512.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-sha512.c
- mv stubs-sha512.o src/stubs-sha512.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-aes.c
- mv stubs-aes.o src/stubs-aes.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-md5.c
- mv stubs-md5.o src/stubs-md5.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-misc.c
- mv stubs-misc.o src/stubs-misc.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-rng.c
- mv stubs-rng.o src/stubs-rng.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-zlib.c
- mv stubs-zlib.o src/stubs-zlib.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/keccak.c
- mv keccak.o src/keccak.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-sha3.c
- mv stubs-sha3.o src/stubs-sha3.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/chacha20.c
- mv chacha20.o src/chacha20.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -DHAVE_ZLIB -ccopt -maes -c src/stubs-chacha20.c
- mv stubs-chacha20.o src/stubs-chacha20.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamlmklib -o src/cryptokit_stubs -lz src/aesni.o src/arcfour.o src/stubs-arcfour.o src/blowfish.o src/stubs-blowfish.o src/d3des.o src/stubs-des.o src/rijndael-alg-fst.o src/ripemd160.o src/stubs-ripemd160.o src/sha1.o src/stubs-sha1.o src/sha256.o src/stubs-sha256.o src/sha512.o src/stubs-sha512.o src/stubs-aes.o src/stubs-md5.o src/stubs-misc.o src/stubs-rng.o src/stubs-zlib.o src/keccak.o src/stubs-sha3.o src/chacha20.o src/stubs-chacha20.o
- /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package unix -package zarith -modules src/cryptokitBignum.mli > src/cryptokitBignum.mli.depends
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -DHAVE_ZLIB -ccopt -maes -package unix -package zarith -I src -o src/cryptokitBignum.cmi src/cryptokitBignum.mli
- /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package unix -package zarith -modules src/cryptokitBignum.ml > src/cryptokitBignum.ml.depends
- /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package unix -package zarith -modules src/cryptokit.mli > src/cryptokit.mli.depends
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -DHAVE_ZLIB -ccopt -maes -package unix -package zarith -I src -o src/cryptokit.cmi src/cryptokit.mli
- /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package unix -package zarith -modules src/cryptokit.ml > src/cryptokit.ml.depends
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -ccopt -DHAVE_ZLIB -ccopt -maes -package unix -package zarith -I src -o src/cryptokitBignum.cmo src/cryptokitBignum.ml
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -ccopt -DHAVE_ZLIB -ccopt -maes -package unix -package zarith -I src -o src/cryptokit.cmo src/cryptokit.ml
- /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a -dllib -lcryptokit_stubs -cclib -lcryptokit_stubs -cclib -lz src/cryptokitBignum.cmo src/cryptokit.cmo -o src/cryptokit.cma
- /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -ccopt -DHAVE_ZLIB -ccopt -maes -package unix -package zarith -I src -o src/cryptokitBignum.cmx src/cryptokitBignum.ml
- /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -ccopt -DHAVE_ZLIB -ccopt -maes -package unix -package zarith -I src -o src/cryptokit.cmx src/cryptokit.ml
- /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a -cclib -lcryptokit_stubs -cclib -lz src/cryptokitBignum.cmx src/cryptokit.cmx -o src/cryptokit.cmxa
- /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared -cclib -lcryptokit_stubs -I src src/cryptokit.cmxa src/cryptokitBignum.cmx src/cryptokit.cmx -o src/cryptokit.cmxs
-> compiled  cryptokit.1.14
Processing 41/57: [dune: ocaml bootstrap.ml]
Processing 42/57: [dune: ocaml bootstrap.ml] [cryptokit: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/cryptokit.1.14)
- ocaml setup.ml -install 
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokitBignum.mli
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.mli
- Installed /home/opam/.opam/4.02/lib/cryptokit/libcryptokit_stubs.a
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cma
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cmxa
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.a
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cmxs
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cmi
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cmti
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cmt
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.annot
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokitBignum.cmi
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokitBignum.cmti
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokitBignum.cmt
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokitBignum.annot
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cmx
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokitBignum.cmx
- Installed /home/opam/.opam/4.02/lib/stublibs/dllcryptokit_stubs.so
- Installed /home/opam/.opam/4.02/lib/stublibs/dllcryptokit_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.02/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.02/lib/cryptokit/META
- ocaml setup.ml -install 
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokitBignum.mli
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.mli
- Installed /home/opam/.opam/4.02/lib/cryptokit/libcryptokit_stubs.a
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cma
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cmxa
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.a
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cmxs
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cmi
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cmti
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cmt
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.annot
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokitBignum.cmi
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokitBignum.cmti
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokitBignum.cmt
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokitBignum.annot
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokit.cmx
- Installed /home/opam/.opam/4.02/lib/cryptokit/cryptokitBignum.cmx
- Installed /home/opam/.opam/4.02/lib/stublibs/dllcryptokit_stubs.so
- Installed /home/opam/.opam/4.02/lib/stublibs/dllcryptokit_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.02/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.02/lib/cryptokit/META
-> installed cryptokit.1.14
Processing 42/57: [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/dune.2.9.1)
- ocamlfind -toolchain secondary ocamlc 2>.duneboot.ocamlfind-output
- 
- ocamlfind -toolchain secondary ocamlc -custom -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe --secondary -j 31
- 

Processing 42/57: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "-p" "dune" "--profile" "dune-bootstrap" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/dune.2.9.1)
-> compiled  dune.2.9.1
-> installed dune.2.9.1
Processing 44/57: [menhirLib: dune build]
Processing 45/57: [menhirLib: dune build] [menhirSdk: dune build]
Processing 46/57: [menhirLib: dune build] [menhirSdk: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdlib-shims" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
Processing 46/57: [menhirLib: dune build] [menhirSdk: dune build]
-> installed stdlib-shims.0.3.0
Processing 47/57: [menhirLib: dune build] [menhirSdk: dune build]
Processing 48/57: [menhirLib: dune build] [menhirSdk: dune build] [ounit2: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirSdk" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/menhirSdk.20211012)
-> compiled  menhirSdk.20211012
Processing 48/57: [menhirLib: dune build] [ounit2: dune build]
-> installed menhirSdk.20211012
Processing 49/57: [menhirLib: dune build] [ounit2: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirLib" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/menhirLib.20211012)
-         pack lib/pack/menhirLib.{ml,mli}
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-         pack lib/pack/menhirLib.{ml,mli}
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20211012
Processing 49/57: [ounit2: dune build]
-> installed menhirLib.20211012
Processing 50/57: [ounit2: dune build]
Processing 51/57: [menhir: dune build] [ounit2: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ounit2" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ounit2.2.2.2)
-> compiled  ounit2.2.2.2
Processing 51/57: [menhir: dune build]
-> installed ounit2.2.2.2
Processing 52/57: [menhir: dune build]
Processing 53/57: [menhir: dune build]
Processing 54/57: [menhir: dune build] [ounit: make install-ounit]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-ounit" "version=2.2.2" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ounit.2.2.2)
- ocamlfind remove oUnit
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.02/lib/oUnit/META
- ocamlfind install oUnit src/lib/oUnit/META -patch-version 2.2.2
- Installed /home/opam/.opam/4.02/lib/oUnit/META
- ocamlfind remove oUnit
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.02/lib/oUnit/META
- ocamlfind install oUnit src/lib/oUnit/META -patch-version 2.2.2
- Installed /home/opam/.opam/4.02/lib/oUnit/META
-> installed ounit.2.2.2
Processing 54/57: [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhir" "-j" "31" (CWD=/home/opam/.opam/4.02/.opam-switch/build/menhir.20211012)
-       menhir src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
-       menhir src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-       menhir src/stage2/parser.{ml,mli}
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 194 states.
- The grammar is not SLR(1) -- 5 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 298 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 40 states.
- Priority played a role in 0 of these states.
- 152 out of 298 states have a default reduction.
- 102 out of 298 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 48 out of 96 symbols keep track of their end position.
- The action table is 11324 entries; 1610 non-zero; 1359 compressed.
- The action table occupies roughly 2816 bytes.
- The goto table is 16986 entries; 329 non-zero; 636 compressed.
- The goto table occupies roughly 1368 bytes.
- The error table occupies roughly 1448 bytes.
- The default_reduction table occupies roughly 336 bytes.
- The lhs table occupies roughly 168 bytes.
- The trace table occupies roughly 8 bytes.
-> compiled  menhir.20211012
-> installed menhir.20211012
[caradoc: patch] applying no_warn_error.patch
Processing 56/57: [caradoc: patch]
Processing 56/57: [caradoc: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02/.opam-switch/build/caradoc.0.3)
- ocamlbuild -cflags -w,+a-3-4-32..39,-strict-sequence,-noautolink -use-ocamlfind src/main.native
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/main.ml > src/main.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/boundedint.mli > src/util/boundedint.mli.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/data/directobject.mli > src/data/directobject.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/boundedint.cmi src/util/boundedint.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/crypto/crypto.mli > src/crypto/crypto.mli.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/errors.mli > src/util/errors.mli.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/entry.mli > src/util/entry.mli.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/key.mli > src/util/key.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/entry.cmi src/util/entry.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/key.cmi src/util/key.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/errors.cmi src/util/errors.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/mapkey.ml > src/util/mapkey.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/setkey.ml > src/util/setkey.ml.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/crypto -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/crypto/crypto.cmi src/crypto/crypto.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/mapkey.cmo src/util/mapkey.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/setkey.cmo src/util/setkey.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/extractxref.mli > src/parser/relaxed/extractxref.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/data -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/data/directobject.cmi src/data/directobject.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/data/document.mli > src/data/document.mli.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/data/graph.mli > src/data/graph.mli.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/type.mli > src/type/type.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type -I src -I src/util -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/type/type.cmi src/type/type.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/data/indirectobject.mli > src/data/indirectobject.mli.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stream/pdfstream.mli > src/stream/pdfstream.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stream -I src -I src/util -I src/type -I src/tools -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stream/pdfstream.cmi src/stream/pdfstream.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/data -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/data/graph.cmi src/data/graph.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/data -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/data/indirectobject.cmi src/data/indirectobject.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/intervals.mli > src/util/intervals.mli.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/intset.mli > src/util/intset.mli.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stats/stats.mli > src/stats/stats.mli.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/data/xref.mli > src/data/xref.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/data -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/data/document.cmi src/data/document.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/intervals.cmi src/util/intervals.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/intset.cmi src/util/intset.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stats -I src -I src/util -I src/type -I src/tools -I src/stream -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stats/stats.cmi src/stats/stats.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/data -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/data/xref.cmi src/data/xref.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/file.mli > src/file.mli.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/tools/find.mli > src/tools/find.mli.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/params.ml > src/params.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/typechecker.mli > src/type/typechecker.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/extractxref.cmi src/parser/relaxed/extractxref.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/file.cmi src/file.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/tools -I src -I src/util -I src/type -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/tools/find.cmi src/tools/find.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/params.cmo src/params.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type -I src -I src/util -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/type/typechecker.cmi src/type/typechecker.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/main.cmo src/main.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/boundedint.ml > src/util/boundedint.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/data/directobject.ml > src/data/directobject.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/algo.ml > src/util/algo.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/algo.mli > src/util/algo.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/algo.cmi src/util/algo.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/key.ml > src/util/key.ml.depends
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/boundedint.cmx src/util/boundedint.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/key.cmx src/util/key.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/mapkey.cmx src/util/mapkey.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/console.ml > src/util/console.ml.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/console.cmo src/util/console.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/convert.ml > src/parser/convert.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/convert.mli > src/parser/convert.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/parser/convert.cmi src/parser/convert.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/crypto/crypto.ml > src/crypto/crypto.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/crypto/aes.ml > src/crypto/aes.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/crypto/aes.mli > src/crypto/aes.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/crypto -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/crypto/aes.cmi src/crypto/aes.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/errors.ml > src/util/errors.ml.depends
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/parser/convert.cmx src/parser/convert.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/entry.ml > src/util/entry.ml.depends
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/entry.cmx src/util/entry.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/errors.cmx src/util/errors.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/crypto/md5.ml > src/crypto/md5.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/crypto/md5.mli > src/crypto/md5.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/crypto -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/crypto/md5.cmi src/crypto/md5.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/crypto/rc4.ml > src/crypto/rc4.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/crypto/rc4.mli > src/crypto/rc4.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/crypto -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/crypto/rc4.cmi src/crypto/rc4.mli
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/crypto -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/crypto/aes.cmx src/crypto/aes.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/crypto -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/crypto/md5.cmx src/crypto/md5.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/params.cmx src/params.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/crypto -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/crypto/rc4.cmx src/crypto/rc4.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/algo.cmx src/util/algo.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/console.cmx src/util/console.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/crypto -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/crypto/crypto.cmx src/crypto/crypto.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/setkey.cmx src/util/setkey.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/extractxref.ml > src/parser/relaxed/extractxref.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/common.ml > src/parser/common.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/common.mli > src/parser/common.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/parser/common.cmi src/parser/common.mli
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/data -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/data/directobject.cmx src/data/directobject.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/data/document.ml > src/data/document.ml.depends
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/parser/common.cmx src/parser/common.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/data/graph.ml > src/data/graph.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/type.ml > src/type/type.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/uniqueid.ml > src/util/uniqueid.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/uniqueid.mli > src/util/uniqueid.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/uniqueid.cmi src/util/uniqueid.mli
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type -I src -I src/util -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/type/type.cmx src/type/type.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/uniqueid.cmx src/util/uniqueid.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/data/indirectobject.ml > src/data/indirectobject.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stream/pdfstream.ml > src/stream/pdfstream.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stream/ascii85.ml > src/stream/ascii85.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stream/ascii85.mli > src/stream/ascii85.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stream -I src -I src/util -I src/type -I src/tools -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stream/ascii85.cmi src/stream/ascii85.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stream/asciihex.ml > src/stream/asciihex.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stream/asciihex.mli > src/stream/asciihex.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stream -I src -I src/util -I src/type -I src/tools -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stream/asciihex.cmi src/stream/asciihex.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stream/predictor.ml > src/stream/predictor.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stream/predictor.mli > src/stream/predictor.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stream -I src -I src/util -I src/type -I src/tools -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stream/predictor.cmi src/stream/predictor.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stream/runlength.ml > src/stream/runlength.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stream/runlength.mli > src/stream/runlength.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stream -I src -I src/util -I src/type -I src/tools -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stream/runlength.cmi src/stream/runlength.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stream/zlib.ml > src/stream/zlib.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stream/zlib.mli > src/stream/zlib.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stream -I src -I src/util -I src/type -I src/tools -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stream/zlib.cmi src/stream/zlib.mli
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stream -I src -I src/util -I src/type -I src/tools -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stream/ascii85.cmx src/stream/ascii85.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stream -I src -I src/util -I src/type -I src/tools -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stream/asciihex.cmx src/stream/asciihex.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stream -I src -I src/util -I src/type -I src/tools -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stream/predictor.cmx src/stream/predictor.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stream -I src -I src/util -I src/type -I src/tools -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stream/runlength.cmx src/stream/runlength.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stream -I src -I src/util -I src/type -I src/tools -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stream/zlib.cmx src/stream/zlib.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stream -I src -I src/util -I src/type -I src/tools -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stream/pdfstream.cmx src/stream/pdfstream.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/data -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/data/graph.cmx src/data/graph.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/data -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/data/indirectobject.cmx src/data/indirectobject.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/fetchcommon.ml > src/parser/relaxed/fetchcommon.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/fetchcommon.mli > src/parser/relaxed/fetchcommon.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/fetchcommon.cmi src/parser/relaxed/fetchcommon.mli
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/data -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/data/document.cmx src/data/document.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/intervals.ml > src/util/intervals.ml.depends
- menhir --raw-depend --ocamldep 'ocamlfind ocamldep -modules' src/parser/relaxed/parser.mly > src/parser/relaxed/parser.mly.depends
- menhir --ocamlc 'ocamlfind ocamlc -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf' --infer src/parser/relaxed/parser.mly
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/parser.ml > src/parser/relaxed/parser.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/parser.mli > src/parser/relaxed/parser.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/parser.cmi src/parser/relaxed/parser.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/wrap.ml > src/parser/wrap.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/wrap.mli > src/parser/wrap.mli.depends
- menhir --raw-depend --ocamldep 'ocamlfind ocamldep -modules' src/contentstream/contentparser.mly > src/contentstream/contentparser.mly.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/contentstream/operator.mli > src/contentstream/operator.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/contentstream -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/type/pdf -I src/parser/relaxed -o src/contentstream/operator.cmi src/contentstream/operator.mli
- menhir --ocamlc 'ocamlfind ocamlc -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/contentstream -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/type/pdf -I src/parser/relaxed' --infer src/contentstream/contentparser.mly
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/contentstream/contentparser.mli > src/contentstream/contentparser.mli.depends
- menhir --raw-depend --ocamldep 'ocamlfind ocamldep -modules' src/parser/strictparser.mly > src/parser/strictparser.mly.depends
- menhir --ocamlc 'ocamlfind ocamlc -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed' --infer src/parser/strictparser.mly
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/strictparser.mli > src/parser/strictparser.mli.depends
- menhir --raw-depend --ocamldep 'ocamlfind ocamldep -modules' src/parser/relaxed/xrefparser.mly > src/parser/relaxed/xrefparser.mly.depends
- menhir --ocamlc 'ocamlfind ocamlc -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf' --infer src/parser/relaxed/xrefparser.mly
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/xrefparser.mli > src/parser/relaxed/xrefparser.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/contentstream -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/type/pdf -I src/parser/relaxed -o src/contentstream/contentparser.cmi src/contentstream/contentparser.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/parser/strictparser.cmi src/parser/strictparser.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/xrefparser.cmi src/parser/relaxed/xrefparser.mli
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/parser/wrap.cmi src/parser/wrap.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/contentstream/contentparser.ml > src/contentstream/contentparser.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/contentstream/operator.ml > src/contentstream/operator.ml.depends
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/contentstream -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/type/pdf -I src/parser/relaxed -o src/contentstream/operator.cmx src/contentstream/operator.ml
- /home/opam/.opam/4.02/bin/ocamllex.opt -q src/parser/relaxed/lexer.mll
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/lexer.ml > src/parser/relaxed/lexer.ml.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/lexer.cmo src/parser/relaxed/lexer.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/parser.cmx src/parser/relaxed/parser.ml
- /home/opam/.opam/4.02/bin/ocamllex.opt -q src/parser/strictlexer.mll
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/strictlexer.ml > src/parser/strictlexer.ml.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/parser/strictlexer.cmo src/parser/strictlexer.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/strictparser.ml > src/parser/strictparser.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/data/xref.ml > src/data/xref.ml.depends
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/data -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/data/xref.cmx src/data/xref.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/parser/strictparser.cmx src/parser/strictparser.ml
- /home/opam/.opam/4.02/bin/ocamllex.opt -q src/parser/relaxed/xreflexer.mll
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/xreflexer.ml > src/parser/relaxed/xreflexer.ml.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/xreflexer.cmo src/parser/relaxed/xreflexer.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/xrefparser.ml > src/parser/relaxed/xrefparser.ml.depends
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/xrefparser.cmx src/parser/relaxed/xrefparser.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/contentstream -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/type/pdf -I src/parser/relaxed -o src/contentstream/contentparser.cmx src/contentstream/contentparser.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/lexer.cmx src/parser/relaxed/lexer.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/parser/strictlexer.cmx src/parser/strictlexer.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/xreflexer.cmx src/parser/relaxed/xreflexer.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/intervals.cmx src/util/intervals.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/parser/wrap.cmx src/parser/wrap.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/util/intset.ml > src/util/intset.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stats/stats.ml > src/stats/stats.ml.depends
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/fetchcommon.cmx src/parser/relaxed/fetchcommon.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/util -I src -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/util/intset.cmx src/util/intset.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stats -I src -I src/util -I src/type -I src/tools -I src/stream -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stats/stats.cmx src/stats/stats.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/file.ml > src/file.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/tools/cleanupcs.ml > src/tools/cleanupcs.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/tools/cleanupcs.mli > src/tools/cleanupcs.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/tools -I src -I src/util -I src/type -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/tools/cleanupcs.cmi src/tools/cleanupcs.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/graph/tree.ml > src/graph/tree.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/graph/tree.mli > src/graph/tree.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/graph -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/graph/tree.cmi src/graph/tree.mli
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/graph -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/graph/tree.cmx src/graph/tree.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/contentstream/contentstream.ml > src/contentstream/contentstream.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/contentstream/contentstream.mli > src/contentstream/contentstream.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/contentstream -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/type/pdf -I src/parser/relaxed -o src/contentstream/contentstream.cmi src/contentstream/contentstream.mli
- /home/opam/.opam/4.02/bin/ocamllex.opt -q src/contentstream/contentlexer.mll
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/contentstream/contentlexer.ml > src/contentstream/contentlexer.ml.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/contentstream -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/type/pdf -I src/parser/relaxed -o src/contentstream/contentlexer.cmo src/contentstream/contentlexer.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/contentstream/resources.ml > src/contentstream/resources.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/contentstream/resources.mli > src/contentstream/resources.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/contentstream -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/type/pdf -I src/parser/relaxed -o src/contentstream/resources.cmi src/contentstream/resources.mli
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/contentstream -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/type/pdf -I src/parser/relaxed -o src/contentstream/contentlexer.cmx src/contentstream/contentlexer.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/contentstream -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/type/pdf -I src/parser/relaxed -o src/contentstream/resources.cmx src/contentstream/resources.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/crypto/cryptoparse.ml > src/crypto/cryptoparse.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/crypto/cryptoparse.mli > src/crypto/cryptoparse.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/crypto -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/crypto/cryptoparse.cmi src/crypto/cryptoparse.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/extractobjects.ml > src/parser/relaxed/extractobjects.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/extractobjects.mli > src/parser/relaxed/extractobjects.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/extractobjects.cmi src/parser/relaxed/extractobjects.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/fetchimpl.ml > src/parser/relaxed/fetchimpl.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/fetchimpl.mli > src/parser/relaxed/fetchimpl.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/fetchimpl.cmi src/parser/relaxed/fetchimpl.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/fetch.ml > src/parser/relaxed/fetch.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/fetch.mli > src/parser/relaxed/fetch.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/fetch.cmi src/parser/relaxed/fetch.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/fetchcomp.ml > src/parser/relaxed/fetchcomp.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/parser/relaxed/fetchcomp.mli > src/parser/relaxed/fetchcomp.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/fetchcomp.cmi src/parser/relaxed/fetchcomp.mli
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/fetch.cmx src/parser/relaxed/fetch.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/fetchcomp.cmx src/parser/relaxed/fetchcomp.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/fetchimpl.cmx src/parser/relaxed/fetchimpl.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/extractxref.cmx src/parser/relaxed/extractxref.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/graph/graphchecker.ml > src/graph/graphchecker.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/graph/graphchecker.mli > src/graph/graphchecker.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/graph -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/graph/graphchecker.cmi src/graph/graphchecker.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stats/holes.ml > src/stats/holes.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/stats/holes.mli > src/stats/holes.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stats -I src -I src/util -I src/type -I src/tools -I src/stream -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stats/holes.cmi src/stats/holes.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/typechecker.ml > src/type/typechecker.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/checkobjecttype.ml > src/type/checkobjecttype.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/checkobjecttype.mli > src/type/checkobjecttype.mli.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type -I src -I src/util -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/type/checkobjecttype.cmi src/type/checkobjecttype.mli
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdftypes.ml > src/type/pdftypes.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdf/typesaction.ml > src/type/pdf/typesaction.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/util.ml > src/type/util.ml.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type -I src -I src/util -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/type/util.cmo src/type/util.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdf/typesannot.ml > src/type/pdf/typesannot.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdf/typescolorspace.ml > src/type/pdf/typescolorspace.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdf/typesfont.ml > src/type/pdf/typesfont.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdf/typesfunction.ml > src/type/pdf/typesfunction.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdf/typesgraphic.ml > src/type/pdf/typesgraphic.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdf/typesoutline.ml > src/type/pdf/typesoutline.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdf/typespage.ml > src/type/pdf/typespage.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdf/typesstream.ml > src/type/pdf/typesstream.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdf/typestransition.ml > src/type/pdf/typestransition.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdf/typestree.ml > src/type/pdf/typestree.ml.depends
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/type/pdf/typesxobject.ml > src/type/pdf/typesxobject.ml.depends
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesaction.cmo src/type/pdf/typesaction.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesannot.cmo src/type/pdf/typesannot.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typescolorspace.cmo src/type/pdf/typescolorspace.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesfont.cmo src/type/pdf/typesfont.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesfunction.cmo src/type/pdf/typesfunction.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesgraphic.cmo src/type/pdf/typesgraphic.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesoutline.cmo src/type/pdf/typesoutline.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typespage.cmo src/type/pdf/typespage.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesstream.cmo src/type/pdf/typesstream.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typestransition.cmo src/type/pdf/typestransition.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typestree.cmo src/type/pdf/typestree.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesxobject.cmo src/type/pdf/typesxobject.ml
- ocamlfind ocamlc -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type -I src -I src/util -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/type/pdftypes.cmo src/type/pdftypes.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type -I src -I src/util -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/type/util.cmx src/type/util.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesaction.cmx src/type/pdf/typesaction.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesannot.cmx src/type/pdf/typesannot.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typescolorspace.cmx src/type/pdf/typescolorspace.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesfont.cmx src/type/pdf/typesfont.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesfunction.cmx src/type/pdf/typesfunction.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesgraphic.cmx src/type/pdf/typesgraphic.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesoutline.cmx src/type/pdf/typesoutline.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typespage.cmx src/type/pdf/typespage.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesstream.cmx src/type/pdf/typesstream.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typestransition.cmx src/type/pdf/typestransition.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typestree.cmx src/type/pdf/typestree.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type/pdf -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/parser/relaxed -o src/type/pdf/typesxobject.cmx src/type/pdf/typesxobject.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type -I src -I src/util -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/type/checkobjecttype.cmx src/type/checkobjecttype.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type -I src -I src/util -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/type/pdftypes.cmx src/type/pdftypes.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/tools -I src -I src/util -I src/type -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/tools/cleanupcs.cmx src/tools/cleanupcs.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/contentstream -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/type/pdf -I src/parser/relaxed -o src/contentstream/contentstream.cmx src/contentstream/contentstream.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/crypto -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/crypto/cryptoparse.cmx src/crypto/cryptoparse.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/parser/relaxed -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -o src/parser/relaxed/extractobjects.cmx src/parser/relaxed/extractobjects.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/graph -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/graph/graphchecker.cmx src/graph/graphchecker.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/stats -I src -I src/util -I src/type -I src/tools -I src/stream -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/stats/holes.cmx src/stats/holes.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/type -I src -I src/util -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/type/typechecker.cmx src/type/typechecker.ml
- ocamlfind ocamldep -package cryptokit -package oUnit -modules src/tools/find.ml > src/tools/find.ml.depends
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/file.cmx src/file.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src/tools -I src -I src/util -I src/type -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/tools/find.cmx src/tools/find.ml
- ocamlfind ocamlopt -c -w +a-3-4-32..39 -strict-sequence -noautolink -package cryptokit -package oUnit -I src -I src/util -I src/type -I src/tools -I src/stream -I src/stats -I src/parser -I src/graph -I src/data -I src/crypto -I src/contentstream -I src/type/pdf -I src/parser/relaxed -o src/main.cmx src/main.ml
- ocamlfind ocamlopt -linkpkg -package cryptokit -package oUnit src/util/boundedint.cmx src/parser/convert.cmx src/util/entry.cmx src/util/key.cmx src/util/errors.cmx src/crypto/aes.cmx src/crypto/md5.cmx src/crypto/rc4.cmx src/params.cmx src/crypto/crypto.cmx src/util/mapkey.cmx src/util/algo.cmx src/util/console.cmx src/util/setkey.cmx src/data/directobject.cmx src/contentstream/operator.cmx src/contentstream/contentparser.cmx src/parser/common.cmx src/contentstream/contentlexer.cmx src/contentstream/resources.cmx src/type/type.cmx src/util/uniqueid.cmx src/data/graph.cmx src/stream/ascii85.cmx src/stream/asciihex.cmx src/stream/predictor.cmx src/stream/runlength.cmx src/stream/zlib.cmx src/stream/pdfstream.cmx src/data/indirectobject.cmx src/data/document.cmx src/data/xref.cmx src/parser/relaxed/parser.cmx src/parser/relaxed/lexer.cmx src/parser/relaxed/xrefparser.cmx src/parser/relaxed/xreflexer.cmx src/parser/strictparser.cmx src/parser/strictlexer.cmx src/parser/wrap.cmx src/contentstream/contentstream.cmx src/crypto/cryptoparse.cmx src/graph/tree.cmx src/graph/graphchecker.cmx src/util/intervals.cmx src/parser/relaxed/fetchcommon.cmx src/parser/relaxed/fetch.cmx src/parser/relaxed/fetchcomp.cmx src/parser/relaxed/fetchimpl.cmx src/parser/relaxed/extractobjects.cmx src/stats/stats.cmx src/util/intset.cmx src/parser/relaxed/extractxref.cmx src/stats/holes.cmx src/tools/cleanupcs.cmx src/type/checkobjecttype.cmx src/type/util.cmx src/type/pdf/typesaction.cmx src/type/pdf/typesannot.cmx src/type/pdf/typescolorspace.cmx src/type/pdf/typesfont.cmx src/type/pdf/typesfunction.cmx src/type/pdf/typesgraphic.cmx src/type/pdf/typesoutline.cmx src/type/pdf/typespage.cmx src/type/pdf/typesstream.cmx src/type/pdf/typestransition.cmx src/type/pdf/typestree.cmx src/type/pdf/typesxobject.cmx src/type/pdftypes.cmx src/type/typechecker.cmx src/file.cmx src/tools/find.cmx src/main.cmx -o src/main.native
- rm -f main.native
- ln -s _build/src/main.native
- cp -P main.native caradoc
-> compiled  caradoc.0.3
-> installed caradoc.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2021-12-03 05:10.19 ---> saved as "111a81bdd9529d7b33bb95c9ac29ba0c72cf2d43cdda180de799d791f35d6467"
Job succeeded