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


Building on x86-bm-1.ocamllabs.io

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

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

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

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

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


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

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

2021-09-04 03:45.02 ---> using "d245c9af6f86b2b97434d338a3fbb8270425ab7dc6ad1b5451665adc9698eabf" from cache

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

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

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.04.2  (cached)
-> installed ocaml-base-compiler.4.04.2
-> installed ocaml-config.1
-> installed ocaml.4.04.2
Done.
# Run eval $(opam env --switch=4.04.2) to update the current shell environment
2021-09-04 03:45.02 ---> using "4ed03e74a413bea590c1c94a6e5862a0bef703df6ebd372e74ddbe4f42dad118" 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 [8763 kB]
- Fetched 8992 kB in 2s (4055 kB/s)
- Reading package lists...
- 
2021-09-04 03:45.02 ---> using "c281d724d48cd7dc4089211c9dcd16ab2eff359af695cc6c21f97dafd74b1bb8" from cache

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

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

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

Nothing to do.
The following actions will be performed:
  - install ocamlfind           1.9.1    [required by lilis]
  - install ocamlbuild          0.14.0   [required by lilis]
  - install ocamlfind-secondary 1.9.1    [required by dune]
  - install base-bytes          base     [required by containers]
  - install dune                2.9.0    [required by cppo_ocamlbuild, menhir]
  - install menhirSdk           20210419 [required by menhir]
  - install menhirLib           20210419 [required by menhir]
  - install cppo_ocamlbuild     1.6.7    [required by lilis]
  - install cppo                1.6.7    [required by lilis]
  - install menhir              20210419 [required by lilis]
  - install containers          0.6.1    [required by lilis]
  - install lilis               0.2.1                                          To build and install the graphical front-end glilis, you should install cairo2 lablgtk and cmdliner
                                                                               To enable the svg output, you should install tyxml
