Building on pima.ocamllabs.io (from ocaml/opam:debian-unstable@sha256:a59c08d2fe55bc0ee92a97b004206ab89a8dd5cacadd8528a0d0e9b978dcba1a) Unable to find image 'ocaml/opam:debian-unstable@sha256:a59c08d2fe55bc0ee92a97b004206ab89a8dd5cacadd8528a0d0e9b978dcba1a' locally docker.io/ocaml/opam@sha256:a59c08d2fe55bc0ee92a97b004206ab89a8dd5cacadd8528a0d0e9b978dcba1a: Pulling from ocaml/opam d94e46e039c4: Pulling fs layer d94e46e039c4: Verifying Checksum d94e46e039c4: Download complete d94e46e039c4: Pull complete Digest: sha256:a59c08d2fe55bc0ee92a97b004206ab89a8dd5cacadd8528a0d0e9b978dcba1a Status: Downloaded newer image for ocaml/opam@sha256:a59c08d2fe55bc0ee92a97b004206ab89a8dd5cacadd8528a0d0e9b978dcba1a 2022-11-02 21:10.36 ---> using "6615d3400d8dabf8928c82fbcb18e477501a38f64d3b1412a91a4e86499e265b" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2022-11-02 21:10.36 ---> using "c909a0ff168e383d01aa2cb84f3e6cbc7a0c470ffe3d07946f43f83d47cc9bfa" from cache /: (run (network host) (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 94675aaefe68e1e4a4ad959d88dd65afa3a9ed3d")) 2022-11-02 21:10.36 ---> using "5315c90a66cfce3be1f8ac668b7f4445c317bfeb4b1de04fe278a4bdf33753ae" from cache /: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><> [default] Initialised User configuration: ~/.profile is already up-to-date. [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc. 2022-11-02 21:10.36 ---> using "f46d72ea67943cab7c832114e4ca486dbfd4f12ff8812515d1a06b3a229da8ee" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default '4.02' '4.02.3'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "4.02.3"} | "ocaml-system" {= "4.02.3"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> retrieved ocaml-base-compiler.4.02.3 (https://github.com/ocaml/ocaml/archive/4.02.3.tar.gz) -> installed ocaml-base-compiler.4.02.3 -> installed ocaml-config.1 -> installed ocaml.4.02.3 -> installed base-ocamlbuild.base Done. # Run eval $(opam env --switch=4.02) to update the current shell environment 2022-11-02 21:10.36 ---> using "4ac736f96a6c3e966ef66027093806c0cca756fde9b37837067c0a7417a38a73" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [161 kB] - Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-11-02-0803.40-F-2022-11-01-2004.36.pdiff [67.9 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-11-02-0803.40-F-2022-11-01-2004.36.pdiff [67.9 kB] - Fetched 293 kB in 2s (127 kB/s) - Reading package lists... - 2022-11-02 21:10.36 ---> using "cc09b92701025e5e16deed9026eb8cc9839ed6a4a23843ef1a14079f748c55ef" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install -y ocaml-secondary-compiler")) The following actions will be performed: === install 1 package - install ocaml-secondary-compiler 4.08.1-1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-secondary-compiler.4.08.1-1 (cached) -> installed ocaml-secondary-compiler.4.08.1-1 Done. # Run eval $(opam env) to update the current shell environment 2022-11-02 21:10.36 ---> using "ea40892209b3cfb57105ba96605e8f529ea1ae20c3626023303ca17e634b99c7" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"cohttp.0.17.0\"\ \nopam install -vy \"cohttp.0.17.0\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"cohttp.0.17.0\" | grep -q '\"debian-unstable\"'; then\ \n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\ \n exit 69\ \n fi\ \nfi\ \n\ \n\ \nexit $res\ \n")) Nothing to do. [NOTE] cohttp.0.17.0 is not installed. The following actions will be performed: === install 26 packages - install base-bytes base [required by cohttp] - install base64 2.3.0 [required by cohttp] - install camlp4 4.02+7 [required by fieldslib] - install cmdliner 1.0.2 [required by cohttp] - install cohttp 0.17.0 - install conduit 0.11.0 [required by cohttp] - install conf-which 1 [required by camlp4] - install cppo 1.6.9 [required by ocplib-endian] - install cstruct 3.0.2 [required by conduit] - install dune 1.11.4 [required by base64] - install fieldslib 113.00.00 [required by cohttp] - install ipaddr 2.6.1 [required by conduit] - install jbuilder transition [required by cstruct] - install magic-mime 1.0.0 [required by cohttp] - install ocamlbuild 0 [required by cohttp] - install ocamlfind 1.9.5 [required by cohttp] - install ocplib-endian 1.1 [required by cstruct] - install pa_sexp_conv 113.00.01 [required by conduit] - install re 1.9.0 [required by cohttp] - install result 1.4 [required by cmdliner] - install seq 0.2.2 [required by re] - install sexplib 113.00.00 [required by cohttp] - install stringext 1.6.0 [required by cohttp] - install topkg 1.0.0 [required by cmdliner] - install type_conv 113.00.02 [required by conduit, fieldslib] - install uri 1.9.1 [required by cohttp] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/78: Processing 3/78: Processing 4/78: -> retrieved base64.2.3.0 (cached) Processing 5/78: [cohttp.0.17.0: http] -> retrieved cmdliner.1.0.2 (cached) Processing 6/78: [cohttp.0.17.0: http] [conduit.0.11.0: http] -> retrieved camlp4.4.02+7 (cached) Processing 7/78: [cohttp.0.17.0: http] [conduit.0.11.0: http] Processing 8/78: [cohttp.0.17.0: http] [conduit.0.11.0: http] Processing 9/78: [cohttp.0.17.0: http] [conduit.0.11.0: http] [conf-which: which which] -> retrieved cppo.1.6.9 (cached) Processing 10/78: [cohttp.0.17.0: http] [conduit.0.11.0: http] [conf-which: which which] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "which" "which" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-which.1) - /usr/bin/which -> compiled conf-which.1 Processing 10/78: [cohttp.0.17.0: http] [conduit.0.11.0: http] -> installed conf-which.1 Processing 11/78: [cohttp.0.17.0: http] [conduit.0.11.0: http] -> retrieved cstruct.3.0.2 (cached) Processing 12/78: [cohttp.0.17.0: http] [conduit.0.11.0: http] Processing 12/78: [cohttp.0.17.0: http] -> retrieved conduit.0.11.0 (https://github.com/mirage/ocaml-conduit/archive/v0.11.0.tar.gz) Processing 13/78: [cohttp.0.17.0: http] [fieldslib.113.00.00: http] -> retrieved dune.1.11.4 (cached) Processing 14/78: [cohttp.0.17.0: http] [fieldslib.113.00.00: http] Processing 15/78: [cohttp.0.17.0: http] [fieldslib.113.00.00: http] [dune: ocaml bootstrap.ml] Processing 15/78: [fieldslib.113.00.00: http] [dune: ocaml bootstrap.ml] Processing 15/78: [dune: ocaml bootstrap.ml] -> retrieved ipaddr.2.6.1 (cached) Processing 16/78: [dune: ocaml bootstrap.ml] Processing 17/78: [dune: ocaml bootstrap.ml] -> retrieved cohttp.0.17.0 (https://github.com/mirage/ocaml-cohttp/archive/v0.17.0.tar.gz) Processing 18/78: [dune: ocaml bootstrap.ml] Processing 19/78: [dune: ocaml bootstrap.ml] Processing 20/78: [dune: ocaml bootstrap.ml] -> installed ocamlbuild.0 Processing 21/78: [dune: ocaml bootstrap.ml] [camlp4: patch] applying termux.patch Processing 22/78: [camlp4: patch] [dune: ocaml bootstrap.ml] -> retrieved fieldslib.113.00.00 (https://ocaml.janestreet.com/ocaml-core/113.00/files/fieldslib-113.00.00.tar.gz) Processing 23/78: [camlp4: patch] [dune: ocaml bootstrap.ml] -> retrieved magic-mime.1.0.0 (cached) Processing 24/78: [pa_sexp_conv.113.00.01: http] [camlp4: patch] [dune: ocaml bootstrap.ml] -> retrieved ocamlfind.1.9.5 (cached) Processing 25/78: [pa_sexp_conv.113.00.01: http] [camlp4: patch] [dune: ocaml bootstrap.ml] [ocamlfind: patch] applying 0001-Fix-bug-when-installing-with-a-system-compiler.patch Processing 26/78: [pa_sexp_conv.113.00.01: http] [camlp4: patch] [dune: ocaml bootstrap.ml] [ocamlfind: patch] [camlp4: patch] applying f0ea53725465260556832398096cef8d3f20b49d.patch -> retrieved ocplib-endian.1.1 (cached) Processing 27/78: [pa_sexp_conv.113.00.01: http] [camlp4: patch] [dune: ocaml bootstrap.ml] [ocamlfind: patch] -> retrieved re.1.9.0 (cached) Processing 28/78: [pa_sexp_conv.113.00.01: http] [camlp4: patch] [dune: ocaml bootstrap.ml] [ocamlfind: patch] Processing 28/78: [pa_sexp_conv.113.00.01: http] [camlp4: patch] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] Processing 28/78: [pa_sexp_conv.113.00.01: http] [camlp4: ./configure] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved result.1.4 (cached) Processing 29/78: [pa_sexp_conv.113.00.01: http] [camlp4: ./configure] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved seq.0.2.2 (cached) Processing 30/78: [pa_sexp_conv.113.00.01: http] [camlp4: ./configure] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved sexplib.113.00.00 (cached) Processing 31/78: [pa_sexp_conv.113.00.01: http] [camlp4: ./configure] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved stringext.1.6.0 (cached) Processing 32/78: [pa_sexp_conv.113.00.01: http] [camlp4: ./configure] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved type_conv.113.00.02 (cached) Processing 33/78: [pa_sexp_conv.113.00.01: http] [camlp4: ./configure] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--bindir=/home/opam/.opam/4.02/bin" "--libdir=/home/opam/.opam/4.02/lib/ocaml" "--pkgdir=/home/opam/.opam/4.02/lib" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp4.4.02+7) Processing 33/78: [pa_sexp_conv.113.00.01: http] [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved topkg.1.0.0 (cached) -> retrieved uri.1.9.1 (cached) + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.02/bin" "-sitelib" "/home/opam/.opam/4.02/lib" "-mandir" "/home/opam/.opam/4.02/man" "-config" "/home/opam/.opam/4.02/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5) - Welcome to findlib version 1.9.5 - Configuring core... - Checking for #remove_directory... - Testing threading model... - systhread_supported: true - Testing DLLs... - Testing whether ppxopt can be supported... - Checking for ocamlc -opaque... - Querying installation: META list not found - make install will double-check installed META files - Configuring libraries... - unix: found - dynlink: found - bigarray: found - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: found - num: found - ocamlbuild: found (in +ocamlbuild) - ocamldoc: found (in +ocamldoc) - raw_spacetime: not present (normal since 4.12) - threads: found (in +threads) - runtime_events: not present - str: found - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for stdlib written to site-lib-src/stdlib/META - Configuration for unix written to site-lib-src/unix/META - Configuration for dynlink written to site-lib-src/dynlink/META - Configuration for bigarray written to site-lib-src/bigarray/META - Configuration for compiler-libs written to site-lib-src/compiler-libs/META - Configuration for graphics written to site-lib-src/graphics/META - Configuration for num written to site-lib-src/num/META - Configuration for num-top written to site-lib-src/num-top/META - Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META - Configuration for ocamldoc written to site-lib-src/ocamldoc/META - Configuration for threads written to site-lib-src/threads/META - Configuration for str written to site-lib-src/str/META - Configuration for bytes written to site-lib-src/bytes/META - Detecting compiler arguments: (extractor built) ok - - About the OCAML core installation: - Standard library: /home/opam/.opam/4.02/lib/ocaml - Binaries: /home/opam/.opam/4.02/bin - Manual pages: /home/opam/.opam/4.02/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/4.02/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/4.02/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/4.02/bin - Manual pages: /home/opam/.opam/4.02/man - topfind script: /home/opam/.opam/4.02/lib/ocaml - Topfind ppxopt support: yes - Toolbox: no - Link custom runtime: no - Need bytes compatibility: no - - Configuration has been written to Makefile.config - - You can now do 'make all', and optionally 'make opt', to build ocamlfind. Processing 33/78: [pa_sexp_conv.113.00.01: http] [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] Processing 33/78: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved pa_sexp_conv.113.00.01 (https://github.com/janestreet/pa_sexp_conv/archive/113.00.01.tar.gz) + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5) - for p in findlib; do ( cd src/$p; make all ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - ocamllex fl_meta.mll - 22 states, 392 transitions, table size 1700 bytes - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib_config.mlp | \ - ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.02/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.02/lib/ocaml' | \ - sed -e 's;@AUTOLINK@;true;g' \ - -e 's;@SYSTEM@;linux;g' \ - >findlib_config.ml - if [ "true" = "true" ]; then \ - cp topfind.ml.in topfind.ml; \ - else \ - sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ - > topfind.ml ; \ - fi - ocamldep *.ml *.mli >depend - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c findlib_config.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_split.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_metatoken.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_meta.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -c fl_metascanner.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_metascanner.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -c fl_topo.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_topo.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -c fl_package_base.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_package_base.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -c findlib.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c findlib.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_args.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_lint.ml - ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c ocaml_args.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c frontend.ml - ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ - -I +unix -I +dynlink ocaml_args.cmo frontend.cmo - ocamlc -I +compiler-libs -I +unix -I +dynlink -c topfind.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c topfind.ml - ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat topfind_rd1.p | \ - ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.02/lib' \ - >topfind - ocamlc -I +compiler-libs -I +unix -I +dynlink -c num_top_printers.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c num_top_printers.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -c num_top.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c num_top.ml - ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo - ocamlc -I +compiler-libs -I +unix -I +dynlink -c fl_dynload.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_dynload.ml - ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - make all-config - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/home/opam/.opam/4.02/lib' >findlib.conf - if ./tools/cmd_from_same_dir ocamlc; then \ - echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamlopt; then \ - echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldep; then \ - echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldoc; then \ - echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' Processing 33/78: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make opt] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5) - for p in findlib; do ( cd src/$p; make opt ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c findlib_config.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_split.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_metatoken.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_meta.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_metascanner.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_topo.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_package_base.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c findlib.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_args.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_lint.ml - ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ - fi - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c ocaml_args.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c frontend.ml - ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ - -I +unix -I +dynlink ocaml_args.cmx frontend.cmx - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c topfind.ml - ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ - fi - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_dynload.ml - ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' -> compiled ocamlfind.1.9.5 Processing 33/78: [camlp4: make all] [dune: ocaml bootstrap.ml] Processing 34/78: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" (CWD=/home/opam/.opam/4.02/.opam-switch/build/dune.1.11.4) - cp src/ocaml-syntax-shims/pp.real.ml src/ocaml-syntax-shims/pp.ml - cp src/ocaml-syntax-shims/shims.402.ml src/ocaml-syntax-shims/shims.ml - /home/opam/.opam/4.02/bin/ocamllex.opt -q src/ocaml-syntax-shims/let_trail.mll - /home/opam/.opam/4.02/bin/ocamldep.opt -modules src/ocaml-syntax-shims/let_trail.mli src/ocaml-syntax-shims/let_trail.ml src/ocaml-syntax-shims/pp.ml src/ocaml-syntax-shims/shims.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamlopt.opt -g -w -40 -o boot-pp.exe -I +compiler-libs ocamlcommon.cmxa boot_pp.ml - /home/opam/.opam/4.02/bin/ocamllex.opt -q src/ocamlobjinfo.mll - /home/opam/.opam/4.02/bin/ocamllex.opt -q src/meta_lexer.mll - /home/opam/.opam/4.02/bin/ocamllex.opt -q src/dune_lexer.mll - /home/opam/.opam/4.02/bin/ocamllex.opt -q src/dune_lang/dune_lexer.mll - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/action.mli src/action.ml src/action_ast.ml src/action_dune_lang.mli src/action_dune_lang.ml src/action_exec.mli src/action_exec.ml src/action_intf.ml src/action_mapper.mli src/action_mapper.ml src/action_to_sh.mli src/action_to_sh.boot.ml src/action_unexpanded.mli src/action_unexpanded.ml src/alias.mli src/alias.ml src/artifact_substitution.mli src/artifact_substitution.ml src/artifacts.mli src/artifacts.ml src/binary_kind.mli src/binary_kind.ml src/bindings.mli src/bindings.ml src/blang.mli src/blang.ml src/bootstrap.mli src/bootstrap.boot.ml src/build.mli src/build.ml otherlibs/build-info/src/build_info.mli otherlibs/build-info/src/build_info.ml otherlibs/build-info/src/build_info_data.mli otherlibs/build-info/src/build_info_data.boot.ml src/build_system.mli src/build_system.ml src/c.mli src/c.ml src/c_sources.mli src/c_sources.ml src/cached_digest.mli src/cached_digest.ml src/check_rules.mli src/check_rules.ml src/cinaps.mli src/cinaps.boot.ml src/clflags.mli src/clflags.ml src/cm_files.mli src/cm_files.ml src/cm_kind.mli src/cm_kind.ml src/colors.mli src/colors.ml src/command.mli src/command.ml src/compilation_context.mli src/compilation_context.ml src/config.mli src/config.ml src/context.mli src/context.ml src/coq_module.mli src/coq_module.ml src/coq_rules.mli src/coq_rules.boot.ml src/dep.mli src/dep.ml src/dep_graph.mli src/dep_graph.ml src/dep_path.mli src/dep_path.ml src/dep_rules.mli src/dep_rules.ml src/dialect.mli src/dialect.ml src/diff.mli src/diff.ml src/dir_contents.mli src/dir_contents.ml src/dir_set.mli src/dir_set.ml src/dir_status.mli src/dir_status.ml src/dir_with_dune.mli src/dir_with_dune.ml src/dpath.mli src/dpath.ml src/dune_env.mli src/dune_env.ml src/dune_file.mli src/dune_file.ml src/dune_init.mli src/dune_init.ml src/dune_lexer.mli src/dune_lexer.ml src/dune_load.mli src/dune_load.ml src/dune_package.mli src/dune_package.ml src/dune_project.mli src/dune_project.ml vendor/boot/dune_re.ml src/dynlink_supported.mli src/dynlink_supported.ml src/env_node.mli src/env_node.ml src/exe.mli src/exe.ml src/exe_rules.mli src/exe_rules.ml src/expander.mli src/expander.ml src/file_binding.mli src/file_binding.ml src/file_selector.mli src/file_selector.ml src/file_tree.mli src/file_tree.ml src/findlib.mli src/findlib.ml src/format_dune_lang.mli src/format_dune_lang.ml src/format_rules.mli src/format_rules.ml src/gen_meta.mli src/gen_meta.ml src/gen_rules.mli src/gen_rules.ml src/glob.mli src/glob.ml src/glob_lexer.mli src/glob_lexer.boot.ml src/hooks.mli src/hooks.ml src/import.ml src/inline_tests.mli src/inline_tests.boot.ml src/install.mli src/install.ml src/install_rules.mli src/install_rules.ml src/installed_dune_file.mli src/installed_dune_file.ml src/js_of_ocaml_rules.mli src/js_of_ocaml_rules.boot.ml src/lib.mli src/lib.ml src/lib_archives.mli src/lib_archives.ml src/lib_config.mli src/lib_config.ml src/lib_deps_info.mli src/lib_deps_info.ml src/lib_file_deps.mli src/lib_file_deps.ml src/lib_info.mli src/lib_info.ml src/lib_kind.mli src/lib_kind.ml src/lib_name.mli src/lib_name.ml src/lib_rules.mli src/lib_rules.ml src/link_time_code_gen.mli src/link_time_code_gen.ml src/local_package.mli src/local_package.ml src/main.mli src/main.ml src/menhir.mli src/menhir.boot.ml src/merlin.mli src/merlin.ml src/meta.mli src/meta.ml src/meta_lexer.mli src/meta_lexer.ml src/ml_kind.mli src/ml_kind.ml src/mode.mli src/mode.ml src/module.mli src/module.ml src/module_compilation.mli src/module_compilation.ml src/modules.mli src/modules.ml src/modules_field_evaluator.mli src/modules_field_evaluator.ml src/obj_dir.mli src/obj_dir.ml src/ocaml_flags.mli src/ocaml_flags.ml src/ocaml_version.mli src/ocaml_version.ml src/ocamldep.mli src/ocamldep.ml src/ocamlobjinfo.mli src/ocamlobjinfo.ml src/odoc.mli src/odoc.boot.ml vendor/boot/opamBaseParser.ml vendor/boot/opamLexer.ml vendor/boot/opamParserTypes.ml vendor/boot/opamPrinter.ml src/opam_create.mli src/opam_create.boot.ml src/opam_file.mli src/opam_file.ml src/ordered_set_lang.mli src/ordered_set_lang.ml src/package.mli src/package.ml src/packages.mli src/packages.ml src/per_item.mli src/per_item.ml src/persistent.mli src/persistent.ml src/pform.mli src/pform.ml src/predicate.mli src/predicate.ml src/predicate_lang.mli src/predicate_lang.ml src/preprocessing.mli src/preprocessing.ml src/print_diff.mli src/print_diff.ml src/process.mli src/process.ml src/promotion.mli src/promotion.ml src/report_error.mli src/report_error.ml src/response_file.mli src/response_file.ml src/rule.mli src/rule.ml src/rules.mli src/rules.ml src/scheduler.mli src/scheduler.ml src/scheme.mli src/scheme.ml src/scope.mli src/scope.ml src/setup.mli src/setup.boot.ml src/simple_rules.mli src/simple_rules.ml src/spawn.mli src/spawn.ml src/stanza.mli src/stanza.ml src/static_deps.mli src/static_deps.ml src/stats.mli src/stats.boot.ml src/string_with_vars.mli src/string_with_vars.ml src/sub_dirs.mli src/sub_dirs.ml src/sub_system.mli src/sub_system.ml src/sub_system_info.mli src/sub_system_info.ml src/sub_system_intf.ml src/sub_system_name.mli src/sub_system_name.ml src/super_context.mli src/super_context.ml src/syntax.mli src/syntax.ml src/test_rules.mli src/test_rules.boot.ml src/top_closure.mli src/top_closure.ml src/toplevel.mli src/toplevel.ml src/upgrader.mli src/upgrader.boot.ml src/utils.mli src/utils.ml src/utop.mli src/utop.boot.ml src/value.mli src/value.ml src/variant.mli src/variant.ml src/vcs.mli src/vcs.ml src/versioned_file.mli src/versioned_file.ml src/vimpl.mli src/vimpl.ml src/virtual_rules.mli src/virtual_rules.ml src/visibility.mli src/visibility.ml src/watermarks.mli src/watermarks.ml src/workspace.mli src/workspace.ml src/wrapped.mli src/wrapped.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/dag/dag.mli src/dag/dag.ml src/dag/dag_intf.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/stdune/caml/dune_caml.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/dune_lang/dune_lang.mli src/dune_lang/dune_lang.ml src/dune_lang/atom.mli src/dune_lang/atom.ml src/dune_lang/combinators.ml src/dune_lang/dune_lexer.mli src/dune_lang/dune_lexer.ml src/dune_lang/escape.mli src/dune_lang/escape.ml src/dune_lang/file_syntax.mli src/dune_lang/file_syntax.ml src/dune_lang/jbuild_lexer.mli src/dune_lang/jbuild_lexer.boot.ml src/dune_lang/lexer.mli src/dune_lang/lexer.ml src/dune_lang/lexer_shared.mli src/dune_lang/lexer_shared.ml src/dune_lang/template.mli src/dune_lang/template.ml src/dune_lang/types.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/stdune/result/dune_result.ml src/stdune/result/result.mli src/stdune/result/result.ml src/stdune/result/result_compat.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/fiber/fiber.mli src/fiber/fiber.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' vendor/incremental-cycles/src/incremental_cycles.mli vendor/incremental-cycles/src/incremental_cycles.ml vendor/incremental-cycles/src/incremental_cycles_intf.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/memo/memo.mli src/memo/memo.ml src/memo/implicit_output.mli src/memo/implicit_output.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/ocaml-config/ocaml_config.mli src/ocaml-config/ocaml_config.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/stdune/stdune.ml src/stdune/ansi_color.mli src/stdune/ansi_color.ml src/stdune/appendable_list.mli src/stdune/appendable_list.ml src/stdune/array.ml src/stdune/bin.mli src/stdune/bin.ml src/stdune/bool.mli src/stdune/bool.ml src/stdune/bytes.mli src/stdune/bytes.ml src/stdune/char.ml src/stdune/code_error.mli src/stdune/code_error.ml src/stdune/common.ml src/stdune/comparable.mli src/stdune/comparable.ml src/stdune/comparable_intf.ml src/stdune/comparator.mli src/stdune/comparator.ml src/stdune/console.mli src/stdune/console.ml src/stdune/csexp.mli src/stdune/csexp.ml src/stdune/digest.mli src/stdune/digest.ml src/stdune/dyn.mli src/stdune/dyn.ml src/stdune/either.mli src/stdune/either.ml src/stdune/env.mli src/stdune/env.ml src/stdune/escape.mli src/stdune/escape.ml src/stdune/exn.mli src/stdune/exn.ml src/stdune/exn_with_backtrace.mli src/stdune/exn_with_backtrace.ml src/stdune/fdecl.mli src/stdune/fdecl.ml src/stdune/filename.mli src/stdune/filename.ml src/stdune/float.mli src/stdune/float.ml src/stdune/fmt.mli src/stdune/fmt.ml src/stdune/fn.mli src/stdune/fn.ml src/stdune/hashable.ml src/stdune/hashtbl.mli src/stdune/hashtbl.ml src/stdune/hashtbl_intf.ml src/stdune/id.mli src/stdune/id.ml src/stdune/int.mli src/stdune/int.ml src/stdune/interned.mli src/stdune/interned.ml src/stdune/io.mli src/stdune/io.ml src/stdune/lexbuf.mli src/stdune/lexbuf.ml src/stdune/list.mli src/stdune/list.ml src/stdune/loc.mli src/stdune/loc.ml src/stdune/loc0.ml src/stdune/log.mli src/stdune/log.ml src/stdune/map.mli src/stdune/map.ml src/stdune/map_intf.ml src/stdune/monad.mli src/stdune/monad.ml src/stdune/nothing.mli src/stdune/nothing.ml src/stdune/option.mli src/stdune/option.ml src/stdune/or_exn.mli src/stdune/or_exn.ml src/stdune/ordered.mli src/stdune/ordered.ml src/stdune/ordering.mli src/stdune/ordering.ml src/stdune/path.mli src/stdune/path.ml src/stdune/path_intf.ml src/stdune/poly.mli src/stdune/poly.ml src/stdune/pp.mli src/stdune/pp.ml src/stdune/proc.mli src/stdune/proc.ml src/stdune/result.mli src/stdune/result.ml src/stdune/set.mli src/stdune/set.ml src/stdune/set_intf.ml src/stdune/sexp.mli src/stdune/sexp.ml src/stdune/signal.mli src/stdune/signal.ml src/stdune/staged.mli src/stdune/staged.ml src/stdune/string.mli src/stdune/string.ml src/stdune/string_split.mli src/stdune/string_split.ml src/stdune/table.mli src/stdune/table.ml src/stdune/tuple.mli src/stdune/tuple.ml src/stdune/type_eq.mli src/stdune/type_eq.ml src/stdune/unit.mli src/stdune/unit.ml src/stdune/univ_map.mli src/stdune/univ_map.ml src/stdune/user_error.mli src/stdune/user_error.ml src/stdune/user_message.mli src/stdune/user_message.ml src/stdune/user_warning.mli src/stdune/user_warning.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/wp/wp.mli src/wp/wp.boot.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/xdg/xdg.mli src/xdg/xdg.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamlc.opt -g -w -40 -o boot.exe -pp './boot-pp.exe -dump-ast' -I +threads unix.cma threads.cma boot.ml Processing 34/78: [camlp4: make all] [dune: ./boot.exe 127] [ocamlfind: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5) - if [ "1" -eq 1 ]; then \ - for x in camlp4 dbm graphics labltk num ocamlbuild; do \ - if [ -f "/home/opam/.opam/4.02/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.02/lib/$x/META"; then \ - rm -f site-lib-src/$x/META; \ - fi; \ - fi; \ - done; \ - test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ - fi - echo 'SITELIB_META =' > Makefile.packages.in - for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done - tr '\n' ' ' < Makefile.packages.in > Makefile.packages - rm Makefile.packages.in - install -d "/home/opam/.opam/4.02/bin" - install -d "/home/opam/.opam/4.02/man" - make install-config - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' - install -d "`dirname \"/home/opam/.opam/4.02/lib/findlib.conf\"`" - test -f "/home/opam/.opam/4.02/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/4.02/lib/findlib.conf" - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' - for p in findlib; do ( cd src/$p; make install ); done - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - install -d "/home/opam/.opam/4.02/lib/findlib" - install -d "/home/opam/.opam/4.02/bin" - test 1 -eq 0 || install -d "/home/opam/.opam/4.02/lib/ocaml" - test 1 -eq 0 || install -c topfind "/home/opam/.opam/4.02/lib/ocaml/" - files=` ../../tools/collect_files ../../Makefile.config \ - findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \ - findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \ - fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \ - fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \ - fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \ - findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \ - META` && \ - install -c $files "/home/opam/.opam/4.02/lib/findlib/" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - install -c $f "/home/opam/.opam/4.02/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/home/opam/.opam/4.02/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/home/opam/.opam/4.02/lib/ocaml/compiler-libs/"; \ - install -c topdirs.cmi toploop.cmi "/home/opam/.opam/4.02/lib/findlib/"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - make install-meta - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' - for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamlbuild ocamldoc stdlib str threads unix ; do install -d "/home/opam/.opam/4.02/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/4.02/lib/$x/META.tmp" && mv "/home/opam/.opam/4.02/lib/$x/META.tmp" "/home/opam/.opam/4.02/lib/$x/META"; done - install -d "/home/opam/.opam/4.02/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/4.02/lib/findlib/Makefile.packages" - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' - test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - install -d "/home/opam/.opam/4.02/lib/num-top" - install -c num_top.cma num_top.cmi num_top_printers.cmi \ - "/home/opam/.opam/4.02/lib/num-top/" - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/home/opam/.opam/4.02/bin" - make install-doc - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' - install -d "/home/opam/.opam/4.02/man/man1" "/home/opam/.opam/4.02/man/man3" "/home/opam/.opam/4.02/man/man5" - install -c doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.02/man/man1" - install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.02/man/man5" - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' -> installed ocamlfind.1.9.5 Processing 34/78: [camlp4: make all] [dune: ./boot.exe 127] Processing 35/78: [camlp4: make all] [dune: ./boot.exe 127] Processing 36/78: [camlp4: make all] [dune: ./boot.exe 127] [magic-mime: ./configure] -> installed base-bytes.base Processing 37/78: [camlp4: make all] [dune: ./boot.exe 127] [magic-mime: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix=/home/opam/.opam/4.02" (CWD=/home/opam/.opam/4.02/.opam-switch/build/magic-mime.1.0.0) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02/bin/ocamlbuild - Package name: ........................................ magic-mime - Package version: ..................................... 1.0.0 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.5 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - Processing 37/78: [camlp4: make all] [dune: ./boot.exe 127] [magic-mime: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02/.opam-switch/build/magic-mime.1.0.0) - ocaml setup.ml -build - /home/opam/.opam/4.02/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -modules magic_mime.mli > magic_mime.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -o magic_mime.cmi magic_mime.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -modules magic_mime.ml > magic_mime.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -modules mime_types.mli > mime_types.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -o mime_types.cmi mime_types.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -modules mime_types.ml > mime_types.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -o magic_mime.cmo magic_mime.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -o mime_types.cmo mime_types.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a mime_types.cmo magic_mime.cmo -o magic-mime.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -o mime_types.cmx mime_types.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -o magic_mime.cmx magic_mime.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a mime_types.cmx magic_mime.cmx -o magic-mime.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared magic-mime.cmxa mime_types.cmx magic_mime.cmx -o magic-mime.cmxs -> compiled magic-mime.1.0.0 Processing 37/78: [camlp4: make all] [dune: ./boot.exe 127] Processing 38/78: [camlp4: make all] [dune: ./boot.exe 127] [magic-mime: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/magic-mime.1.0.0) - ocaml setup.ml -install - Installed /home/opam/.opam/4.02/lib/magic-mime/magic_mime.mli - Installed /home/opam/.opam/4.02/lib/magic-mime/mime_types.mli - Installed /home/opam/.opam/4.02/lib/magic-mime/magic-mime.cma - Installed /home/opam/.opam/4.02/lib/magic-mime/magic-mime.cmxa - Installed /home/opam/.opam/4.02/lib/magic-mime/magic-mime.a - Installed /home/opam/.opam/4.02/lib/magic-mime/magic-mime.cmxs - Installed /home/opam/.opam/4.02/lib/magic-mime/mime_types.cmi - Installed /home/opam/.opam/4.02/lib/magic-mime/mime_types.cmti - Installed /home/opam/.opam/4.02/lib/magic-mime/mime_types.cmt - Installed /home/opam/.opam/4.02/lib/magic-mime/mime_types.annot - Installed /home/opam/.opam/4.02/lib/magic-mime/magic_mime.cmi - Installed /home/opam/.opam/4.02/lib/magic-mime/magic_mime.cmti - Installed /home/opam/.opam/4.02/lib/magic-mime/magic_mime.cmt - Installed /home/opam/.opam/4.02/lib/magic-mime/magic_mime.annot - Installed /home/opam/.opam/4.02/lib/magic-mime/mime_types.cmx - Installed /home/opam/.opam/4.02/lib/magic-mime/magic_mime.cmx - Installed /home/opam/.opam/4.02/lib/magic-mime/META -> installed magic-mime.1.0.0 Processing 38/78: [camlp4: make all] [dune: ./boot.exe 127] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./boot.exe" "--release" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/dune.1.11.4) -> compiled dune.1.11.4 Processing 38/78: [camlp4: make all] -> installed dune.1.11.4 Processing 39/78: [camlp4: make all] Processing 40/78: [base64: dune subst] [camlp4: make all] Processing 41/78: [base64: dune subst] [camlp4: make all] [cppo: dune build] Processing 42/78: [base64: dune subst] [camlp4: make all] [cppo: dune build] Processing 43/78: [base64: dune subst] [camlp4: make all] [cppo: dune build] [result: dune build] Processing 44/78: [base64: dune subst] [camlp4: make all] [cppo: dune build] [result: dune build] [seq: dune build] Processing 45/78: [base64: dune subst] [camlp4: make all] [cppo: dune build] [result: dune build] [seq: dune build] [stringext: dune build] -> installed jbuilder.transition Processing 46/78: [base64: dune subst] [camlp4: make all] [cppo: dune build] [result: dune build] [seq: dune build] [stringext: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "subst" (CWD=/home/opam/.opam/4.02/.opam-switch/build/base64.2.3.0) Processing 46/78: [base64: dune build] [camlp4: make all] [cppo: dune build] [result: dune build] [seq: dune build] [stringext: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "result" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/result.1.4) -> compiled result.1.4 Processing 46/78: [base64: dune build] [camlp4: make all] [cppo: dune build] [seq: dune build] [stringext: dune build] -> installed result.1.4 Processing 47/78: [base64: dune build] [camlp4: make all] [cppo: dune build] [seq: dune build] [stringext: dune build] Processing 48/78: [base64: dune build] [camlp4: make all] [cppo: dune build] [seq: dune build] [stringext: dune build] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "base64" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/base64.2.3.0) -> compiled base64.2.3.0 Processing 48/78: [camlp4: make all] [cppo: dune build] [seq: dune build] [stringext: dune build] [topkg: ocaml build] -> installed base64.2.3.0 Processing 49/78: [camlp4: make all] [cppo: dune build] [seq: dune build] [stringext: dune build] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stringext" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/stringext.1.6.0) -> compiled stringext.1.6.0 Processing 49/78: [camlp4: make all] [cppo: dune build] [seq: dune build] [topkg: ocaml build] -> installed stringext.1.6.0 Processing 50/78: [camlp4: make all] [cppo: dune build] [seq: dune build] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "seq" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/seq.0.2.2) -> compiled seq.0.2.2 Processing 50/78: [camlp4: make all] [cppo: dune build] [topkg: ocaml build] -> installed seq.0.2.2 Processing 51/78: [camlp4: make all] [cppo: dune build] [topkg: ocaml build] Processing 52/78: [camlp4: make all] [cppo: dune build] [re: dune build] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/cppo.1.6.9) -> compiled cppo.1.6.9 Processing 52/78: [camlp4: make all] [re: dune build] [topkg: ocaml build] -> installed cppo.1.6.9 Processing 53/78: [camlp4: make all] [re: dune build] [topkg: ocaml build] Processing 54/78: [camlp4: make all] [ocplib-endian: dune build] [re: dune build] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocplib-endian" "-j" "127" "@install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocplib-endian.1.1) -> compiled ocplib-endian.1.1 Processing 54/78: [camlp4: make all] [re: dune build] [topkg: ocaml build] -> installed ocplib-endian.1.1 Processing 55/78: [camlp4: make all] [re: dune build] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "re" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/re.1.9.0) -> compiled re.1.9.0 Processing 55/78: [camlp4: make all] [topkg: ocaml build] -> installed re.1.9.0 Processing 56/78: [camlp4: make all] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pkg-name" "topkg" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.02/.opam-switch/build/topkg.1.0.0) - ocamlfind ocamldep -package 'bytes result' -modules src/topkg.ml > src/topkg.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg.mli > src/topkg.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg.cmi src/topkg.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_build.ml > src/topkg_build.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_build.mli > src/topkg_build.mli.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmi src/topkg_fpath.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_codec.mli > src/topkg_codec.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmi src/topkg_cmd.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_result.mli > src/topkg_result.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_result.cmi src/topkg_result.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_conf.mli > src/topkg_conf.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmi src/topkg_codec.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmi src/topkg_conf.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_build.cmi src/topkg_build.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_string.ml > src/topkg_string.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_string.mli > src/topkg_string.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_string.cmi src/topkg_string.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_string.cmx src/topkg_string.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmx src/topkg_fpath.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_codec.ml > src/topkg_codec.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmx src/topkg_cmd.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_os.ml > src/topkg_os.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_os.mli > src/topkg_os.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_os.cmi src/topkg_os.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_log.ml > src/topkg_log.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_log.mli > src/topkg_log.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_log.cmi src/topkg_log.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_result.ml > src/topkg_result.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_result.cmx src/topkg_result.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_log.cmx src/topkg_log.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_os.cmx src/topkg_os.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_conf.ml > src/topkg_conf.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmx src/topkg_codec.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmi src/topkg_vcs.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmx src/topkg_vcs.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmx src/topkg_conf.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmi src/topkg_distrib.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_opam.ml > src/topkg_opam.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_opam.mli > src/topkg_opam.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmi src/topkg_opam.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmx src/topkg_opam.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmi src/topkg_fexts.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_install.ml > src/topkg_install.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_install.mli > src/topkg_install.mli.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_test.mli > src/topkg_test.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_test.cmi src/topkg_test.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_install.cmi src/topkg_install.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmx src/topkg_fexts.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_test.ml > src/topkg_test.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_test.cmx src/topkg_test.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_publish.mli > src/topkg_publish.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmi src/topkg_publish.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmi src/topkg_pkg.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmi src/topkg_ipc.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_build.cmx src/topkg_build.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmx src/topkg_distrib.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_install.cmx src/topkg_install.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_publish.ml > src/topkg_publish.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmx src/topkg_publish.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmx src/topkg_pkg.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_main.ml > src/topkg_main.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_main.mli > src/topkg_main.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_main.cmi src/topkg_main.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmx src/topkg_ipc.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_main.cmx src/topkg_main.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg.cmx src/topkg.ml - ocamlfind ocamlopt -a -package 'bytes result' src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa - ocamlfind ocamlopt -shared -package 'bytes result' src/topkg.cmx -o src/topkg.cmxs - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg.cmo src/topkg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_build.cmo src/topkg_build.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmo src/topkg_cmd.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmo src/topkg_codec.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmo src/topkg_conf.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmo src/topkg_distrib.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmo src/topkg_fexts.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmo src/topkg_fpath.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_install.cmo src/topkg_install.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmo src/topkg_ipc.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_log.cmo src/topkg_log.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_main.cmo src/topkg_main.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmo src/topkg_opam.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_os.cmo src/topkg_os.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmo src/topkg_pkg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmo src/topkg_publish.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_result.cmo src/topkg_result.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_string.cmo src/topkg_string.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_test.cmo src/topkg_test.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmo src/topkg_vcs.ml - ocamlfind ocamlc -a -package 'bytes result' src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma - # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) } -> compiled topkg.1.0.0 Processing 56/78: [camlp4: make all] -> installed topkg.1.0.0 Processing 57/78: [camlp4: make all] Processing 58/78: [camlp4: make all] [cmdliner: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/4.02/.opam-switch/build/cmdliner.1.0.2) - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_suggest.ml > src/cmdliner_suggest.ml.depends - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_suggest.mli > src/cmdliner_suggest.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_suggest.cmi src/cmdliner_suggest.mli - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_trie.ml > src/cmdliner_trie.ml.depends - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_trie.mli > src/cmdliner_trie.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_trie.cmi src/cmdliner_trie.mli - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_base.ml > src/cmdliner_base.ml.depends - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_base.mli > src/cmdliner_base.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -w -3 -package bytes -package result -I src -I test -o src/cmdliner_base.cmi src/cmdliner_base.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_trie.cmx src/cmdliner_trie.ml - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_manpage.ml > src/cmdliner_manpage.ml.depends - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_manpage.mli > src/cmdliner_manpage.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_manpage.cmi src/cmdliner_manpage.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -w -3 -package bytes -package result -I src -I test -o src/cmdliner_base.cmx src/cmdliner_base.ml - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_info.ml > src/cmdliner_info.ml.depends - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_info.mli > src/cmdliner_info.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_info.cmi src/cmdliner_info.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_manpage.cmx src/cmdliner_manpage.ml - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_docgen.ml > src/cmdliner_docgen.ml.depends - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_docgen.mli > src/cmdliner_docgen.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_docgen.cmi src/cmdliner_docgen.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_info.cmx src/cmdliner_info.ml - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_msg.ml > src/cmdliner_msg.ml.depends - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_msg.mli > src/cmdliner_msg.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_msg.cmi src/cmdliner_msg.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_docgen.cmx src/cmdliner_docgen.ml - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_cline.ml > src/cmdliner_cline.ml.depends - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_cline.mli > src/cmdliner_cline.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_cline.cmi src/cmdliner_cline.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_msg.cmx src/cmdliner_msg.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_suggest.cmx src/cmdliner_suggest.ml - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_arg.ml > src/cmdliner_arg.ml.depends - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_arg.mli > src/cmdliner_arg.mli.depends - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_term.mli > src/cmdliner_term.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_term.cmi src/cmdliner_term.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_arg.cmi src/cmdliner_arg.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_cline.cmx src/cmdliner_cline.ml - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner_term.ml > src/cmdliner_term.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_term.cmx src/cmdliner_term.ml - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner.ml > src/cmdliner.ml.depends - ocamlfind ocamldep -package bytes -package result -modules src/cmdliner.mli > src/cmdliner.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner.cmi src/cmdliner.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_arg.cmx src/cmdliner_arg.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner.cmx src/cmdliner.ml - ocamlfind ocamlopt -a -package bytes -package result src/cmdliner_suggest.cmx src/cmdliner_trie.cmx src/cmdliner_base.cmx src/cmdliner_manpage.cmx src/cmdliner_info.cmx src/cmdliner_docgen.cmx src/cmdliner_msg.cmx src/cmdliner_cline.cmx src/cmdliner_term.cmx src/cmdliner_arg.cmx src/cmdliner.cmx -o src/cmdliner.cmxa - ocamlfind ocamlopt -shared -package bytes -package result src/cmdliner.cmx -o src/cmdliner.cmxs - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_suggest.cmo src/cmdliner_suggest.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_trie.cmo src/cmdliner_trie.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -w -3 -package bytes -package result -I src -I test -o src/cmdliner_base.cmo src/cmdliner_base.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_manpage.cmo src/cmdliner_manpage.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_info.cmo src/cmdliner_info.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_docgen.cmo src/cmdliner_docgen.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_msg.cmo src/cmdliner_msg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_cline.cmo src/cmdliner_cline.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_arg.cmo src/cmdliner_arg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner_term.cmo src/cmdliner_term.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package result -I src -I test -o src/cmdliner.cmo src/cmdliner.ml - ocamlfind ocamlc -a -package bytes -package result src/cmdliner_suggest.cmo src/cmdliner_trie.cmo src/cmdliner_base.cmo src/cmdliner_manpage.cmo src/cmdliner_info.cmo src/cmdliner_docgen.cmo src/cmdliner_msg.cmo src/cmdliner_cline.cmo src/cmdliner_term.cmo src/cmdliner_arg.cmo src/cmdliner.cmo -o src/cmdliner.cma - # Parallel statistics: { count(total): 1(49), max: 11, min: 11, average(total): 11.000(1.204) } -> compiled cmdliner.1.0.2 Processing 58/78: [camlp4: make all] -> installed cmdliner.1.0.2 Processing 59/78: [camlp4: make all] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp4.4.02+7) - ocamlbuild -classic-display -no-ocamlfind `sh ./build/camlp4-byte-only.sh` - + echo camlp4/Camlp4.cmo camlp4/Camlp4Top.cmo camlp4/camlp4prof.byte camlp4/mkcamlp4.byte camlp4/camlp4.byte camlp4/camlp4fulllib.cma camlp4/camlp4boot.byte camlp4/camlp4boot.cma camlp4/camlp4r.byte camlp4/camlp4r.cma camlp4/camlp4rf.byte camlp4/camlp4rf.cma camlp4/camlp4o.byte camlp4/camlp4o.cma camlp4/camlp4of.byte camlp4/camlp4of.cma camlp4/camlp4oof.byte camlp4/camlp4oof.cma camlp4/camlp4orf.byte camlp4/camlp4orf.cma camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo - /home/opam/.opam/4.02/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild_config.ml myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/boot/camlp4boot.ml > camlp4/boot/camlp4boot.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/boot/Camlp4.ml > camlp4/boot/Camlp4.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/config/Camlp4_config.mli > camlp4/config/Camlp4_config.mli.depends - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/warnings.cmi camlp4/import/warnings.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/location.cmi camlp4/import/location.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/longident.cmi camlp4/import/longident.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/asttypes.cmi camlp4/import/asttypes.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/parsetree.cmi camlp4/import/parsetree.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/outcometree.cmi camlp4/import/outcometree.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/oprint.cmi camlp4/import/oprint.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/toploop.cmi camlp4/import/toploop.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/topdirs.cmi camlp4/import/topdirs.cmi - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmi camlp4/config/Camlp4_config.mli - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w a -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4/boot -o camlp4/boot/Camlp4.cmo camlp4/boot/Camlp4.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w a -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4/boot -o camlp4/boot/camlp4boot.cmo camlp4/boot/camlp4boot.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/config/Camlp4_config.ml > camlp4/config/Camlp4_config.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/config/gen_import.ml > camlp4/config/gen_import.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I +compiler-libs -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/gen_import.cmo camlp4/config/gen_import.ml - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma -g -I +compiler-libs ocamlcommon.cma camlp4/config/gen_import.cmo -o camlp4/config/gen_import.byte - camlp4/config/gen_import.byte /home/opam/.opam/4.02/lib/ocaml - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/config/Camlp4_import.ml > camlp4/config/Camlp4_import.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_import.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmo camlp4/config/Camlp4_config.ml - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma -g camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/boot/Camlp4.cmo camlp4/boot/camlp4boot.cmo -o camlp4/boot/camlp4boot.byte - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.mli > camlp4/Camlp4/Debug.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmi camlp4/Camlp4/Debug.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.ml > camlp4/Camlp4/Debug.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.mli > camlp4/Camlp4/ErrorHandler.mli.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Sig.ml > camlp4/Camlp4/Sig.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Sig.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmi camlp4/Camlp4/ErrorHandler.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.ml > camlp4/Camlp4/ErrorHandler.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Utils.mli > camlp4/Camlp4/Utils.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmi camlp4/Camlp4/Utils.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/OCamlInitSyntax.ml > camlp4/Camlp4/OCamlInitSyntax.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.mli > camlp4/Camlp4/Options.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmi camlp4/Camlp4/Options.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.ml > camlp4/Camlp4/Options.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.mli > camlp4/Camlp4/PreCast.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmi camlp4/Camlp4/PreCast.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.ml > camlp4/Camlp4/PreCast.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/OCamlInitSyntax.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.mli > camlp4/Camlp4/Printers/DumpCamlp4Ast.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmi camlp4/Camlp4/Printers/DumpCamlp4Ast.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.ml > camlp4/Camlp4/Printers/DumpCamlp4Ast.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.mli > camlp4/Camlp4/Printers/DumpOCamlAst.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmi camlp4/Camlp4/Printers/DumpOCamlAst.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.ml > camlp4/Camlp4/Printers/DumpOCamlAst.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/AstFilters.ml > camlp4/Camlp4/Struct/AstFilters.ml.depends - cp -p camlp4/boot/Camlp4Ast.ml camlp4/Camlp4/Struct/Camlp4Ast.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast.ml > camlp4/Camlp4/Struct/Camlp4Ast.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmi camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.mli > camlp4/Camlp4/Struct/Loc.mli.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.mli > camlp4/Camlp4/Struct/Token.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmi camlp4/Camlp4/Struct/Loc.mli - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmi camlp4/Camlp4/Struct/Token.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CleanAst.ml > camlp4/Camlp4/Struct/CleanAst.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.mli > camlp4/Camlp4/Struct/CommentFilter.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmi camlp4/Camlp4/Struct/CommentFilter.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.ml > camlp4/Camlp4/Struct/CommentFilter.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.mli > camlp4/Camlp4/Struct/DynLoader.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmi camlp4/Camlp4/Struct/DynLoader.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.ml > camlp4/Camlp4/Struct/DynLoader.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.mli > camlp4/Camlp4/Struct/EmptyError.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmi camlp4/Camlp4/Struct/EmptyError.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.ml > camlp4/Camlp4/Struct/EmptyError.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.mli > camlp4/Camlp4/Struct/EmptyPrinter.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmi camlp4/Camlp4/Struct/EmptyPrinter.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.ml > camlp4/Camlp4/Struct/EmptyPrinter.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.mli > camlp4/Camlp4/Struct/FreeVars.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmi camlp4/Camlp4/Struct/FreeVars.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.ml > camlp4/Camlp4/Struct/FreeVars.ml.depends - /home/opam/.opam/4.02/bin/ocamllex.opt -q camlp4/Camlp4/Struct/Lexer.mll - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/Camlp4/Struct/Lexer.ml > camlp4/Camlp4/Struct/Lexer.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.ml > camlp4/Camlp4/Struct/Loc.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Quotation.ml > camlp4/Camlp4/Struct/Quotation.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynAst.ml > camlp4/Camlp4/Struct/DynAst.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/DynAst.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.ml > camlp4/Camlp4/Struct/Token.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Delete.ml > camlp4/Camlp4/Struct/Grammar/Delete.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.mli > camlp4/Camlp4/Struct/Grammar/Parser.mli.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Structure.ml > camlp4/Camlp4/Struct/Grammar/Structure.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Structure.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.mli > camlp4/Camlp4/Struct/Grammar/Print.mli.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Tools.ml > camlp4/Camlp4/Struct/Grammar/Tools.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmi camlp4/Camlp4/Struct/Grammar/Parser.mli - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmi camlp4/Camlp4/Struct/Grammar/Print.mli - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Tools.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Dynamic.ml > camlp4/Camlp4/Struct/Grammar/Dynamic.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Delete.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Entry.ml > camlp4/Camlp4/Struct/Grammar/Entry.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.mli > camlp4/Camlp4/Struct/Grammar/Fold.mli.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Insert.ml > camlp4/Camlp4/Struct/Grammar/Insert.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Entry.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmi camlp4/Camlp4/Struct/Grammar/Fold.mli - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Insert.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Failed.ml > camlp4/Camlp4/Struct/Grammar/Failed.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Search.ml > camlp4/Camlp4/Struct/Grammar/Search.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Search.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Find.ml > camlp4/Camlp4/Struct/Grammar/Find.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.ml > camlp4/Camlp4/Struct/Grammar/Fold.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Failed.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.ml > camlp4/Camlp4/Struct/Grammar/Parser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.ml > camlp4/Camlp4/Struct/Grammar/Print.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Static.ml > camlp4/Camlp4/Struct/Grammar/Static.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Find.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Fold.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Parser.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Print.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Static.cmo camlp4/Camlp4/Struct/Grammar/Static.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/AstFilters.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Camlp4Ast.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CleanAst.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/CommentFilter.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/DynLoader.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyError.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/EmptyPrinter.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/FreeVars.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w a -I camlp4/import -warn-error A-3 -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/Lexer.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Loc.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Quotation.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Quotation.ml - File "camlp4/Camlp4/Struct/Quotation.ml", line 120, characters 15-22: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Token.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Token.ml - File "camlp4/Camlp4/Struct/Token.ml", line 94, characters 15-22: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Static.cmo -o camlp4/Camlp4/Struct/Grammar.cmo - /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Grammar.cmo -o camlp4/Camlp4/Struct.cmo - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.mli > camlp4/Camlp4/Printers/Null.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmi camlp4/Camlp4/Printers/Null.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.ml > camlp4/Camlp4/Printers/Null.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.mli > camlp4/Camlp4/Printers/OCaml.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmi camlp4/Camlp4/Printers/OCaml.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.ml > camlp4/Camlp4/Printers/OCaml.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.mli > camlp4/Camlp4/Printers/OCamlr.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmi camlp4/Camlp4/Printers/OCamlr.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.ml > camlp4/Camlp4/Printers/OCamlr.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpCamlp4Ast.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/DumpOCamlAst.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/Null.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCaml.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmo camlp4/Camlp4/Printers/OCamlr.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCamlr.cmo -o camlp4/Camlp4/Printers.cmo - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.mli > camlp4/Camlp4/Register.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmi camlp4/Camlp4/Register.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.ml > camlp4/Camlp4/Register.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Utils.ml > camlp4/Camlp4/Utils.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Debug.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/ErrorHandler.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/ErrorHandler.ml - File "camlp4/Camlp4/ErrorHandler.ml", line 168, characters 11-18: - Warning 3: deprecated: Format.bprintf - File "camlp4/Camlp4/ErrorHandler.ml", line 173, characters 11-18: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmo camlp4/Camlp4/Options.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmo camlp4/Camlp4/Options.ml - File "camlp4/Camlp4/Options.ml", line 184, characters 14-23: - Warning 3: deprecated: Sort.list - Use List.sort instead. - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/PreCast.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmo camlp4/Camlp4/Register.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmo camlp4/Camlp4/Utils.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Utils.cmo camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/Options.cmo camlp4/Camlp4/Struct.cmo camlp4/Camlp4/Printers.cmo camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/Register.cmo -o camlp4/Camlp4.cmo - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Top.ml > camlp4/Camlp4Top/Top.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Rprint.ml > camlp4/Camlp4Top/Rprint.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Top.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Rprint.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Rprint.cmo -o camlp4/Camlp4Top.cmo - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.mli > camlp4/camlp4prof.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmi camlp4/camlp4prof.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.ml > camlp4/camlp4prof.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmo camlp4/camlp4prof.ml - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma -g camlp4/camlp4prof.cmo -o camlp4/camlp4prof.byte - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/mkcamlp4.ml > camlp4/mkcamlp4.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/mkcamlp4.cmo camlp4/mkcamlp4.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/Camlp4.cmo -o camlp4/camlp4lib.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma -g camlp4/camlp4lib.cma camlp4/mkcamlp4.cmo -o camlp4/mkcamlp4.byte - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Bin.ml > camlp4/Camlp4Bin.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/Camlp4Bin.cmo camlp4/Camlp4Bin.ml - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Bin.cmo -o camlp4/camlp4.byte - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4AstLoader.ml > camlp4/Camlp4Parsers/Camlp4AstLoader.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4DebugParser.ml > camlp4/Camlp4Parsers/Camlp4DebugParser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4GrammarParser.ml > camlp4/Camlp4Parsers/Camlp4GrammarParser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4ListComprehension.ml > camlp4/Camlp4Parsers/Camlp4ListComprehension.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4MacroParser.ml > camlp4/Camlp4Parsers/Camlp4MacroParser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml > camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AstDumper.ml > camlp4/Camlp4Printers/Camlp4AstDumper.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AutoPrinter.ml > camlp4/Camlp4Printers/Camlp4AutoPrinter.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4NullDumper.ml > camlp4/Camlp4Printers/Camlp4NullDumper.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml > camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4AstLifter.ml > camlp4/Camlp4Filters/Camlp4AstLifter.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml > camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4FoldGenerator.ml > camlp4/Camlp4Filters/Camlp4FoldGenerator.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4LocationStripper.ml > camlp4/Camlp4Filters/Camlp4LocationStripper.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MapGenerator.ml > camlp4/Camlp4Filters/Camlp4MapGenerator.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MetaGenerator.ml > camlp4/Camlp4Filters/Camlp4MetaGenerator.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4Profiler.ml > camlp4/Camlp4Filters/Camlp4Profiler.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4TrashRemover.ml > camlp4/Camlp4Filters/Camlp4TrashRemover.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.ml - File "camlp4/Camlp4Parsers/Camlp4AstLoader.ml", line 35, characters 17-30: - Warning 3: deprecated: String.create - Use Bytes.create instead. - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.ml - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 38, characters 13-27: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AstDumper.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4NullDumper.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Profiler.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Profiler.ml - File "camlp4/Camlp4Filters/Camlp4Profiler.ml", line 58, characters 13-27: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/Camlp4.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Top.cmo -o camlp4/camlp4fulllib.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4boot.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4boot.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4r.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4r.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4rf.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4rf.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4o.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4o.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4of.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4of.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4oof.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4oof.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4orf.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4orf.cma - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml - ocamlbuild -classic-display -no-ocamlfind `sh ./build/camlp4-native-only.sh` - + echo camlp4/Camlp4.cmx camlp4/camlp4prof.native camlp4/mkcamlp4.native camlp4/camlp4.native camlp4/camlp4fulllib.cmxa camlp4/camlp4boot.native camlp4/camlp4r.native camlp4/camlp4rf.native camlp4/camlp4o.native camlp4/camlp4of.native camlp4/camlp4oof.native camlp4/camlp4orf.native camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.o camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.o camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.o camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AstDumper.o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.o camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4NullDumper.o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.o camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.o camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.o camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.o - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Sig.cmx camlp4/Camlp4/Sig.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmx camlp4/Camlp4/Utils.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/OCamlInitSyntax.cmx camlp4/Camlp4/OCamlInitSyntax.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_import.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmx camlp4/config/Camlp4_config.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/ErrorHandler.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/ErrorHandler.ml - File "camlp4/Camlp4/ErrorHandler.ml", line 168, characters 11-18: - Warning 3: deprecated: Format.bprintf - File "camlp4/Camlp4/ErrorHandler.ml", line 173, characters 11-18: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmx camlp4/Camlp4/Struct/Loc.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Token.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Token.ml - File "camlp4/Camlp4/Struct/Token.ml", line 94, characters 15-22: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynAst.cmx camlp4/Camlp4/Struct/DynAst.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Structure.cmx camlp4/Camlp4/Struct/Grammar/Structure.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmx camlp4/Camlp4/Struct/Grammar/Print.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Search.cmx camlp4/Camlp4/Struct/Grammar/Search.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Tools.cmx camlp4/Camlp4/Struct/Grammar/Tools.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Failed.cmx camlp4/Camlp4/Struct/Grammar/Failed.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmx camlp4/Camlp4/Struct/Grammar/Parser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Delete.cmx camlp4/Camlp4/Struct/Grammar/Delete.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Entry.cmx camlp4/Camlp4/Struct/Grammar/Entry.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmx camlp4/Camlp4/Struct/Grammar/Fold.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Insert.cmx camlp4/Camlp4/Struct/Grammar/Insert.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmx camlp4/Camlp4/Struct/Grammar/Dynamic.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Find.cmx camlp4/Camlp4/Struct/Grammar/Find.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Static.cmx camlp4/Camlp4/Struct/Grammar/Static.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/AstFilters.cmx camlp4/Camlp4/Struct/AstFilters.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast.cmx camlp4/Camlp4/Struct/Camlp4Ast.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmx camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CleanAst.cmx camlp4/Camlp4/Struct/CleanAst.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmx camlp4/Camlp4/Struct/CommentFilter.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmx camlp4/Camlp4/Struct/DynLoader.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmx camlp4/Camlp4/Struct/EmptyError.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmx camlp4/Camlp4/Struct/EmptyPrinter.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmx camlp4/Camlp4/Struct/FreeVars.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w a -I camlp4/import -warn-error A-3 -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Lexer.cmx camlp4/Camlp4/Struct/Lexer.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Quotation.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Quotation.ml - File "camlp4/Camlp4/Struct/Quotation.ml", line 120, characters 15-22: - Warning 3: deprecated: Format.bprintf - touch camlp4/Camlp4/Struct/Grammar.mli ; if /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -for-pack Camlp4.Struct -g -I camlp4/Camlp4/Struct/Grammar camlp4/Camlp4/Struct/Grammar/Structure.cmx camlp4/Camlp4/Struct/Grammar/Print.cmx camlp4/Camlp4/Struct/Grammar/Search.cmx camlp4/Camlp4/Struct/Grammar/Tools.cmx camlp4/Camlp4/Struct/Grammar/Failed.cmx camlp4/Camlp4/Struct/Grammar/Parser.cmx camlp4/Camlp4/Struct/Grammar/Delete.cmx camlp4/Camlp4/Struct/Grammar/Entry.cmx camlp4/Camlp4/Struct/Grammar/Fold.cmx camlp4/Camlp4/Struct/Grammar/Insert.cmx camlp4/Camlp4/Struct/Grammar/Dynamic.cmx camlp4/Camlp4/Struct/Grammar/Find.cmx camlp4/Camlp4/Struct/Grammar/Static.cmx -o camlp4/Camlp4/Struct/Grammar.cmx ; then rm -f camlp4/Camlp4/Struct/Grammar.mli ; else rm -f camlp4/Camlp4/Struct/Grammar.mli ; exit 1; fi - touch camlp4/Camlp4/Struct.mli ; if /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -for-pack Camlp4 -g -I camlp4/Camlp4/Struct camlp4/Camlp4/Struct/AstFilters.cmx camlp4/Camlp4/Struct/Camlp4Ast.cmx camlp4/Camlp4/Struct/Loc.cmx camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmx camlp4/Camlp4/Struct/CleanAst.cmx camlp4/Camlp4/Struct/CommentFilter.cmx camlp4/Camlp4/Struct/DynLoader.cmx camlp4/Camlp4/Struct/EmptyError.cmx camlp4/Camlp4/Struct/EmptyPrinter.cmx camlp4/Camlp4/Struct/FreeVars.cmx camlp4/Camlp4/Struct/Lexer.cmx camlp4/Camlp4/Struct/DynAst.cmx camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Grammar.cmx -o camlp4/Camlp4/Struct.cmx ; then rm -f camlp4/Camlp4/Struct.mli ; else rm -f camlp4/Camlp4/Struct.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmx camlp4/Camlp4/Options.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmx camlp4/Camlp4/Options.ml - File "camlp4/Camlp4/Options.ml", line 184, characters 14-23: - Warning 3: deprecated: Sort.list - Use List.sort instead. - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmx camlp4/Camlp4/Printers/OCaml.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmx camlp4/Camlp4/Printers/DumpCamlp4Ast.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmx camlp4/Camlp4/Printers/DumpOCamlAst.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmx camlp4/Camlp4/Printers/Null.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmx camlp4/Camlp4/Printers/OCamlr.ml - touch camlp4/Camlp4/Printers.mli ; if /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -for-pack Camlp4 -g -I camlp4/Camlp4/Printers camlp4/Camlp4/Printers/DumpCamlp4Ast.cmx camlp4/Camlp4/Printers/DumpOCamlAst.cmx camlp4/Camlp4/Printers/Null.cmx camlp4/Camlp4/Printers/OCaml.cmx camlp4/Camlp4/Printers/OCamlr.cmx -o camlp4/Camlp4/Printers.cmx ; then rm -f camlp4/Camlp4/Printers.mli ; else rm -f camlp4/Camlp4/Printers.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmx camlp4/Camlp4/PreCast.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmx camlp4/Camlp4/Debug.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmx camlp4/Camlp4/Register.ml - touch camlp4/Camlp4.mli ; if /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -g -I camlp4/Camlp4 camlp4/Camlp4/Debug.cmx camlp4/Camlp4/Sig.cmx camlp4/Camlp4/Utils.cmx camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/OCamlInitSyntax.cmx camlp4/Camlp4/Options.cmx camlp4/Camlp4/Struct.cmx camlp4/Camlp4/Printers.cmx camlp4/Camlp4/PreCast.cmx camlp4/Camlp4/Register.cmx -o camlp4/Camlp4.cmx ; then rm -f camlp4/Camlp4.mli ; else rm -f camlp4/Camlp4.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmx camlp4/camlp4prof.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4prof.cmx -o camlp4/camlp4prof.native - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/mkcamlp4.cmx camlp4/mkcamlp4.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -a camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_config.cmx camlp4/Camlp4.cmx -o camlp4/camlp4lib.cmxa - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa camlp4/mkcamlp4.cmx -o camlp4/mkcamlp4.native - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/Camlp4Bin.cmx camlp4/Camlp4Bin.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Bin.cmx -o camlp4/camlp4.native - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmx camlp4/Camlp4Top/Top.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Rprint.cmx camlp4/Camlp4Top/Rprint.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.ml - File "camlp4/Camlp4Parsers/Camlp4AstLoader.ml", line 35, characters 17-30: - Warning 3: deprecated: String.create - Use Bytes.create instead. - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.ml - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 38, characters 13-27: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AstDumper.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4NullDumper.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.ml - File "camlp4/Camlp4Filters/Camlp4Profiler.ml", line 58, characters 13-27: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.ml - touch camlp4/Camlp4Top.mli ; if /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -g -I camlp4/Camlp4Top camlp4/Camlp4Top/Top.cmx camlp4/Camlp4Top/Rprint.cmx -o camlp4/Camlp4Top.cmx ; then rm -f camlp4/Camlp4Top.mli ; else rm -f camlp4/Camlp4Top.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlopt.opt -a camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_config.cmx camlp4/Camlp4.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Top.cmx -o camlp4/camlp4fulllib.cmxa - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4boot.native - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4r.native - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4rf.native - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4o.native - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4of.native - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4oof.native - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4orf.native - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml -> compiled camlp4.4.02+7 Processing 60/78: [camlp4: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "install-META" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp4.4.02+7) - env DESTDIR= sh ./build/install.sh - Installing camlp4... - install binary /home/opam/.opam/4.02/bin/camlp4prof - install binary /home/opam/.opam/4.02/bin/mkcamlp4 - install binary /home/opam/.opam/4.02/bin/camlp4 - install binary /home/opam/.opam/4.02/bin/camlp4boot - install binary /home/opam/.opam/4.02/bin/camlp4o - install binary /home/opam/.opam/4.02/bin/camlp4of - install binary /home/opam/.opam/4.02/bin/camlp4oof - install binary /home/opam/.opam/4.02/bin/camlp4orf - install binary /home/opam/.opam/4.02/bin/camlp4r - install binary /home/opam/.opam/4.02/bin/camlp4rf - install binary /home/opam/.opam/4.02/bin/camlp4o.opt - install binary /home/opam/.opam/4.02/bin/camlp4of.opt - install binary /home/opam/.opam/4.02/bin/camlp4oof.opt - install binary /home/opam/.opam/4.02/bin/camlp4orf.opt - install binary /home/opam/.opam/4.02/bin/camlp4r.opt - install binary /home/opam/.opam/4.02/bin/camlp4rf.opt - Installing Camlp4Parsers... - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.o - Installing Camlp4Printers... - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o - Installing Camlp4Filters... - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.o - Installing Camlp4Top... - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Rprint.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Rprint.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Rprint.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Top.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Top.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Top.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Rprint.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Top.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4lib.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4lib.cmxa - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4fulllib.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4fulllib.cmxa - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4o.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4of.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4oof.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4orf.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4r.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4rf.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Bin.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Bin.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Bin.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Bin.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4_config.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4prof.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4prof.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4prof.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4prof.o - install library /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4lib.a - install library /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4fulllib.a - sed -e s/@@VERSION@@/"4.02.3"/g camlp4/META.in > camlp4/META - mkdir -p "/home/opam/.opam/4.02/lib"/camlp4/ - cp -f camlp4/META "/home/opam/.opam/4.02/lib"/camlp4/ -> installed camlp4.4.02+7 Processing 61/78: [type_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02/.opam-switch/build/type_conv.113.00.02) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - rm -f setup.cmx setup.cmi setup.o setup.obj setup.cmo - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02/bin/ocamlbuild - Package name: ........................................ type_conv - Package version: ..................................... 113.00.00 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.5 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - camlp4o: ............................................. /home/opam/.opam/4.02/bin/camlp4o - pkg_camlp4_quotations: ............................... /home/opam/.opam/4.02/lib/ocaml/camlp4 - pkg_camlp4_extend: ................................... /home/opam/.opam/4.02/lib/ocaml/camlp4 - - ./setup.exe -build - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -package camlp4.quotations -package camlp4.extend -modules src/pa_type_conv.mli > src/pa_type_conv.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -package camlp4.quotations -package camlp4.extend -I src -o src/pa_type_conv.cmi src/pa_type_conv.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -package camlp4.quotations -package camlp4.extend -modules src/pa_type_conv.ml > src/pa_type_conv.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -package camlp4.quotations -package camlp4.extend -I src -o src/pa_type_conv.cmo src/pa_type_conv.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -package camlp4.quotations -package camlp4.extend -I src -o src/pa_type_conv.cmo src/pa_type_conv.ml - File "src/pa_type_conv.ml", line 291, characters 6-20: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a src/pa_type_conv.cmo -o src/pa_type_conv.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -package camlp4.quotations -package camlp4.extend -I src -o src/pa_type_conv.cmx src/pa_type_conv.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -package camlp4.quotations -package camlp4.extend -I src -o src/pa_type_conv.cmx src/pa_type_conv.ml - File "src/pa_type_conv.ml", line 291, characters 6-20: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a src/pa_type_conv.cmx -o src/pa_type_conv.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared src/pa_type_conv.cmxa src/pa_type_conv.cmx -o src/pa_type_conv.cmxs -> compiled type_conv.113.00.02 Processing 62/78: [type_conv: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/type_conv.113.00.02) - ./setup.exe -install - Installed /home/opam/.opam/4.02/lib/type_conv/pa_type_conv.mli - Installed /home/opam/.opam/4.02/lib/type_conv/pa_type_conv.cma - Installed /home/opam/.opam/4.02/lib/type_conv/pa_type_conv.cmxa - Installed /home/opam/.opam/4.02/lib/type_conv/pa_type_conv.a - Installed /home/opam/.opam/4.02/lib/type_conv/pa_type_conv.cmxs - Installed /home/opam/.opam/4.02/lib/type_conv/pa_type_conv.cmi - Installed /home/opam/.opam/4.02/lib/type_conv/pa_type_conv.cmti - Installed /home/opam/.opam/4.02/lib/type_conv/pa_type_conv.cmt - Installed /home/opam/.opam/4.02/lib/type_conv/pa_type_conv.annot - Installed /home/opam/.opam/4.02/lib/type_conv/pa_type_conv.cmx - Installed /home/opam/.opam/4.02/lib/type_conv/META -> installed type_conv.113.00.02 Processing 63/78: [fieldslib: make] Processing 64/78: [fieldslib: make] [pa_sexp_conv: ./configure] Processing 65/78: [fieldslib: make] [pa_sexp_conv: ./configure] [sexplib: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" (CWD=/home/opam/.opam/4.02/.opam-switch/build/pa_sexp_conv.113.00.01) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02/bin/ocamlbuild - Package name: ........................................ pa_sexp_conv - Package version: ..................................... 113.00.01 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.5 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_camlp4_quotations: ............................... /home/opam/.opam/4.02/lib/ocaml/camlp4 - pkg_camlp4_extend: ................................... /home/opam/.opam/4.02/lib/ocaml/camlp4 - pkg_type_conv: ....................................... /home/opam/.opam/4.02/lib/type_conv - Processing 65/78: [fieldslib: make] [pa_sexp_conv: make] [sexplib: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--enable-syntax" (CWD=/home/opam/.opam/4.02/.opam-switch/build/sexplib.113.00.00) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02/bin/ocamlbuild - Package name: ........................................ sexplib - Package version: ..................................... 113.00.00 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.5 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Build the syntax extension: .......................... true - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bigarray: ........................................ /home/opam/.opam/4.02/lib/ocaml - pkg_num: ............................................. /home/opam/.opam/4.02/lib/num - pkg_unix: ............................................ /home/opam/.opam/4.02/lib/ocaml - pkg_camlp4_quotations: ............................... /home/opam/.opam/4.02/lib/ocaml/camlp4 - pkg_camlp4_extend: ................................... /home/opam/.opam/4.02/lib/ocaml/camlp4 - pkg_type_conv: ....................................... /home/opam/.opam/4.02/lib/type_conv - Processing 65/78: [fieldslib: make] [pa_sexp_conv: make] [sexplib: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02/.opam-switch/build/fieldslib.113.00.00) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - rm -f setup.cmx setup.cmi setup.o setup.obj setup.cmo - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02/bin/ocamlbuild - Package name: ........................................ fieldslib - Package version: ..................................... 113.00.00 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.5 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - camlp4o: ............................................. /home/opam/.opam/4.02/bin/camlp4o - pkg_camlp4_lib: ...................................... /home/opam/.opam/4.02/lib/ocaml/camlp4 - pkg_camlp4_quotations: ............................... /home/opam/.opam/4.02/lib/ocaml/camlp4 - pkg_type_conv: ....................................... /home/opam/.opam/4.02/lib/type_conv - - ./setup.exe -build - W: Cannot find source file matching module 'fieldslib' in library fieldslib - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -modules lib/field.mli > lib/field.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -o lib/field.cmi lib/field.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -modules lib/field.ml > lib/field.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -o lib/field.cmo lib/field.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -pack -g -annot -bin-annot lib/field.cmo -o lib/fieldslib.cmo - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a lib/fieldslib.cmo -o lib/fieldslib.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -for-pack Fieldslib -I lib -o lib/field.cmx lib/field.ml - touch lib/fieldslib.mli ; if /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I lib lib/field.cmx -o lib/fieldslib.cmx ; then rm -f lib/fieldslib.mli ; else rm -f lib/fieldslib.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a lib/fieldslib.cmx -o lib/fieldslib.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared lib/fieldslib.cmxa lib/fieldslib.cmx -o lib/fieldslib.cmxs - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package type_conv -package camlp4.quotations -package camlp4.lib -modules syntax/pa_fields_conv.mli > syntax/pa_fields_conv.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package type_conv -package camlp4.quotations -package camlp4.lib -I syntax -o syntax/pa_fields_conv.cmi syntax/pa_fields_conv.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -package type_conv -package camlp4.quotations -package camlp4.lib -modules syntax/pa_fields_conv.ml > syntax/pa_fields_conv.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -package type_conv -package camlp4.quotations -package camlp4.lib -I syntax -o syntax/pa_fields_conv.cmo syntax/pa_fields_conv.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a syntax/pa_fields_conv.cmo -o syntax/pa_fields_conv.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -package type_conv -package camlp4.quotations -package camlp4.lib -I syntax -o syntax/pa_fields_conv.cmx syntax/pa_fields_conv.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a syntax/pa_fields_conv.cmx -o syntax/pa_fields_conv.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared syntax/pa_fields_conv.cmxa syntax/pa_fields_conv.cmx -o syntax/pa_fields_conv.cmxs -> compiled fieldslib.113.00.00 Processing 65/78: [pa_sexp_conv: make] [sexplib: make] Processing 66/78: [pa_sexp_conv: make] [sexplib: make] [fieldslib: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/fieldslib.113.00.00) - ./setup.exe -install - Installed /home/opam/.opam/4.02/lib/fieldslib/field.mli - Installed /home/opam/.opam/4.02/lib/fieldslib/fieldslib.cmt - Installed /home/opam/.opam/4.02/lib/fieldslib/fieldslib.cmi - Installed /home/opam/.opam/4.02/lib/fieldslib/fieldslib.cma - Installed /home/opam/.opam/4.02/lib/fieldslib/fieldslib.cmxa - Installed /home/opam/.opam/4.02/lib/fieldslib/fieldslib.a - Installed /home/opam/.opam/4.02/lib/fieldslib/fieldslib.cmxs - Installed /home/opam/.opam/4.02/lib/fieldslib/field.cmti - Installed /home/opam/.opam/4.02/lib/fieldslib/field.cmt - Installed /home/opam/.opam/4.02/lib/fieldslib/field.annot - Installed /home/opam/.opam/4.02/lib/fieldslib/fieldslib.cmx - Installed /home/opam/.opam/4.02/lib/fieldslib/pa_fields_conv.mli - Installed /home/opam/.opam/4.02/lib/fieldslib/pa_fields_conv.cma - Installed /home/opam/.opam/4.02/lib/fieldslib/pa_fields_conv.cmxa - Installed /home/opam/.opam/4.02/lib/fieldslib/pa_fields_conv.a - Installed /home/opam/.opam/4.02/lib/fieldslib/pa_fields_conv.cmxs - Installed /home/opam/.opam/4.02/lib/fieldslib/pa_fields_conv.cmi - Installed /home/opam/.opam/4.02/lib/fieldslib/pa_fields_conv.cmti - Installed /home/opam/.opam/4.02/lib/fieldslib/pa_fields_conv.cmt - Installed /home/opam/.opam/4.02/lib/fieldslib/pa_fields_conv.annot - Installed /home/opam/.opam/4.02/lib/fieldslib/pa_fields_conv.cmx - Installed /home/opam/.opam/4.02/lib/fieldslib/META -> installed fieldslib.113.00.00 Processing 66/78: [pa_sexp_conv: make] [sexplib: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02/.opam-switch/build/pa_sexp_conv.113.00.01) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - rm -f setup.cmx setup.cmi setup.o setup.obj setup.cmo - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02/bin/ocamlbuild - Package name: ........................................ pa_sexp_conv - Package version: ..................................... 113.00.01 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.5 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_camlp4_quotations: ............................... /home/opam/.opam/4.02/lib/ocaml/camlp4 - pkg_camlp4_extend: ................................... /home/opam/.opam/4.02/lib/ocaml/camlp4 - pkg_type_conv: ....................................... /home/opam/.opam/4.02/lib/type_conv - - ./setup.exe -build - /home/opam/.opam/4.02/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -package camlp4.extend -package camlp4.quotations -package type_conv -modules syntax/pa_sexp_conv.mli > syntax/pa_sexp_conv.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -package camlp4.extend -package camlp4.quotations -package type_conv -I syntax -o syntax/pa_sexp_conv.cmi syntax/pa_sexp_conv.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -package camlp4.extend -package camlp4.quotations -package type_conv -syntax camlp4o -modules syntax/pa_sexp_conv.ml > syntax/pa_sexp_conv.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -package camlp4.extend -package camlp4.quotations -package type_conv -syntax camlp4o -I syntax -o syntax/pa_sexp_conv.cmo syntax/pa_sexp_conv.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a syntax/pa_sexp_conv.cmo -o syntax/pa_sexp_conv.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -package camlp4.extend -package camlp4.quotations -package type_conv -syntax camlp4o -I syntax -o syntax/pa_sexp_conv.cmx syntax/pa_sexp_conv.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a syntax/pa_sexp_conv.cmx -o syntax/pa_sexp_conv.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared syntax/pa_sexp_conv.cmxa syntax/pa_sexp_conv.cmx -o syntax/pa_sexp_conv.cmxs -> compiled pa_sexp_conv.113.00.01 Processing 66/78: [sexplib: make] Processing 67/78: [sexplib: make] [pa_sexp_conv: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/pa_sexp_conv.113.00.01) - ./setup.exe -install - Installed /home/opam/.opam/4.02/lib/pa_sexp_conv/pa_sexp_conv.mli - Installed /home/opam/.opam/4.02/lib/pa_sexp_conv/pa_sexp_conv.cma - Installed /home/opam/.opam/4.02/lib/pa_sexp_conv/pa_sexp_conv.cmxa - Installed /home/opam/.opam/4.02/lib/pa_sexp_conv/pa_sexp_conv.a - Installed /home/opam/.opam/4.02/lib/pa_sexp_conv/pa_sexp_conv.cmxs - Installed /home/opam/.opam/4.02/lib/pa_sexp_conv/pa_sexp_conv.cmi - Installed /home/opam/.opam/4.02/lib/pa_sexp_conv/pa_sexp_conv.cmti - Installed /home/opam/.opam/4.02/lib/pa_sexp_conv/pa_sexp_conv.cmt - Installed /home/opam/.opam/4.02/lib/pa_sexp_conv/pa_sexp_conv.annot - Installed /home/opam/.opam/4.02/lib/pa_sexp_conv/pa_sexp_conv.cmx - Installed /home/opam/.opam/4.02/lib/pa_sexp_conv/META -> installed pa_sexp_conv.113.00.01 Processing 67/78: [sexplib: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02/.opam-switch/build/sexplib.113.00.00) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - rm -f setup.cmx setup.cmi setup.o setup.obj setup.cmo - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02/bin/ocamlbuild - Package name: ........................................ sexplib - Package version: ..................................... 113.00.00 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.5 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Build the syntax extension: .......................... true - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bigarray: ........................................ /home/opam/.opam/4.02/lib/ocaml - pkg_num: ............................................. /home/opam/.opam/4.02/lib/num - pkg_unix: ............................................ /home/opam/.opam/4.02/lib/ocaml - pkg_camlp4_quotations: ............................... /home/opam/.opam/4.02/lib/ocaml/camlp4 - pkg_camlp4_extend: ................................... /home/opam/.opam/4.02/lib/ocaml/camlp4 - pkg_type_conv: ....................................... /home/opam/.opam/4.02/lib/type_conv - - ./setup.exe -build - W: Cannot find source file matching module 'sexplib_unix' in library sexplib_unix - W: Cannot find source file matching module 'sexplib_num' in library sexplib_num - W: Cannot find source file matching module 'sexplib' in library sexplib - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/conv.mli > lib/conv.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/sexp.mli > lib/sexp.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/sexp_intf.ml > lib/sexp_intf.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -pp 'cpp -undef -traditional -Isyntax -w' -package bigarray -modules lib/pre_sexp.ml > lib/pre_sexp.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/lexer.mli > lib/lexer.mli.depends - /home/opam/.opam/4.02/bin/ocamlyacc lib/parser.mly - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/parser.mli > lib/parser.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/type.ml > lib/type.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/type.cmo lib/type.ml - /home/opam/.opam/4.02/bin/ocamlyacc lib/parser_with_layout.mly - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/parser_with_layout.mli > lib/parser_with_layout.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/type_with_layout.mli > lib/type_with_layout.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/src_pos.mli > lib/src_pos.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/src_pos.cmi lib/src_pos.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/type_with_layout.cmi lib/type_with_layout.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/parser.cmi lib/parser.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/parser_with_layout.cmi lib/parser_with_layout.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/lexer.cmi lib/lexer.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -pp 'cpp -undef -traditional -Isyntax -w' -package bigarray -I lib -o lib/pre_sexp.cmo lib/pre_sexp.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -pp 'cpp -undef -traditional -Isyntax -w' -package bigarray -I lib -o lib/pre_sexp.cmo lib/pre_sexp.ml - File "lib/pre_sexp.ml", line 35, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 37, characters 2-16: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "lib/pre_sexp.ml", line 38, characters 2-23: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "lib/pre_sexp.ml", line 145, characters 2-16: - Warning 3: deprecated: Format.bprintf - File "lib/pre_sexp.ml", line 998, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 1001, characters 4-16: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "lib/pre_sexp.ml", line 1010, characters 52-65: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 1076, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 1077, characters 26-51: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "lib/pre_sexp.ml", line 1104, characters 52-65: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 1189, characters 44-57: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 1203, characters 28-41: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 1215, characters 32-45: - Warning 3: deprecated: String.create - Use Bytes.create instead. - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/sexp_intf.cmo lib/sexp_intf.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/sexp.cmi lib/sexp.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/conv.cmi lib/conv.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/conv.ml > lib/conv.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/conv_error.ml > lib/conv_error.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/exn_magic.mli > lib/exn_magic.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/exn_magic.cmi lib/exn_magic.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/exn_magic.ml > lib/exn_magic.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/macro.mli > lib/macro.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/macro.cmi lib/macro.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/macro.ml > lib/macro.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/path.mli > lib/path.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/path.cmi lib/path.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/path.ml > lib/path.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/sexp.ml > lib/sexp.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/sexp_with_layout.ml > lib/sexp_with_layout.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/sexp_with_layout.cmo lib/sexp_with_layout.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/src_pos.ml > lib/src_pos.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/std.ml > lib/std.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/type_with_layout.ml > lib/type_with_layout.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/parser.ml > lib/parser.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/parser_with_layout.ml > lib/parser_with_layout.ml.depends - /home/opam/.opam/4.02/bin/ocamllex.opt -q lib/lexer.mll - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -modules lib/lexer.ml > lib/lexer.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/conv.cmo lib/conv.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/conv.cmo lib/conv.ml - File "lib/conv.ml", line 95, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/conv.ml", line 96, characters 24-43: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "lib/conv.ml", line 308, characters 37-55: - Warning 3: deprecated: Lazy.lazy_from_val - Use Lazy.from_val instead. - File "lib/conv.ml", line 356, characters 16-28: - Warning 3: deprecated: Array.create - Use Array.make instead. - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/conv_error.cmo lib/conv_error.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/exn_magic.cmo lib/exn_magic.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/macro.cmo lib/macro.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/path.cmo lib/path.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/path.cmo lib/path.ml - File "lib/path.ml", line 77, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/path.ml", line 79, characters 16-29: - Warning 3: deprecated: String.set - Use Bytes.set instead. - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/sexp.cmo lib/sexp.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/src_pos.cmo lib/src_pos.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/std.cmo lib/std.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/type_with_layout.cmo lib/type_with_layout.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/parser.cmo lib/parser.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/parser_with_layout.cmo lib/parser_with_layout.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bigarray -I lib -o lib/lexer.cmo lib/lexer.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -pack -g -annot -bin-annot lib/type.cmo lib/parser.cmo lib/src_pos.cmo lib/type_with_layout.cmo lib/parser_with_layout.cmo lib/lexer.cmo lib/pre_sexp.cmo lib/sexp_intf.cmo lib/sexp_with_layout.cmo lib/sexp.cmo lib/conv.cmo lib/conv_error.cmo lib/exn_magic.cmo lib/macro.cmo lib/path.cmo lib/std.cmo -o lib/sexplib.cmo - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a lib/sexplib.cmo -o lib/sexplib.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/type.cmx lib/type.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/src_pos.cmx lib/src_pos.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/type_with_layout.cmx lib/type_with_layout.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/parser.cmx lib/parser.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/parser_with_layout.cmx lib/parser_with_layout.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/lexer.cmx lib/lexer.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -pp 'cpp -undef -traditional -Isyntax -w' -package bigarray -for-pack Sexplib -I lib -o lib/pre_sexp.cmx lib/pre_sexp.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -pp 'cpp -undef -traditional -Isyntax -w' -package bigarray -for-pack Sexplib -I lib -o lib/pre_sexp.cmx lib/pre_sexp.ml - File "lib/pre_sexp.ml", line 35, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 37, characters 2-16: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "lib/pre_sexp.ml", line 38, characters 2-23: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "lib/pre_sexp.ml", line 145, characters 2-16: - Warning 3: deprecated: Format.bprintf - File "lib/pre_sexp.ml", line 998, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 1001, characters 4-16: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "lib/pre_sexp.ml", line 1010, characters 52-65: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 1076, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 1077, characters 26-51: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "lib/pre_sexp.ml", line 1104, characters 52-65: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 1189, characters 44-57: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 1203, characters 28-41: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/pre_sexp.ml", line 1215, characters 32-45: - Warning 3: deprecated: String.create - Use Bytes.create instead. - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/sexp_with_layout.cmx lib/sexp_with_layout.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/sexp_intf.cmx lib/sexp_intf.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/sexp.cmx lib/sexp.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/conv.cmx lib/conv.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/conv.cmx lib/conv.ml - File "lib/conv.ml", line 95, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/conv.ml", line 96, characters 24-43: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "lib/conv.ml", line 308, characters 37-55: - Warning 3: deprecated: Lazy.lazy_from_val - Use Lazy.from_val instead. - File "lib/conv.ml", line 356, characters 16-28: - Warning 3: deprecated: Array.create - Use Array.make instead. - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/macro.cmx lib/macro.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/conv_error.cmx lib/conv_error.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/exn_magic.cmx lib/exn_magic.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/path.cmx lib/path.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/path.cmx lib/path.ml - File "lib/path.ml", line 77, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "lib/path.ml", line 79, characters 16-29: - Warning 3: deprecated: String.set - Use Bytes.set instead. - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bigarray -for-pack Sexplib -I lib -o lib/std.cmx lib/std.ml - touch lib/sexplib.mli ; if /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I lib lib/type.cmx lib/parser.cmx lib/src_pos.cmx lib/type_with_layout.cmx lib/parser_with_layout.cmx lib/lexer.cmx lib/pre_sexp.cmx lib/sexp_intf.cmx lib/sexp_with_layout.cmx lib/sexp.cmx lib/conv.cmx lib/conv_error.cmx lib/exn_magic.cmx lib/macro.cmx lib/path.cmx lib/std.cmx -o lib/sexplib.cmx ; then rm -f lib/sexplib.mli ; else rm -f lib/sexplib.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a lib/sexplib.cmx -o lib/sexplib.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared lib/sexplib.cmxa lib/sexplib.cmx -o lib/sexplib.cmxs - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package num -package bigarray -modules num/lib/sexplib_num_conv.mli > num/lib/sexplib_num_conv.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package num -package bigarray -I num/lib -I lib -o num/lib/sexplib_num_conv.cmi num/lib/sexplib_num_conv.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package num -package bigarray -modules num/lib/sexplib_num_conv.ml > num/lib/sexplib_num_conv.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package num -package bigarray -modules num/lib/std.ml > num/lib/std.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package num -package bigarray -I num/lib -I lib -o num/lib/sexplib_num_conv.cmo num/lib/sexplib_num_conv.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package num -package bigarray -I num/lib -I lib -o num/lib/std.cmo num/lib/std.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -pack -g -annot -bin-annot num/lib/sexplib_num_conv.cmo num/lib/std.cmo -o num/lib/sexplib_num.cmo - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a num/lib/sexplib_num.cmo -o num/lib/sexplib_num.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package num -package bigarray -for-pack Sexplib_num -I num/lib -I lib -o num/lib/sexplib_num_conv.cmx num/lib/sexplib_num_conv.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package num -package bigarray -for-pack Sexplib_num -I num/lib -I lib -o num/lib/sexplib_num_conv.cmx num/lib/sexplib_num_conv.ml - findlib: [WARNING] Interface std.cmi occurs in several directories: num/lib, lib - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package num -package bigarray -for-pack Sexplib_num -I num/lib -I lib -o num/lib/std.cmx num/lib/std.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package num -package bigarray -for-pack Sexplib_num -I num/lib -I lib -o num/lib/std.cmx num/lib/std.ml - findlib: [WARNING] Interface std.cmi occurs in several directories: num/lib, lib - touch num/lib/sexplib_num.mli ; if /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I num/lib num/lib/sexplib_num_conv.cmx num/lib/std.cmx -o num/lib/sexplib_num.cmx ; then rm -f num/lib/sexplib_num.mli ; else rm -f num/lib/sexplib_num.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a num/lib/sexplib_num.cmx -o num/lib/sexplib_num.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared num/lib/sexplib_num.cmxa num/lib/sexplib_num.cmx -o num/lib/sexplib_num.cmxs - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bigarray -package unix -modules unix/lib/sexplib_unix_conv.ml > unix/lib/sexplib_unix_conv.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package bigarray -package unix -I unix/lib -I lib -o unix/lib/sexplib_unix_conv.cmo unix/lib/sexplib_unix_conv.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -pack -g -annot -bin-annot unix/lib/sexplib_unix_conv.cmo -o unix/lib/sexplib_unix.cmo - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a unix/lib/sexplib_unix.cmo -o unix/lib/sexplib_unix.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package bigarray -package unix -for-pack Sexplib_unix -I unix/lib -I lib -o unix/lib/sexplib_unix_conv.cmx unix/lib/sexplib_unix_conv.ml - touch unix/lib/sexplib_unix.mli ; if /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I unix/lib unix/lib/sexplib_unix_conv.cmx -o unix/lib/sexplib_unix.cmx ; then rm -f unix/lib/sexplib_unix.mli ; else rm -f unix/lib/sexplib_unix.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a unix/lib/sexplib_unix.cmx -o unix/lib/sexplib_unix.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared unix/lib/sexplib_unix.cmxa unix/lib/sexplib_unix.cmx -o unix/lib/sexplib_unix.cmxs - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -package type_conv -package camlp4.quotations -package camlp4.extend -modules syntax/pa_sexp_conv.mli > syntax/pa_sexp_conv.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -package type_conv -package camlp4.quotations -package camlp4.extend -I syntax -o syntax/pa_sexp_conv.cmi syntax/pa_sexp_conv.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -syntax camlp4o -package type_conv -package camlp4.quotations -package camlp4.extend -modules syntax/pa_sexp_conv.ml > syntax/pa_sexp_conv.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -package type_conv -package camlp4.quotations -package camlp4.extend -I syntax -o syntax/pa_sexp_conv.cmo syntax/pa_sexp_conv.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a syntax/pa_sexp_conv.cmo -o syntax/pa_sexp_conv.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -syntax camlp4o -syntax camlp4o -package type_conv -package camlp4.quotations -package camlp4.extend -I syntax -o syntax/pa_sexp_conv.cmx syntax/pa_sexp_conv.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a syntax/pa_sexp_conv.cmx -o syntax/pa_sexp_conv.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared syntax/pa_sexp_conv.cmxa syntax/pa_sexp_conv.cmx -o syntax/pa_sexp_conv.cmxs - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -modules top/sexplib_install_printers.ml > top/sexplib_install_printers.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I +compiler-libs -I top -o top/sexplib_install_printers.cmo top/sexplib_install_printers.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I +compiler-libs -I top -o top/sexplib_install_printers.cmo top/sexplib_install_printers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a top/sexplib_install_printers.cmo -o top/sexplib_top.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I +compiler-libs -I top -o top/sexplib_install_printers.cmx top/sexplib_install_printers.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I +compiler-libs -I top -o top/sexplib_install_printers.cmx top/sexplib_install_printers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a top/sexplib_install_printers.cmx -o top/sexplib_top.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared top/sexplib_top.cmxa top/sexplib_install_printers.cmx -o top/sexplib_top.cmxs -> compiled sexplib.113.00.00 Processing 68/78: [sexplib: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/sexplib.113.00.00) - ./setup.exe -install - Installed /home/opam/.opam/4.02/lib/sexplib_unix/sexplib_unix_conv.ml - Installed /home/opam/.opam/4.02/lib/sexplib_unix/sexplib_unix.cmt - Installed /home/opam/.opam/4.02/lib/sexplib_unix/sexplib_unix.cmi - Installed /home/opam/.opam/4.02/lib/sexplib_unix/sexplib_unix.cma - Installed /home/opam/.opam/4.02/lib/sexplib_unix/sexplib_unix.cmxa - Installed /home/opam/.opam/4.02/lib/sexplib_unix/sexplib_unix.a - Installed /home/opam/.opam/4.02/lib/sexplib_unix/sexplib_unix.cmxs - Installed /home/opam/.opam/4.02/lib/sexplib_unix/sexplib_unix_conv.cmt - Installed /home/opam/.opam/4.02/lib/sexplib_unix/sexplib_unix_conv.annot - Installed /home/opam/.opam/4.02/lib/sexplib_unix/sexplib_unix.cmx - Installed /home/opam/.opam/4.02/lib/sexplib_unix/META - Installed /home/opam/.opam/4.02/lib/sexplib_num/sexplib_num_conv.mli - Installed /home/opam/.opam/4.02/lib/sexplib_num/std.ml - Installed /home/opam/.opam/4.02/lib/sexplib_num/sexplib_num.cmt - Installed /home/opam/.opam/4.02/lib/sexplib_num/sexplib_num.cmi - Installed /home/opam/.opam/4.02/lib/sexplib_num/sexplib_num.cma - Installed /home/opam/.opam/4.02/lib/sexplib_num/sexplib_num.cmxa - Installed /home/opam/.opam/4.02/lib/sexplib_num/sexplib_num.a - Installed /home/opam/.opam/4.02/lib/sexplib_num/sexplib_num.cmxs - Installed /home/opam/.opam/4.02/lib/sexplib_num/std.cmt - Installed /home/opam/.opam/4.02/lib/sexplib_num/std.annot - Installed /home/opam/.opam/4.02/lib/sexplib_num/sexplib_num_conv.cmti - Installed /home/opam/.opam/4.02/lib/sexplib_num/sexplib_num_conv.cmt - Installed /home/opam/.opam/4.02/lib/sexplib_num/sexplib_num_conv.annot - Installed /home/opam/.opam/4.02/lib/sexplib_num/sexplib_num.cmx - Installed /home/opam/.opam/4.02/lib/sexplib_num/META - W: Cannot find source header for module Parser in library sexplib - W: Cannot find source header for module Parser_with_layout in library sexplib - Installed /home/opam/.opam/4.02/lib/sexplib/conv.mli - Installed /home/opam/.opam/4.02/lib/sexplib/conv_error.ml - Installed /home/opam/.opam/4.02/lib/sexplib/exn_magic.mli - Installed /home/opam/.opam/4.02/lib/sexplib/macro.mli - Installed /home/opam/.opam/4.02/lib/sexplib/path.mli - Installed /home/opam/.opam/4.02/lib/sexplib/pre_sexp.ml - Installed /home/opam/.opam/4.02/lib/sexplib/sexp.mli - Installed /home/opam/.opam/4.02/lib/sexplib/sexp_intf.ml - Installed /home/opam/.opam/4.02/lib/sexplib/sexp_with_layout.ml - Installed /home/opam/.opam/4.02/lib/sexplib/src_pos.mli - Installed /home/opam/.opam/4.02/lib/sexplib/std.ml - Installed /home/opam/.opam/4.02/lib/sexplib/type.ml - Installed /home/opam/.opam/4.02/lib/sexplib/type_with_layout.mli - Installed /home/opam/.opam/4.02/lib/sexplib/lexer.mli - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib.cmi - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib.cma - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib.cmxa - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib.a - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib.cmxs - Installed /home/opam/.opam/4.02/lib/sexplib/lexer.cmti - Installed /home/opam/.opam/4.02/lib/sexplib/lexer.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/lexer.annot - Installed /home/opam/.opam/4.02/lib/sexplib/parser_with_layout.cmti - Installed /home/opam/.opam/4.02/lib/sexplib/parser_with_layout.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/parser_with_layout.annot - Installed /home/opam/.opam/4.02/lib/sexplib/parser.cmti - Installed /home/opam/.opam/4.02/lib/sexplib/parser.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/parser.annot - Installed /home/opam/.opam/4.02/lib/sexplib/type_with_layout.cmti - Installed /home/opam/.opam/4.02/lib/sexplib/type_with_layout.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/type_with_layout.annot - Installed /home/opam/.opam/4.02/lib/sexplib/type.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/type.annot - Installed /home/opam/.opam/4.02/lib/sexplib/std.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/std.annot - Installed /home/opam/.opam/4.02/lib/sexplib/src_pos.cmti - Installed /home/opam/.opam/4.02/lib/sexplib/src_pos.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/src_pos.annot - Installed /home/opam/.opam/4.02/lib/sexplib/sexp_with_layout.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/sexp_with_layout.annot - Installed /home/opam/.opam/4.02/lib/sexplib/sexp_intf.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/sexp_intf.annot - Installed /home/opam/.opam/4.02/lib/sexplib/sexp.cmti - Installed /home/opam/.opam/4.02/lib/sexplib/sexp.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/sexp.annot - Installed /home/opam/.opam/4.02/lib/sexplib/pre_sexp.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/pre_sexp.annot - Installed /home/opam/.opam/4.02/lib/sexplib/path.cmti - Installed /home/opam/.opam/4.02/lib/sexplib/path.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/path.annot - Installed /home/opam/.opam/4.02/lib/sexplib/macro.cmti - Installed /home/opam/.opam/4.02/lib/sexplib/macro.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/macro.annot - Installed /home/opam/.opam/4.02/lib/sexplib/exn_magic.cmti - Installed /home/opam/.opam/4.02/lib/sexplib/exn_magic.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/exn_magic.annot - Installed /home/opam/.opam/4.02/lib/sexplib/conv_error.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/conv_error.annot - Installed /home/opam/.opam/4.02/lib/sexplib/conv.cmti - Installed /home/opam/.opam/4.02/lib/sexplib/conv.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/conv.annot - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib.cmx - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib_install_printers.ml - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib_top.cma - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib_top.cmxa - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib_top.a - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib_top.cmxs - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib_install_printers.cmi - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib_install_printers.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib_install_printers.annot - Installed /home/opam/.opam/4.02/lib/sexplib/sexplib_install_printers.cmx - Installed /home/opam/.opam/4.02/lib/sexplib/pa_sexp_conv.mli - Installed /home/opam/.opam/4.02/lib/sexplib/pa_sexp_conv.cma - Installed /home/opam/.opam/4.02/lib/sexplib/pa_sexp_conv.cmxa - Installed /home/opam/.opam/4.02/lib/sexplib/pa_sexp_conv.a - Installed /home/opam/.opam/4.02/lib/sexplib/pa_sexp_conv.cmxs - Installed /home/opam/.opam/4.02/lib/sexplib/pa_sexp_conv.cmi - Installed /home/opam/.opam/4.02/lib/sexplib/pa_sexp_conv.cmti - Installed /home/opam/.opam/4.02/lib/sexplib/pa_sexp_conv.cmt - Installed /home/opam/.opam/4.02/lib/sexplib/pa_sexp_conv.annot - Installed /home/opam/.opam/4.02/lib/sexplib/pa_sexp_conv.cmx - Installed /home/opam/.opam/4.02/lib/sexplib/META -> installed sexplib.113.00.00 Processing 69/78: [cstruct: jbuilder build] Processing 70/78: [cstruct: jbuilder build] [ipaddr: ocaml setup.ml] Processing 71/78: [cstruct: jbuilder build] [ipaddr: ocaml setup.ml] [uri: ocaml setup.ml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "cstruct" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/cstruct.3.0.2) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "async/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "js/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib_test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lwt/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx_test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx_test/with-lwt/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx_test/with-sexp/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "unix/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled cstruct.3.0.2 Processing 71/78: [ipaddr: ocaml setup.ml] [uri: ocaml setup.ml] -> installed cstruct.3.0.2 Processing 72/78: [ipaddr: ocaml setup.ml] [uri: ocaml setup.ml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.02" "--disable-tests" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ipaddr.2.6.1) - File "setup.ml", line 247, characters 8-26: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "setup.ml", line 2502, characters 6-24: - Warning 3: deprecated: Lazy.lazy_from_fun - Use Lazy.from_fun instead. - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02/bin/ocamlbuild - Package name: ........................................ ipaddr - Package version: ..................................... 2.6.0 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.5 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - build the Unix library: .............................. true - build the toplevel printers: ......................... true - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bytes: ........................................... /home/opam/.opam/4.02/lib/bytes - pkg_sexplib: ......................................... /home/opam/.opam/4.02/lib/sexplib - pkg_sexplib_syntax: .................................. /home/opam/.opam/4.02/lib/sexplib - pkg_unix: ............................................ /home/opam/.opam/4.02/lib/ocaml - Processing 72/78: [ipaddr: make build] [uri: ocaml setup.ml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.02" "--disable-tests" (CWD=/home/opam/.opam/4.02/.opam-switch/build/uri.1.9.1) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02/bin/ocamlbuild - Package name: ........................................ uri - Package version: ..................................... 1.9.1 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.5 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - build the full services library: ..................... false - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_re_posix: ........................................ /home/opam/.opam/4.02/lib/re/posix - pkg_stringext: ....................................... /home/opam/.opam/4.02/lib/stringext - pkg_sexplib_syntax: .................................. /home/opam/.opam/4.02/lib/sexplib - pkg_sexplib: ......................................... /home/opam/.opam/4.02/lib/sexplib - pkg_compiler_libs_toplevel: .......................... /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamldoc: ............................................ /home/opam/.opam/4.02/bin/ocamldoc - + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "build" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ipaddr.2.6.1) - ocaml setup.ml -build - File "setup.ml", line 247, characters 8-26: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "setup.ml", line 2502, characters 6-24: - Warning 3: deprecated: Lazy.lazy_from_fun - Use Lazy.from_fun instead. - /home/opam/.opam/4.02/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -modules lib/ipaddr.mli > lib/ipaddr.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -modules lib/macaddr.mli > lib/macaddr.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -principal -I lib -w @f@p@u@s@40 -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -I lib -o lib/macaddr.cmi lib/macaddr.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -principal -I lib -w @f@p@u@s@40 -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -I lib -o lib/ipaddr.cmi lib/ipaddr.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -modules lib/ipaddr.ml > lib/ipaddr.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -modules lib/macaddr.ml > lib/macaddr.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -principal -I lib -w @f@p@u@s@40 -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -I lib -o lib/ipaddr.cmo lib/ipaddr.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -principal -I lib -w @f@p@u@s@40 -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -I lib -o lib/macaddr.cmo lib/macaddr.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a -w @f@p@u@s@40 lib/macaddr.cmo lib/ipaddr.cmo -o lib/ipaddr.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -principal -I lib -w @f@p@u@s@40 -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -I lib -o lib/macaddr.cmx lib/macaddr.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -principal -I lib -w @f@p@u@s@40 -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -I lib -o lib/ipaddr.cmx lib/ipaddr.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a -w @f@p@u@s@40 lib/macaddr.cmx lib/ipaddr.cmx -o lib/ipaddr.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared lib/ipaddr.cmxa lib/macaddr.cmx lib/ipaddr.cmx -o lib/ipaddr.cmxs - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -modules lib/ipaddr_unix.mli > lib/ipaddr_unix.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -principal -I lib -w @f@p@u@s@40 -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -I lib -o lib/ipaddr_unix.cmi lib/ipaddr_unix.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -modules lib/ipaddr_unix.ml > lib/ipaddr_unix.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -principal -I lib -w @f@p@u@s@40 -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -I lib -o lib/ipaddr_unix.cmo lib/ipaddr_unix.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a lib/ipaddr_unix.cmo -o lib/ipaddr_unix.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -principal -I lib -w @f@p@u@s@40 -package bytes -package sexplib -syntax camlp4o -package sexplib.syntax -package unix -I lib -o lib/ipaddr_unix.cmx lib/ipaddr_unix.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a lib/ipaddr_unix.cmx -o lib/ipaddr_unix.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared lib/ipaddr_unix.cmxa lib/ipaddr_unix.cmx -o lib/ipaddr_unix.cmxs - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -modules top/ipaddr_top.ml > top/ipaddr_top.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -principal -I +compiler-libs -I top -o top/ipaddr_top.cmo top/ipaddr_top.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -principal -I +compiler-libs -I top -o top/ipaddr_top.cmo top/ipaddr_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a top/ipaddr_top.cmo -o top/ipaddr_top.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -principal -I +compiler-libs -I top -o top/ipaddr_top.cmx top/ipaddr_top.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -principal -I +compiler-libs -I top -o top/ipaddr_top.cmx top/ipaddr_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a top/ipaddr_top.cmx -o top/ipaddr_top.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared top/ipaddr_top.cmxa top/ipaddr_top.cmx -o top/ipaddr_top.cmxs -> compiled ipaddr.2.6.1 Processing 72/78: [uri: ocaml setup.ml] Processing 73/78: [uri: ocaml setup.ml] [ipaddr: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-build" (CWD=/home/opam/.opam/4.02/.opam-switch/build/uri.1.9.1) - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -modules lib/uri.mli > lib/uri.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -I lib -o lib/uri.cmi lib/uri.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -modules lib/uri.ml > lib/uri.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -modules lib/uri_re.mli > lib/uri_re.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -I lib -o lib/uri_re.cmi lib/uri_re.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -modules lib/uri_re.ml > lib/uri_re.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -I lib -o lib/uri.cmo lib/uri.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -I lib -o lib/uri.cmo lib/uri.ml - File "lib/uri.ml", line 606, characters 32-38: - Warning 3: deprecated: Re.get - Use Group.get - File "lib/uri.ml", line 611, characters 34-40: - Warning 3: deprecated: Re.get - Use Group.get - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -I lib -o lib/uri_re.cmo lib/uri_re.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a lib/uri_re.cmo lib/uri.cmo -o lib/uri.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -I lib -o lib/uri_re.cmx lib/uri_re.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -I lib -o lib/uri.cmx lib/uri.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -I lib -o lib/uri.cmx lib/uri.ml - File "lib/uri.ml", line 606, characters 32-38: - Warning 3: deprecated: Re.get - Use Group.get - File "lib/uri.ml", line 611, characters 34-40: - Warning 3: deprecated: Re.get - Use Group.get - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a lib/uri_re.cmx lib/uri.cmx -o lib/uri.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared lib/uri.cmxa lib/uri_re.cmx lib/uri.cmx -o lib/uri.cmxs - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -modules lib/uri_services.mli > lib/uri_services.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -I lib -o lib/uri_services.cmi lib/uri_services.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -modules lib/uri_services.ml > lib/uri_services.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -I lib -o lib/uri_services.cmo lib/uri_services.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a lib/uri_services.cmo -o lib/services.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -syntax camlp4o -package stringext -package sexplib.syntax -package sexplib -package re.posix -I lib -o lib/uri_services.cmx lib/uri_services.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a lib/uri_services.cmx -o lib/services.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared lib/services.cmxa lib/uri_services.cmx -o lib/services.cmxs - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package compiler-libs.toplevel -modules top/uri_top.ml > top/uri_top.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -I top -o top/uri_top.cmo top/uri_top.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -I top -o top/uri_top.cmo top/uri_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a top/uri_top.cmo -o top/uri_top.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -I top -o top/uri_top.cmx top/uri_top.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -I top -o top/uri_top.cmx top/uri_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a top/uri_top.cmx -o top/uri_top.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared top/uri_top.cmxa top/uri_top.cmx -o top/uri_top.cmxs -> compiled uri.1.9.1 Processing 73/78: [ipaddr: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ipaddr.2.6.1) - ocaml setup.ml -install - File "setup.ml", line 247, characters 8-26: - Warning 3: deprecated: String.set - Use Bytes.set instead. - File "setup.ml", line 2502, characters 6-24: - Warning 3: deprecated: Lazy.lazy_from_fun - Use Lazy.from_fun instead. - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr.mli - Installed /home/opam/.opam/4.02/lib/ipaddr/macaddr.mli - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr.cma - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr.cmxa - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr.a - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr.cmxs - Installed /home/opam/.opam/4.02/lib/ipaddr/macaddr.cmi - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr.cmi - Installed /home/opam/.opam/4.02/lib/ipaddr/macaddr.cmx - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr.cmx - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_unix.mli - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_unix.cma - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_unix.cmxa - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_unix.a - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_unix.cmxs - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_unix.cmi - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_unix.cmx - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_top.ml - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_top.cma - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_top.cmxa - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_top.a - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_top.cmxs - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_top.cmi - Installed /home/opam/.opam/4.02/lib/ipaddr/ipaddr_top.cmx - Installed /home/opam/.opam/4.02/lib/ipaddr/META -> installed ipaddr.2.6.1 Processing 74/78: [uri: ocaml setup.ml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "ocaml" "setup.ml" "-install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/uri.1.9.1) - Installed /home/opam/.opam/4.02/lib/uri/uri.mli - Installed /home/opam/.opam/4.02/lib/uri/uri_re.mli - Installed /home/opam/.opam/4.02/lib/uri/uri.cma - Installed /home/opam/.opam/4.02/lib/uri/uri.cmxa - Installed /home/opam/.opam/4.02/lib/uri/uri.a - Installed /home/opam/.opam/4.02/lib/uri/uri.cmxs - Installed /home/opam/.opam/4.02/lib/uri/uri_re.cmi - Installed /home/opam/.opam/4.02/lib/uri/uri_re.cmti - Installed /home/opam/.opam/4.02/lib/uri/uri_re.cmt - Installed /home/opam/.opam/4.02/lib/uri/uri_re.annot - Installed /home/opam/.opam/4.02/lib/uri/uri.cmi - Installed /home/opam/.opam/4.02/lib/uri/uri.cmti - Installed /home/opam/.opam/4.02/lib/uri/uri.cmt - Installed /home/opam/.opam/4.02/lib/uri/uri.annot - Installed /home/opam/.opam/4.02/lib/uri/uri_re.cmx - Installed /home/opam/.opam/4.02/lib/uri/uri.cmx - Installed /home/opam/.opam/4.02/lib/uri/uri_top.ml - Installed /home/opam/.opam/4.02/lib/uri/uri_top.cma - Installed /home/opam/.opam/4.02/lib/uri/uri_top.cmxa - Installed /home/opam/.opam/4.02/lib/uri/uri_top.a - Installed /home/opam/.opam/4.02/lib/uri/uri_top.cmxs - Installed /home/opam/.opam/4.02/lib/uri/uri_top.cmi - Installed /home/opam/.opam/4.02/lib/uri/uri_top.cmt - Installed /home/opam/.opam/4.02/lib/uri/uri_top.annot - Installed /home/opam/.opam/4.02/lib/uri/uri_top.cmx - Installed /home/opam/.opam/4.02/lib/uri/uri_services.mli - Installed /home/opam/.opam/4.02/lib/uri/services.cma - Installed /home/opam/.opam/4.02/lib/uri/services.cmxa - Installed /home/opam/.opam/4.02/lib/uri/services.a - Installed /home/opam/.opam/4.02/lib/uri/services.cmxs - Installed /home/opam/.opam/4.02/lib/uri/uri_services.cmi - Installed /home/opam/.opam/4.02/lib/uri/uri_services.cmti - Installed /home/opam/.opam/4.02/lib/uri/uri_services.cmt - Installed /home/opam/.opam/4.02/lib/uri/uri_services.annot - Installed /home/opam/.opam/4.02/lib/uri/uri_services.cmx - Installed /home/opam/.opam/4.02/lib/uri/META -> installed uri.1.9.1 Processing 75/78: [conduit: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conduit.0.11.0) - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - ocamlfind ocamldep -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -modules lib/conduit.ml > lib/conduit.ml.depends - ocamlfind ocamldep -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -modules lib/conduit.mli > lib/conduit.mli.depends - ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/conduit.cmi lib/conduit.mli - + ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/conduit.cmi lib/conduit.mli - findlib: [WARNING] Interface pa_sexp_conv.cmi occurs in several directories: /home/opam/.opam/4.02/lib/pa_sexp_conv, /home/opam/.opam/4.02/lib/sexplib - ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/conduit.cmx lib/conduit.ml - + ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/conduit.cmx lib/conduit.ml - findlib: [WARNING] Interface pa_sexp_conv.cmi occurs in several directories: /home/opam/.opam/4.02/lib/pa_sexp_conv, /home/opam/.opam/4.02/lib/sexplib - ocamlfind ocamlopt -shared -thread -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro lib/conduit.cmx -o lib/conduit.cmxs - + ocamlfind ocamlopt -shared -thread -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro lib/conduit.cmx -o lib/conduit.cmxs - findlib: [WARNING] Interface pa_sexp_conv.cmi occurs in several directories: /home/opam/.opam/4.02/lib/pa_sexp_conv, /home/opam/.opam/4.02/lib/sexplib - ocamlfind ocamldep -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -modules lib/conduit_trie.mli > lib/conduit_trie.mli.depends - ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/conduit_trie.cmi lib/conduit_trie.mli - + ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/conduit_trie.cmi lib/conduit_trie.mli - findlib: [WARNING] Interface pa_sexp_conv.cmi occurs in several directories: /home/opam/.opam/4.02/lib/pa_sexp_conv, /home/opam/.opam/4.02/lib/sexplib - ocamlfind ocamldep -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -modules lib/conduit_trie.ml > lib/conduit_trie.ml.depends - ocamlfind ocamldep -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -modules lib/resolver.mli > lib/resolver.mli.depends - ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/resolver.cmi lib/resolver.mli - + ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/resolver.cmi lib/resolver.mli - findlib: [WARNING] Interface pa_sexp_conv.cmi occurs in several directories: /home/opam/.opam/4.02/lib/pa_sexp_conv, /home/opam/.opam/4.02/lib/sexplib - ocamlfind ocamldep -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -modules lib/resolver.ml > lib/resolver.ml.depends - ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/conduit.cmo lib/conduit.ml - ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/conduit_trie.cmo lib/conduit_trie.ml - + ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/conduit.cmo lib/conduit.ml - findlib: [WARNING] Interface pa_sexp_conv.cmi occurs in several directories: /home/opam/.opam/4.02/lib/pa_sexp_conv, /home/opam/.opam/4.02/lib/sexplib - ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/resolver.cmo lib/resolver.ml - + ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/conduit_trie.cmo lib/conduit_trie.ml - findlib: [WARNING] Interface pa_sexp_conv.cmi occurs in several directories: /home/opam/.opam/4.02/lib/pa_sexp_conv, /home/opam/.opam/4.02/lib/sexplib - + ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/resolver.cmo lib/resolver.ml - findlib: [WARNING] Interface pa_sexp_conv.cmi occurs in several directories: /home/opam/.opam/4.02/lib/pa_sexp_conv, /home/opam/.opam/4.02/lib/sexplib - ocamlfind ocamlc -a -thread -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro lib/conduit.cmo lib/conduit_trie.cmo lib/resolver.cmo -o lib/conduit.cma - + ocamlfind ocamlc -a -thread -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro lib/conduit.cmo lib/conduit_trie.cmo lib/resolver.cmo -o lib/conduit.cma - findlib: [WARNING] Interface pa_sexp_conv.cmi occurs in several directories: /home/opam/.opam/4.02/lib/pa_sexp_conv, /home/opam/.opam/4.02/lib/sexplib - ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/conduit_trie.cmx lib/conduit_trie.ml - + ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/conduit_trie.cmx lib/conduit_trie.ml - findlib: [WARNING] Interface pa_sexp_conv.cmi occurs in several directories: /home/opam/.opam/4.02/lib/pa_sexp_conv, /home/opam/.opam/4.02/lib/sexplib - ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/resolver.cmx lib/resolver.ml - + ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -annot -bin-annot -short-paths -principal -thread -strict-sequence -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro -I lib -o lib/resolver.cmx lib/resolver.ml - findlib: [WARNING] Interface pa_sexp_conv.cmi occurs in several directories: /home/opam/.opam/4.02/lib/pa_sexp_conv, /home/opam/.opam/4.02/lib/sexplib - ocamlfind ocamlopt -a -thread -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro lib/conduit.cmx lib/conduit_trie.cmx lib/resolver.cmx -o lib/conduit.cmxa - + ocamlfind ocamlopt -a -thread -syntax camlp4o -package stringext -package uri -package cstruct -package ipaddr -package sexplib -package pa_sexp_conv -package camlp4.macro lib/conduit.cmx lib/conduit_trie.cmx lib/resolver.cmx -o lib/conduit.cmxa - findlib: [WARNING] Interface pa_sexp_conv.cmi occurs in several directories: /home/opam/.opam/4.02/lib/pa_sexp_conv, /home/opam/.opam/4.02/lib/sexplib - # Parallel statistics: { count(total): 1(17), max: 3, min: 3, average(total): 3.000(1.118) } -> compiled conduit.0.11.0 Processing 76/78: [conduit: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conduit.0.11.0) - # No parallelism done - ocamlfind: [WARNING] No such file: /home/opam/.opam/4.02/lib/conduit/META - Installed /home/opam/.opam/4.02/lib/conduit/intro.html - Installed /home/opam/.opam/4.02/lib/conduit/resolver.o - Installed /home/opam/.opam/4.02/lib/conduit/resolver.mli - Installed /home/opam/.opam/4.02/lib/conduit/resolver.cmx - Installed /home/opam/.opam/4.02/lib/conduit/resolver.cmti - Installed /home/opam/.opam/4.02/lib/conduit/resolver.cmt - Installed /home/opam/.opam/4.02/lib/conduit/resolver.cmo - Installed /home/opam/.opam/4.02/lib/conduit/resolver.cmi - Installed /home/opam/.opam/4.02/lib/conduit/conduit_trie.o - Installed /home/opam/.opam/4.02/lib/conduit/conduit_trie.mli - Installed /home/opam/.opam/4.02/lib/conduit/conduit_trie.cmx - Installed /home/opam/.opam/4.02/lib/conduit/conduit_trie.cmti - Installed /home/opam/.opam/4.02/lib/conduit/conduit_trie.cmt - Installed /home/opam/.opam/4.02/lib/conduit/conduit_trie.cmo - Installed /home/opam/.opam/4.02/lib/conduit/conduit_trie.cmi - Installed /home/opam/.opam/4.02/lib/conduit/conduit.o - Installed /home/opam/.opam/4.02/lib/conduit/conduit.mli - Installed /home/opam/.opam/4.02/lib/conduit/conduit.cmxs - Installed /home/opam/.opam/4.02/lib/conduit/conduit.cmxa - Installed /home/opam/.opam/4.02/lib/conduit/conduit.cmx - Installed /home/opam/.opam/4.02/lib/conduit/conduit.cmti - Installed /home/opam/.opam/4.02/lib/conduit/conduit.cmt - Installed /home/opam/.opam/4.02/lib/conduit/conduit.cmo - Installed /home/opam/.opam/4.02/lib/conduit/conduit.cmi - Installed /home/opam/.opam/4.02/lib/conduit/conduit.cma - Installed /home/opam/.opam/4.02/lib/conduit/conduit.a - Installed /home/opam/.opam/4.02/lib/conduit/META -> installed conduit.0.11.0 Processing 77/78: [cohttp: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "PREFIX=/home/opam/.opam/4.02" (CWD=/home/opam/.opam/4.02/.opam-switch/build/cohttp.0.17.0) - ocamlopt.opt -o setup.bin setup.ml 2>/dev/null || ocamlopt -o setup.bin setup.ml 2>/dev/null || ocamlc -o setup.bin setup.ml - rm -f setup.cmx setup.cmi setup.o setup.cmo - ./setup.bin -configure --prefix /home/opam/.opam/4.02 - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02/bin/ocamlbuild - Package name: ........................................ cohttp - Package version: ..................................... 0.17.0 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.5 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - build the Lwt library: ............................... false - build the Lwt-unix library: .......................... false - build the Core/Async library: ........................ false - build the Javascript XHR client library: ............. false - run the internet-using tests: ........................ false - build the async s3 example: .......................... false - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_re_emacs: ........................................ /home/opam/.opam/4.02/lib/re/emacs - pkg_stringext: ....................................... /home/opam/.opam/4.02/lib/stringext - pkg_uri: ............................................. /home/opam/.opam/4.02/lib/uri - pkg_uri_services: .................................... /home/opam/.opam/4.02/lib/uri - pkg_fieldslib: ....................................... /home/opam/.opam/4.02/lib/fieldslib - pkg_fieldslib_syntax: ................................ /home/opam/.opam/4.02/lib/fieldslib - pkg_sexplib: ......................................... /home/opam/.opam/4.02/lib/sexplib - pkg_sexplib_syntax: .................................. /home/opam/.opam/4.02/lib/sexplib - pkg_bytes: ........................................... /home/opam/.opam/4.02/lib/bytes - pkg_base64: .......................................... /home/opam/.opam/4.02/lib/base64 - ocamldoc: ............................................ /home/opam/.opam/4.02/bin/ocamldoc - - ./setup.bin -build -classic-display - W: Cannot find source file matching module 'cohttp' in library cohttp - /home/opam/.opam/4.02/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - File "_tags", line 58, characters 17-32: - Warning: the tag "pkg_js_of_ocaml" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 59, characters 17-39: - Warning: the tag "pkg_js_of_ocaml.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 60, characters 17-24: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 61, characters 17-31: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 72, characters 20-29: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 75, characters 20-37: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 91, characters 18-38: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 94, characters 18-25: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 95, characters 18-32: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 96, characters 18-30: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 98, characters 18-27: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 112, characters 38-58: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 115, characters 38-45: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 116, characters 38-52: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 117, characters 38-50: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 119, characters 38-47: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 132, characters 44-53: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 135, characters 44-61: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 139, characters 44-53: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 155, characters 38-47: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 165, characters 38-50: - Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 170, characters 38-47: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 184, characters 39-48: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 194, characters 39-51: - Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 197, characters 39-59: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 200, characters 39-46: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 201, characters 39-53: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 202, characters 39-51: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 204, characters 39-48: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 215, characters 23-35: - Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 220, characters 46-66: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 223, characters 46-53: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 224, characters 46-60: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 225, characters 46-58: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 241, characters 57-77: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 244, characters 57-64: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 245, characters 57-71: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 246, characters 57-69: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 262, characters 50-70: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 265, characters 50-57: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 266, characters 50-64: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 267, characters 50-62: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 283, characters 46-66: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 286, characters 46-53: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 287, characters 46-60: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 288, characters 46-58: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 304, characters 49-69: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 307, characters 49-56: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 308, characters 49-63: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 309, characters 49-61: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 325, characters 57-77: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 328, characters 57-64: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 329, characters 57-71: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 330, characters 57-69: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 344, characters 41-50: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 347, characters 41-58: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 351, characters 41-50: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 363, characters 48-57: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 366, characters 48-65: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 370, characters 48-57: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 382, characters 51-60: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 385, characters 51-68: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 389, characters 51-60: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 401, characters 48-57: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 404, characters 48-65: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 408, characters 48-57: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 418, characters 23-32: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 419, characters 23-40: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 424, characters 41-50: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 427, characters 41-58: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 442, characters 39-48: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 445, characters 39-56: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 458, characters 18-27: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 459, characters 18-35: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 467, characters 39-59: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 470, characters 39-46: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 471, characters 39-53: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 472, characters 39-51: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 489, characters 38-58: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 492, characters 38-45: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 493, characters 38-52: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 494, characters 38-50: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 511, characters 37-57: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 514, characters 37-44: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 515, characters 37-51: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 516, characters 37-49: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 531, characters 18-38: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 534, characters 18-25: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 535, characters 18-32: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 536, characters 18-30: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 550, characters 44-53: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 553, characters 44-61: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 568, characters 38-47: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 571, characters 38-55: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 576, characters 38-50: - Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 587, characters 29-41: - Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 594, characters 26-41: - Warning: the tag "pkg_js_of_ocaml" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 595, characters 26-48: - Warning: the tag "pkg_js_of_ocaml.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 596, characters 26-33: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 597, characters 26-40: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 607, characters 23-38: - Warning: the tag "pkg_js_of_ocaml" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 608, characters 23-45: - Warning: the tag "pkg_js_of_ocaml.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 612, characters 45-54: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 615, characters 45-62: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 628, characters 29-38: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 631, characters 29-46: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 648, characters 38-58: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 651, characters 38-45: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 652, characters 38-52: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 653, characters 38-50: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 655, characters 38-47: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 669, characters 23-43: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 672, characters 23-30: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 673, characters 23-37: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 674, characters 23-35: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 676, characters 23-32: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/s.mli > lib/s.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/code.mli > lib/code.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/header.mli > lib/header.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/accept.mli > lib/accept.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/accept_types.ml > lib/accept_types.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept_types.cmo lib/accept_types.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/auth.mli > lib/auth.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/link.mli > lib/link.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/transfer.mli > lib/transfer.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept.cmi lib/accept.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/auth.cmi lib/auth.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/link.cmi lib/link.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/transfer.cmi lib/transfer.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/code.cmi lib/code.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/header.cmi lib/header.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/s.cmi lib/s.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/code.ml > lib/code.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/header.ml > lib/header.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/conf.mli > lib/conf.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/conf.cmi lib/conf.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/cookie.mli > lib/cookie.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/cookie.cmi lib/cookie.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/cookie.ml > lib/cookie.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/request.mli > lib/request.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/request.cmi lib/request.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/request.ml > lib/request.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/header_io.mli > lib/header_io.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/transfer_io.mli > lib/transfer_io.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/header_io.cmi lib/header_io.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/transfer_io.cmi lib/transfer_io.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/response.mli > lib/response.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/response.cmi lib/response.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/response.ml > lib/response.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/transfer.ml > lib/transfer.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/accept.ml > lib/accept.ml.depends - /home/opam/.opam/4.02/bin/ocamllex.opt -q lib/accept_lexer.mll - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/accept_lexer.ml > lib/accept_lexer.ml.depends - /home/opam/.opam/4.02/bin/ocamlyacc lib/accept_parser.mly - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/accept_parser.mli > lib/accept_parser.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept_parser.cmi lib/accept_parser.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept_lexer.cmo lib/accept_lexer.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/accept_parser.ml > lib/accept_parser.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/link.ml > lib/link.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/auth.ml > lib/auth.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/header_io.ml > lib/header_io.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/transfer_io.ml > lib/transfer_io.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/connection.mli > lib/connection.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/connection.cmi lib/connection.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/connection.ml > lib/connection.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/body.mli > lib/body.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/body.cmi lib/body.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/body.ml > lib/body.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/string_io.mli > lib/string_io.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/string_io.cmi lib/string_io.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/string_io.ml > lib/string_io.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -modules lib/conf.ml > lib/conf.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/code.cmo lib/code.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/header.cmo lib/header.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/header.cmo lib/header.ml - File "lib/header.ml", line 156, characters 24-34: - Warning 3: deprecated: Re.get_ofs - Use Group.offset - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/cookie.cmo lib/cookie.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/request.cmo lib/request.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/response.cmo lib/response.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/transfer.cmo lib/transfer.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept.cmo lib/accept.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/accept_parser.cmo lib/accept_parser.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/link.cmo lib/link.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/auth.cmo lib/auth.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/header_io.cmo lib/header_io.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/transfer_io.cmo lib/transfer_io.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/connection.cmo lib/connection.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/body.cmo lib/body.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/string_io.cmo lib/string_io.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/conf.cmo lib/conf.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -pack -g -annot -bin-annot lib/code.cmo lib/accept_types.cmo lib/accept_parser.cmo lib/accept_lexer.cmo lib/accept.cmo lib/auth.cmo lib/conf.cmo lib/link.cmo lib/transfer.cmo lib/header.cmo lib/s.cmi lib/cookie.cmo lib/transfer_io.cmo lib/header_io.cmo lib/request.cmo lib/response.cmo lib/connection.cmo lib/body.cmo lib/string_io.cmo -o lib/cohttp.cmo - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a lib/cohttp.cmo -o lib/cohttp.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/accept_types.cmx lib/accept_types.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/accept_parser.cmx lib/accept_parser.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/accept_lexer.cmx lib/accept_lexer.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/accept.cmx lib/accept.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/auth.cmx lib/auth.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/conf.cmx lib/conf.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/link.cmx lib/link.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/transfer.cmx lib/transfer.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/header.cmx lib/header.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/header.cmx lib/header.ml - File "lib/header.ml", line 156, characters 24-34: - Warning 3: deprecated: Re.get_ofs - Use Group.offset - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/code.cmx lib/code.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/transfer_io.cmx lib/transfer_io.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/header_io.cmx lib/header_io.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/cookie.cmx lib/cookie.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/request.cmx lib/request.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/response.cmx lib/response.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/connection.cmx lib/connection.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/body.cmx lib/body.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -principal -strict-sequence -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -w @5@8@10@11@12@14@23@24@26@29 -for-pack Cohttp -I lib -o lib/string_io.cmx lib/string_io.ml - touch lib/cohttp.mli ; if /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I lib lib/code.cmx lib/accept_types.cmx lib/accept_parser.cmx lib/accept_lexer.cmx lib/accept.cmx lib/auth.cmx lib/conf.cmx lib/link.cmx lib/transfer.cmx lib/header.cmx lib/s.cmi lib/cookie.cmx lib/transfer_io.cmx lib/header_io.cmx lib/request.cmx lib/response.cmx lib/connection.cmx lib/body.cmx lib/string_io.cmx -o lib/cohttp.cmx ; then rm -f lib/cohttp.mli ; else rm -f lib/cohttp.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a lib/cohttp.cmx -o lib/cohttp.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared lib/cohttp.cmxa lib/cohttp.cmx -o lib/cohttp.cmxs - ./setup.bin -test - W: Tests are turned off, consider enabling with 'ocaml setup.ml -configure --enable-tests' - ./setup.bin -doc - File "_tags", line 58, characters 17-32: - Warning: the tag "pkg_js_of_ocaml" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 59, characters 17-39: - Warning: the tag "pkg_js_of_ocaml.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 60, characters 17-24: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 61, characters 17-31: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 72, characters 20-29: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 75, characters 20-37: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 91, characters 18-38: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 94, characters 18-25: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 95, characters 18-32: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 96, characters 18-30: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 98, characters 18-27: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 112, characters 38-58: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 115, characters 38-45: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 116, characters 38-52: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 117, characters 38-50: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 119, characters 38-47: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 132, characters 44-53: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 135, characters 44-61: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 139, characters 44-53: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 155, characters 38-47: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 165, characters 38-50: - Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 170, characters 38-47: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 184, characters 39-48: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 194, characters 39-51: - Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 197, characters 39-59: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 200, characters 39-46: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 201, characters 39-53: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 202, characters 39-51: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 204, characters 39-48: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 215, characters 23-35: - Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 220, characters 46-66: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 223, characters 46-53: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 224, characters 46-60: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 225, characters 46-58: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 241, characters 57-77: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 244, characters 57-64: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 245, characters 57-71: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 246, characters 57-69: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 262, characters 50-70: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 265, characters 50-57: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 266, characters 50-64: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 267, characters 50-62: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 283, characters 46-66: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 286, characters 46-53: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 287, characters 46-60: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 288, characters 46-58: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 304, characters 49-69: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 307, characters 49-56: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 308, characters 49-63: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 309, characters 49-61: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 325, characters 57-77: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 328, characters 57-64: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 329, characters 57-71: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 330, characters 57-69: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 344, characters 41-50: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 347, characters 41-58: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 351, characters 41-50: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 363, characters 48-57: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 366, characters 48-65: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 370, characters 48-57: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 382, characters 51-60: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 385, characters 51-68: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 389, characters 51-60: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 401, characters 48-57: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 404, characters 48-65: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 408, characters 48-57: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 418, characters 23-32: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 419, characters 23-40: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 424, characters 41-50: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 427, characters 41-58: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 442, characters 39-48: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 445, characters 39-56: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 458, characters 18-27: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 459, characters 18-35: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 467, characters 39-59: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 470, characters 39-46: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 471, characters 39-53: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 472, characters 39-51: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 489, characters 38-58: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 492, characters 38-45: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 493, characters 38-52: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 494, characters 38-50: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 511, characters 37-57: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 514, characters 37-44: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 515, characters 37-51: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 516, characters 37-49: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 531, characters 18-38: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 534, characters 18-25: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 535, characters 18-32: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 536, characters 18-30: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 550, characters 44-53: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 553, characters 44-61: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 568, characters 38-47: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 571, characters 38-55: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 576, characters 38-50: - Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 587, characters 29-41: - Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 594, characters 26-41: - Warning: the tag "pkg_js_of_ocaml" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 595, characters 26-48: - Warning: the tag "pkg_js_of_ocaml.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 596, characters 26-33: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 597, characters 26-40: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 607, characters 23-38: - Warning: the tag "pkg_js_of_ocaml" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 608, characters 23-45: - Warning: the tag "pkg_js_of_ocaml.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 612, characters 45-54: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 615, characters 45-62: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 628, characters 29-38: - Warning: the tag "pkg_async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 631, characters 29-46: - Warning: the tag "pkg_conduit.async" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 648, characters 38-58: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 651, characters 38-45: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 652, characters 38-52: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 653, characters 38-50: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 655, characters 38-47: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 669, characters 23-43: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 672, characters 23-30: - Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 673, characters 23-37: - Warning: the tag "pkg_lwt.syntax" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 674, characters 23-35: - Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 676, characters 23-32: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/s.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/s.mli - + /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/s.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/s.mli - Warning: Element None not found - Warning: Element None not found - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/code.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/code.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/header.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/header.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/cookie.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/cookie.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/request.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/request.mli - + /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/request.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/request.mli - Warning: Module type S.Http_io not found - Warning: Module type S.Http_io not found - Warning: Module or module type S.Request not found - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/response.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/response.mli - + /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/response.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/response.mli - Warning: Module type S.Http_io not found - Warning: Module type S.Http_io not found - Warning: Module or module type S.Response not found - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/transfer.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/transfer.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/accept.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/accept.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/accept_parser.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/accept_parser.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/accept_lexer.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/accept_lexer.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/accept_types.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/accept_types.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/accept_types.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/accept_types.ml - Warning: Element Accept not found - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/link.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/link.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/auth.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/auth.mli - + /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/auth.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/auth.mli - Warning: Element Header.add_authorization_req not found - Warning: Element Header.add_authorization_req not found - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/header_io.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/header_io.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/transfer_io.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/transfer_io.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/connection.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/connection.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/body.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/body.mli - + /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/body.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/body.mli - Warning: Module or module type S.Body not found - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/string_io.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/string_io.mli - + /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/string_io.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/string_io.mli - Warning: Module type S.IO not found - Warning: Module type S.IO not found - Warning: Element Buffer.t not found - Warning: Element Buffer.t not found - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -dump lib/conf.odoc -package base64 -package bytes -package fieldslib -syntax camlp4o -package fieldslib.syntax -package re.emacs -package sexplib -syntax camlp4o -package sexplib.syntax -package stringext -package uri -package uri.services -I lib lib/conf.mli - rm -rf lib/cohttp.docdir - mkdir -p lib/cohttp.docdir - /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -load lib/s.odoc -load lib/code.odoc -load lib/header.odoc -load lib/cookie.odoc -load lib/request.odoc -load lib/response.odoc -load lib/transfer.odoc -load lib/accept.odoc -load lib/accept_parser.odoc -load lib/accept_lexer.odoc -load lib/accept_types.odoc -load lib/link.odoc -load lib/auth.odoc -load lib/header_io.odoc -load lib/transfer_io.odoc -load lib/connection.odoc -load lib/body.odoc -load lib/string_io.odoc -load lib/conf.odoc -html -d lib/cohttp.docdir - + /home/opam/.opam/4.02/bin/ocamlfind ocamldoc -load lib/s.odoc -load lib/code.odoc -load lib/header.odoc -load lib/cookie.odoc -load lib/request.odoc -load lib/response.odoc -load lib/transfer.odoc -load lib/accept.odoc -load lib/accept_parser.odoc -load lib/accept_lexer.odoc -load lib/accept_types.odoc -load lib/link.odoc -load lib/auth.odoc -load lib/header_io.odoc -load lib/transfer_io.odoc -load lib/connection.odoc -load lib/body.odoc -load lib/string_io.odoc -load lib/conf.odoc -html -d lib/cohttp.docdir - Warning: Element None not found - Warning: Element None not found - Warning: Element Buffer.t not found - Warning: Element Buffer.t not found -> compiled cohttp.0.17.0 Processing 78/78: [cohttp: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "PREFIX=/home/opam/.opam/4.02" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/cohttp.0.17.0) - ./setup.bin -install - W: Cannot find source header for module Accept_parser in library cohttp - W: Cannot find source header for module Accept_lexer in library cohttp - Installed /home/opam/.opam/4.02/lib/cohttp/s.mli - Installed /home/opam/.opam/4.02/lib/cohttp/code.mli - Installed /home/opam/.opam/4.02/lib/cohttp/header.mli - Installed /home/opam/.opam/4.02/lib/cohttp/cookie.mli - Installed /home/opam/.opam/4.02/lib/cohttp/request.mli - Installed /home/opam/.opam/4.02/lib/cohttp/response.mli - Installed /home/opam/.opam/4.02/lib/cohttp/transfer.mli - Installed /home/opam/.opam/4.02/lib/cohttp/accept.mli - Installed /home/opam/.opam/4.02/lib/cohttp/accept_types.ml - Installed /home/opam/.opam/4.02/lib/cohttp/link.mli - Installed /home/opam/.opam/4.02/lib/cohttp/auth.mli - Installed /home/opam/.opam/4.02/lib/cohttp/header_io.mli - Installed /home/opam/.opam/4.02/lib/cohttp/transfer_io.mli - Installed /home/opam/.opam/4.02/lib/cohttp/connection.mli - Installed /home/opam/.opam/4.02/lib/cohttp/body.mli - Installed /home/opam/.opam/4.02/lib/cohttp/string_io.mli - Installed /home/opam/.opam/4.02/lib/cohttp/conf.mli - Installed /home/opam/.opam/4.02/lib/cohttp/cohttp.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/cohttp.cmi - Installed /home/opam/.opam/4.02/lib/cohttp/cohttp.cma - Installed /home/opam/.opam/4.02/lib/cohttp/cohttp.cmxa - Installed /home/opam/.opam/4.02/lib/cohttp/cohttp.a - Installed /home/opam/.opam/4.02/lib/cohttp/cohttp.cmxs - Installed /home/opam/.opam/4.02/lib/cohttp/conf.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/conf.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/conf.annot - Installed /home/opam/.opam/4.02/lib/cohttp/string_io.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/string_io.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/string_io.annot - Installed /home/opam/.opam/4.02/lib/cohttp/body.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/body.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/body.annot - Installed /home/opam/.opam/4.02/lib/cohttp/connection.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/connection.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/connection.annot - Installed /home/opam/.opam/4.02/lib/cohttp/transfer_io.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/transfer_io.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/transfer_io.annot - Installed /home/opam/.opam/4.02/lib/cohttp/header_io.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/header_io.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/header_io.annot - Installed /home/opam/.opam/4.02/lib/cohttp/auth.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/auth.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/auth.annot - Installed /home/opam/.opam/4.02/lib/cohttp/link.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/link.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/link.annot - Installed /home/opam/.opam/4.02/lib/cohttp/accept_types.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/accept_types.annot - Installed /home/opam/.opam/4.02/lib/cohttp/accept_lexer.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/accept_lexer.annot - Installed /home/opam/.opam/4.02/lib/cohttp/accept_parser.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/accept_parser.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/accept_parser.annot - Installed /home/opam/.opam/4.02/lib/cohttp/accept.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/accept.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/accept.annot - Installed /home/opam/.opam/4.02/lib/cohttp/transfer.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/transfer.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/transfer.annot - Installed /home/opam/.opam/4.02/lib/cohttp/response.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/response.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/response.annot - Installed /home/opam/.opam/4.02/lib/cohttp/request.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/request.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/request.annot - Installed /home/opam/.opam/4.02/lib/cohttp/cookie.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/cookie.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/cookie.annot - Installed /home/opam/.opam/4.02/lib/cohttp/header.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/header.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/header.annot - Installed /home/opam/.opam/4.02/lib/cohttp/code.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/code.cmt - Installed /home/opam/.opam/4.02/lib/cohttp/code.annot - Installed /home/opam/.opam/4.02/lib/cohttp/s.cmti - Installed /home/opam/.opam/4.02/lib/cohttp/cohttp.cmx - Installed /home/opam/.opam/4.02/lib/cohttp/META -> installed cohttp.0.17.0 Done. <><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><> => Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead. # Run eval $(opam env) to update the current shell environment 2022-11-02 21:12.56 ---> saved as "2f51762d7fb2ed70ffc0c9a50a45c9642b5b6803bc49e4a05f8704aca833f98d" Job succeeded