===== 12 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/36:
Processing  3/36:
Processing  4/36:
-> retrieved containers.0.6.1  (cached)
Processing  5/36:
-> retrieved cppo.1.6.7  (cached)
Processing  6/36: [lilis.0.2.1: http]
-> retrieved cppo_ocamlbuild.1.6.7  (cached)
Processing  7/36: [lilis.0.2.1: http]
-> retrieved menhir.20210419  (cached)
Processing  8/36: [lilis.0.2.1: http]
-> retrieved menhirLib.20210419  (cached)
Processing  9/36: [lilis.0.2.1: http]
-> retrieved menhirSdk.20210419  (cached)
Processing 10/36: [lilis.0.2.1: http]
-> retrieved ocamlbuild.0.14.0  (cached)
Processing 11/36: [lilis.0.2.1: http]
Processing 12/36: [lilis.0.2.1: http] [ocamlbuild: make configure.make]
-> retrieved dune.2.9.0  (cached)
Processing 13/36: [lilis.0.2.1: http] [ocamlbuild: make configure.make]
Processing 13/36: [ocamlbuild: make configure.make]
-> retrieved ocamlfind.1.9.1  (cached)
Processing 14/36: [ocamlbuild: make configure.make] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/4.04.2" "OCAMLBUILD_BINDIR=/home/opam/.opam/4.04.2/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/4.04.2/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/4.04.2/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.04.2"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.04.2/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.04.2/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.04.2/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.04.2"; \
- echo "BINDIR=/home/opam/.opam/4.04.2/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.04.2/lib"; \
- echo "MANDIR=/home/opam/.opam/4.04.2/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.04.2/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.04.2/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.04.2/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.04.2/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.0"'; \
- ) > src/ocamlbuild_config.ml
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.04.2"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.04.2/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.04.2/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.04.2/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.04.2"; \
- echo "BINDIR=/home/opam/.opam/4.04.2/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.04.2/lib"; \
- echo "MANDIR=/home/opam/.opam/4.04.2/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.04.2/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.04.2/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.04.2/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.04.2/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.0"'; \
- ) > src/ocamlbuild_config.ml
Processing 14/36: [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ocamlfind-secondary.1.9.1  (cached)
-> retrieved lilis.0.2.1  (https://github.com/Drup/LILiS/archive/v0.2.1.tar.gz)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.04.2/bin" "-sitelib" "/home/opam/.opam/4.04.2/lib" "-mandir" "/home/opam/.opam/4.04.2/man" "-config" "/home/opam/.opam/4.04.2/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.04.2/.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: not present (normal since 4.03)
- ocamldoc: found
- raw_spacetime: found
- 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 ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.04.2/lib/ocaml
-     Binaries:              /home/opam/.opam/4.04.2/bin
-     Manual pages:          /home/opam/.opam/4.04.2/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.04.2/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.04.2/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.04.2/bin
-     Manual pages:          /home/opam/.opam/4.04.2/man
-     topfind script:        /home/opam/.opam/4.04.2/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found
- raw_spacetime: found
- 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 ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.04.2/lib/ocaml
-     Binaries:              /home/opam/.opam/4.04.2/bin
-     Manual pages:          /home/opam/.opam/4.04.2/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.04.2/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.04.2/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.04.2/bin
-     Manual pages:          /home/opam/.opam/4.04.2/man
-     topfind script:        /home/opam/.opam/4.04.2/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 14/36: [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.04.2/.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.04.2/.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.04.2/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.04.2/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque -c findlib.mli
- ocamlc -I +compiler-libs -opaque -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque -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 -opaque -c topfind.mli
- ocamlc -I +compiler-libs -opaque -g -c topfind.ml
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.04.2/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque -c num_top_printers.mli
- ocamlc -I +compiler-libs -opaque -g -c num_top_printers.ml
- ocamlc -I +compiler-libs -opaque -c num_top.mli
- ocamlc -I +compiler-libs -opaque -g -c num_top.ml
- ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- ocamlc -I +compiler-libs -opaque -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.04.2/lib' >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.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.04.2/.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.04.2/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.04.2/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque -c findlib.mli
- ocamlc -I +compiler-libs -opaque -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque -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 -opaque -c topfind.mli
- ocamlc -I +compiler-libs -opaque -g -c topfind.ml
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.04.2/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque -c num_top_printers.mli
- ocamlc -I +compiler-libs -opaque -g -c num_top_printers.ml
- ocamlc -I +compiler-libs -opaque -c num_top.mli
- ocamlc -I +compiler-libs -opaque -g -c num_top.ml
- ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- ocamlc -I +compiler-libs -opaque -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.04.2/lib' >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1'
Processing 14/36: [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.04.2/.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.04.2/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque -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 -opaque -c topfind.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque -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 -opaque -c topfind.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
-> compiled  ocamlfind.1.9.1
Processing 14/36: [ocamlbuild: make check-if-preinstalled]
Processing 15/36: [ocamlbuild: make check-if-preinstalled] [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0)
- if test -d /home/opam/.opam/4.04.2/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.04.2/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo src/ocamlbuild.cmo
- ocamlc.opt -a -o src/ocamlbuildlib.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild.cmx
- ocamlopt.opt -a -o src/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- echo 'lib: [' >> ocamlbuild.install
- make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- for lib in src/ocamlbuildlib.cma src/ocamlbuild.cmo src/ocamlbuild_pack.cmi src/ocamlbuild_plugin.cmi src/ocamlbuild_executor.cmi src/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- for lib in src/ocamlbuildlib.cmxa src/ocamlbuildlib.a src/ocamlbuild.cmx src/ocamlbuild.o src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild_plugin.o src/ocamlbuild_executor.o src/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- if test -d /home/opam/.opam/4.04.2/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.04.2/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo src/ocamlbuild.cmo
- ocamlc.opt -a -o src/ocamlbuildlib.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild.cmx
- ocamlopt.opt -a -o src/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- echo 'lib: [' >> ocamlbuild.install
- make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- for lib in src/ocamlbuildlib.cma src/ocamlbuild.cmo src/ocamlbuild_pack.cmi src/ocamlbuild_plugin.cmi src/ocamlbuild_executor.cmi src/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- for lib in src/ocamlbuildlib.cmxa src/ocamlbuildlib.a src/ocamlbuild.cmx src/ocamlbuild.o src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild_plugin.o src/ocamlbuild_executor.o src/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlbuild.0.14.0'
-> compiled  ocamlbuild.0.14.0
Processing 15/36: [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.04.2/.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.04.2/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.04.2/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.04.2/bin"
- mkdir -p "/home/opam/.opam/4.04.2/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "`dirname \"/home/opam/.opam/4.04.2/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.04.2/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.04.2/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.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.04.2/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.04.2/lib/findlib"
- mkdir -p "/home/opam/.opam/4.04.2/bin"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/4.04.2/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.04.2/lib/findlib"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- cp $f "/home/opam/.opam/4.04.2/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.04.2/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.04.2/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.04.2/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1'
- for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamldoc raw_spacetime stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.04.2/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.04.2/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.04.2/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.04.2/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.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.04.2/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.04.2/lib/num-top"
- cp num_top.cma num_top.cmi num_top_printers.cmi \
- 	"/home/opam/.opam/4.04.2/lib/num-top"
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- test ! -f 'site-lib-src/camlp4/META' ||	cp tools/safe_camlp4 "/home/opam/.opam/4.04.2/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "/home/opam/.opam/4.04.2/man/man1" "/home/opam/.opam/4.04.2/man/man3" "/home/opam/.opam/4.04.2/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.04.2/man/man1"
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.04.2/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.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 17/36: [ocamlfind-secondary: ./configure]
-> installed base-bytes.base
Processing 18/36: [ocamlfind-secondary: ./configure]
-> installed ocamlbuild.0.14.0
Processing 19/36: [ocamlfind-secondary: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-sitelib" "/home/opam/.opam/4.04.2/share/ocaml-secondary-compiler/lib" "-no-camlp4" (CWD=/home/opam/.opam/4.04.2/.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: not present (normal since 4.03)
- ocamldoc: found
- raw_spacetime: found
- 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 ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.04.2/lib/ocaml
-     Binaries:              /home/opam/.opam/4.04.2/bin
-     Manual pages:          /home/opam/.opam/4.04.2/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.04.2/share/ocaml-secondary-compiler/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.04.2/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.04.2/bin
-     Manual pages:          /home/opam/.opam/4.04.2/man
-     topfind script:        /home/opam/.opam/4.04.2/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 20/36: [ocamlfind-secondary: make install-meta]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-meta" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind-secondary.1.9.1)
- for x in dynlink stdlib unix bigarray compiler-libs graphics num num-top ocamldoc raw_spacetime threads str; do mkdir -p "/home/opam/.opam/4.04.2/share/ocaml-secondary-compiler/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.04.2/share/ocaml-secondary-compiler/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.04.2/share/ocaml-secondary-compiler/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.04.2/share/ocaml-secondary-compiler/lib/findlib/Makefile.packages"
Processing 20/36: [ocamlfind-secondary: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.04.2/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 20/36: [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.04.2/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 20/36: [ocamlfind-secondary: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.04.2/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 20/36: [ocamlfind-secondary: cp META]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "META" "/home/opam/.opam/4.04.2/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/ocamlfind-secondary.1.9.1)
-> installed ocamlfind-secondary.1.9.1
Processing 21/36: [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "31" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/dune.2.9.0)
- ocamlfind -toolchain secondary ocamlc 2>.duneboot.ocamlfind-output
- 
- ocamlfind -toolchain secondary ocamlc -custom -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe --secondary -j 31
- 

Processing 21/36: [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.04.2/.opam-switch/build/dune.2.9.0)
-> compiled  dune.2.9.0
-> installed dune.2.9.0
Processing 23/36: [cppo: dune build]
Processing 24/36: [cppo: dune build] [cppo_ocamlbuild: dune build]
Processing 25/36: [cppo: dune build] [cppo_ocamlbuild: dune build] [menhirLib: dune build]
Processing 26/36: [cppo: dune build] [cppo_ocamlbuild: dune build] [menhirLib: dune build] [menhirSdk: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo_ocamlbuild" "-j" "31" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/cppo_ocamlbuild.1.6.7)
-> compiled  cppo_ocamlbuild.1.6.7
Processing 26/36: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed cppo_ocamlbuild.1.6.7
Processing 27/36: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirSdk" "-j" "31" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/menhirSdk.20210419)
-> compiled  menhirSdk.20210419
Processing 27/36: [cppo: dune build] [menhirLib: dune build]
-> installed menhirSdk.20210419
Processing 28/36: [cppo: dune build] [menhirLib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirLib" "-j" "31" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/menhirLib.20210419)
-         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.20210419
Processing 28/36: [cppo: dune build]
-> installed menhirLib.20210419
Processing 29/36: [cppo: dune build]
Processing 30/36: [cppo: dune build] [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "31" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/cppo.1.6.7)
-> compiled  cppo.1.6.7
Processing 30/36: [menhir: dune build]
-> installed cppo.1.6.7
Processing 31/36: [menhir: dune build]
Processing 32/36: [containers: ./configure] [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.04.2" "--disable-thread" "--disable-bench" "--disable-tests" "--disable-cgi" "--disable-lwt" "--enable-docs" "--enable-misc" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/containers.0.6.1)
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- 
- Configuration: 
- ocamlfind: ....................................................................................................... /home/opam/.opam/4.04.2/bin/ocamlfind
- ocamlc: .......................................................................................................... /home/opam/.opam/4.04.2/bin/ocamlc.opt
- ocamlopt: ........................................................................................................ /home/opam/.opam/4.04.2/bin/ocamlopt.opt
- ocamlbuild: ...................................................................................................... /home/opam/.opam/4.04.2/bin/ocamlbuild
- Package name: .................................................................................................... containers
- Package version: ................................................................................................. 0.6.1
- os_type: ......................................................................................................... Unix
- system: .......................................................................................................... linux
- architecture: .................................................................................................... amd64
- ccomp_type: ...................................................................................................... cc
- ocaml_version: ................................................................................................... 4.04.2
- standard_library_default: ........................................................................................ /home/opam/.opam/4.04.2/lib/ocaml
- standard_library: ................................................................................................ /home/opam/.opam/4.04.2/lib/ocaml
- standard_runtime: ................................................................................................ /home/opam/.opam/4.04.2/bin/ocamlrun
- bytecomp_c_compiler: ............................................................................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ............................................................................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ........................................................................................................... default
- ext_obj: ......................................................................................................... .o
- ext_asm: ......................................................................................................... .s
- ext_lib: ......................................................................................................... .a
- ext_dll: ......................................................................................................... .so
- default_executable_name: ......................................................................................... a.out
- systhread_supported: ............................................................................................. true
- Install architecture-independent files dir: ...................................................................... /home/opam/.opam/4.04.2
- 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: ..................................................................................... 
- Build the misc library, containing everything from the rotating kitchen sink to automatic banana distributors: ... true
- Build modules related to FastCGI, depending on CamlGI: ........................................................... false
- Build modules which depend on Lwt: ............................................................................... false
- Build modules that depend on threads: ............................................................................ false
- Build and run benchmarks: ........................................................................................ false
- Create documentations: ........................................................................................... true
- Compile tests executable and library and run them: ............................................................... false
- pkg_bytes: ....................................................................................................... /home/opam/.opam/4.04.2/lib/bytes
- pkg_unix: ........................................................................................................ /home/opam/.opam/4.04.2/lib/ocaml
- ocamldoc: ........................................................................................................ /home/opam/.opam/4.04.2/bin/ocamldoc
- 
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- 
- Configuration: 
- ocamlfind: ....................................................................................................... /home/opam/.opam/4.04.2/bin/ocamlfind
- ocamlc: .......................................................................................................... /home/opam/.opam/4.04.2/bin/ocamlc.opt
- ocamlopt: ........................................................................................................ /home/opam/.opam/4.04.2/bin/ocamlopt.opt
- ocamlbuild: ...................................................................................................... /home/opam/.opam/4.04.2/bin/ocamlbuild
- Package name: .................................................................................................... containers
- Package version: ................................................................................................. 0.6.1
- os_type: ......................................................................................................... Unix
- system: .......................................................................................................... linux
- architecture: .................................................................................................... amd64
- ccomp_type: ...................................................................................................... cc
- ocaml_version: ................................................................................................... 4.04.2
- standard_library_default: ........................................................................................ /home/opam/.opam/4.04.2/lib/ocaml
- standard_library: ................................................................................................ /home/opam/.opam/4.04.2/lib/ocaml
- standard_runtime: ................................................................................................ /home/opam/.opam/4.04.2/bin/ocamlrun
- bytecomp_c_compiler: ............................................................................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ............................................................................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ........................................................................................................... default
- ext_obj: ......................................................................................................... .o
- ext_asm: ......................................................................................................... .s
- ext_lib: ......................................................................................................... .a
- ext_dll: ......................................................................................................... .so
- default_executable_name: ......................................................................................... a.out
- systhread_supported: ............................................................................................. true
- Install architecture-independent files dir: ...................................................................... /home/opam/.opam/4.04.2
- 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: ..................................................................................... 
- Build the misc library, containing everything from the rotating kitchen sink to automatic banana distributors: ... true
- Build modules related to FastCGI, depending on CamlGI: ........................................................... false
- Build modules which depend on Lwt: ............................................................................... false
- Build modules that depend on threads: ............................................................................ false
- Build and run benchmarks: ........................................................................................ false
- Create documentations: ........................................................................................... true
- Compile tests executable and library and run them: ............................................................... false
- pkg_bytes: ....................................................................................................... /home/opam/.opam/4.04.2/lib/bytes
- pkg_unix: ........................................................................................................ /home/opam/.opam/4.04.2/lib/ocaml
- ocamldoc: ........................................................................................................ /home/opam/.opam/4.04.2/bin/ocamldoc
- 
Processing 32/36: [containers: make build] [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhir" "-j" "31" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/menhir.20210419)
-       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.
-       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.20210419
Processing 32/36: [containers: make build]
-> installed menhir.20210419
Processing 33/36: [containers: make build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "build" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/containers.0.6.1)
- ocaml setup.ml -build 
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- make[1]: Entering directory '/home/opam/.opam/4.04.2/.opam-switch/build/containers.0.6.1'
- make[1]: Leaving directory '/home/opam/.opam/4.04.2/.opam-switch/build/containers.0.6.1'
- W: Cannot find source file matching module 'containers_misc' in library containers_misc
- W: Cannot find source file matching module 'containers_advanced' in library containers_advanced
- W: Cannot find source file matching module 'containers_string' in library containers_string
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04.2/lib/ocamlbuild /home/opam/.opam/4.04.2/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04.2/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCVector.mli > core/CCVector.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCVector.cmi core/CCVector.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCVector.ml > core/CCVector.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCDeque.mli > core/CCDeque.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCDeque.cmi core/CCDeque.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCDeque.ml > core/CCDeque.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCGen.mli > core/CCGen.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/Gen_intf.ml > core/Gen_intf.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/Gen_intf.cmo core/Gen_intf.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCGen.cmi core/CCGen.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCGen.ml > core/CCGen.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCSequence.mli > core/CCSequence.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCSequence.cmi core/CCSequence.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCSequence.ml > core/CCSequence.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCFQueue.mli > core/CCFQueue.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCFQueue.cmi core/CCFQueue.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCFQueue.ml > core/CCFQueue.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCMultiMap.mli > core/CCMultiMap.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCMultiMap.cmi core/CCMultiMap.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCMultiMap.ml > core/CCMultiMap.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCMultiSet.mli > core/CCMultiSet.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCMultiSet.cmi core/CCMultiSet.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCMultiSet.ml > core/CCMultiSet.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCBV.mli > core/CCBV.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCBV.cmi core/CCBV.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCBV.ml > core/CCBV.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCPrint.mli > core/CCPrint.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCPrint.cmi core/CCPrint.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCPrint.ml > core/CCPrint.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCPersistentHashtbl.mli > core/CCPersistentHashtbl.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCPersistentHashtbl.cmi core/CCPersistentHashtbl.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCPersistentHashtbl.ml > core/CCPersistentHashtbl.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCError.mli > core/CCError.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCError.cmi core/CCError.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCError.ml > core/CCError.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCHeap.mli > core/CCHeap.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCHeap.cmi core/CCHeap.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCHeap.ml > core/CCHeap.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCList.mli > core/CCList.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCList.cmi core/CCList.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCList.ml > core/CCList.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCOpt.mli > core/CCOpt.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCOpt.cmi core/CCOpt.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCOpt.ml > core/CCOpt.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCPair.mli > core/CCPair.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCPair.cmi core/CCPair.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCPair.ml > core/CCPair.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCFun.mli > core/CCFun.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCFun.cmi core/CCFun.mli
- cppo -D 'OCAML_MAJOR 4' -D 'OCAML_MINOR 4' -o core/CCFun.ml core/CCFun.cppo.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCFun.ml > core/CCFun.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCHash.mli > core/CCHash.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCHash.cmi core/CCHash.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCHash.ml > core/CCHash.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCKList.mli > core/CCKList.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCKList.cmi core/CCKList.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCKList.ml > core/CCKList.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCInt.mli > core/CCInt.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCInt.cmi core/CCInt.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCInt.ml > core/CCInt.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCBool.mli > core/CCBool.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCBool.cmi core/CCBool.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCBool.ml > core/CCBool.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCFloat.mli > core/CCFloat.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCFloat.cmi core/CCFloat.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCFloat.ml > core/CCFloat.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCArray.mli > core/CCArray.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCArray.cmi core/CCArray.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCArray.ml > core/CCArray.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCOrd.mli > core/CCOrd.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCOrd.cmi core/CCOrd.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCOrd.ml > core/CCOrd.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCIO.mli > core/CCIO.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCIO.cmi core/CCIO.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCIO.ml > core/CCIO.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCRandom.mli > core/CCRandom.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCRandom.cmi core/CCRandom.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCRandom.ml > core/CCRandom.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCKTree.mli > core/CCKTree.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCKTree.cmi core/CCKTree.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCKTree.ml > core/CCKTree.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCTrie.mli > core/CCTrie.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCTrie.cmi core/CCTrie.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCTrie.ml > core/CCTrie.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCString.mli > core/CCString.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCString.cmi core/CCString.mli
- cppo -D 'OCAML_MAJOR 4' -D 'OCAML_MINOR 4' -o core/CCString.ml core/CCString.cppo.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCString.ml > core/CCString.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCHashtbl.mli > core/CCHashtbl.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCHashtbl.cmi core/CCHashtbl.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCHashtbl.ml > core/CCHashtbl.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCFlatHashtbl.mli > core/CCFlatHashtbl.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCFlatHashtbl.cmi core/CCFlatHashtbl.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCFlatHashtbl.ml > core/CCFlatHashtbl.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCSexp.mli > core/CCSexp.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCSexp.cmi core/CCSexp.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCSexp.ml > core/CCSexp.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCMap.mli > core/CCMap.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCMap.cmi core/CCMap.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCMap.ml > core/CCMap.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCCache.mli > core/CCCache.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCCache.cmi core/CCCache.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules core/CCCache.ml > core/CCCache.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCVector.cmo core/CCVector.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCDeque.cmo core/CCDeque.ml
- + /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCDeque.cmo core/CCDeque.ml
- File "core/CCDeque.ml", line 32, characters 2-40:
- Warning 50: ambiguous documentation comment
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCGen.cmo core/CCGen.ml
- + /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCGen.cmo core/CCGen.ml
- File "core/CCGen.ml", line 779, characters 4-65:
- Warning 50: ambiguous documentation comment
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCSequence.cmo core/CCSequence.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFQueue.cmo core/CCFQueue.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCMultiMap.cmo core/CCMultiMap.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCMultiSet.cmo core/CCMultiSet.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCBV.cmo core/CCBV.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPrint.cmo core/CCPrint.ml
- + /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPrint.cmo core/CCPrint.ml
- File "core/CCPrint.ml", line 156, characters 16-35:
- Warning 50: ambiguous documentation comment
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPersistentHashtbl.cmo core/CCPersistentHashtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCError.cmo core/CCError.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCHeap.cmo core/CCHeap.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCList.cmo core/CCList.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCOpt.cmo core/CCOpt.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPair.cmo core/CCPair.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFun.cmo core/CCFun.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCHash.cmo core/CCHash.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCKList.cmo core/CCKList.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCInt.cmo core/CCInt.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCBool.cmo core/CCBool.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFloat.cmo core/CCFloat.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCArray.cmo core/CCArray.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCOrd.cmo core/CCOrd.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCIO.cmo core/CCIO.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCRandom.cmo core/CCRandom.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCKTree.cmo core/CCKTree.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCTrie.cmo core/CCTrie.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCString.cmo core/CCString.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCHashtbl.cmo core/CCHashtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFlatHashtbl.cmo core/CCFlatHashtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCSexp.cmo core/CCSexp.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCMap.cmo core/CCMap.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCCache.cmo core/CCCache.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -a -I core core/CCVector.cmo core/CCDeque.cmo core/Gen_intf.cmo core/CCGen.cmo core/CCSequence.cmo core/CCFQueue.cmo core/CCMultiMap.cmo core/CCMultiSet.cmo core/CCBV.cmo core/CCPrint.cmo core/CCPersistentHashtbl.cmo core/CCError.cmo core/CCHeap.cmo core/CCList.cmo core/CCOpt.cmo core/CCPair.cmo core/CCFun.cmo core/CCHash.cmo core/CCKList.cmo core/CCInt.cmo core/CCBool.cmo core/CCFloat.cmo core/CCArray.cmo core/CCOrd.cmo core/CCIO.cmo core/CCRandom.cmo core/CCKTree.cmo core/CCTrie.cmo core/CCString.cmo core/CCHashtbl.cmo core/CCFlatHashtbl.cmo core/CCSexp.cmo core/CCMap.cmo core/CCCache.cmo -o core/containers.cma
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/Gen_intf.cmx core/Gen_intf.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCGen.cmx core/CCGen.ml
- + /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCGen.cmx core/CCGen.ml
- File "core/CCGen.ml", line 779, characters 4-65:
- Warning 50: ambiguous documentation comment
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -inline 25 -package bytes -I core -o core/CCVector.cmx core/CCVector.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCDeque.cmx core/CCDeque.ml
- + /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCDeque.cmx core/CCDeque.ml
- File "core/CCDeque.ml", line 32, characters 2-40:
- Warning 50: ambiguous documentation comment
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCSequence.cmx core/CCSequence.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFQueue.cmx core/CCFQueue.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCMultiMap.cmx core/CCMultiMap.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCMultiSet.cmx core/CCMultiSet.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCBV.cmx core/CCBV.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPrint.cmx core/CCPrint.ml
- + /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPrint.cmx core/CCPrint.ml
- File "core/CCPrint.ml", line 156, characters 16-35:
- Warning 50: ambiguous documentation comment
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPersistentHashtbl.cmx core/CCPersistentHashtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCError.cmx core/CCError.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCHeap.cmx core/CCHeap.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCList.cmx core/CCList.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCOpt.cmx core/CCOpt.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPair.cmx core/CCPair.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFun.cmx core/CCFun.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -inline 20 -w -4 -w -44 -package bytes -I core -o core/CCHash.cmx core/CCHash.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCKList.cmx core/CCKList.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCInt.cmx core/CCInt.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCBool.cmx core/CCBool.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFloat.cmx core/CCFloat.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCArray.cmx core/CCArray.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCOrd.cmx core/CCOrd.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCIO.cmx core/CCIO.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCRandom.cmx core/CCRandom.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCKTree.cmx core/CCKTree.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCTrie.cmx core/CCTrie.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCString.cmx core/CCString.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCHashtbl.cmx core/CCHashtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFlatHashtbl.cmx core/CCFlatHashtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCSexp.cmx core/CCSexp.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCMap.cmx core/CCMap.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCCache.cmx core/CCCache.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -a -I core core/CCVector.cmx core/CCDeque.cmx core/Gen_intf.cmx core/CCGen.cmx core/CCSequence.cmx core/CCFQueue.cmx core/CCMultiMap.cmx core/CCMultiSet.cmx core/CCBV.cmx core/CCPrint.cmx core/CCPersistentHashtbl.cmx core/CCError.cmx core/CCHeap.cmx core/CCList.cmx core/CCOpt.cmx core/CCPair.cmx core/CCFun.cmx core/CCHash.cmx core/CCKList.cmx core/CCInt.cmx core/CCBool.cmx core/CCFloat.cmx core/CCArray.cmx core/CCOrd.cmx core/CCIO.cmx core/CCRandom.cmx core/CCKTree.cmx core/CCTrie.cmx core/CCString.cmx core/CCHashtbl.cmx core/CCFlatHashtbl.cmx core/CCSexp.cmx core/CCMap.cmx core/CCCache.cmx -o core/containers.cmxa
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -shared -I core core/containers.cmxa core/CCVector.cmx core/CCDeque.cmx core/Gen_intf.cmx core/CCGen.cmx core/CCSequence.cmx core/CCFQueue.cmx core/CCMultiMap.cmx core/CCMultiSet.cmx core/CCBV.cmx core/CCPrint.cmx core/CCPersistentHashtbl.cmx core/CCError.cmx core/CCHeap.cmx core/CCList.cmx core/CCOpt.cmx core/CCPair.cmx core/CCFun.cmx core/CCHash.cmx core/CCKList.cmx core/CCInt.cmx core/CCBool.cmx core/CCFloat.cmx core/CCArray.cmx core/CCOrd.cmx core/CCIO.cmx core/CCRandom.cmx core/CCKTree.cmx core/CCTrie.cmx core/CCString.cmx core/CCHashtbl.cmx core/CCFlatHashtbl.cmx core/CCSexp.cmx core/CCMap.cmx core/CCCache.cmx -o core/containers.cmxs
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules string/KMP.mli > string/KMP.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I string -o string/KMP.cmi string/KMP.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules string/KMP.ml > string/KMP.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules string/levenshtein.mli > string/levenshtein.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I string -o string/levenshtein.cmi string/levenshtein.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules string/levenshtein.ml > string/levenshtein.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -I string -o string/KMP.cmo string/KMP.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -I string -o string/levenshtein.cmo string/levenshtein.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -pack -g -annot -bin-annot string/KMP.cmo string/levenshtein.cmo -o string/containers_string.cmo
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -a -I string string/containers_string.cmo -o string/containers_string.cma
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -for-pack Containers_string -I string -o string/KMP.cmx string/KMP.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -for-pack Containers_string -I string -o string/levenshtein.cmx string/levenshtein.ml
- touch string/containers_string.mli  ; if  /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I string string/KMP.cmx string/levenshtein.cmx -o string/containers_string.cmx  ; then  rm -f string/containers_string.mli  ; else  rm -f string/containers_string.mli  ; exit 1; fi
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -a -I string string/containers_string.cmx -o string/containers_string.cmxa
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -shared -I string string/containers_string.cmxa string/containers_string.cmx -o string/containers_string.cmxs
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules advanced/CCLinq.mli > advanced/CCLinq.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCLinq.cmi advanced/CCLinq.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules advanced/CCLinq.ml > advanced/CCLinq.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules advanced/CCBatch.mli > advanced/CCBatch.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCBatch.cmi advanced/CCBatch.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules advanced/CCBatch.ml > advanced/CCBatch.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules advanced/CCCat.mli > advanced/CCCat.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCCat.cmi advanced/CCCat.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules advanced/CCCat.ml > advanced/CCCat.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules advanced/CCMonadIO.mli > advanced/CCMonadIO.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCMonadIO.cmi advanced/CCMonadIO.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules advanced/CCMonadIO.ml > advanced/CCMonadIO.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCLinq.cmo advanced/CCLinq.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCBatch.cmo advanced/CCBatch.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCCat.cmo advanced/CCCat.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCMonadIO.cmo advanced/CCMonadIO.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -pack -g -annot -bin-annot advanced/CCLinq.cmo advanced/CCBatch.cmo advanced/CCCat.cmo advanced/CCMonadIO.cmo -o advanced/containers_advanced.cmo
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -a -I advanced advanced/containers_advanced.cmo -o advanced/containers_advanced.cma
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -for-pack Containers_advanced -I advanced -I core -o advanced/CCLinq.cmx advanced/CCLinq.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -for-pack Containers_advanced -I advanced -I core -o advanced/CCBatch.cmx advanced/CCBatch.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -for-pack Containers_advanced -I advanced -I core -o advanced/CCCat.cmx advanced/CCCat.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -for-pack Containers_advanced -I advanced -I core -o advanced/CCMonadIO.cmx advanced/CCMonadIO.ml
- touch advanced/containers_advanced.mli  ; if  /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I advanced advanced/CCLinq.cmx advanced/CCBatch.cmx advanced/CCCat.cmx advanced/CCMonadIO.cmx -o advanced/containers_advanced.cmx  ; then  rm -f advanced/containers_advanced.mli  ; else  rm -f advanced/containers_advanced.mli  ; exit 1; fi
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -a -I advanced advanced/containers_advanced.cmx -o advanced/containers_advanced.cmxa
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -shared -I advanced advanced/containers_advanced.cmxa advanced/containers_advanced.cmx -o advanced/containers_advanced.cmxs
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -modules pervasives/CCPervasives.ml > pervasives/CCPervasives.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I pervasives -I core -o pervasives/CCPervasives.cmo pervasives/CCPervasives.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -a -I pervasives pervasives/CCPervasives.cmo -o pervasives/containers_pervasives.cma
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -I pervasives -I core -o pervasives/CCPervasives.cmx pervasives/CCPervasives.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -a -I pervasives pervasives/CCPervasives.cmx -o pervasives/containers_pervasives.cmxa
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -shared -I pervasives pervasives/containers_pervasives.cmxa pervasives/CCPervasives.cmx -o pervasives/containers_pervasives.cmxs
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/fHashtbl.mli > misc/fHashtbl.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/fHashtbl.cmi misc/fHashtbl.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/fHashtbl.ml > misc/fHashtbl.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/flatHashtbl.mli > misc/flatHashtbl.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/flatHashtbl.cmi misc/flatHashtbl.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/flatHashtbl.ml > misc/flatHashtbl.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/hashset.mli > misc/hashset.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/pHashtbl.mli > misc/pHashtbl.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/pHashtbl.cmi misc/pHashtbl.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/hashset.cmi misc/hashset.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/hashset.ml > misc/hashset.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/heap.mli > misc/heap.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/heap.cmi misc/heap.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/heap.ml > misc/heap.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/lazyGraph.mli > misc/lazyGraph.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/lazyGraph.cmi misc/lazyGraph.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/lazyGraph.ml > misc/lazyGraph.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/persistentGraph.mli > misc/persistentGraph.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/persistentGraph.cmi misc/persistentGraph.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/persistentGraph.ml > misc/persistentGraph.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/pHashtbl.ml > misc/pHashtbl.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/skipList.mli > misc/skipList.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/skipList.cmi misc/skipList.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/skipList.ml > misc/skipList.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/splayTree.mli > misc/splayTree.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/splayTree.cmi misc/splayTree.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/splayTree.ml > misc/splayTree.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/splayMap.mli > misc/splayMap.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/splayMap.cmi misc/splayMap.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/splayMap.ml > misc/splayMap.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/univ.mli > misc/univ.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/univ.cmi misc/univ.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/univ.ml > misc/univ.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/bij.mli > misc/bij.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/bij.cmi misc/bij.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/bij.ml > misc/bij.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/piCalculus.mli > misc/piCalculus.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/piCalculus.cmi misc/piCalculus.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/piCalculus.ml > misc/piCalculus.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/RAL.mli > misc/RAL.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/RAL.cmi misc/RAL.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/RAL.ml > misc/RAL.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/unionFind.mli > misc/unionFind.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/unionFind.cmi misc/unionFind.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/unionFind.ml > misc/unionFind.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/smallSet.mli > misc/smallSet.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/smallSet.cmi misc/smallSet.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/smallSet.ml > misc/smallSet.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/absSet.mli > misc/absSet.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/absSet.cmi misc/absSet.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/absSet.ml > misc/absSet.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/CSM.mli > misc/CSM.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/CSM.cmi misc/CSM.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/CSM.ml > misc/CSM.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/tTree.mli > misc/tTree.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/tTree.cmi misc/tTree.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/tTree.ml > misc/tTree.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/printBox.mli > misc/printBox.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/printBox.cmi misc/printBox.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/printBox.ml > misc/printBox.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/hGraph.mli > misc/hGraph.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/hGraph.cmi misc/hGraph.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/hGraph.ml > misc/hGraph.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/automaton.mli > misc/automaton.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/automaton.cmi misc/automaton.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/automaton.ml > misc/automaton.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/conv.mli > misc/conv.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/conv.cmi misc/conv.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/conv.ml > misc/conv.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/bidir.mli > misc/bidir.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/bidir.cmi misc/bidir.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/bidir.ml > misc/bidir.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/iteratee.mli > misc/iteratee.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/iteratee.cmi misc/iteratee.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/iteratee.ml > misc/iteratee.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/bTree.mli > misc/bTree.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/bTree.cmi misc/bTree.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/bTree.ml > misc/bTree.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/ty.mli > misc/ty.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/ty.cmi misc/ty.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/ty.ml > misc/ty.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/cause.mli > misc/cause.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/cause.cmi misc/cause.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/cause.ml > misc/cause.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/AVL.mli > misc/AVL.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/AVL.cmi misc/AVL.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/AVL.ml > misc/AVL.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/parseReact.mli > misc/parseReact.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/parseReact.cmi misc/parseReact.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/parseReact.ml > misc/parseReact.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/mixtbl.mli > misc/mixtbl.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/mixtbl.cmi misc/mixtbl.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/mixtbl.ml > misc/mixtbl.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/fHashtbl.cmo misc/fHashtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/flatHashtbl.cmo misc/flatHashtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/hashset.cmo misc/hashset.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/heap.cmo misc/heap.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/lazyGraph.cmo misc/lazyGraph.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/persistentGraph.cmo misc/persistentGraph.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/pHashtbl.cmo misc/pHashtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/skipList.cmo misc/skipList.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/splayTree.cmo misc/splayTree.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/splayMap.cmo misc/splayMap.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/univ.cmo misc/univ.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/bij.cmo misc/bij.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/piCalculus.cmo misc/piCalculus.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/RAL.cmo misc/RAL.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/unionFind.cmo misc/unionFind.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/smallSet.cmo misc/smallSet.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/absSet.cmo misc/absSet.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/CSM.cmo misc/CSM.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/tTree.cmo misc/tTree.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/printBox.cmo misc/printBox.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/hGraph.cmo misc/hGraph.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/automaton.cmo misc/automaton.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/conv.cmo misc/conv.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/bidir.cmo misc/bidir.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/iteratee.cmo misc/iteratee.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/bTree.cmo misc/bTree.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/ty.cmo misc/ty.ml
- + /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/ty.cmo misc/ty.ml
- File "misc/ty.ml", line 91, characters 4-42:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- File "misc/ty.ml", line 124, characters 6-35:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/cause.cmo misc/cause.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/AVL.cmo misc/AVL.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/parseReact.cmo misc/parseReact.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/mixtbl.cmo misc/mixtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -pack -g -annot -bin-annot misc/fHashtbl.cmo misc/flatHashtbl.cmo misc/pHashtbl.cmo misc/hashset.cmo misc/heap.cmo misc/lazyGraph.cmo misc/persistentGraph.cmo misc/skipList.cmo misc/splayTree.cmo misc/splayMap.cmo misc/univ.cmo misc/bij.cmo misc/piCalculus.cmo misc/RAL.cmo misc/unionFind.cmo misc/smallSet.cmo misc/absSet.cmo misc/CSM.cmo misc/tTree.cmo misc/printBox.cmo misc/hGraph.cmo misc/automaton.cmo misc/conv.cmo misc/bidir.cmo misc/iteratee.cmo misc/bTree.cmo misc/ty.cmo misc/cause.cmo misc/AVL.cmo misc/parseReact.cmo misc/mixtbl.cmo -o misc/containers_misc.cmo
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -a -I misc misc/containers_misc.cmo -o misc/containers_misc.cma
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/pHashtbl.cmx misc/pHashtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/hashset.cmx misc/hashset.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/heap.cmx misc/heap.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/fHashtbl.cmx misc/fHashtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/flatHashtbl.cmx misc/flatHashtbl.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/lazyGraph.cmx misc/lazyGraph.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/persistentGraph.cmx misc/persistentGraph.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/skipList.cmx misc/skipList.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/splayTree.cmx misc/splayTree.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/splayMap.cmx misc/splayMap.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/univ.cmx misc/univ.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/bij.cmx misc/bij.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/piCalculus.cmx misc/piCalculus.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/RAL.cmx misc/RAL.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/unionFind.cmx misc/unionFind.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/smallSet.cmx misc/smallSet.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/absSet.cmx misc/absSet.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/CSM.cmx misc/CSM.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/tTree.cmx misc/tTree.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/printBox.cmx misc/printBox.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/hGraph.cmx misc/hGraph.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/automaton.cmx misc/automaton.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/conv.cmx misc/conv.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/bidir.cmx misc/bidir.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/iteratee.cmx misc/iteratee.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/bTree.cmx misc/bTree.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/ty.cmx misc/ty.ml
- + /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/ty.cmx misc/ty.ml
- File "misc/ty.ml", line 91, characters 4-42:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- File "misc/ty.ml", line 124, characters 6-35:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/cause.cmx misc/cause.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/AVL.cmx misc/AVL.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/parseReact.cmx misc/parseReact.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/mixtbl.cmx misc/mixtbl.ml
- touch misc/containers_misc.mli  ; if  /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I misc misc/fHashtbl.cmx misc/flatHashtbl.cmx misc/pHashtbl.cmx misc/hashset.cmx misc/heap.cmx misc/lazyGraph.cmx misc/persistentGraph.cmx misc/skipList.cmx misc/splayTree.cmx misc/splayMap.cmx misc/univ.cmx misc/bij.cmx misc/piCalculus.cmx misc/RAL.cmx misc/unionFind.cmx misc/smallSet.cmx misc/absSet.cmx misc/CSM.cmx misc/tTree.cmx misc/printBox.cmx misc/hGraph.cmx misc/automaton.cmx misc/conv.cmx misc/bidir.cmx misc/iteratee.cmx misc/bTree.cmx misc/ty.cmx misc/cause.cmx misc/AVL.cmx misc/parseReact.cmx misc/mixtbl.cmx -o misc/containers_misc.cmx  ; then  rm -f misc/containers_misc.mli  ; else  rm -f misc/containers_misc.mli  ; exit 1; fi
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -a -I misc misc/containers_misc.cmx -o misc/containers_misc.cmxa
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -shared -I misc misc/containers_misc.cmxa misc/containers_misc.cmx -o misc/containers_misc.cmxs
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules examples/lambda.ml > examples/lambda.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -I misc -package bytes -package unix -I examples -I core -I misc -o examples/lambda.cmo examples/lambda.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -linkpkg -g -linkpkg -package bytes -package unix -I core -I misc -I examples core/containers.cma misc/containers_misc.cma examples/lambda.cmo -o examples/lambda.byte
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package bytes -package unix -modules examples/id_sexp.ml > examples/id_sexp.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -I misc -package bytes -package unix -I examples -I core -I misc -o examples/id_sexp.cmo examples/id_sexp.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -I misc -package bytes -package unix -I examples -I core -I misc -o examples/id_sexp.cmx examples/id_sexp.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package bytes -I core -I examples core/containers.cmxa examples/id_sexp.cmx -o examples/id_sexp.native
- + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04.2/lib/ocamlbuild /home/opam/.opam/4.04.2/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04.2/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 518, characters 43-62:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
-> compiled  containers.0.6.1
Processing 34/36: [containers: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/containers.0.6.1)
- ocaml setup.ml -install 
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- Installed /home/opam/.opam/4.04.2/lib/containers/CCVector.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCDeque.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCGen.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/Gen_intf.ml
- Installed /home/opam/.opam/4.04.2/lib/containers/CCSequence.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFQueue.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMultiMap.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMultiSet.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBV.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPrint.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPersistentHashtbl.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCError.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHeap.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCList.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCOpt.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPair.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFun.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHash.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCKList.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCInt.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBool.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFloat.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCArray.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCOrd.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCIO.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCRandom.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCKTree.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCTrie.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCString.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHashtbl.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFlatHashtbl.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCSexp.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMap.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCCache.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/containers.cma
- Installed /home/opam/.opam/4.04.2/lib/containers/containers.cmxa
- Installed /home/opam/.opam/4.04.2/lib/containers/containers.a
- Installed /home/opam/.opam/4.04.2/lib/containers/containers.cmxs
- Installed /home/opam/.opam/4.04.2/lib/containers/CCCache.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCCache.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCCache.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCCache.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMap.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMap.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMap.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMap.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCSexp.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCSexp.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCSexp.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCSexp.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFlatHashtbl.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFlatHashtbl.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFlatHashtbl.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFlatHashtbl.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHashtbl.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHashtbl.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHashtbl.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHashtbl.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCString.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCString.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCString.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCString.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCTrie.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCTrie.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCTrie.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCTrie.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCKTree.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCKTree.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCKTree.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCKTree.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCRandom.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCRandom.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCRandom.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCRandom.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCIO.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCIO.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCIO.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCIO.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCOrd.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCOrd.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCOrd.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCOrd.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCArray.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCArray.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCArray.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCArray.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFloat.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFloat.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFloat.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFloat.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBool.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBool.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBool.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBool.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCInt.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCInt.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCInt.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCInt.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCKList.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCKList.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCKList.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCKList.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHash.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHash.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHash.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHash.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFun.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFun.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFun.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFun.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPair.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPair.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPair.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPair.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCOpt.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCOpt.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCOpt.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCOpt.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCList.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCList.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCList.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCList.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHeap.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHeap.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHeap.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHeap.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCError.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCError.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCError.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCError.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPersistentHashtbl.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPersistentHashtbl.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPersistentHashtbl.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPersistentHashtbl.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPrint.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPrint.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPrint.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPrint.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBV.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBV.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBV.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBV.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMultiSet.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMultiSet.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMultiSet.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMultiSet.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMultiMap.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMultiMap.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMultiMap.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMultiMap.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFQueue.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFQueue.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFQueue.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFQueue.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCSequence.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCSequence.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCSequence.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCSequence.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/Gen_intf.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/Gen_intf.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/Gen_intf.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCGen.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCGen.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCGen.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCGen.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCDeque.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCDeque.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCDeque.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCDeque.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCVector.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCVector.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCVector.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCVector.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCCache.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMap.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCSexp.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFlatHashtbl.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHashtbl.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCTrie.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCKTree.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCRandom.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCIO.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCOrd.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCArray.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFloat.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBool.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCInt.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCKList.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHash.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPair.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCOpt.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCList.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCHeap.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCError.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPersistentHashtbl.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPrint.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBV.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMultiSet.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMultiMap.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCFQueue.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCSequence.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/Gen_intf.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCGen.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCDeque.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCVector.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/KMP.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/levenshtein.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_string.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_string.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_string.cma
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_string.cmxa
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_string.a
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_string.cmxs
- Installed /home/opam/.opam/4.04.2/lib/containers/levenshtein.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/levenshtein.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/levenshtein.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/KMP.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/KMP.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/KMP.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_string.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPervasives.ml
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_pervasives.cma
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_pervasives.cmxa
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_pervasives.a
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_pervasives.cmxs
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPervasives.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPervasives.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPervasives.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCPervasives.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/fHashtbl.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/flatHashtbl.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/hashset.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/heap.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/lazyGraph.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/persistentGraph.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/pHashtbl.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/skipList.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/splayTree.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/splayMap.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/univ.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/bij.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/piCalculus.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/RAL.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/unionFind.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/smallSet.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/absSet.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CSM.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/tTree.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/printBox.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/hGraph.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/automaton.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/conv.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/bidir.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/iteratee.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/bTree.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/ty.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/cause.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/AVL.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/parseReact.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/mixtbl.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_misc.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_misc.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_misc.cma
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_misc.cmxa
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_misc.a
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_misc.cmxs
- Installed /home/opam/.opam/4.04.2/lib/containers/mixtbl.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/mixtbl.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/mixtbl.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/parseReact.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/parseReact.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/parseReact.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/AVL.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/AVL.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/AVL.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/cause.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/cause.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/cause.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/ty.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/ty.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/ty.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/bTree.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/bTree.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/bTree.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/iteratee.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/iteratee.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/iteratee.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/bidir.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/bidir.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/bidir.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/conv.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/conv.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/conv.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/automaton.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/automaton.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/automaton.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/hGraph.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/hGraph.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/hGraph.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/printBox.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/printBox.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/printBox.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/tTree.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/tTree.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/tTree.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CSM.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CSM.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CSM.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/absSet.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/absSet.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/absSet.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/smallSet.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/smallSet.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/smallSet.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/unionFind.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/unionFind.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/unionFind.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/RAL.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/RAL.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/RAL.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/piCalculus.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/piCalculus.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/piCalculus.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/bij.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/bij.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/bij.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/univ.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/univ.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/univ.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/splayMap.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/splayMap.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/splayMap.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/splayTree.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/splayTree.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/splayTree.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/skipList.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/skipList.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/skipList.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/pHashtbl.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/pHashtbl.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/pHashtbl.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/persistentGraph.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/persistentGraph.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/persistentGraph.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/lazyGraph.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/lazyGraph.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/lazyGraph.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/heap.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/heap.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/heap.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/hashset.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/hashset.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/hashset.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/flatHashtbl.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/flatHashtbl.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/flatHashtbl.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/fHashtbl.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/fHashtbl.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/fHashtbl.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_misc.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/CCLinq.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBatch.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCCat.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMonadIO.mli
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_advanced.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_advanced.cmi
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_advanced.cma
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_advanced.cmxa
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_advanced.a
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_advanced.cmxs
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMonadIO.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMonadIO.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCMonadIO.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCCat.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCCat.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCCat.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBatch.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBatch.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCBatch.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/CCLinq.cmti
- Installed /home/opam/.opam/4.04.2/lib/containers/CCLinq.cmt
- Installed /home/opam/.opam/4.04.2/lib/containers/CCLinq.annot
- Installed /home/opam/.opam/4.04.2/lib/containers/containers_advanced.cmx
- Installed /home/opam/.opam/4.04.2/lib/containers/META
-> installed containers.0.6.1
Processing 35/36: [lilis: ocaml setup.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.04.2" "--enable-containers" "--disable-batteries" "--disable-cfstream" "--disable-core-kernel" "--disable-tyxml" "--disable-js-of-ocaml" "--disable-executable" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/lilis.0.2.1)
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.04.2/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.04.2/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.04.2/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.04.2/bin/ocamlbuild
- Package name: ........................................ LILiS
- Package version: ..................................... 0.2.1
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.04.2
- standard_library_default: ............................ /home/opam/.opam/4.04.2/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.04.2/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.04.2/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.04.2
- 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: ......................... 
- Build the Containers interface: ...................... true
- Build the Batteries interface: ....................... false
- Build the CFStream interface: ........................ false
- Build the Core_kernel.Sequence interface: ............ false
- Enable the cairo backend for png and gtk output: ..... false
- Enable the tyxml backend for svg output: ............. false
- Enable the Dom backend for js_of_ocaml: .............. false
- Build the executable glilis_ex.native: ............... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_containers: ...................................... /home/opam/.opam/4.04.2/lib/containers
- ocamldoc: ............................................ /home/opam/.opam/4.04.2/bin/ocamldoc
- 
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-build" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/lilis.0.2.1)
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- W: Cannot find source file matching module 'LisParser' in library lilis
- ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.04.2/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules calc/calc.mli > calc/calc.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I calc -o calc/calc.cmi calc/calc.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules calc/calc.ml > calc/calc.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules calc/calcUtils.mli > calc/calcUtils.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I calc -o calc/calcUtils.cmi calc/calcUtils.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules calc/calcUtils.ml > calc/calcUtils.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamllex.opt -q calc/calcLexer.mll
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules calc/calcLexer.ml > calc/calcLexer.ml.depends
- menhir --raw-depend --ocamldep '/home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules' calc/calcParser.mly > calc/calcParser.mly.depends
- menhir --ocamlc '/home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -g -annot -bin-annot -short-paths -I calc' --explain --infer calc/calcParser.mly
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules calc/calcParser.mli > calc/calcParser.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I calc -o calc/calcParser.cmi calc/calcParser.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -I calc -o calc/calcLexer.cmo calc/calcLexer.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules calc/calcParser.ml > calc/calcParser.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -I calc -o calc/calc.cmo calc/calc.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -I calc -o calc/calcUtils.cmo calc/calcUtils.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -I calc -o calc/calcParser.cmo calc/calcParser.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -a -I calc calc/calc.cmo calc/calcParser.cmo calc/calcLexer.cmo calc/calcUtils.cmo -o calc/calc.cma
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -o calc/calc.cmx calc/calc.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -o calc/calcParser.cmx calc/calcParser.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -o calc/calcLexer.cmx calc/calcLexer.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -o calc/calcUtils.cmx calc/calcUtils.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -a -I calc calc/calc.cmx calc/calcParser.cmx calc/calcLexer.cmx calc/calcUtils.cmx -o calc/calc.cmxa
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -shared -I calc calc/calc.cmxa calc/calc.cmx calc/calcParser.cmx calc/calcLexer.cmx calc/calcUtils.cmx -o calc/calc.cmxs
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules lilis/lilis.mli > lilis/lilis.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I calc -package containers -I lilis -I calc -o lilis/lilis.cmi lilis/lilis.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules lilis/lilis.ml > lilis/lilis.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules lilis/lisCommon.ml > lilis/lisCommon.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lisCommon.cmo lilis/lisCommon.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules lilis/lisUtils.mli > lilis/lisUtils.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I calc -package containers -I lilis -I calc -o lilis/lisUtils.cmi lilis/lisUtils.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules lilis/lisUtils.ml > lilis/lisUtils.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamllex.opt -q lilis/lisLexer.mll
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules lilis/lisLexer.ml > lilis/lisLexer.ml.depends
- menhir --raw-depend --ocamldep '/home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -modules' --base lilis/lisParser calc/calcParser.mly lilis/lisParser_int.mly > lilis/lisParser.mlypack.depends
- menhir --ocamlc '/home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -g -annot -bin-annot -I calc -package containers -I lilis -I calc' --explain --infer --base lilis/lisParser calc/calcParser.mly lilis/lisParser_int.mly
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules lilis/lisParser.mli > lilis/lisParser.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I calc -package containers -I lilis -I calc -o lilis/lisParser.cmi lilis/lisParser.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lisLexer.cmo lilis/lisLexer.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules lilis/lisOptim.mli > lilis/lisOptim.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I calc -package containers -I lilis -I calc -o lilis/lisOptim.cmi lilis/lisOptim.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules lilis/lisOptim.ml > lilis/lisOptim.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules lilis/lisParser.ml > lilis/lisParser.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lilis.cmo lilis/lilis.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lisUtils.cmo lilis/lisUtils.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lisOptim.cmo lilis/lisOptim.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lisParser.cmo lilis/lisParser.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -a -I lilis lilis/lisCommon.cmo lilis/lilis.cmo lilis/lisParser.cmo lilis/lisLexer.cmo lilis/lisUtils.cmo lilis/lisOptim.cmo -o lilis/lilis.cma
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lisCommon.cmx lilis/lisCommon.ml
- + /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lisCommon.cmx lilis/lisCommon.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module CCFun, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lilis.cmx lilis/lilis.ml
- + /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lilis.cmx lilis/lilis.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module CCString, and its interface was not compiled with -opaque
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lisParser.cmx lilis/lisParser.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lisLexer.cmx lilis/lisLexer.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lisUtils.cmx lilis/lisUtils.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -package containers -I lilis -I calc -o lilis/lisOptim.cmx lilis/lisOptim.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -a -I lilis lilis/lisCommon.cmx lilis/lilis.cmx lilis/lisParser.cmx lilis/lisLexer.cmx lilis/lisUtils.cmx lilis/lisOptim.cmx -o lilis/lilis.cmxa
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -shared -I lilis lilis/lilis.cmxa lilis/lisCommon.cmx lilis/lilis.cmx lilis/lisParser.cmx lilis/lisLexer.cmx lilis/lisUtils.cmx lilis/lisOptim.cmx -o lilis/lilis.cmxs
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules streams/containers/lisCC.mli > streams/containers/lisCC.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I calc -I lilis -package containers -I streams/containers -I lilis -o streams/containers/lisCC.cmi streams/containers/lisCC.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules streams/containers/lisCC.ml > streams/containers/lisCC.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -I calc -I lilis -package containers -I streams/containers -I lilis -o streams/containers/lisCC.cmo streams/containers/lisCC.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -a -I streams/containers streams/containers/lisCC.cmo -o streams/containers/containers.cma
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -I lilis -package containers -I streams/containers -I lilis -o streams/containers/lisCC.cmx streams/containers/lisCC.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -a -I streams/containers streams/containers/lisCC.cmx -o streams/containers/containers.cmxa
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -shared -I streams/containers streams/containers/containers.cmxa streams/containers/lisCC.cmx -o streams/containers/containers.cmxs
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules glilis/glilis.mli > glilis/glilis.mli.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I calc -I lilis -package containers -I glilis -I lilis -o glilis/glilis.cmi glilis/glilis.mli
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamldep -package containers -modules glilis/glilis.ml > glilis/glilis.ml.depends
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -I calc -I lilis -package containers -I glilis -I lilis -o glilis/glilis.cmo glilis/glilis.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlc -a -I glilis glilis/glilis.cmo -o glilis/glilis.cma
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -short-paths -I calc -I lilis -package containers -I glilis -I lilis -o glilis/glilis.cmx glilis/glilis.ml
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -a -I glilis glilis/glilis.cmx -o glilis/glilis.cmxa
- /home/opam/.opam/4.04.2/bin/ocamlfind ocamlopt -shared -I glilis glilis/glilis.cmxa glilis/glilis.cmx -o glilis/glilis.cmxs
- + ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.04.2/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 518, characters 43-62:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
-> compiled  lilis.0.2.1
Processing 36/36: [lilis: ocaml setup.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "ocaml" "setup.ml" "-install" (CWD=/home/opam/.opam/4.04.2/.opam-switch/build/lilis.0.2.1)
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- Installed /home/opam/.opam/4.04.2/lib/lilis/lilis.mli
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisUtils.mli
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisOptim.mli
- Installed /home/opam/.opam/4.04.2/lib/lilis/lilis.cma
- Installed /home/opam/.opam/4.04.2/lib/lilis/lilis.cmxa
- Installed /home/opam/.opam/4.04.2/lib/lilis/lilis.a
- Installed /home/opam/.opam/4.04.2/lib/lilis/lilis.cmxs
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisOptim.cmi
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisOptim.cmti
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisOptim.cmt
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisOptim.annot
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisUtils.cmi
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisUtils.cmti
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisUtils.cmt
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisUtils.annot
- Installed /home/opam/.opam/4.04.2/lib/lilis/lilis.cmi
- Installed /home/opam/.opam/4.04.2/lib/lilis/lilis.cmti
- Installed /home/opam/.opam/4.04.2/lib/lilis/lilis.cmt
- Installed /home/opam/.opam/4.04.2/lib/lilis/lilis.annot
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisParser.cmx
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisLexer.cmx
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisCommon.cmx
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisOptim.cmx
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisUtils.cmx
- Installed /home/opam/.opam/4.04.2/lib/lilis/lilis.cmx
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisCC.mli
- Installed /home/opam/.opam/4.04.2/lib/lilis/containers.cma
- Installed /home/opam/.opam/4.04.2/lib/lilis/containers.cmxa
- Installed /home/opam/.opam/4.04.2/lib/lilis/containers.a
- Installed /home/opam/.opam/4.04.2/lib/lilis/containers.cmxs
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisCC.cmi
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisCC.cmti
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisCC.cmt
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisCC.annot
- Installed /home/opam/.opam/4.04.2/lib/lilis/lisCC.cmx
- Installed /home/opam/.opam/4.04.2/lib/lilis/META
- Installed /home/opam/.opam/4.04.2/lib/glilis/glilis.mli
- Installed /home/opam/.opam/4.04.2/lib/glilis/glilis.cma
- Installed /home/opam/.opam/4.04.2/lib/glilis/glilis.cmxa
- Installed /home/opam/.opam/4.04.2/lib/glilis/glilis.a
- Installed /home/opam/.opam/4.04.2/lib/glilis/glilis.cmxs
- Installed /home/opam/.opam/4.04.2/lib/glilis/glilis.cmi
- Installed /home/opam/.opam/4.04.2/lib/glilis/glilis.cmti
- Installed /home/opam/.opam/4.04.2/lib/glilis/glilis.cmt
- Installed /home/opam/.opam/4.04.2/lib/glilis/glilis.annot
- Installed /home/opam/.opam/4.04.2/lib/glilis/glilis.cmx
- Installed /home/opam/.opam/4.04.2/lib/glilis/META
- Installed /home/opam/.opam/4.04.2/lib/calc/calc.mli
- Installed /home/opam/.opam/4.04.2/lib/calc/calcUtils.mli
- Installed /home/opam/.opam/4.04.2/lib/calc/calc.cma
- Installed /home/opam/.opam/4.04.2/lib/calc/calc.cmxa
- Installed /home/opam/.opam/4.04.2/lib/calc/calc.a
- Installed /home/opam/.opam/4.04.2/lib/calc/calc.cmxs
- Installed /home/opam/.opam/4.04.2/lib/calc/calcUtils.cmi
- Installed /home/opam/.opam/4.04.2/lib/calc/calcUtils.cmti
- Installed /home/opam/.opam/4.04.2/lib/calc/calcUtils.cmt
- Installed /home/opam/.opam/4.04.2/lib/calc/calcUtils.annot
- Installed /home/opam/.opam/4.04.2/lib/calc/calc.cmi
- Installed /home/opam/.opam/4.04.2/lib/calc/calc.cmti
- Installed /home/opam/.opam/4.04.2/lib/calc/calc.cmt
- Installed /home/opam/.opam/4.04.2/lib/calc/calc.annot
- Installed /home/opam/.opam/4.04.2/lib/calc/calcParser.cmx
- Installed /home/opam/.opam/4.04.2/lib/calc/calcLexer.cmx
- Installed /home/opam/.opam/4.04.2/lib/calc/calcUtils.cmx
- Installed /home/opam/.opam/4.04.2/lib/calc/calc.cmx
- Installed /home/opam/.opam/4.04.2/lib/calc/META
- W: Nothing to install for findlib library 'bench_common'
-> installed lilis.0.2.1
Done.

<><> containers.0.6.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> in containers, modules start with 'CC' (stands for 'core containers')
# Run eval $(opam env) to update the current shell environment
2021-09-04 03:46.19 ---> saved as "9ce5d39b6115baa412588693f0a06d472550408c579b572f478f0fb4581cce58"
Job succeeded