Building on m1-c.ocamllabs.io (from ocaml/opam:debian-unstable) WARNING: Error loading config file: .dockercfg: $HOME is not defined Unable to find image 'ocaml/opam:debian-unstable' locally debian-unstable: Pulling from ocaml/opam Digest: sha256:a32e554d37007cabaf12da2261dad1c6890fb793357d4499f39865f3c85d81ab Status: Downloaded newer image for ocaml/opam:debian-unstable 2021-08-01 05:04.34 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam")) 2021-08-01 05:04.34 ---> using "4d29eb3e0b7cd69a97ed90837671d5ca38aa41e2fb94346298af500378eca6fa" from cache /: (run (network host) (shell "rm -rf ~/opam-repository && git clone -q 'git://github.com/ocaml/opam-repository.git' ~/opam-repository && git -C ~/opam-repository checkout -q dc616c8e8f4fbb597c8d985759c011843bd8d228")) 2021-08-01 05:04.34 ---> using "f3b349b4832fe4ba25cc9f1ea64f48876b564abfb61bc999b750f08d4ef74287" 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: [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc. ~/.profile is already up-to-date. 2021-08-01 05:04.34 ---> using "8588e75136f02e0c6d2464bfebbd09a8842c0ffae7e348ed5944f9bde1f9567c" from cache /: (run (network host) (shell "git clone -q 'git://github.com/ocaml/ocaml-beta-repository.git' ~/'beta' && git -C ~/'beta' checkout -q 79aeeadd813bdae424ab53f882f08bee0a4e0b89")) 2021-08-01 05:04.34 ---> using "c60bafa2b18ea3b22658dc9b9f1043626ddc2c26a64489ff51b7ee1bb702a75a" from cache /: (run (shell "opam repository add --dont-select 'beta' ~/'beta'")) [beta] Initialised 2021-08-01 05:04.34 ---> using "272307276676ee47575394483d05ff426dbc1b5a2bbbf953ba050dc7a88c600a" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=beta,default 4.02.3")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "4.02.3"} | "ocaml-system" {= "4.02.3"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> retrieved ocaml-base-compiler.4.02.3 (cached) -> installed ocaml-base-compiler.4.02.3 -> installed ocaml-config.1 -> installed ocaml.4.02.3 -> installed base-ocamlbuild.base Done. # Run eval $(opam env --switch=4.02.3) to update the current shell environment 2021-08-01 05:04.34 ---> using "879cb788a7487d6b47b05b9fb7c341239ba0634a7fa8b56a082d5049f021c3da" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [165 kB] - Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2021-07-31-2001.47-F-2021-07-22-2001.46.pdiff [62.6 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2021-07-31-2001.47-F-2021-07-22-2001.46.pdiff [62.6 kB] - Fetched 291 kB in 3s (104 kB/s) - Reading package lists... - 2021-08-01 05:04.34 ---> using "64131b13db0ba750a1f6e413859ab0f68253f63040d636c31bf989c3d5208702" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install -y ocaml-secondary-compiler")) The following actions will be performed: - install ocaml-secondary-compiler 4.08.1-1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-secondary-compiler.4.08.1-1 (cached) -> installed ocaml-secondary-compiler.4.08.1-1 Done. # Run eval $(opam env) to update the current shell environment 2021-08-01 05:04.34 ---> using "a8e4827e70853ef0f298d0b5d499c9b34f6089b99443534e856a4eddcd78743b" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"abt.0.0.3\"\ \nopam install -vy \"abt.0.0.3\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"abt.0.0.3\" | grep -q '\"debian-unstable\"'; then\ \n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\ \n exit 69\ \n fi\ \nfi\ \n\ \n\ \nexit $res\ \n")) Nothing to do. [NOTE] abt.0.0.3 is not installed. The following actions will be performed: - install ocamlfind 1.9.1 [required by abt] - install dune 1.11.4 [required by re] - install ocamlbuild 0 [required by abt] - remove ocaml-secondary-compiler 4.08.1-1 - install conf-which 1 [required by camlp4] - install ppx_tools 5.0+4.02.0 [required by ppx_bench, ppx_assert, ppx_expect] - install seq 0.2.2 [required by re] - install result 1.5 [required by core_kernel] - install ppx_derivers 1.2.1 [required by ppx_deriving] - install cppo 1.6.7 [required by ppx_deriving] - install js-build-tools 113.33.04 [required by core_kernel] - install camlp4 4.02+7 [required by abt] - install re 1.9.0 [required by ppx_expect] - install ocaml-migrate-parsetree 1.5.0 [required by ppx_deriving] - install variantslib 113.33.03 [required by core_kernel] - install typerep 113.33.03 [required by core_kernel] - install sexplib 113.33.03 [required by core_kernel] - install ppx_core 113.33.03 [required by ppx_bench, ppx_assert, ppx_expect] - install fieldslib 113.33.03 [required by core_kernel] - install bin_prot 113.33.03 [required by core_kernel] - install ppxfind 1.3 [required by ppx_deriving] - install ppx_optcomp 113.33.03 [required by ppx_driver] - install ppx_deriving 4.5 [required by ppx_type_conv] - install ppx_driver 113.33.04 [required by core_kernel] - install ppx_type_conv 113.33.03 [required by ppx_assert] - install ppx_pipebang 113.33.03 [required by ppx_jane] - install ppx_let 113.33.03 [required by ppx_jane] - install ppx_inline_test 113.33.03 [required by core_kernel] - install ppx_here 113.33.03 [required by ppx_assert, ppx_jane] - install ppx_variants_conv 113.33.03 [required by ppx_expect, ppx_jane] - install ppx_typerep_conv 113.33.03 [required by ppx_jane] - install ppx_sexp_conv 113.33.03 [required by ppx_expect, ppx_assert, ppx_jane] - install ppx_fields_conv 113.33.03 [required by ppx_expect, ppx_jane] - install ppx_enumerate 113.33.03 [required by ppx_jane] - install ppx_compare 113.33.03 [required by ppx_expect, ppx_assert, ppx_jane] - install ppx_bin_prot 113.33.03 [required by ppx_jane] - install ppx_bench 113.33.03 [required by core_kernel] - install ppx_fail 113.33.03 [required by ppx_jane] - install ppx_sexp_value 113.33.03 [required by ppx_jane] - install ppx_sexp_message 113.33.03 [required by ppx_jane] - install ppx_custom_printf 113.33.03 [required by ppx_expect, ppx_jane] - install ppx_assert 113.33.03 [required by core_kernel] - install ppx_expect 113.33.03 [required by core_kernel] - install ppx_jane 113.33.03 [required by core_kernel] - install core_kernel 113.33.03 [required by abt] - install abt 0.0.3 ===== 45 to install | 1 to remove ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> removed ocaml-secondary-compiler.4.08.1-1 Processing 2/136: [abt.0.0.3: http] Processing 3/136: [abt.0.0.3: http] Processing 4/136: [abt.0.0.3: http] -> retrieved bin_prot.113.33.03 (cached) Processing 5/136: [abt.0.0.3: http] Processing 6/136: [abt.0.0.3: http] Processing 7/136: [abt.0.0.3: http] [conf-which: which which] Processing 7/136: [conf-which: which which] -> retrieved camlp4.4.02+7 (cached) Processing 8/136: [conf-which: which which] -> retrieved core_kernel.113.33.03 (cached) Processing 9/136: [conf-which: which which] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "which" "which" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/conf-which.1) - /usr/bin/which - /usr/bin/which -> compiled conf-which.1 Processing 9/136: -> installed conf-which.1 Processing 10/136: -> retrieved abt.0.0.3 (https://github.com/ayberkt/abt/archive/v0.0.3.zip) Processing 11/136: -> retrieved cppo.1.6.7 (cached) Processing 12/136: -> retrieved fieldslib.113.33.03 (cached) Processing 13/136: -> retrieved js-build-tools.113.33.04 (cached) Processing 14/136: Processing 15/136: Processing 16/136: -> installed ocamlbuild.0 Processing 17/136: [camlp4: patch] applying termux.patch Processing 18/136: [camlp4: patch] -> retrieved ocamlfind.1.9.1 (cached) Processing 19/136: [camlp4: patch] Processing 20/136: [camlp4: patch] [ocamlfind: ./configure] -> retrieved ocaml-migrate-parsetree.1.5.0 (cached) Processing 21/136: [camlp4: patch] [ocamlfind: ./configure] [camlp4: patch] applying f0ea53725465260556832398096cef8d3f20b49d.patch -> retrieved ppx_assert.113.33.03 (cached) Processing 22/136: [camlp4: patch] [ocamlfind: ./configure] -> retrieved ppx_bench.113.33.03 (cached) Processing 23/136: [camlp4: patch] [ocamlfind: ./configure] Processing 23/136: [camlp4: ./configure] [ocamlfind: ./configure] -> retrieved ppx_bin_prot.113.33.03 (cached) Processing 24/136: [camlp4: ./configure] [ocamlfind: ./configure] -> retrieved ppx_compare.113.33.03 (cached) Processing 25/136: [camlp4: ./configure] [ocamlfind: ./configure] -> retrieved ppx_core.113.33.03 (cached) Processing 26/136: [camlp4: ./configure] [ocamlfind: ./configure] -> retrieved ppx_custom_printf.113.33.03 (cached) Processing 27/136: [camlp4: ./configure] [ocamlfind: ./configure] -> retrieved ppx_derivers.1.2.1 (cached) Processing 28/136: [camlp4: ./configure] [ocamlfind: ./configure] -> retrieved ppx_deriving.4.5 (cached) Processing 29/136: [camlp4: ./configure] [ocamlfind: ./configure] -> retrieved dune.1.11.4 (cached) Processing 30/136: [camlp4: ./configure] [ocamlfind: ./configure] Processing 31/136: [camlp4: ./configure] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.02.3/bin" "-sitelib" "/home/opam/.opam/4.02.3/lib" "-mandir" "/home/opam/.opam/4.02.3/man" "-config" "/home/opam/.opam/4.02.3/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1) - Welcome to findlib version 1.9.1 - Configuring core... - Checking for #remove_directory... - Testing threading model... - systhread_supported: true - Testing DLLs... - Testing whether ppxopt can be supported... - Checking for ocamlc -opaque... - Querying installation: META list not found - make install will double-check installed META files - Configuring libraries... - unix: found - bigarray: found - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: found - num: found - ocamlbuild: found - ocamldoc: found - raw_spacetime: not present (normal since 4.12) - threads: found - str: found - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for dynlink written to site-lib-src/dynlink/META - Configuration for stdlib written to site-lib-src/stdlib/META - Configuration for unix written to site-lib-src/unix/META - Configuration for bigarray written to site-lib-src/bigarray/META - Configuration for compiler-libs written to site-lib-src/compiler-libs/META - Configuration for graphics written to site-lib-src/graphics/META - Configuration for num written to site-lib-src/num/META - Configuration for num-top written to site-lib-src/num-top/META - Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META - Configuration for ocamldoc written to site-lib-src/ocamldoc/META - Configuration for threads written to site-lib-src/threads/META - Configuration for str written to site-lib-src/str/META - Configuration for bytes written to site-lib-src/bytes/META - Detecting compiler arguments: (extractor built) ok - - About the OCAML core installation: - Standard library: /home/opam/.opam/4.02.3/lib/ocaml - Binaries: /home/opam/.opam/4.02.3/bin - Manual pages: /home/opam/.opam/4.02.3/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/4.02.3/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/4.02.3/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/4.02.3/bin - Manual pages: /home/opam/.opam/4.02.3/man - topfind script: /home/opam/.opam/4.02.3/lib/ocaml - Topfind ppxopt support: yes - Toolbox: no - Link custom runtime: no - Need bytes compatibility: no - - Configuration has been written to Makefile.config - - You can now do 'make all', and optionally 'make opt', to build ocamlfind. - Welcome to findlib version 1.9.1 - Configuring core... - Checking for #remove_directory... - Testing threading model... - systhread_supported: true - Testing DLLs... - Testing whether ppxopt can be supported... - Checking for ocamlc -opaque... - Querying installation: META list not found - make install will double-check installed META files - Configuring libraries... - unix: found - bigarray: found - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: found - num: found - ocamlbuild: found - ocamldoc: found - raw_spacetime: not present (normal since 4.12) - threads: found - str: found - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for dynlink written to site-lib-src/dynlink/META - Configuration for stdlib written to site-lib-src/stdlib/META - Configuration for unix written to site-lib-src/unix/META - Configuration for bigarray written to site-lib-src/bigarray/META - Configuration for compiler-libs written to site-lib-src/compiler-libs/META - Configuration for graphics written to site-lib-src/graphics/META - Configuration for num written to site-lib-src/num/META - Configuration for num-top written to site-lib-src/num-top/META - Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META - Configuration for ocamldoc written to site-lib-src/ocamldoc/META - Configuration for threads written to site-lib-src/threads/META - Configuration for str written to site-lib-src/str/META - Configuration for bytes written to site-lib-src/bytes/META - Detecting compiler arguments: (extractor built) ok - - About the OCAML core installation: - Standard library: /home/opam/.opam/4.02.3/lib/ocaml - Binaries: /home/opam/.opam/4.02.3/bin - Manual pages: /home/opam/.opam/4.02.3/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/4.02.3/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/4.02.3/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/4.02.3/bin - Manual pages: /home/opam/.opam/4.02.3/man - topfind script: /home/opam/.opam/4.02.3/lib/ocaml - Topfind ppxopt support: yes - Toolbox: no - Link custom runtime: no - Need bytes compatibility: no - - Configuration has been written to Makefile.config - - You can now do 'make all', and optionally 'make opt', to build ocamlfind. Processing 31/136: [camlp4: ./configure] [dune: ocaml bootstrap.ml] [ocamlfind: make all] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--bindir=/home/opam/.opam/4.02.3/bin" "--libdir=/home/opam/.opam/4.02.3/lib/ocaml" "--pkgdir=/home/opam/.opam/4.02.3/lib" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/camlp4.4.02+7) Processing 31/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_driver.113.33.04 (cached) Processing 32/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_enumerate.113.33.03 (cached) Processing 33/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_expect.113.33.03 (cached) Processing 34/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_fail.113.33.03 (cached) Processing 35/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_fields_conv.113.33.03 (cached) Processing 36/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_here.113.33.03 (cached) Processing 37/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_inline_test.113.33.03 (cached) Processing 38/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_jane.113.33.03 (cached) Processing 39/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_let.113.33.03 (cached) Processing 40/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_optcomp.113.33.03 (cached) Processing 41/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_pipebang.113.33.03 (cached) Processing 42/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_sexp_conv.113.33.03 (cached) Processing 43/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_sexp_message.113.33.03 (cached) Processing 44/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_sexp_value.113.33.03 (cached) Processing 45/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_tools.5.0+4.02.0 (cached) Processing 46/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_type_conv.113.33.03 (cached) Processing 47/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_typerep_conv.113.33.03 (cached) Processing 48/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppx_variants_conv.113.33.03 (cached) Processing 49/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved ppxfind.1.3 (cached) Processing 50/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved re.1.9.0 (cached) Processing 51/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved result.1.5 (cached) Processing 52/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved seq.0.2.2 (cached) Processing 53/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> retrieved sexplib.113.33.03 (cached) -> retrieved typerep.113.33.03 (cached) -> retrieved variantslib.113.33.03 (cached) + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1) - for p in findlib; do ( cd src/$p; make all ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - ocamllex fl_meta.mll - 22 states, 392 transitions, table size 1700 bytes - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib_config.mlp | \ - ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.02.3/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.02.3/lib/ocaml' | \ - sed -e 's;@AUTOLINK@;true;g' \ - -e 's;@SYSTEM@;linux;g' \ - >findlib_config.ml - if [ "true" = "true" ]; then \ - cp topfind.ml.in topfind.ml; \ - else \ - sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ - > topfind.ml ; \ - fi - ocamldep *.ml *.mli >depend - ocamlc -I +compiler-libs -g -c findlib_config.ml - ocamlc -I +compiler-libs -g -c fl_split.ml - ocamlc -I +compiler-libs -g -c fl_metatoken.ml - ocamlc -I +compiler-libs -g -c fl_meta.ml - ocamlc -I +compiler-libs -c fl_metascanner.mli - ocamlc -I +compiler-libs -g -c fl_metascanner.ml - ocamlc -I +compiler-libs -c fl_topo.mli - ocamlc -I +compiler-libs -g -c fl_topo.ml - ocamlc -I +compiler-libs -c fl_package_base.mli - ocamlc -I +compiler-libs -g -c fl_package_base.ml - ocamlc -I +compiler-libs -c findlib.mli - ocamlc -I +compiler-libs -g -c findlib.ml - ocamlc -I +compiler-libs -g -c fl_args.ml - ocamlc -I +compiler-libs -g -c fl_lint.ml - ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo - ocamlc -I +compiler-libs -g -c ocaml_args.ml - ocamlc -I +compiler-libs -g -c frontend.ml - File "frontend.ml", line 1826, characters 16-29: - Warning 3: deprecated: String.create - Use Bytes.create instead. - ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ - ocaml_args.cmo frontend.cmo - ocamlc -I +compiler-libs -c topfind.mli - ocamlc -I +compiler-libs -g -c topfind.ml - ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat topfind_rd1.p | \ - ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.02.3/lib' \ - >topfind - ocamlc -I +compiler-libs -c num_top_printers.mli - ocamlc -I +compiler-libs -g -c num_top_printers.ml - ocamlc -I +compiler-libs -c num_top.mli - ocamlc -I +compiler-libs -g -c num_top.ml - ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo - ocamlc -I +compiler-libs -c fl_dynload.mli - ocamlc -I +compiler-libs -g -c fl_dynload.ml - ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - make all-config - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/home/opam/.opam/4.02.3/lib' >findlib.conf - if ./tools/cmd_from_same_dir ocamlc; then \ - echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamlopt; then \ - echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldep; then \ - echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldoc; then \ - echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - for p in findlib; do ( cd src/$p; make all ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - ocamllex fl_meta.mll - 22 states, 392 transitions, table size 1700 bytes - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib_config.mlp | \ - ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.02.3/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.02.3/lib/ocaml' | \ - sed -e 's;@AUTOLINK@;true;g' \ - -e 's;@SYSTEM@;linux;g' \ - >findlib_config.ml - if [ "true" = "true" ]; then \ - cp topfind.ml.in topfind.ml; \ - else \ - sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ - > topfind.ml ; \ - fi - ocamldep *.ml *.mli >depend - ocamlc -I +compiler-libs -g -c findlib_config.ml - ocamlc -I +compiler-libs -g -c fl_split.ml - ocamlc -I +compiler-libs -g -c fl_metatoken.ml - ocamlc -I +compiler-libs -g -c fl_meta.ml - ocamlc -I +compiler-libs -c fl_metascanner.mli - ocamlc -I +compiler-libs -g -c fl_metascanner.ml - ocamlc -I +compiler-libs -c fl_topo.mli - ocamlc -I +compiler-libs -g -c fl_topo.ml - ocamlc -I +compiler-libs -c fl_package_base.mli - ocamlc -I +compiler-libs -g -c fl_package_base.ml - ocamlc -I +compiler-libs -c findlib.mli - ocamlc -I +compiler-libs -g -c findlib.ml - ocamlc -I +compiler-libs -g -c fl_args.ml - ocamlc -I +compiler-libs -g -c fl_lint.ml - ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo - ocamlc -I +compiler-libs -g -c ocaml_args.ml - ocamlc -I +compiler-libs -g -c frontend.ml - File "frontend.ml", line 1826, characters 16-29: - Warning 3: deprecated: String.create - Use Bytes.create instead. - ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ - ocaml_args.cmo frontend.cmo - ocamlc -I +compiler-libs -c topfind.mli - ocamlc -I +compiler-libs -g -c topfind.ml - ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat topfind_rd1.p | \ - ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.02.3/lib' \ - >topfind - ocamlc -I +compiler-libs -c num_top_printers.mli - ocamlc -I +compiler-libs -g -c num_top_printers.ml - ocamlc -I +compiler-libs -c num_top.mli - ocamlc -I +compiler-libs -g -c num_top.ml - ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo - ocamlc -I +compiler-libs -c fl_dynload.mli - ocamlc -I +compiler-libs -g -c fl_dynload.ml - ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - make all-config - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/home/opam/.opam/4.02.3/lib' >findlib.conf - if ./tools/cmd_from_same_dir ocamlc; then \ - echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamlopt; then \ - echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldep; then \ - echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldoc; then \ - echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' Processing 53/136: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make opt] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" (CWD=/home/opam/.opam/4.02.3/.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.3/bin/ocamllex.opt -q src/ocaml-syntax-shims/let_trail.mll - /home/opam/.opam/4.02.3/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.3/bin/ocamlopt.opt -g -w -40 -o boot-pp.exe -I +compiler-libs ocamlcommon.cmxa boot_pp.ml - /home/opam/.opam/4.02.3/bin/ocamllex.opt -q src/ocamlobjinfo.mll - /home/opam/.opam/4.02.3/bin/ocamllex.opt -q src/meta_lexer.mll - /home/opam/.opam/4.02.3/bin/ocamllex.opt -q src/dune_lexer.mll - /home/opam/.opam/4.02.3/bin/ocamllex.opt -q src/dune_lang/dune_lexer.mll - /home/opam/.opam/4.02.3/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.3/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.3/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/stdune/caml/dune_caml.ml > boot-depends.txt - /home/opam/.opam/4.02.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/bin/ocamlc.opt -g -w -40 -o boot.exe -pp './boot-pp.exe -dump-ast' -I +threads unix.cma threads.cma boot.ml - 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.3/bin/ocamllex.opt -q src/ocaml-syntax-shims/let_trail.mll - /home/opam/.opam/4.02.3/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.3/bin/ocamlopt.opt -g -w -40 -o boot-pp.exe -I +compiler-libs ocamlcommon.cmxa boot_pp.ml - /home/opam/.opam/4.02.3/bin/ocamllex.opt -q src/ocamlobjinfo.mll - /home/opam/.opam/4.02.3/bin/ocamllex.opt -q src/meta_lexer.mll - /home/opam/.opam/4.02.3/bin/ocamllex.opt -q src/dune_lexer.mll - /home/opam/.opam/4.02.3/bin/ocamllex.opt -q src/dune_lang/dune_lexer.mll - /home/opam/.opam/4.02.3/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.3/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.3/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/stdune/caml/dune_caml.ml > boot-depends.txt - /home/opam/.opam/4.02.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/bin/ocamlc.opt -g -w -40 -o boot.exe -pp './boot-pp.exe -dump-ast' -I +threads unix.cma threads.cma boot.ml Processing 53/136: [camlp4: make all] [dune: ./boot.exe 47] [ocamlfind: make opt] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1) - for p in findlib; do ( cd src/$p; make opt ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - ocamlopt -I +compiler-libs -g -c findlib_config.ml - ocamlopt -I +compiler-libs -g -c fl_split.ml - ocamlopt -I +compiler-libs -g -c fl_metatoken.ml - ocamlopt -I +compiler-libs -g -c fl_meta.ml - ocamlopt -I +compiler-libs -g -c fl_metascanner.ml - ocamlopt -I +compiler-libs -g -c fl_topo.ml - ocamlopt -I +compiler-libs -g -c fl_package_base.ml - ocamlopt -I +compiler-libs -g -c findlib.ml - ocamlopt -I +compiler-libs -g -c fl_args.ml - ocamlopt -I +compiler-libs -g -c fl_lint.ml - ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ - fi - ocamlopt -I +compiler-libs -g -c ocaml_args.ml - ocamlopt -I +compiler-libs -g -c frontend.ml - File "frontend.ml", line 1826, characters 16-29: - Warning 3: deprecated: String.create - Use Bytes.create instead. - ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ - ocaml_args.cmx frontend.cmx - ocamlopt -I +compiler-libs -g -c topfind.ml - ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ - fi - ocamlopt -I +compiler-libs -g -c fl_dynload.ml - ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - for p in findlib; do ( cd src/$p; make opt ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - ocamlopt -I +compiler-libs -g -c findlib_config.ml - ocamlopt -I +compiler-libs -g -c fl_split.ml - ocamlopt -I +compiler-libs -g -c fl_metatoken.ml - ocamlopt -I +compiler-libs -g -c fl_meta.ml - ocamlopt -I +compiler-libs -g -c fl_metascanner.ml - ocamlopt -I +compiler-libs -g -c fl_topo.ml - ocamlopt -I +compiler-libs -g -c fl_package_base.ml - ocamlopt -I +compiler-libs -g -c findlib.ml - ocamlopt -I +compiler-libs -g -c fl_args.ml - ocamlopt -I +compiler-libs -g -c fl_lint.ml - ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ - fi - ocamlopt -I +compiler-libs -g -c ocaml_args.ml - ocamlopt -I +compiler-libs -g -c frontend.ml - File "frontend.ml", line 1826, characters 16-29: - Warning 3: deprecated: String.create - Use Bytes.create instead. - ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ - ocaml_args.cmx frontend.cmx - ocamlopt -I +compiler-libs -g -c topfind.ml - ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ - fi - ocamlopt -I +compiler-libs -g -c fl_dynload.ml - ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' -> compiled ocamlfind.1.9.1 Processing 53/136: [camlp4: make all] [dune: ./boot.exe 47] Processing 54/136: [camlp4: make all] [dune: ./boot.exe 47] [ocamlfind: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1) - if [ "1" -eq 1 ]; then \ - for x in camlp4 dbm graphics labltk num ocamlbuild; do \ - if [ -f "/home/opam/.opam/4.02.3/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.02.3/lib/$x/META"; then \ - rm -f site-lib-src/$x/META; \ - fi \ - fi \ - done; \ - test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ - fi - echo 'SITELIB_META =' > Makefile.packages.in - for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done - tr '\n' ' ' < Makefile.packages.in > Makefile.packages - rm Makefile.packages.in - mkdir -p "/home/opam/.opam/4.02.3/bin" - mkdir -p "/home/opam/.opam/4.02.3/man" - make install-config - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - mkdir -p "`dirname \"/home/opam/.opam/4.02.3/lib/findlib.conf\"`" - test -f "/home/opam/.opam/4.02.3/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.02.3/lib/findlib.conf" - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - for p in findlib; do ( cd src/$p; make install ); done - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - mkdir -p "/home/opam/.opam/4.02.3/lib/findlib" - mkdir -p "/home/opam/.opam/4.02.3/bin" - test 1 -eq 0 || cp topfind "/home/opam/.opam/4.02.3/lib/ocaml" - files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi META` && \ - cp $files "/home/opam/.opam/4.02.3/lib/findlib" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - cp $f "/home/opam/.opam/4.02.3/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/home/opam/.opam/4.02.3/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/home/opam/.opam/4.02.3/lib/ocaml/compiler-libs/"; \ - cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.02.3/lib/findlib/"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - make install-meta - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamlbuild ocamldoc stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.02.3/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.02.3/lib/$x"; done - mkdir -p "/home/opam/.opam/4.02.3/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.02.3/lib/findlib/Makefile.packages" - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - mkdir -p "/home/opam/.opam/4.02.3/lib/num-top" - cp num_top.cma num_top.cmi num_top_printers.cmi \ - "/home/opam/.opam/4.02.3/lib/num-top" - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - test ! -f 'site-lib-src/camlp4/META' || cp tools/safe_camlp4 "/home/opam/.opam/4.02.3/bin" - make install-doc - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - mkdir -p "/home/opam/.opam/4.02.3/man/man1" "/home/opam/.opam/4.02.3/man/man3" "/home/opam/.opam/4.02.3/man/man5" - cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.02.3/man/man1" - cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.02.3/man/man5" - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - if [ "1" -eq 1 ]; then \ - for x in camlp4 dbm graphics labltk num ocamlbuild; do \ - if [ -f "/home/opam/.opam/4.02.3/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.02.3/lib/$x/META"; then \ - rm -f site-lib-src/$x/META; \ - fi \ - fi \ - done; \ - test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ - fi - echo 'SITELIB_META =' > Makefile.packages.in - for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done - tr '\n' ' ' < Makefile.packages.in > Makefile.packages - rm Makefile.packages.in - mkdir -p "/home/opam/.opam/4.02.3/bin" - mkdir -p "/home/opam/.opam/4.02.3/man" - make install-config - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - mkdir -p "`dirname \"/home/opam/.opam/4.02.3/lib/findlib.conf\"`" - test -f "/home/opam/.opam/4.02.3/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.02.3/lib/findlib.conf" - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - for p in findlib; do ( cd src/$p; make install ); done - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - mkdir -p "/home/opam/.opam/4.02.3/lib/findlib" - mkdir -p "/home/opam/.opam/4.02.3/bin" - test 1 -eq 0 || cp topfind "/home/opam/.opam/4.02.3/lib/ocaml" - files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi META` && \ - cp $files "/home/opam/.opam/4.02.3/lib/findlib" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - cp $f "/home/opam/.opam/4.02.3/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/home/opam/.opam/4.02.3/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/home/opam/.opam/4.02.3/lib/ocaml/compiler-libs/"; \ - cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.02.3/lib/findlib/"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - make install-meta - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamlbuild ocamldoc stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.02.3/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.02.3/lib/$x"; done - mkdir -p "/home/opam/.opam/4.02.3/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.02.3/lib/findlib/Makefile.packages" - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - mkdir -p "/home/opam/.opam/4.02.3/lib/num-top" - cp num_top.cma num_top.cmi num_top_printers.cmi \ - "/home/opam/.opam/4.02.3/lib/num-top" - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - test ! -f 'site-lib-src/camlp4/META' || cp tools/safe_camlp4 "/home/opam/.opam/4.02.3/bin" - make install-doc - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' - mkdir -p "/home/opam/.opam/4.02.3/man/man1" "/home/opam/.opam/4.02.3/man/man3" "/home/opam/.opam/4.02.3/man/man5" - cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.02.3/man/man1" - cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.02.3/man/man5" - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ocamlfind.1.9.1' -> installed ocamlfind.1.9.1 Processing 54/136: [camlp4: make all] [dune: ./boot.exe 47] Processing 55/136: [camlp4: make all] [dune: ./boot.exe 47] [js-build-tools: ./configure] Processing 56/136: [camlp4: make all] [dune: ./boot.exe 47] [js-build-tools: ./configure] [ppx_tools: make all] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/js-build-tools.113.33.04) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ js-build-tools - Package version: ..................................... 113.33.04 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ocamlbuild: ...................................... /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ js-build-tools - Package version: ..................................... 113.33.04 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ocamlbuild: ...................................... /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild - Processing 56/136: [camlp4: make all] [dune: ./boot.exe 47] [js-build-tools: make] [ppx_tools: make all] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/js-build-tools.113.33.04) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ js-build-tools - Package version: ..................................... 113.33.04 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ocamlbuild: ...................................... /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild - - ./setup.exe -build - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ocamlbuild -modules ocamlbuild_goodies/jane_street_ocamlbuild_goodies.mli > ocamlbuild_goodies/jane_street_ocamlbuild_goodies.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ocamlbuild -predicates custom_ppx -w -40 -I ocamlbuild_goodies -o ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmi ocamlbuild_goodies/jane_street_ocamlbuild_goodies.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ocamlbuild -modules ocamlbuild_goodies/jane_street_ocamlbuild_goodies.ml > ocamlbuild_goodies/jane_street_ocamlbuild_goodies.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ocamlbuild -predicates custom_ppx -w -40 -I ocamlbuild_goodies -o ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmo ocamlbuild_goodies/jane_street_ocamlbuild_goodies.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmo -o ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ocamlbuild -predicates custom_ppx -w -40 -I ocamlbuild_goodies -o ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmx ocamlbuild_goodies/jane_street_ocamlbuild_goodies.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmx -o ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -thread -predicates custom_ppx ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmxa ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmx -o ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -modules oasis2opam-install/oasis2opam_install.mli > oasis2opam-install/oasis2opam_install.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I oasis2opam-install -o oasis2opam-install/oasis2opam_install.cmi oasis2opam-install/oasis2opam_install.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -modules oasis2opam-install/oasis2opam_install.ml > oasis2opam-install/oasis2opam_install.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I oasis2opam-install -o oasis2opam-install/oasis2opam_install.cmo oasis2opam-install/oasis2opam_install.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx oasis2opam-install/oasis2opam_install.cmo -o oasis2opam-install/oasis2opam_install.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I oasis2opam-install -o oasis2opam-install/oasis2opam_install.cmx oasis2opam-install/oasis2opam_install.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx oasis2opam-install/oasis2opam_install.cmx -o oasis2opam-install/oasis2opam_install.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -thread -predicates custom_ppx oasis2opam-install/oasis2opam_install.cmxa oasis2opam-install/oasis2opam_install.cmx -o oasis2opam-install/oasis2opam_install.cmxs - make js-build-tools.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/js-build-tools.113.33.04' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/js-build-tools.113.33.04' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ js-build-tools - Package version: ..................................... 113.33.04 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ocamlbuild: ...................................... /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild - - ./setup.exe -build - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ocamlbuild -modules ocamlbuild_goodies/jane_street_ocamlbuild_goodies.mli > ocamlbuild_goodies/jane_street_ocamlbuild_goodies.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ocamlbuild -predicates custom_ppx -w -40 -I ocamlbuild_goodies -o ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmi ocamlbuild_goodies/jane_street_ocamlbuild_goodies.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ocamlbuild -modules ocamlbuild_goodies/jane_street_ocamlbuild_goodies.ml > ocamlbuild_goodies/jane_street_ocamlbuild_goodies.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ocamlbuild -predicates custom_ppx -w -40 -I ocamlbuild_goodies -o ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmo ocamlbuild_goodies/jane_street_ocamlbuild_goodies.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmo -o ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ocamlbuild -predicates custom_ppx -w -40 -I ocamlbuild_goodies -o ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmx ocamlbuild_goodies/jane_street_ocamlbuild_goodies.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmx -o ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -thread -predicates custom_ppx ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmxa ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmx -o ocamlbuild_goodies/jane_street_ocamlbuild_goodies.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -modules oasis2opam-install/oasis2opam_install.mli > oasis2opam-install/oasis2opam_install.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I oasis2opam-install -o oasis2opam-install/oasis2opam_install.cmi oasis2opam-install/oasis2opam_install.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -modules oasis2opam-install/oasis2opam_install.ml > oasis2opam-install/oasis2opam_install.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I oasis2opam-install -o oasis2opam-install/oasis2opam_install.cmo oasis2opam-install/oasis2opam_install.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx oasis2opam-install/oasis2opam_install.cmo -o oasis2opam-install/oasis2opam_install.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I oasis2opam-install -o oasis2opam-install/oasis2opam_install.cmx oasis2opam-install/oasis2opam_install.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx oasis2opam-install/oasis2opam_install.cmx -o oasis2opam-install/oasis2opam_install.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -thread -predicates custom_ppx oasis2opam-install/oasis2opam_install.cmxa oasis2opam-install/oasis2opam_install.cmx -o oasis2opam-install/oasis2opam_install.cmxs - make js-build-tools.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/js-build-tools.113.33.04' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/js-build-tools.113.33.04' -> compiled js-build-tools.113.33.04 Processing 56/136: [camlp4: make all] [dune: ./boot.exe 47] [ppx_tools: make all] -> installed js-build-tools.113.33.04 Processing 57/136: [camlp4: make all] [dune: ./boot.exe 47] [ppx_tools: make all] Processing 58/136: [bin_prot: ./configure] [camlp4: make all] [dune: ./boot.exe 47] [ppx_tools: make all] Processing 59/136: [bin_prot: ./configure] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: ./configure] [ppx_tools: make all] Processing 60/136: [bin_prot: ./configure] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: ./configure] [ppx_tools: make all] [sexplib: ./configure] Processing 61/136: [bin_prot: ./configure] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: ./configure] [ppx_tools: make all] [sexplib: ./configure] [typerep: ./configure] Processing 62/136: [bin_prot: ./configure] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: ./configure] [ppx_tools: make all] [sexplib: ./configure] [typerep: ./configure] [variantslib: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/variantslib.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ variantslib - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ variantslib - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - Processing 62/136: [bin_prot: ./configure] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: ./configure] [ppx_tools: make all] [sexplib: ./configure] [typerep: ./configure] [variantslib: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/typerep.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ typerep - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ typerep - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - Processing 62/136: [bin_prot: ./configure] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: ./configure] [ppx_tools: make all] [sexplib: ./configure] [typerep: make] [variantslib: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/fieldslib.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ fieldslib - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ fieldslib - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - Processing 62/136: [bin_prot: ./configure] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: make] [ppx_tools: make all] [sexplib: ./configure] [typerep: make] [variantslib: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/sexplib.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ sexplib - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bigarray: ........................................ /home/opam/.opam/4.02.3/lib/ocaml - pkg_num: ............................................. /home/opam/.opam/4.02.3/lib/num - pkg_unix: ............................................ /home/opam/.opam/4.02.3/lib/ocaml - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ sexplib - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bigarray: ........................................ /home/opam/.opam/4.02.3/lib/ocaml - pkg_num: ............................................. /home/opam/.opam/4.02.3/lib/num - pkg_unix: ............................................ /home/opam/.opam/4.02.3/lib/ocaml - Processing 62/136: [bin_prot: ./configure] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: make] [ppx_tools: make all] [sexplib: make] [typerep: make] [variantslib: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" "--disable-xen" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/bin_prot.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ bin_prot - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Build Xen support: ................................... false - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bigarray: ........................................ /home/opam/.opam/4.02.3/lib/ocaml - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ bin_prot - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Build Xen support: ................................... false - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bigarray: ........................................ /home/opam/.opam/4.02.3/lib/ocaml - Processing 62/136: [bin_prot: make] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: make] [ppx_tools: make all] [sexplib: make] [typerep: make] [variantslib: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_tools.5.0+4.02.0) - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.mli - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.mli - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml - ocamlc -bin-annot -a -o ppx_tools.cma ast_convenience.cmo ast_mapper_class.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c genlifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o genlifter ocamlcommon.cma ppx_tools.cma genlifter.cmo - ./genlifter -I +compiler-libs Parsetree.expression > ast_lifter.ml || rm -rf ast_lifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_lifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c dumpast.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o dumpast ocamlcommon.cma ocamlbytecomp.cma ast_lifter.cmo dumpast.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ppx_metaquot.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o ppx_metaquot ocamlcommon.cma ppx_tools.cma ast_lifter.cmo ppx_metaquot.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c rewriter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o rewriter ocamlcommon.cma rewriter.cmo - ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml - ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml - ocamlopt -a -o ppx_tools.cmxa ast_convenience.cmx ast_mapper_class.cmx - ocamlopt -shared -o ppx_tools.cmxs -linkall ppx_tools.cmxa - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.mli - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.mli - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml - ocamlc -bin-annot -a -o ppx_tools.cma ast_convenience.cmo ast_mapper_class.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c genlifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o genlifter ocamlcommon.cma ppx_tools.cma genlifter.cmo - ./genlifter -I +compiler-libs Parsetree.expression > ast_lifter.ml || rm -rf ast_lifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_lifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c dumpast.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o dumpast ocamlcommon.cma ocamlbytecomp.cma ast_lifter.cmo dumpast.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ppx_metaquot.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o ppx_metaquot ocamlcommon.cma ppx_tools.cma ast_lifter.cmo ppx_metaquot.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c rewriter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o rewriter ocamlcommon.cma rewriter.cmo - ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml - ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml - ocamlopt -a -o ppx_tools.cmxa ast_convenience.cmx ast_mapper_class.cmx - ocamlopt -shared -o ppx_tools.cmxs -linkall ppx_tools.cmxa -> compiled ppx_tools.5.0+4.02.0 Processing 62/136: [bin_prot: make] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: make] [sexplib: make] [typerep: make] [variantslib: make] Processing 63/136: [bin_prot: make] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: make] [sexplib: make] [typerep: make] [variantslib: make] [ppx_tools: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_tools.5.0+4.02.0) - ocamlfind install ppx_tools META genlifter dumpast ppx_metaquot rewriter ppx_tools.cma ppx_tools.cmxa ppx_tools.a ppx_tools.cmxs ast_convenience.mli ast_convenience.cmi ast_convenience.cmt ast_convenience.cmti ast_convenience.cmx ast_mapper_class.mli ast_mapper_class.cmi ast_mapper_class.cmt ast_mapper_class.cmti ast_mapper_class.cmx - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmx - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmti - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmt - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmi - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.mli - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmx - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmti - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmt - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmi - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.mli - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.cmxs - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.a - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.cmxa - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.cma - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/rewriter - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_metaquot - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/dumpast - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/genlifter - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/META - ocamlfind install ppx_tools META genlifter dumpast ppx_metaquot rewriter ppx_tools.cma ppx_tools.cmxa ppx_tools.a ppx_tools.cmxs ast_convenience.mli ast_convenience.cmi ast_convenience.cmt ast_convenience.cmti ast_convenience.cmx ast_mapper_class.mli ast_mapper_class.cmi ast_mapper_class.cmt ast_mapper_class.cmti ast_mapper_class.cmx - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmx - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmti - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmt - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.cmi - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_mapper_class.mli - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmx - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmti - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmt - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.cmi - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ast_convenience.mli - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.cmxs - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.a - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.cmxa - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_tools.cma - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/rewriter - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/ppx_metaquot - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/dumpast - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/genlifter - Installed /home/opam/.opam/4.02.3/lib/ppx_tools/META -> installed ppx_tools.5.0+4.02.0 Processing 63/136: [bin_prot: make] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: make] [sexplib: make] [typerep: make] [variantslib: make] Processing 64/136: [bin_prot: make] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: make] [ppx_core: ./configure] [sexplib: make] [typerep: make] [variantslib: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/variantslib.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ variantslib - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - - ./setup.exe -build - W: Cannot find source file matching module 'variantslib' in library variantslib - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules src/variant.mli > src/variant.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I src -o src/variant.cmi src/variant.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules src/variant.ml > src/variant.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I src -o src/variant.cmo src/variant.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/variant.cmo -o src/variantslib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/variantslib.cmo -o src/variantslib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Variantslib -predicates custom_ppx -w -40 -I src -o src/variant.cmx src/variant.ml - touch src/variantslib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/variant.cmx -o src/variantslib.cmx ; then rm -f src/variantslib.mli ; else rm -f src/variantslib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/variantslib.cmx -o src/variantslib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/variantslib.cmxa -o src/variantslib.cmxs - make variantslib.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/variantslib.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/variantslib.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ variantslib - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - - ./setup.exe -build - W: Cannot find source file matching module 'variantslib' in library variantslib - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules src/variant.mli > src/variant.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I src -o src/variant.cmi src/variant.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules src/variant.ml > src/variant.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I src -o src/variant.cmo src/variant.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/variant.cmo -o src/variantslib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/variantslib.cmo -o src/variantslib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Variantslib -predicates custom_ppx -w -40 -I src -o src/variant.cmx src/variant.ml - touch src/variantslib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/variant.cmx -o src/variantslib.cmx ; then rm -f src/variantslib.mli ; else rm -f src/variantslib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/variantslib.cmx -o src/variantslib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/variantslib.cmxa -o src/variantslib.cmxs - make variantslib.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/variantslib.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/variantslib.113.33.03' -> compiled variantslib.113.33.03 Processing 64/136: [bin_prot: make] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: make] [ppx_core: ./configure] [sexplib: make] [typerep: make] -> installed variantslib.113.33.03 Processing 65/136: [bin_prot: make] [camlp4: make all] [dune: ./boot.exe 47] [fieldslib: make] [ppx_core: ./configure] [sexplib: make] [typerep: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/fieldslib.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ fieldslib - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - - ./setup.exe -build - W: Cannot find source file matching module 'fieldslib' in library fieldslib - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules src/field.mli > src/field.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I src -o src/field.cmi src/field.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules src/field.ml > src/field.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I src -o src/field.cmo src/field.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/field.cmo -o src/fieldslib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/fieldslib.cmo -o src/fieldslib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Fieldslib -predicates custom_ppx -w -40 -I src -o src/field.cmx src/field.ml - touch src/fieldslib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/field.cmx -o src/fieldslib.cmx ; then rm -f src/fieldslib.mli ; else rm -f src/fieldslib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/fieldslib.cmx -o src/fieldslib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/fieldslib.cmxa -o src/fieldslib.cmxs - make fieldslib.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/fieldslib.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/fieldslib.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ fieldslib - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - - ./setup.exe -build - W: Cannot find source file matching module 'fieldslib' in library fieldslib - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules src/field.mli > src/field.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I src -o src/field.cmi src/field.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules src/field.ml > src/field.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I src -o src/field.cmo src/field.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/field.cmo -o src/fieldslib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/fieldslib.cmo -o src/fieldslib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Fieldslib -predicates custom_ppx -w -40 -I src -o src/field.cmx src/field.ml - touch src/fieldslib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/field.cmx -o src/fieldslib.cmx ; then rm -f src/fieldslib.mli ; else rm -f src/fieldslib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/fieldslib.cmx -o src/fieldslib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/fieldslib.cmxa -o src/fieldslib.cmxs - make fieldslib.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/fieldslib.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/fieldslib.113.33.03' -> compiled fieldslib.113.33.03 Processing 65/136: [bin_prot: make] [camlp4: make all] [dune: ./boot.exe 47] [ppx_core: ./configure] [sexplib: make] [typerep: make] -> installed fieldslib.113.33.03 Processing 66/136: [bin_prot: make] [camlp4: make all] [dune: ./boot.exe 47] [ppx_core: ./configure] [sexplib: make] [typerep: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/typerep.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ typerep - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - - ./setup.exe -build - W: Cannot find source file matching module 'typerep_lib' in library typerep_lib - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/make_typename.mli > lib/make_typename.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/named_intf.ml > lib/named_intf.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/std_internal.mli > lib/std_internal.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_equal.mli > lib/type_equal.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/typename.mli > lib/typename.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/named_intf.cmo lib/named_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_equal.cmi lib/type_equal.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/variant_and_record_intf.ml > lib/variant_and_record_intf.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/typename.cmi lib/typename.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/variant_and_record_intf.cmo lib/variant_and_record_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/std_internal.cmi lib/std_internal.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/make_typename.cmi lib/make_typename.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/make_typename.ml > lib/make_typename.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/std.ml > lib/std.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_abstract.mli > lib/type_abstract.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/typerepable.ml > lib/typerepable.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/typerepable.cmo lib/typerepable.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_generic.mli > lib/type_generic.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_generic_intf.ml > lib/type_generic_intf.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_generic_intf.cmo lib/type_generic_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/typerep_obj.mli > lib/typerep_obj.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_abstract.cmi lib/type_abstract.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_generic.cmi lib/type_generic.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/typerep_obj.cmi lib/typerep_obj.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/std_internal.ml > lib/std_internal.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_abstract.ml > lib/type_abstract.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_equal.ml > lib/type_equal.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_generic.ml > lib/type_generic.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/typename.ml > lib/typename.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/typerep_obj.ml > lib/typerep_obj.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/make_typename.cmo lib/make_typename.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/std.cmo lib/std.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/std_internal.cmo lib/std_internal.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_abstract.cmo lib/type_abstract.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_equal.cmo lib/type_equal.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_generic.cmo lib/type_generic.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/typename.cmo lib/typename.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/typerep_obj.cmo lib/typerep_obj.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot lib/named_intf.cmo lib/type_equal.cmo lib/typename.cmo lib/variant_and_record_intf.cmo lib/std_internal.cmo lib/make_typename.cmo lib/typerepable.cmo lib/type_abstract.cmo lib/type_generic_intf.cmo lib/type_generic.cmo lib/typerep_obj.cmo lib/std.cmo -o lib/typerep_lib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx lib/typerep_lib.cmo -o lib/typerep_lib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/named_intf.cmx lib/named_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/type_equal.cmx lib/type_equal.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/typename.cmx lib/typename.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/variant_and_record_intf.cmx lib/variant_and_record_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/std_internal.cmx lib/std_internal.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/make_typename.cmx lib/make_typename.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/typerepable.cmx lib/typerepable.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/type_generic_intf.cmx lib/type_generic_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/type_abstract.cmx lib/type_abstract.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/type_generic.cmx lib/type_generic.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/typerep_obj.cmx lib/typerep_obj.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/std.cmx lib/std.ml - touch lib/typerep_lib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I lib lib/named_intf.cmx lib/type_equal.cmx lib/typename.cmx lib/variant_and_record_intf.cmx lib/std_internal.cmx lib/make_typename.cmx lib/typerepable.cmx lib/type_abstract.cmx lib/type_generic_intf.cmx lib/type_generic.cmx lib/typerep_obj.cmx lib/std.cmx -o lib/typerep_lib.cmx ; then rm -f lib/typerep_lib.mli ; else rm -f lib/typerep_lib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx lib/typerep_lib.cmx -o lib/typerep_lib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I lib lib/typerep_lib.cmxa -o lib/typerep_lib.cmxs - make typerep.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/typerep.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/typerep.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ typerep - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - - ./setup.exe -build - W: Cannot find source file matching module 'typerep_lib' in library typerep_lib - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/make_typename.mli > lib/make_typename.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/named_intf.ml > lib/named_intf.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/std_internal.mli > lib/std_internal.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_equal.mli > lib/type_equal.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/typename.mli > lib/typename.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/named_intf.cmo lib/named_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_equal.cmi lib/type_equal.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/variant_and_record_intf.ml > lib/variant_and_record_intf.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/typename.cmi lib/typename.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/variant_and_record_intf.cmo lib/variant_and_record_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/std_internal.cmi lib/std_internal.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/make_typename.cmi lib/make_typename.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/make_typename.ml > lib/make_typename.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/std.ml > lib/std.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_abstract.mli > lib/type_abstract.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/typerepable.ml > lib/typerepable.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/typerepable.cmo lib/typerepable.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_generic.mli > lib/type_generic.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_generic_intf.ml > lib/type_generic_intf.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_generic_intf.cmo lib/type_generic_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/typerep_obj.mli > lib/typerep_obj.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_abstract.cmi lib/type_abstract.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_generic.cmi lib/type_generic.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/typerep_obj.cmi lib/typerep_obj.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/std_internal.ml > lib/std_internal.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_abstract.ml > lib/type_abstract.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_equal.ml > lib/type_equal.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/type_generic.ml > lib/type_generic.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/typename.ml > lib/typename.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules lib/typerep_obj.ml > lib/typerep_obj.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/make_typename.cmo lib/make_typename.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/std.cmo lib/std.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/std_internal.cmo lib/std_internal.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_abstract.cmo lib/type_abstract.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_equal.cmo lib/type_equal.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/type_generic.cmo lib/type_generic.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/typename.cmo lib/typename.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I lib -o lib/typerep_obj.cmo lib/typerep_obj.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot lib/named_intf.cmo lib/type_equal.cmo lib/typename.cmo lib/variant_and_record_intf.cmo lib/std_internal.cmo lib/make_typename.cmo lib/typerepable.cmo lib/type_abstract.cmo lib/type_generic_intf.cmo lib/type_generic.cmo lib/typerep_obj.cmo lib/std.cmo -o lib/typerep_lib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx lib/typerep_lib.cmo -o lib/typerep_lib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/named_intf.cmx lib/named_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/type_equal.cmx lib/type_equal.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/typename.cmx lib/typename.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/variant_and_record_intf.cmx lib/variant_and_record_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/std_internal.cmx lib/std_internal.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/make_typename.cmx lib/make_typename.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/typerepable.cmx lib/typerepable.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/type_generic_intf.cmx lib/type_generic_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/type_abstract.cmx lib/type_abstract.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/type_generic.cmx lib/type_generic.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/typerep_obj.cmx lib/typerep_obj.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Typerep_lib -predicates custom_ppx -w -40 -I lib -o lib/std.cmx lib/std.ml - touch lib/typerep_lib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I lib lib/named_intf.cmx lib/type_equal.cmx lib/typename.cmx lib/variant_and_record_intf.cmx lib/std_internal.cmx lib/make_typename.cmx lib/typerepable.cmx lib/type_abstract.cmx lib/type_generic_intf.cmx lib/type_generic.cmx lib/typerep_obj.cmx lib/std.cmx -o lib/typerep_lib.cmx ; then rm -f lib/typerep_lib.mli ; else rm -f lib/typerep_lib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx lib/typerep_lib.cmx -o lib/typerep_lib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I lib lib/typerep_lib.cmxa -o lib/typerep_lib.cmxs - make typerep.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/typerep.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/typerep.113.33.03' -> compiled typerep.113.33.03 Processing 66/136: [bin_prot: make] [camlp4: make all] [dune: ./boot.exe 47] [ppx_core: ./configure] [sexplib: make] -> installed typerep.113.33.03 Processing 67/136: [bin_prot: make] [camlp4: make all] [dune: ./boot.exe 47] [ppx_core: ./configure] [sexplib: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_core.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_core - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_compiler_libs_common: ............................ /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs - pkg_compiler_libs_bytecomp: .......................... /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_core - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_compiler_libs_common: ............................ /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs - pkg_compiler_libs_bytecomp: .......................... /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - Processing 67/136: [bin_prot: make] [camlp4: make all] [dune: ./boot.exe 47] [ppx_core: make] [sexplib: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/bin_prot.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ bin_prot - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Build Xen support: ................................... false - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bigarray: ........................................ /home/opam/.opam/4.02.3/lib/ocaml - - ./setup.exe -build - W: Cannot find source file matching module 'bin_prot' in library bin_prot - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -g -c src/blit_stubs.c - mv blit_stubs.o src/blit_stubs.o - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -g -c src/float_stubs.c - mv float_stubs.o src/float_stubs.o - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlmklib -o src/bin_prot_stubs src/blit_stubs.o src/float_stubs.o - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/binable.ml > src/binable.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/read.mli > src/read.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/common.mli > src/common.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/nat0.mli > src/nat0.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/common.cmi src/common.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/nat0.cmi src/nat0.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/size.mli > src/size.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/type_class.mli > src/type_class.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/read.cmi src/read.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/size.cmi src/size.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/write.mli > src/write.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/write.cmi src/write.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/type_class.cmi src/type_class.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/blob.mli > src/blob.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/binable.cmo src/binable.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/blob.cmi src/blob.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/blob.ml > src/blob.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/utils.mli > src/utils.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/utils.cmi src/utils.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/common.ml > src/common.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/nat0.ml > src/nat0.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/read.ml > src/read.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/size.ml > src/size.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/std.ml > src/std.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/type_class.ml > src/type_class.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/utils.ml > src/utils.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/write.ml > src/write.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/blob.cmo src/blob.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/common.cmo src/common.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/nat0.cmo src/nat0.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/read.cmo src/read.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/size.cmo src/size.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/std.cmo src/std.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/type_class.cmo src/type_class.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/utils.cmo src/utils.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/write.cmo src/write.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/common.cmo src/nat0.cmo src/write.cmo src/read.cmo src/size.cmo src/type_class.cmo src/binable.cmo src/utils.cmo src/blob.cmo src/std.cmo -o src/bin_prot.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -dllib -lbin_prot_stubs -cclib -lbin_prot_stubs -predicates custom_ppx src/bin_prot.cmo -o src/bin_prot.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/common.cmx src/common.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/nat0.cmx src/nat0.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/write.cmx src/write.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/read.cmx src/read.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/size.cmx src/size.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/type_class.cmx src/type_class.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/binable.cmx src/binable.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/utils.cmx src/utils.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/blob.cmx src/blob.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/std.cmx src/std.ml - touch src/bin_prot.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/common.cmx src/nat0.cmx src/write.cmx src/read.cmx src/size.cmx src/type_class.cmx src/binable.cmx src/utils.cmx src/blob.cmx src/std.cmx -o src/bin_prot.cmx ; then rm -f src/bin_prot.mli ; else rm -f src/bin_prot.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -cclib -lbin_prot_stubs -predicates custom_ppx src/bin_prot.cmx -o src/bin_prot.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/bin_prot.cmxa -o src/bin_prot.cmxs - make bin_prot.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/bin_prot.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/bin_prot.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ bin_prot - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Build Xen support: ................................... false - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bigarray: ........................................ /home/opam/.opam/4.02.3/lib/ocaml - - ./setup.exe -build - W: Cannot find source file matching module 'bin_prot' in library bin_prot - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -g -c src/blit_stubs.c - mv blit_stubs.o src/blit_stubs.o - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -g -c src/float_stubs.c - mv float_stubs.o src/float_stubs.o - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlmklib -o src/bin_prot_stubs src/blit_stubs.o src/float_stubs.o - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/binable.ml > src/binable.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/read.mli > src/read.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/common.mli > src/common.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/nat0.mli > src/nat0.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/common.cmi src/common.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/nat0.cmi src/nat0.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/size.mli > src/size.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/type_class.mli > src/type_class.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/read.cmi src/read.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/size.cmi src/size.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/write.mli > src/write.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/write.cmi src/write.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/type_class.cmi src/type_class.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/blob.mli > src/blob.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/binable.cmo src/binable.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/blob.cmi src/blob.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/blob.ml > src/blob.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/utils.mli > src/utils.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/utils.cmi src/utils.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/common.ml > src/common.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/nat0.ml > src/nat0.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/read.ml > src/read.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/size.ml > src/size.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/std.ml > src/std.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/type_class.ml > src/type_class.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/utils.ml > src/utils.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -package bigarray -predicates custom_ppx -modules src/write.ml > src/write.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/blob.cmo src/blob.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/common.cmo src/common.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/nat0.cmo src/nat0.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/read.cmo src/read.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/size.cmo src/size.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/std.cmo src/std.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/type_class.cmo src/type_class.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/utils.cmo src/utils.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -predicates custom_ppx -w -40 -I src -o src/write.cmo src/write.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/common.cmo src/nat0.cmo src/write.cmo src/read.cmo src/size.cmo src/type_class.cmo src/binable.cmo src/utils.cmo src/blob.cmo src/std.cmo -o src/bin_prot.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -dllib -lbin_prot_stubs -cclib -lbin_prot_stubs -predicates custom_ppx src/bin_prot.cmo -o src/bin_prot.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/common.cmx src/common.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/nat0.cmx src/nat0.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/write.cmx src/write.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/read.cmx src/read.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/size.cmx src/size.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -pp 'gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC -E -xc -undef -w' -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/type_class.cmx src/type_class.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/binable.cmx src/binable.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/utils.cmx src/utils.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/blob.cmx src/blob.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -ccopt -O2 -ccopt disabled -package bigarray -for-pack Bin_prot -predicates custom_ppx -w -40 -I src -o src/std.cmx src/std.ml - touch src/bin_prot.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/common.cmx src/nat0.cmx src/write.cmx src/read.cmx src/size.cmx src/type_class.cmx src/binable.cmx src/utils.cmx src/blob.cmx src/std.cmx -o src/bin_prot.cmx ; then rm -f src/bin_prot.mli ; else rm -f src/bin_prot.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -cclib -lbin_prot_stubs -predicates custom_ppx src/bin_prot.cmx -o src/bin_prot.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/bin_prot.cmxa -o src/bin_prot.cmxs - make bin_prot.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/bin_prot.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/bin_prot.113.33.03' -> compiled bin_prot.113.33.03 Processing 67/136: [camlp4: make all] [dune: ./boot.exe 47] [ppx_core: make] [sexplib: make] -> installed bin_prot.113.33.03 Processing 68/136: [camlp4: make all] [dune: ./boot.exe 47] [ppx_core: make] [sexplib: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/sexplib.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ sexplib - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bigarray: ........................................ /home/opam/.opam/4.02.3/lib/ocaml - pkg_num: ............................................. /home/opam/.opam/4.02.3/lib/num - pkg_unix: ............................................ /home/opam/.opam/4.02.3/lib/ocaml - - ./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 -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/conv.mli > src/conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/sexp.mli > src/sexp.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/sexp_intf.ml > src/sexp_intf.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -pp 'cpp -undef -traditional -Isyntax -w' -predicates custom_ppx -modules src/pre_sexp.ml > src/pre_sexp.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/lexer.mli > src/lexer.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlyacc src/parser.mly - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/parser.mli > src/parser.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/type.ml > src/type.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/type.cmo src/type.ml - /home/opam/.opam/4.02.3/bin/ocamlyacc src/parser_with_layout.mly - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/parser_with_layout.mli > src/parser_with_layout.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/type_with_layout.mli > src/type_with_layout.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/src_pos.mli > src/src_pos.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/src_pos.cmi src/src_pos.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/type_with_layout.cmi src/type_with_layout.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/parser.cmi src/parser.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/parser_with_layout.cmi src/parser_with_layout.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/lexer.cmi src/lexer.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -pp 'cpp -undef -traditional -Isyntax -w' -predicates custom_ppx -w -40 -I src -o src/pre_sexp.cmo src/pre_sexp.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/sexp_intf.cmo src/sexp_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/sexp.cmi src/sexp.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/conv.cmi src/conv.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/conv.ml > src/conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/conv_error.ml > src/conv_error.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/exn_magic.mli > src/exn_magic.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/exn_magic.cmi src/exn_magic.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/exn_magic.ml > src/exn_magic.ml.depends - /home/opam/.opam/4.02.3/bin/ocamllex.opt -q src/lexer.mll - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/lexer.ml > src/lexer.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/macro.mli > src/macro.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/macro.cmi src/macro.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/macro.ml > src/macro.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/parser.ml > src/parser.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/parser_with_layout.ml > src/parser_with_layout.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/path.mli > src/path.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/path.cmi src/path.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/path.ml > src/path.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/sexp.ml > src/sexp.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/sexp_with_layout.ml > src/sexp_with_layout.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/sexp_with_layout.cmo src/sexp_with_layout.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/src_pos.ml > src/src_pos.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/std.ml > src/std.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/type_with_layout.ml > src/type_with_layout.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/conv.cmo src/conv.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/conv_error.cmo src/conv_error.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/exn_magic.cmo src/exn_magic.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/lexer.cmo src/lexer.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/macro.cmo src/macro.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/parser.cmo src/parser.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/parser_with_layout.cmo src/parser_with_layout.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/path.cmo src/path.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/sexp.cmo src/sexp.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/src_pos.cmo src/src_pos.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/std.cmo src/std.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/type_with_layout.cmo src/type_with_layout.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/type.cmo src/parser.cmo src/src_pos.cmo src/type_with_layout.cmo src/parser_with_layout.cmo src/lexer.cmo src/pre_sexp.cmo src/sexp_intf.cmo src/sexp_with_layout.cmo src/sexp.cmo src/conv.cmo src/conv_error.cmo src/exn_magic.cmo src/macro.cmo src/path.cmo src/std.cmo -o src/sexplib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/sexplib.cmo -o src/sexplib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/type.cmx src/type.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/src_pos.cmx src/src_pos.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/type_with_layout.cmx src/type_with_layout.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/parser.cmx src/parser.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/parser_with_layout.cmx src/parser_with_layout.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/lexer.cmx src/lexer.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -pp 'cpp -undef -traditional -Isyntax -w' -predicates custom_ppx -w -40 -I src -o src/pre_sexp.cmx src/pre_sexp.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/sexp_with_layout.cmx src/sexp_with_layout.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/sexp_intf.cmx src/sexp_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/sexp.cmx src/sexp.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/conv.cmx src/conv.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/macro.cmx src/macro.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/conv_error.cmx src/conv_error.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/exn_magic.cmx src/exn_magic.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/path.cmx src/path.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/std.cmx src/std.ml - touch src/sexplib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/type.cmx src/parser.cmx src/src_pos.cmx src/type_with_layout.cmx src/parser_with_layout.cmx src/lexer.cmx src/pre_sexp.cmx src/sexp_intf.cmx src/sexp_with_layout.cmx src/sexp.cmx src/conv.cmx src/conv_error.cmx src/exn_magic.cmx src/macro.cmx src/path.cmx src/std.cmx -o src/sexplib.cmx ; then rm -f src/sexplib.mli ; else rm -f src/sexplib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/sexplib.cmx -o src/sexplib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/sexplib.cmxa -o src/sexplib.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -package num -predicates custom_ppx -modules num/lib/sexplib_num_conv.mli > num/lib/sexplib_num_conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/sexplib_num_conv.cmi num/lib/sexplib_num_conv.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -package num -predicates custom_ppx -modules num/lib/sexplib_num_conv.ml > num/lib/sexplib_num_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -package num -predicates custom_ppx -modules num/lib/std.ml > num/lib/std.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/sexplib_num_conv.cmo num/lib/sexplib_num_conv.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/std.cmo num/lib/std.ml - /home/opam/.opam/4.02.3/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.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx num/lib/sexplib_num.cmo -o num/lib/sexplib_num.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/sexplib_num_conv.cmx num/lib/sexplib_num_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/sexplib_num_conv.cmx num/lib/sexplib_num_conv.ml - findlib: [WARNING] Interface std.cmi occurs in several directories: num/lib, src - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/std.cmx num/lib/std.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/std.cmx num/lib/std.ml - findlib: [WARNING] Interface std.cmi occurs in several directories: num/lib, src - touch num/lib/sexplib_num.mli ; if /home/opam/.opam/4.02.3/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.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx num/lib/sexplib_num.cmx -o num/lib/sexplib_num.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I num/lib num/lib/sexplib_num.cmxa -o num/lib/sexplib_num.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package unix -package bigarray -predicates custom_ppx -modules unix/lib/sexplib_unix_conv.ml > unix/lib/sexplib_unix_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package unix -package bigarray -predicates custom_ppx -w -40 -I unix/lib -I src -o unix/lib/sexplib_unix_conv.cmo unix/lib/sexplib_unix_conv.ml - /home/opam/.opam/4.02.3/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.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx unix/lib/sexplib_unix.cmo -o unix/lib/sexplib_unix.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package unix -package bigarray -for-pack Sexplib_unix -predicates custom_ppx -w -40 -I unix/lib -I src -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.3/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.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx unix/lib/sexplib_unix.cmx -o unix/lib/sexplib_unix.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I unix/lib unix/lib/sexplib_unix.cmxa -o unix/lib/sexplib_unix.cmxs - make sexplib.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/sexplib.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/sexplib.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ sexplib - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bigarray: ........................................ /home/opam/.opam/4.02.3/lib/ocaml - pkg_num: ............................................. /home/opam/.opam/4.02.3/lib/num - pkg_unix: ............................................ /home/opam/.opam/4.02.3/lib/ocaml - - ./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 -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/conv.mli > src/conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/sexp.mli > src/sexp.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/sexp_intf.ml > src/sexp_intf.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -pp 'cpp -undef -traditional -Isyntax -w' -predicates custom_ppx -modules src/pre_sexp.ml > src/pre_sexp.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/lexer.mli > src/lexer.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlyacc src/parser.mly - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/parser.mli > src/parser.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/type.ml > src/type.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/type.cmo src/type.ml - /home/opam/.opam/4.02.3/bin/ocamlyacc src/parser_with_layout.mly - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/parser_with_layout.mli > src/parser_with_layout.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/type_with_layout.mli > src/type_with_layout.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/src_pos.mli > src/src_pos.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/src_pos.cmi src/src_pos.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/type_with_layout.cmi src/type_with_layout.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/parser.cmi src/parser.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/parser_with_layout.cmi src/parser_with_layout.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/lexer.cmi src/lexer.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -pp 'cpp -undef -traditional -Isyntax -w' -predicates custom_ppx -w -40 -I src -o src/pre_sexp.cmo src/pre_sexp.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/sexp_intf.cmo src/sexp_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/sexp.cmi src/sexp.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/conv.cmi src/conv.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/conv.ml > src/conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/conv_error.ml > src/conv_error.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/exn_magic.mli > src/exn_magic.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/exn_magic.cmi src/exn_magic.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/exn_magic.ml > src/exn_magic.ml.depends - /home/opam/.opam/4.02.3/bin/ocamllex.opt -q src/lexer.mll - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/lexer.ml > src/lexer.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/macro.mli > src/macro.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/macro.cmi src/macro.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/macro.ml > src/macro.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/parser.ml > src/parser.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/parser_with_layout.ml > src/parser_with_layout.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/path.mli > src/path.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/path.cmi src/path.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/path.ml > src/path.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/sexp.ml > src/sexp.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/sexp_with_layout.ml > src/sexp_with_layout.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/sexp_with_layout.cmo src/sexp_with_layout.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/src_pos.ml > src/src_pos.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/std.ml > src/std.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -predicates custom_ppx -modules src/type_with_layout.ml > src/type_with_layout.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/conv.cmo src/conv.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/conv_error.cmo src/conv_error.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/exn_magic.cmo src/exn_magic.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/lexer.cmo src/lexer.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/macro.cmo src/macro.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/parser.cmo src/parser.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/parser_with_layout.cmo src/parser_with_layout.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/path.cmo src/path.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/sexp.cmo src/sexp.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/src_pos.cmo src/src_pos.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/std.cmo src/std.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates custom_ppx -w -40 -I src -o src/type_with_layout.cmo src/type_with_layout.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/type.cmo src/parser.cmo src/src_pos.cmo src/type_with_layout.cmo src/parser_with_layout.cmo src/lexer.cmo src/pre_sexp.cmo src/sexp_intf.cmo src/sexp_with_layout.cmo src/sexp.cmo src/conv.cmo src/conv_error.cmo src/exn_magic.cmo src/macro.cmo src/path.cmo src/std.cmo -o src/sexplib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/sexplib.cmo -o src/sexplib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/type.cmx src/type.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/src_pos.cmx src/src_pos.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/type_with_layout.cmx src/type_with_layout.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/parser.cmx src/parser.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/parser_with_layout.cmx src/parser_with_layout.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/lexer.cmx src/lexer.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -pp 'cpp -undef -traditional -Isyntax -w' -predicates custom_ppx -w -40 -I src -o src/pre_sexp.cmx src/pre_sexp.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/sexp_with_layout.cmx src/sexp_with_layout.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/sexp_intf.cmx src/sexp_intf.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/sexp.cmx src/sexp.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/conv.cmx src/conv.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/macro.cmx src/macro.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/conv_error.cmx src/conv_error.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/exn_magic.cmx src/exn_magic.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/path.cmx src/path.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates custom_ppx -w -40 -I src -o src/std.cmx src/std.ml - touch src/sexplib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/type.cmx src/parser.cmx src/src_pos.cmx src/type_with_layout.cmx src/parser_with_layout.cmx src/lexer.cmx src/pre_sexp.cmx src/sexp_intf.cmx src/sexp_with_layout.cmx src/sexp.cmx src/conv.cmx src/conv_error.cmx src/exn_magic.cmx src/macro.cmx src/path.cmx src/std.cmx -o src/sexplib.cmx ; then rm -f src/sexplib.mli ; else rm -f src/sexplib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/sexplib.cmx -o src/sexplib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/sexplib.cmxa -o src/sexplib.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -package num -predicates custom_ppx -modules num/lib/sexplib_num_conv.mli > num/lib/sexplib_num_conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/sexplib_num_conv.cmi num/lib/sexplib_num_conv.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -package num -predicates custom_ppx -modules num/lib/sexplib_num_conv.ml > num/lib/sexplib_num_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package bigarray -package num -predicates custom_ppx -modules num/lib/std.ml > num/lib/std.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/sexplib_num_conv.cmo num/lib/sexplib_num_conv.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/std.cmo num/lib/std.ml - /home/opam/.opam/4.02.3/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.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx num/lib/sexplib_num.cmo -o num/lib/sexplib_num.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/sexplib_num_conv.cmx num/lib/sexplib_num_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/sexplib_num_conv.cmx num/lib/sexplib_num_conv.ml - findlib: [WARNING] Interface std.cmi occurs in several directories: num/lib, src - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/std.cmx num/lib/std.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates custom_ppx -w -40 -I num/lib -I src -o num/lib/std.cmx num/lib/std.ml - findlib: [WARNING] Interface std.cmi occurs in several directories: num/lib, src - touch num/lib/sexplib_num.mli ; if /home/opam/.opam/4.02.3/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.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx num/lib/sexplib_num.cmx -o num/lib/sexplib_num.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I num/lib num/lib/sexplib_num.cmxa -o num/lib/sexplib_num.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package unix -package bigarray -predicates custom_ppx -modules unix/lib/sexplib_unix_conv.ml > unix/lib/sexplib_unix_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package unix -package bigarray -predicates custom_ppx -w -40 -I unix/lib -I src -o unix/lib/sexplib_unix_conv.cmo unix/lib/sexplib_unix_conv.ml - /home/opam/.opam/4.02.3/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.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx unix/lib/sexplib_unix.cmo -o unix/lib/sexplib_unix.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package unix -package bigarray -for-pack Sexplib_unix -predicates custom_ppx -w -40 -I unix/lib -I src -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.3/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.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx unix/lib/sexplib_unix.cmx -o unix/lib/sexplib_unix.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I unix/lib unix/lib/sexplib_unix.cmxa -o unix/lib/sexplib_unix.cmxs - make sexplib.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/sexplib.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/sexplib.113.33.03' -> compiled sexplib.113.33.03 Processing 68/136: [camlp4: make all] [dune: ./boot.exe 47] [ppx_core: make] -> installed sexplib.113.33.03 Processing 69/136: [camlp4: make all] [dune: ./boot.exe 47] [ppx_core: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./boot.exe" "--release" "-j" "47" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/dune.1.11.4) -> compiled dune.1.11.4 Processing 69/136: [camlp4: make all] [ppx_core: make] -> installed dune.1.11.4 Processing 70/136: [camlp4: make all] [ppx_core: make] Processing 71/136: [camlp4: make all] [cppo: dune build] [ppx_core: make] Processing 72/136: [camlp4: make all] [cppo: dune build] [ppx_core: make] [ppx_derivers: dune build] Processing 73/136: [camlp4: make all] [cppo: dune build] [ppx_core: make] [ppx_derivers: dune build] [result: dune build] Processing 74/136: [camlp4: make all] [cppo: dune build] [ppx_core: make] [ppx_derivers: dune build] [result: dune build] [seq: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_derivers" "-j" "47" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_derivers.1.2.1) -> compiled ppx_derivers.1.2.1 Processing 74/136: [camlp4: make all] [cppo: dune build] [ppx_core: make] [result: dune build] [seq: dune build] -> installed ppx_derivers.1.2.1 Processing 75/136: [camlp4: make all] [cppo: dune build] [ppx_core: make] [result: dune build] [seq: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "result" "-j" "47" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/result.1.5) -> compiled result.1.5 Processing 75/136: [camlp4: make all] [cppo: dune build] [ppx_core: make] [seq: dune build] -> installed result.1.5 Processing 76/136: [camlp4: make all] [cppo: dune build] [ppx_core: make] [seq: dune build] Processing 77/136: [camlp4: make all] [cppo: dune build] [ocaml-migrate-parsetree: dune build] [ppx_core: make] [seq: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "seq" "-j" "47" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/seq.0.2.2) -> compiled seq.0.2.2 Processing 77/136: [camlp4: make all] [cppo: dune build] [ocaml-migrate-parsetree: dune build] [ppx_core: make] -> installed seq.0.2.2 Processing 78/136: [camlp4: make all] [cppo: dune build] [ocaml-migrate-parsetree: dune build] [ppx_core: make] Processing 79/136: [camlp4: make all] [cppo: dune build] [ocaml-migrate-parsetree: dune build] [ppx_core: make] [re: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "47" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/cppo.1.6.7) -> compiled cppo.1.6.7 Processing 79/136: [camlp4: make all] [ocaml-migrate-parsetree: dune build] [ppx_core: make] [re: dune build] -> installed cppo.1.6.7 Processing 80/136: [camlp4: make all] [ocaml-migrate-parsetree: dune build] [ppx_core: make] [re: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "re" "-j" "47" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/re.1.9.0) -> compiled re.1.9.0 Processing 80/136: [camlp4: make all] [ocaml-migrate-parsetree: dune build] [ppx_core: make] -> installed re.1.9.0 Processing 81/136: [camlp4: make all] [ocaml-migrate-parsetree: dune build] [ppx_core: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-migrate-parsetree" "-j" "47" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ocaml-migrate-parsetree.1.5.0) -> compiled ocaml-migrate-parsetree.1.5.0 Processing 81/136: [camlp4: make all] [ppx_core: make] -> installed ocaml-migrate-parsetree.1.5.0 Processing 82/136: [camlp4: make all] [ppx_core: make] Processing 83/136: [camlp4: make all] [ppx_core: make] [ppxfind: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppxfind" "-j" "47" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppxfind.1.3) -> compiled ppxfind.1.3 Processing 83/136: [camlp4: make all] [ppx_core: make] -> installed ppxfind.1.3 Processing 84/136: [camlp4: make all] [ppx_core: make] Processing 85/136: [camlp4: make all] [ppx_core: make] [ppx_deriving: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_deriving" "-j" "47" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_deriving.4.5) -> compiled ppx_deriving.4.5 Processing 85/136: [camlp4: make all] [ppx_core: make] -> installed ppx_deriving.4.5 Processing 86/136: [camlp4: make all] [ppx_core: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_core.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_core - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_compiler_libs_common: ............................ /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs - pkg_compiler_libs_bytecomp: .......................... /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_core' in library ppx_core - W: Cannot find source file matching module 'Ast_builder_generated' in library ppx_core - W: Cannot find source file matching module 'Ast_pattern_generated' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_fold' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_fold_map' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_iter' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_map' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_map_with_context' in library ppx_core - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_builder.mli > src/ast_builder.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -modules src/gen/gen_ast_builder.ml > src/gen/gen_ast_builder.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -modules src/gen/common.ml > src/gen/common.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/common.cmo src/gen/common.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/common.cmo src/gen/common.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_builder.cmo src/gen/gen_ast_builder.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_builder.cmo src/gen/gen_ast_builder.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmo src/gen/gen_ast_builder.cmo -o src/gen/gen_ast_builder.byte - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmo src/gen/gen_ast_builder.cmo -o src/gen/gen_ast_builder.byte - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - src/gen/gen_ast_builder.byte -I +compiler-libs Parsetree - mv ast_builder_generated.ml src/ast_builder_generated.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_builder_generated.ml > src/ast_builder_generated.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_builder_intf.ml > src/ast_builder_intf.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder_generated.cmo src/ast_builder_generated.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder_generated.cmo src/ast_builder_generated.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder_intf.cmo src/ast_builder_intf.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder_intf.cmo src/ast_builder_intf.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder.cmi src/ast_builder.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder.cmi src/ast_builder.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_builder.ml > src/ast_builder.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_pattern.mli > src/ast_pattern.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_pattern0.ml > src/ast_pattern0.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -modules src/gen/gen_ast_pattern.ml > src/gen/gen_ast_pattern.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_pattern.cmo src/gen/gen_ast_pattern.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_pattern.cmo src/gen/gen_ast_pattern.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmo src/gen/gen_ast_pattern.cmo -o src/gen/gen_ast_pattern.byte - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmo src/gen/gen_ast_pattern.cmo -o src/gen/gen_ast_pattern.byte - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - src/gen/gen_ast_pattern.byte -I +compiler-libs Parsetree - mv ast_pattern_generated.ml src/ast_pattern_generated.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_pattern_generated.ml > src/ast_pattern_generated.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern0.cmo src/ast_pattern0.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern0.cmo src/ast_pattern0.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/common.mli > src/common.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse.mli > src/ast_traverse.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -modules src/gen/gen.ml > src/gen/gen.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen.cmo src/gen/gen.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen.cmo src/gen/gen.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmo src/gen/gen.cmo -o src/gen/gen.byte - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmo src/gen/gen.cmo -o src/gen/gen.byte - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - src/gen/gen.byte -I +compiler-libs Parsetree - mv ast_traverse_map.ml src/ast_traverse_map.ml - mv ast_traverse_map.mli src/ast_traverse_map.mli - mv ast_traverse_iter.ml src/ast_traverse_iter.ml - mv ast_traverse_iter.mli src/ast_traverse_iter.mli - mv ast_traverse_fold.ml src/ast_traverse_fold.ml - mv ast_traverse_fold.mli src/ast_traverse_fold.mli - mv ast_traverse_fold_map.ml src/ast_traverse_fold_map.ml - mv ast_traverse_fold_map.mli src/ast_traverse_fold_map.mli - mv ast_traverse_map_with_context.ml src/ast_traverse_map_with_context.ml - mv ast_traverse_map_with_context.mli src/ast_traverse_map_with_context.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_fold.mli > src/ast_traverse_fold.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_fold_map.mli > src/ast_traverse_fold_map.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_iter.mli > src/ast_traverse_iter.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_map.mli > src/ast_traverse_map.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_map_with_context.mli > src/ast_traverse_map_with_context.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold.cmi src/ast_traverse_fold.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold.cmi src/ast_traverse_fold.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold_map.cmi src/ast_traverse_fold_map.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold_map.cmi src/ast_traverse_fold_map.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_iter.cmi src/ast_traverse_iter.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_iter.cmi src/ast_traverse_iter.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map.cmi src/ast_traverse_map.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map.cmi src/ast_traverse_map.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map_with_context.cmi src/ast_traverse_map_with_context.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map_with_context.cmi src/ast_traverse_map_with_context.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse.cmi src/ast_traverse.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse.cmi src/ast_traverse.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/common.cmi src/common.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/common.cmi src/common.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern_generated.cmo src/ast_pattern_generated.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern_generated.cmo src/ast_pattern_generated.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern.cmi src/ast_pattern.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern.cmi src/ast_pattern.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_pattern.ml > src/ast_pattern.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse.ml > src/ast_traverse.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_fold.ml > src/ast_traverse_fold.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_fold_map.ml > src/ast_traverse_fold_map.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_iter.ml > src/ast_traverse_iter.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_map.ml > src/ast_traverse_map.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_map_with_context.ml > src/ast_traverse_map_with_context.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/attribute.mli > src/attribute.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/attribute.cmi src/attribute.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/attribute.cmi src/attribute.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/attribute.ml > src/attribute.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/name.mli > src/name.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/name.cmi src/name.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/name.cmi src/name.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/caller_id.ml > src/caller_id.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/common.ml > src/common.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/extension.mli > src/extension.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/extension.cmi src/extension.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/extension.cmi src/extension.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/extension.ml > src/extension.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/file_path.mli > src/file_path.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/file_path.cmi src/file_path.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/file_path.cmi src/file_path.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/file_path.ml > src/file_path.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/name.ml > src/name.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/caller_id.cmo src/caller_id.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/caller_id.cmo src/caller_id.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/spellcheck.ml > src/spellcheck.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/spellcheck.cmo src/spellcheck.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/spellcheck.cmo src/spellcheck.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/std.ml > src/std.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder.cmo src/ast_builder.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder.cmo src/ast_builder.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern.cmo src/ast_pattern.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern.cmo src/ast_pattern.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse.cmo src/ast_traverse.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse.cmo src/ast_traverse.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold.cmo src/ast_traverse_fold.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold.cmo src/ast_traverse_fold.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold_map.cmo src/ast_traverse_fold_map.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold_map.cmo src/ast_traverse_fold_map.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_iter.cmo src/ast_traverse_iter.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_iter.cmo src/ast_traverse_iter.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map.cmo src/ast_traverse_map.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map.cmo src/ast_traverse_map.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map_with_context.cmo src/ast_traverse_map_with_context.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map_with_context.cmo src/ast_traverse_map_with_context.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/attribute.cmo src/attribute.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/attribute.cmo src/attribute.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/common.cmo src/common.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/common.cmo src/common.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/extension.cmo src/extension.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/extension.cmo src/extension.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/file_path.cmo src/file_path.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/file_path.cmo src/file_path.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/name.cmo src/name.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/name.cmo src/name.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/std.cmo src/std.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/std.cmo src/std.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/ast_builder_generated.cmo src/ast_builder_intf.cmo src/ast_builder.cmo src/ast_pattern0.cmo src/ast_traverse_fold.cmo src/ast_traverse_fold_map.cmo src/ast_traverse_iter.cmo src/ast_traverse_map.cmo src/ast_traverse_map_with_context.cmo src/ast_traverse.cmo src/common.cmo src/ast_pattern_generated.cmo src/ast_pattern.cmo src/caller_id.cmo src/spellcheck.cmo src/name.cmo src/attribute.cmo src/extension.cmo src/file_path.cmo src/std.cmo -o src/ppx_core.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/ppx_core.cmo -o src/ppx_core.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_builder_generated.cmx src/ast_builder_generated.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_builder_generated.cmx src/ast_builder_generated.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_builder_intf.cmx src/ast_builder_intf.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_builder_intf.cmx src/ast_builder_intf.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_pattern0.cmx src/ast_pattern0.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_pattern0.cmx src/ast_pattern0.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_builder.cmx src/ast_builder.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_builder.cmx src/ast_builder.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold.cmx src/ast_traverse_fold.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold.cmx src/ast_traverse_fold.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold_map.cmx src/ast_traverse_fold_map.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold_map.cmx src/ast_traverse_fold_map.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_iter.cmx src/ast_traverse_iter.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_iter.cmx src/ast_traverse_iter.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map.cmx src/ast_traverse_map.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map.cmx src/ast_traverse_map.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map_with_context.cmx src/ast_traverse_map_with_context.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map_with_context.cmx src/ast_traverse_map_with_context.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse.cmx src/ast_traverse.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse.cmx src/ast_traverse.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/common.cmx src/common.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/common.cmx src/common.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_pattern_generated.cmx src/ast_pattern_generated.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_pattern_generated.cmx src/ast_pattern_generated.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_pattern.cmx src/ast_pattern.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_pattern.cmx src/ast_pattern.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/caller_id.cmx src/caller_id.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/caller_id.cmx src/caller_id.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/spellcheck.cmx src/spellcheck.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/spellcheck.cmx src/spellcheck.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/name.cmx src/name.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/name.cmx src/name.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/attribute.cmx src/attribute.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/attribute.cmx src/attribute.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/extension.cmx src/extension.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/extension.cmx src/extension.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/file_path.cmx src/file_path.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/file_path.cmx src/file_path.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/std.cmx src/std.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/std.cmx src/std.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - touch src/ppx_core.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/ast_builder_generated.cmx src/ast_builder_intf.cmx src/ast_builder.cmx src/ast_pattern0.cmx src/ast_traverse_fold.cmx src/ast_traverse_fold_map.cmx src/ast_traverse_iter.cmx src/ast_traverse_map.cmx src/ast_traverse_map_with_context.cmx src/ast_traverse.cmx src/common.cmx src/ast_pattern_generated.cmx src/ast_pattern.cmx src/caller_id.cmx src/spellcheck.cmx src/name.cmx src/attribute.cmx src/extension.cmx src/file_path.cmx src/std.cmx -o src/ppx_core.cmx ; then rm -f src/ppx_core.mli ; else rm -f src/ppx_core.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/ppx_core.cmx -o src/ppx_core.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_core.cmxa -o src/ppx_core.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/common.cmx src/gen/common.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/common.cmx src/gen/common.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen.cmx src/gen/gen.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen.cmx src/gen/gen.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmx src/gen/gen.cmx -o src/gen/gen.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmx src/gen/gen.cmx -o src/gen/gen.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_pattern.cmx src/gen/gen_ast_pattern.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_pattern.cmx src/gen/gen_ast_pattern.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmx src/gen/gen_ast_pattern.cmx -o src/gen/gen_ast_pattern.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmx src/gen/gen_ast_pattern.cmx -o src/gen/gen_ast_pattern.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_builder.cmx src/gen/gen_ast_builder.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_builder.cmx src/gen/gen_ast_builder.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmx src/gen/gen_ast_builder.cmx -o src/gen/gen_ast_builder.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmx src/gen/gen_ast_builder.cmx -o src/gen/gen_ast_builder.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_core.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_core.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_core.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_core - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_compiler_libs_common: ............................ /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs - pkg_compiler_libs_bytecomp: .......................... /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_core' in library ppx_core - W: Cannot find source file matching module 'Ast_builder_generated' in library ppx_core - W: Cannot find source file matching module 'Ast_pattern_generated' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_fold' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_fold_map' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_iter' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_map' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_map_with_context' in library ppx_core - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_builder.mli > src/ast_builder.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -modules src/gen/gen_ast_builder.ml > src/gen/gen_ast_builder.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -modules src/gen/common.ml > src/gen/common.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/common.cmo src/gen/common.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/common.cmo src/gen/common.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_builder.cmo src/gen/gen_ast_builder.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_builder.cmo src/gen/gen_ast_builder.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmo src/gen/gen_ast_builder.cmo -o src/gen/gen_ast_builder.byte - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmo src/gen/gen_ast_builder.cmo -o src/gen/gen_ast_builder.byte - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - src/gen/gen_ast_builder.byte -I +compiler-libs Parsetree - mv ast_builder_generated.ml src/ast_builder_generated.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_builder_generated.ml > src/ast_builder_generated.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_builder_intf.ml > src/ast_builder_intf.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder_generated.cmo src/ast_builder_generated.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder_generated.cmo src/ast_builder_generated.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder_intf.cmo src/ast_builder_intf.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder_intf.cmo src/ast_builder_intf.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder.cmi src/ast_builder.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder.cmi src/ast_builder.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_builder.ml > src/ast_builder.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_pattern.mli > src/ast_pattern.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_pattern0.ml > src/ast_pattern0.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -modules src/gen/gen_ast_pattern.ml > src/gen/gen_ast_pattern.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_pattern.cmo src/gen/gen_ast_pattern.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_pattern.cmo src/gen/gen_ast_pattern.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmo src/gen/gen_ast_pattern.cmo -o src/gen/gen_ast_pattern.byte - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmo src/gen/gen_ast_pattern.cmo -o src/gen/gen_ast_pattern.byte - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - src/gen/gen_ast_pattern.byte -I +compiler-libs Parsetree - mv ast_pattern_generated.ml src/ast_pattern_generated.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_pattern_generated.ml > src/ast_pattern_generated.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern0.cmo src/ast_pattern0.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern0.cmo src/ast_pattern0.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/common.mli > src/common.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse.mli > src/ast_traverse.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -modules src/gen/gen.ml > src/gen/gen.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen.cmo src/gen/gen.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen.cmo src/gen/gen.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmo src/gen/gen.cmo -o src/gen/gen.byte - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmo src/gen/gen.cmo -o src/gen/gen.byte - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - src/gen/gen.byte -I +compiler-libs Parsetree - mv ast_traverse_map.ml src/ast_traverse_map.ml - mv ast_traverse_map.mli src/ast_traverse_map.mli - mv ast_traverse_iter.ml src/ast_traverse_iter.ml - mv ast_traverse_iter.mli src/ast_traverse_iter.mli - mv ast_traverse_fold.ml src/ast_traverse_fold.ml - mv ast_traverse_fold.mli src/ast_traverse_fold.mli - mv ast_traverse_fold_map.ml src/ast_traverse_fold_map.ml - mv ast_traverse_fold_map.mli src/ast_traverse_fold_map.mli - mv ast_traverse_map_with_context.ml src/ast_traverse_map_with_context.ml - mv ast_traverse_map_with_context.mli src/ast_traverse_map_with_context.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_fold.mli > src/ast_traverse_fold.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_fold_map.mli > src/ast_traverse_fold_map.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_iter.mli > src/ast_traverse_iter.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_map.mli > src/ast_traverse_map.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_map_with_context.mli > src/ast_traverse_map_with_context.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold.cmi src/ast_traverse_fold.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold.cmi src/ast_traverse_fold.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold_map.cmi src/ast_traverse_fold_map.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold_map.cmi src/ast_traverse_fold_map.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_iter.cmi src/ast_traverse_iter.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_iter.cmi src/ast_traverse_iter.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map.cmi src/ast_traverse_map.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map.cmi src/ast_traverse_map.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map_with_context.cmi src/ast_traverse_map_with_context.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map_with_context.cmi src/ast_traverse_map_with_context.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse.cmi src/ast_traverse.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse.cmi src/ast_traverse.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/common.cmi src/common.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/common.cmi src/common.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern_generated.cmo src/ast_pattern_generated.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern_generated.cmo src/ast_pattern_generated.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern.cmi src/ast_pattern.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern.cmi src/ast_pattern.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_pattern.ml > src/ast_pattern.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse.ml > src/ast_traverse.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_fold.ml > src/ast_traverse_fold.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_fold_map.ml > src/ast_traverse_fold_map.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_iter.ml > src/ast_traverse_iter.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_map.ml > src/ast_traverse_map.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/ast_traverse_map_with_context.ml > src/ast_traverse_map_with_context.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/attribute.mli > src/attribute.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/attribute.cmi src/attribute.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/attribute.cmi src/attribute.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/attribute.ml > src/attribute.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/name.mli > src/name.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/name.cmi src/name.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/name.cmi src/name.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/caller_id.ml > src/caller_id.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/common.ml > src/common.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/extension.mli > src/extension.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/extension.cmi src/extension.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/extension.cmi src/extension.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/extension.ml > src/extension.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/file_path.mli > src/file_path.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/file_path.cmi src/file_path.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/file_path.cmi src/file_path.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/file_path.ml > src/file_path.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/name.ml > src/name.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/caller_id.cmo src/caller_id.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/caller_id.cmo src/caller_id.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/spellcheck.ml > src/spellcheck.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/spellcheck.cmo src/spellcheck.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/spellcheck.cmo src/spellcheck.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package compiler-libs.common -predicates custom_ppx -modules src/std.ml > src/std.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder.cmo src/ast_builder.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_builder.cmo src/ast_builder.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern.cmo src/ast_pattern.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_pattern.cmo src/ast_pattern.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse.cmo src/ast_traverse.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse.cmo src/ast_traverse.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold.cmo src/ast_traverse_fold.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold.cmo src/ast_traverse_fold.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold_map.cmo src/ast_traverse_fold_map.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold_map.cmo src/ast_traverse_fold_map.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_iter.cmo src/ast_traverse_iter.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_iter.cmo src/ast_traverse_iter.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map.cmo src/ast_traverse_map.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map.cmo src/ast_traverse_map.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map_with_context.cmo src/ast_traverse_map_with_context.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map_with_context.cmo src/ast_traverse_map_with_context.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/attribute.cmo src/attribute.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/attribute.cmo src/attribute.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/common.cmo src/common.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/common.cmo src/common.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/extension.cmo src/extension.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/extension.cmo src/extension.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/file_path.cmo src/file_path.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/file_path.cmo src/file_path.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/name.cmo src/name.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/name.cmo src/name.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/std.cmo src/std.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates custom_ppx -w -40 -I src -o src/std.cmo src/std.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/ast_builder_generated.cmo src/ast_builder_intf.cmo src/ast_builder.cmo src/ast_pattern0.cmo src/ast_traverse_fold.cmo src/ast_traverse_fold_map.cmo src/ast_traverse_iter.cmo src/ast_traverse_map.cmo src/ast_traverse_map_with_context.cmo src/ast_traverse.cmo src/common.cmo src/ast_pattern_generated.cmo src/ast_pattern.cmo src/caller_id.cmo src/spellcheck.cmo src/name.cmo src/attribute.cmo src/extension.cmo src/file_path.cmo src/std.cmo -o src/ppx_core.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/ppx_core.cmo -o src/ppx_core.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_builder_generated.cmx src/ast_builder_generated.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_builder_generated.cmx src/ast_builder_generated.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_builder_intf.cmx src/ast_builder_intf.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_builder_intf.cmx src/ast_builder_intf.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_pattern0.cmx src/ast_pattern0.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_pattern0.cmx src/ast_pattern0.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_builder.cmx src/ast_builder.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_builder.cmx src/ast_builder.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold.cmx src/ast_traverse_fold.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold.cmx src/ast_traverse_fold.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold_map.cmx src/ast_traverse_fold_map.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_fold_map.cmx src/ast_traverse_fold_map.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_iter.cmx src/ast_traverse_iter.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_iter.cmx src/ast_traverse_iter.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map.cmx src/ast_traverse_map.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map.cmx src/ast_traverse_map.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map_with_context.cmx src/ast_traverse_map_with_context.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse_map_with_context.cmx src/ast_traverse_map_with_context.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse.cmx src/ast_traverse.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_traverse.cmx src/ast_traverse.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/common.cmx src/common.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/common.cmx src/common.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_pattern_generated.cmx src/ast_pattern_generated.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_pattern_generated.cmx src/ast_pattern_generated.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_pattern.cmx src/ast_pattern.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/ast_pattern.cmx src/ast_pattern.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/caller_id.cmx src/caller_id.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/caller_id.cmx src/caller_id.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/spellcheck.cmx src/spellcheck.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/spellcheck.cmx src/spellcheck.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/name.cmx src/name.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/name.cmx src/name.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/attribute.cmx src/attribute.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/attribute.cmx src/attribute.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/extension.cmx src/extension.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/extension.cmx src/extension.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/file_path.cmx src/file_path.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/file_path.cmx src/file_path.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/std.cmx src/std.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates custom_ppx -w -40 -I src -o src/std.cmx src/std.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - touch src/ppx_core.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/ast_builder_generated.cmx src/ast_builder_intf.cmx src/ast_builder.cmx src/ast_pattern0.cmx src/ast_traverse_fold.cmx src/ast_traverse_fold_map.cmx src/ast_traverse_iter.cmx src/ast_traverse_map.cmx src/ast_traverse_map_with_context.cmx src/ast_traverse.cmx src/common.cmx src/ast_pattern_generated.cmx src/ast_pattern.cmx src/caller_id.cmx src/spellcheck.cmx src/name.cmx src/attribute.cmx src/extension.cmx src/file_path.cmx src/std.cmx -o src/ppx_core.cmx ; then rm -f src/ppx_core.mli ; else rm -f src/ppx_core.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/ppx_core.cmx -o src/ppx_core.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_core.cmxa -o src/ppx_core.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/common.cmx src/gen/common.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/common.cmx src/gen/common.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen.cmx src/gen/gen.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen.cmx src/gen/gen.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmx src/gen/gen.cmx -o src/gen/gen.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmx src/gen/gen.cmx -o src/gen/gen.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_pattern.cmx src/gen/gen_ast_pattern.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_pattern.cmx src/gen/gen_ast_pattern.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmx src/gen/gen_ast_pattern.cmx -o src/gen/gen_ast_pattern.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmx src/gen/gen_ast_pattern.cmx -o src/gen/gen_ast_pattern.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_builder.cmx src/gen/gen_ast_builder.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx -w -40 -I src/gen -o src/gen/gen_ast_builder.cmx src/gen/gen_ast_builder.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmx src/gen/gen_ast_builder.cmx -o src/gen/gen_ast_builder.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates custom_ppx src/gen/common.cmx src/gen/gen_ast_builder.cmx -o src/gen/gen_ast_builder.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_core.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_core.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_core.113.33.03' -> compiled ppx_core.113.33.03 Processing 86/136: [camlp4: make all] -> installed ppx_core.113.33.03 Processing 87/136: [camlp4: make all] Processing 88/136: [camlp4: make all] [ppx_optcomp: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_optcomp.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_optcomp - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_optcomp - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - Processing 88/136: [camlp4: make all] [ppx_optcomp: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_optcomp.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_optcomp - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_optcomp.mli > src/ppx_optcomp.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_optcomp.cmi src/ppx_optcomp.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_optcomp.cmi src/ppx_optcomp.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_optcomp.ml > src/ppx_optcomp.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_optcomp.cmo src/ppx_optcomp.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_optcomp.cmo src/ppx_optcomp.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/ppx_optcomp.cmo -o src/ppx_optcomp.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_optcomp.cmx src/ppx_optcomp.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_optcomp.cmx src/ppx_optcomp.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/ppx_optcomp.cmx -o src/ppx_optcomp.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_optcomp.cmxa -o src/ppx_optcomp.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules bin/optcomp.ml > bin/optcomp.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I bin -I src -o bin/optcomp.cmo bin/optcomp.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I bin -I src -o bin/optcomp.cmo bin/optcomp.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I bin -I src -o bin/optcomp.cmx bin/optcomp.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I bin -I src -o bin/optcomp.cmx bin/optcomp.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx src/ppx_optcomp.cmxa bin/optcomp.cmx -o bin/optcomp.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx src/ppx_optcomp.cmxa bin/optcomp.cmx -o bin/optcomp.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_optcomp.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_optcomp.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_optcomp.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_optcomp - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_optcomp.mli > src/ppx_optcomp.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_optcomp.cmi src/ppx_optcomp.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_optcomp.cmi src/ppx_optcomp.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_optcomp.ml > src/ppx_optcomp.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_optcomp.cmo src/ppx_optcomp.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_optcomp.cmo src/ppx_optcomp.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/ppx_optcomp.cmo -o src/ppx_optcomp.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_optcomp.cmx src/ppx_optcomp.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_optcomp.cmx src/ppx_optcomp.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/ppx_optcomp.cmx -o src/ppx_optcomp.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_optcomp.cmxa -o src/ppx_optcomp.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules bin/optcomp.ml > bin/optcomp.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I bin -I src -o bin/optcomp.cmo bin/optcomp.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I bin -I src -o bin/optcomp.cmo bin/optcomp.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I bin -I src -o bin/optcomp.cmx bin/optcomp.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I bin -I src -o bin/optcomp.cmx bin/optcomp.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx src/ppx_optcomp.cmxa bin/optcomp.cmx -o bin/optcomp.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx src/ppx_optcomp.cmxa bin/optcomp.cmx -o bin/optcomp.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_optcomp.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_optcomp.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_optcomp.113.33.03' -> compiled ppx_optcomp.113.33.03 Processing 88/136: [camlp4: make all] -> installed ppx_optcomp.113.33.03 Processing 89/136: [camlp4: make all] Processing 90/136: [camlp4: make all] [ppx_driver: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_driver.113.33.04) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_driver - Package version: ..................................... 113.33.04 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_optcomp: ..................................... /home/opam/.opam/4.02.3/lib/ppx_optcomp - pkg_ocamlbuild: ...................................... /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_driver - Package version: ..................................... 113.33.04 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_optcomp: ..................................... /home/opam/.opam/4.02.3/lib/ppx_optcomp - pkg_ocamlbuild: ...................................... /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild - Processing 90/136: [camlp4: make all] [ppx_driver: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "BUILDFLAGS=-j 1" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_driver.113.33.04) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_driver - Package version: ..................................... 113.33.04 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_optcomp: ..................................... /home/opam/.opam/4.02.3/lib/ppx_optcomp - pkg_ocamlbuild: ...................................... /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild - - ./setup.exe -build -j 1 - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -predicates custom_ppx -modules src/ppx_driver.mli > src/ppx_driver.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_driver.cmi src/ppx_driver.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_driver.cmi src/ppx_driver.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -predicates custom_ppx -modules src/ppx_driver.ml > src/ppx_driver.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_driver.cmo src/ppx_driver.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_driver.cmo src/ppx_driver.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/ppx_driver.cmo -o src/ppx_driver.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_driver.cmx src/ppx_driver.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_driver.cmx src/ppx_driver.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/ppx_driver.cmx -o src/ppx_driver.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_driver.cmxa -o src/ppx_driver.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ocamlbuild -predicates custom_ppx -modules ocamlbuild_plugin/ppx_driver_ocamlbuild.mli > ocamlbuild_plugin/ppx_driver_ocamlbuild.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ocamlbuild -predicates custom_ppx -w -40 -I ocamlbuild_plugin -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmi ocamlbuild_plugin/ppx_driver_ocamlbuild.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ocamlbuild -predicates custom_ppx -modules ocamlbuild_plugin/ppx_driver_ocamlbuild.ml > ocamlbuild_plugin/ppx_driver_ocamlbuild.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ocamlbuild -predicates custom_ppx -w -40 -I ocamlbuild_plugin -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmo ocamlbuild_plugin/ppx_driver_ocamlbuild.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx ocamlbuild_plugin/ppx_driver_ocamlbuild.cmo -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ocamlbuild -predicates custom_ppx -w -40 -I ocamlbuild_plugin -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmx ocamlbuild_plugin/ppx_driver_ocamlbuild.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx ocamlbuild_plugin/ppx_driver_ocamlbuild.cmx -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I ocamlbuild_plugin ocamlbuild_plugin/ppx_driver_ocamlbuild.cmxa -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -predicates custom_ppx -modules runner/ppx_driver_runner.ml > runner/ppx_driver_runner.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner -I src -o runner/ppx_driver_runner.cmo runner/ppx_driver_runner.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner -I src -o runner/ppx_driver_runner.cmo runner/ppx_driver_runner.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx runner/ppx_driver_runner.cmo -o runner/ppx_driver_runner.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner -I src -o runner/ppx_driver_runner.cmx runner/ppx_driver_runner.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner -I src -o runner/ppx_driver_runner.cmx runner/ppx_driver_runner.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx runner/ppx_driver_runner.cmx -o runner/ppx_driver_runner.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I runner runner/ppx_driver_runner.cmxa -o runner/ppx_driver_runner.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -predicates custom_ppx -modules runner_as_ppx/ppx_driver_runner_as_ppx.ml > runner_as_ppx/ppx_driver_runner_as_ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner_as_ppx -I src -o runner_as_ppx/ppx_driver_runner_as_ppx.cmo runner_as_ppx/ppx_driver_runner_as_ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner_as_ppx -I src -o runner_as_ppx/ppx_driver_runner_as_ppx.cmo runner_as_ppx/ppx_driver_runner_as_ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx runner_as_ppx/ppx_driver_runner_as_ppx.cmo -o runner_as_ppx/ppx_driver_runner_as_ppx.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner_as_ppx -I src -o runner_as_ppx/ppx_driver_runner_as_ppx.cmx runner_as_ppx/ppx_driver_runner_as_ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner_as_ppx -I src -o runner_as_ppx/ppx_driver_runner_as_ppx.cmx runner_as_ppx/ppx_driver_runner_as_ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx runner_as_ppx/ppx_driver_runner_as_ppx.cmx -o runner_as_ppx/ppx_driver_runner_as_ppx.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I runner_as_ppx runner_as_ppx/ppx_driver_runner_as_ppx.cmxa -o runner_as_ppx/ppx_driver_runner_as_ppx.cmxs - make ppx_driver.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_driver.113.33.04' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_driver.113.33.04' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_driver - Package version: ..................................... 113.33.04 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_optcomp: ..................................... /home/opam/.opam/4.02.3/lib/ppx_optcomp - pkg_ocamlbuild: ...................................... /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild - - ./setup.exe -build -j 1 - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -predicates custom_ppx -modules src/ppx_driver.mli > src/ppx_driver.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_driver.cmi src/ppx_driver.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_driver.cmi src/ppx_driver.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -predicates custom_ppx -modules src/ppx_driver.ml > src/ppx_driver.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_driver.cmo src/ppx_driver.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_driver.cmo src/ppx_driver.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/ppx_driver.cmo -o src/ppx_driver.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_driver.cmx src/ppx_driver.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_driver.cmx src/ppx_driver.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/ppx_driver.cmx -o src/ppx_driver.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_driver.cmxa -o src/ppx_driver.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ocamlbuild -predicates custom_ppx -modules ocamlbuild_plugin/ppx_driver_ocamlbuild.mli > ocamlbuild_plugin/ppx_driver_ocamlbuild.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ocamlbuild -predicates custom_ppx -w -40 -I ocamlbuild_plugin -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmi ocamlbuild_plugin/ppx_driver_ocamlbuild.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ocamlbuild -predicates custom_ppx -modules ocamlbuild_plugin/ppx_driver_ocamlbuild.ml > ocamlbuild_plugin/ppx_driver_ocamlbuild.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ocamlbuild -predicates custom_ppx -w -40 -I ocamlbuild_plugin -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmo ocamlbuild_plugin/ppx_driver_ocamlbuild.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx ocamlbuild_plugin/ppx_driver_ocamlbuild.cmo -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ocamlbuild -predicates custom_ppx -w -40 -I ocamlbuild_plugin -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmx ocamlbuild_plugin/ppx_driver_ocamlbuild.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx ocamlbuild_plugin/ppx_driver_ocamlbuild.cmx -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I ocamlbuild_plugin ocamlbuild_plugin/ppx_driver_ocamlbuild.cmxa -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -predicates custom_ppx -modules runner/ppx_driver_runner.ml > runner/ppx_driver_runner.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner -I src -o runner/ppx_driver_runner.cmo runner/ppx_driver_runner.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner -I src -o runner/ppx_driver_runner.cmo runner/ppx_driver_runner.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx runner/ppx_driver_runner.cmo -o runner/ppx_driver_runner.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner -I src -o runner/ppx_driver_runner.cmx runner/ppx_driver_runner.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner -I src -o runner/ppx_driver_runner.cmx runner/ppx_driver_runner.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx runner/ppx_driver_runner.cmx -o runner/ppx_driver_runner.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I runner runner/ppx_driver_runner.cmxa -o runner/ppx_driver_runner.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -predicates custom_ppx -modules runner_as_ppx/ppx_driver_runner_as_ppx.ml > runner_as_ppx/ppx_driver_runner_as_ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner_as_ppx -I src -o runner_as_ppx/ppx_driver_runner_as_ppx.cmo runner_as_ppx/ppx_driver_runner_as_ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner_as_ppx -I src -o runner_as_ppx/ppx_driver_runner_as_ppx.cmo runner_as_ppx/ppx_driver_runner_as_ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx runner_as_ppx/ppx_driver_runner_as_ppx.cmo -o runner_as_ppx/ppx_driver_runner_as_ppx.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner_as_ppx -I src -o runner_as_ppx/ppx_driver_runner_as_ppx.cmx runner_as_ppx/ppx_driver_runner_as_ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates custom_ppx -w -40 -I runner_as_ppx -I src -o runner_as_ppx/ppx_driver_runner_as_ppx.cmx runner_as_ppx/ppx_driver_runner_as_ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx runner_as_ppx/ppx_driver_runner_as_ppx.cmx -o runner_as_ppx/ppx_driver_runner_as_ppx.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I runner_as_ppx runner_as_ppx/ppx_driver_runner_as_ppx.cmxa -o runner_as_ppx/ppx_driver_runner_as_ppx.cmxs - make ppx_driver.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_driver.113.33.04' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_driver.113.33.04' -> compiled ppx_driver.113.33.04 Processing 90/136: [camlp4: make all] -> installed ppx_driver.113.33.04 Processing 91/136: [camlp4: make all] Processing 92/136: [camlp4: make all] [ppx_here: ./configure] Processing 93/136: [camlp4: make all] [ppx_here: ./configure] [ppx_inline_test: ./configure] Processing 94/136: [camlp4: make all] [ppx_here: ./configure] [ppx_inline_test: ./configure] [ppx_let: ./configure] Processing 95/136: [camlp4: make all] [ppx_here: ./configure] [ppx_inline_test: ./configure] [ppx_let: ./configure] [ppx_pipebang: ./configure] Processing 96/136: [camlp4: make all] [ppx_here: ./configure] [ppx_inline_test: ./configure] [ppx_let: ./configure] [ppx_pipebang: ./configure] [ppx_type_conv: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_here.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_here - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_here - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - Processing 96/136: [camlp4: make all] [ppx_here: make] [ppx_inline_test: ./configure] [ppx_let: ./configure] [ppx_pipebang: ./configure] [ppx_type_conv: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_let.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_let - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_let - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - Processing 96/136: [camlp4: make all] [ppx_here: make] [ppx_inline_test: ./configure] [ppx_let: make] [ppx_pipebang: ./configure] [ppx_type_conv: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_type_conv.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_type_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_deriving_api: ................................ /home/opam/.opam/4.02.3/lib/ppx_deriving/api - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_type_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_deriving_api: ................................ /home/opam/.opam/4.02.3/lib/ppx_deriving/api - Processing 96/136: [camlp4: make all] [ppx_here: make] [ppx_inline_test: ./configure] [ppx_let: make] [ppx_pipebang: ./configure] [ppx_type_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_pipebang.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_pipebang - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_pipebang - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - Processing 96/136: [camlp4: make all] [ppx_here: make] [ppx_inline_test: ./configure] [ppx_let: make] [ppx_pipebang: make] [ppx_type_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_inline_test.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_inline_test - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_inline_test - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - Processing 96/136: [camlp4: make all] [ppx_here: make] [ppx_inline_test: make] [ppx_let: make] [ppx_pipebang: make] [ppx_type_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_let.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_let - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_let.mli > src/ppx_let.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_let.cmi src/ppx_let.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_let.cmi src/ppx_let.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_let.ml > src/ppx_let.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_let.cmo src/ppx_let.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_let.cmo src/ppx_let.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_let.cmo -o src/ppx_let.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_let.cmx src/ppx_let.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_let.cmx src/ppx_let.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_let.cmx -o src/ppx_let.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_let.cmxa -o src/ppx_let.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_let.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_let.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_let.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_let.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_let.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_let - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_let.mli > src/ppx_let.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_let.cmi src/ppx_let.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_let.cmi src/ppx_let.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_let.ml > src/ppx_let.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_let.cmo src/ppx_let.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_let.cmo src/ppx_let.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_let.cmo -o src/ppx_let.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_let.cmx src/ppx_let.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_let.cmx src/ppx_let.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_let.cmx -o src/ppx_let.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_let.cmxa -o src/ppx_let.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_let.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_let.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_let.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_let.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_let.113.33.03' -> compiled ppx_let.113.33.03 Processing 96/136: [camlp4: make all] [ppx_here: make] [ppx_inline_test: make] [ppx_pipebang: make] [ppx_type_conv: make] -> installed ppx_let.113.33.03 Processing 97/136: [camlp4: make all] [ppx_here: make] [ppx_inline_test: make] [ppx_pipebang: make] [ppx_type_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_here.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_here - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules expander/ppx_here_expander.mli > expander/ppx_here_expander.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_here_expander.cmi expander/ppx_here_expander.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_here_expander.cmi expander/ppx_here_expander.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules expander/ppx_here_expander.ml > expander/ppx_here_expander.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_here_expander.cmo expander/ppx_here_expander.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_here_expander.cmo expander/ppx_here_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx expander/ppx_here_expander.cmo -o expander/ppx_here_expander.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_here_expander.cmx expander/ppx_here_expander.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_here_expander.cmx expander/ppx_here_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx expander/ppx_here_expander.cmx -o expander/ppx_here_expander.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I expander expander/ppx_here_expander.cmxa -o expander/ppx_here_expander.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_here.mli > src/ppx_here.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_here.cmi src/ppx_here.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_here.cmi src/ppx_here.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_here.ml > src/ppx_here.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_here.cmo src/ppx_here.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_here.cmo src/ppx_here.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_here.cmo -o src/ppx_here.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_here.cmx src/ppx_here.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_here.cmx src/ppx_here.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_here.cmx -o src/ppx_here.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_here.cmxa -o src/ppx_here.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx expander/ppx_here_expander.cmxa src/ppx_here.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx expander/ppx_here_expander.cmxa src/ppx_here.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_here.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_here.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_here.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_here - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules expander/ppx_here_expander.mli > expander/ppx_here_expander.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_here_expander.cmi expander/ppx_here_expander.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_here_expander.cmi expander/ppx_here_expander.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules expander/ppx_here_expander.ml > expander/ppx_here_expander.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_here_expander.cmo expander/ppx_here_expander.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_here_expander.cmo expander/ppx_here_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx expander/ppx_here_expander.cmo -o expander/ppx_here_expander.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_here_expander.cmx expander/ppx_here_expander.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_here_expander.cmx expander/ppx_here_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx expander/ppx_here_expander.cmx -o expander/ppx_here_expander.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I expander expander/ppx_here_expander.cmxa -o expander/ppx_here_expander.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_here.mli > src/ppx_here.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_here.cmi src/ppx_here.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_here.cmi src/ppx_here.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_here.ml > src/ppx_here.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_here.cmo src/ppx_here.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_here.cmo src/ppx_here.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_here.cmo -o src/ppx_here.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_here.cmx src/ppx_here.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_here.cmx src/ppx_here.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_here.cmx -o src/ppx_here.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_here.cmxa -o src/ppx_here.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -I src -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx expander/ppx_here_expander.cmxa src/ppx_here.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx expander/ppx_here_expander.cmxa src/ppx_here.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_here.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_here.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_here.113.33.03' -> compiled ppx_here.113.33.03 Processing 97/136: [camlp4: make all] [ppx_inline_test: make] [ppx_pipebang: make] [ppx_type_conv: make] -> installed ppx_here.113.33.03 Processing 98/136: [camlp4: make all] [ppx_inline_test: make] [ppx_pipebang: make] [ppx_type_conv: make] Processing 99/136: [camlp4: make all] [ppx_fail: ./configure] [ppx_inline_test: make] [ppx_pipebang: make] [ppx_type_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_pipebang.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_pipebang - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_pipebang.mli > src/ppx_pipebang.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_pipebang.cmi src/ppx_pipebang.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_pipebang.cmi src/ppx_pipebang.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_pipebang.ml > src/ppx_pipebang.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_pipebang.cmo src/ppx_pipebang.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_pipebang.cmo src/ppx_pipebang.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_pipebang.cmo -o src/ppx_pipebang.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_pipebang.cmx src/ppx_pipebang.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_pipebang.cmx src/ppx_pipebang.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_pipebang.cmx -o src/ppx_pipebang.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_pipebang.cmxa -o src/ppx_pipebang.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_pipebang.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_pipebang.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_pipebang.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_pipebang.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_pipebang.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_pipebang - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_pipebang.mli > src/ppx_pipebang.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_pipebang.cmi src/ppx_pipebang.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_pipebang.cmi src/ppx_pipebang.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_pipebang.ml > src/ppx_pipebang.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_pipebang.cmo src/ppx_pipebang.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_pipebang.cmo src/ppx_pipebang.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_pipebang.cmo -o src/ppx_pipebang.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_pipebang.cmx src/ppx_pipebang.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_pipebang.cmx src/ppx_pipebang.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_pipebang.cmx -o src/ppx_pipebang.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_pipebang.cmxa -o src/ppx_pipebang.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_pipebang.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_pipebang.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_pipebang.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_pipebang.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_pipebang.113.33.03' -> compiled ppx_pipebang.113.33.03 Processing 99/136: [camlp4: make all] [ppx_fail: ./configure] [ppx_inline_test: make] [ppx_type_conv: make] -> installed ppx_pipebang.113.33.03 Processing 100/136: [camlp4: make all] [ppx_fail: ./configure] [ppx_inline_test: make] [ppx_type_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_type_conv.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_type_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_deriving_api: ................................ /home/opam/.opam/4.02.3/lib/ppx_deriving/api - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_type_conv' in library ppx_type_conv - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ignore_unused_warning.mli > src/ignore_unused_warning.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ignore_unused_warning.cmi src/ignore_unused_warning.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ignore_unused_warning.cmi src/ignore_unused_warning.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ignore_unused_warning.ml > src/ignore_unused_warning.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/std.ml > src/std.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/type_conv.mli > src/type_conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/type_conv.cmi src/type_conv.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/type_conv.cmi src/type_conv.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/type_conv.ml > src/type_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ignore_unused_warning.cmo src/ignore_unused_warning.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ignore_unused_warning.cmo src/ignore_unused_warning.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/std.cmo src/std.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/std.cmo src/std.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/type_conv.cmo src/type_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/type_conv.cmo src/type_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/ignore_unused_warning.cmo src/type_conv.cmo src/std.cmo -o src/ppx_type_conv.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/ppx_type_conv.cmo -o src/ppx_type_conv.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates custom_ppx -w -40 -I src -o src/ignore_unused_warning.cmx src/ignore_unused_warning.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates custom_ppx -w -40 -I src -o src/ignore_unused_warning.cmx src/ignore_unused_warning.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates custom_ppx -w -40 -I src -o src/type_conv.cmx src/type_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates custom_ppx -w -40 -I src -o src/type_conv.cmx src/type_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates custom_ppx -w -40 -I src -o src/std.cmx src/std.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates custom_ppx -w -40 -I src -o src/std.cmx src/std.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - touch src/ppx_type_conv.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/ignore_unused_warning.cmx src/type_conv.cmx src/std.cmx -o src/ppx_type_conv.cmx ; then rm -f src/ppx_type_conv.mli ; else rm -f src/ppx_type_conv.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/ppx_type_conv.cmx -o src/ppx_type_conv.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_type_conv.cmxa -o src/ppx_type_conv.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates custom_ppx -modules ppx_deriving_exporter/ppx_type_conv_deriving.ml > ppx_deriving_exporter/ppx_type_conv_deriving.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates custom_ppx -w -40 -I ppx_deriving_exporter -I src -o ppx_deriving_exporter/ppx_type_conv_deriving.cmo ppx_deriving_exporter/ppx_type_conv_deriving.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates custom_ppx -w -40 -I ppx_deriving_exporter -I src -o ppx_deriving_exporter/ppx_type_conv_deriving.cmo ppx_deriving_exporter/ppx_type_conv_deriving.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx ppx_deriving_exporter/ppx_type_conv_deriving.cmo -o ppx_deriving_exporter/ppx_type_conv_deriving.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates custom_ppx -w -40 -I ppx_deriving_exporter -I src -o ppx_deriving_exporter/ppx_type_conv_deriving.cmx ppx_deriving_exporter/ppx_type_conv_deriving.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates custom_ppx -w -40 -I ppx_deriving_exporter -I src -o ppx_deriving_exporter/ppx_type_conv_deriving.cmx ppx_deriving_exporter/ppx_type_conv_deriving.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx ppx_deriving_exporter/ppx_type_conv_deriving.cmx -o ppx_deriving_exporter/ppx_type_conv_deriving.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I ppx_deriving_exporter ppx_deriving_exporter/ppx_type_conv_deriving.cmxa -o ppx_deriving_exporter/ppx_type_conv_deriving.cmxs - make ppx_type_conv.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_type_conv.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_type_conv.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_type_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_deriving_api: ................................ /home/opam/.opam/4.02.3/lib/ppx_deriving/api - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_type_conv' in library ppx_type_conv - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ignore_unused_warning.mli > src/ignore_unused_warning.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ignore_unused_warning.cmi src/ignore_unused_warning.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ignore_unused_warning.cmi src/ignore_unused_warning.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ignore_unused_warning.ml > src/ignore_unused_warning.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/std.ml > src/std.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/type_conv.mli > src/type_conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/type_conv.cmi src/type_conv.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/type_conv.cmi src/type_conv.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/type_conv.ml > src/type_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ignore_unused_warning.cmo src/ignore_unused_warning.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ignore_unused_warning.cmo src/ignore_unused_warning.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/std.cmo src/std.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/std.cmo src/std.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/type_conv.cmo src/type_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/type_conv.cmo src/type_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/ignore_unused_warning.cmo src/type_conv.cmo src/std.cmo -o src/ppx_type_conv.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx src/ppx_type_conv.cmo -o src/ppx_type_conv.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates custom_ppx -w -40 -I src -o src/ignore_unused_warning.cmx src/ignore_unused_warning.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates custom_ppx -w -40 -I src -o src/ignore_unused_warning.cmx src/ignore_unused_warning.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates custom_ppx -w -40 -I src -o src/type_conv.cmx src/type_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates custom_ppx -w -40 -I src -o src/type_conv.cmx src/type_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates custom_ppx -w -40 -I src -o src/std.cmx src/std.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates custom_ppx -w -40 -I src -o src/std.cmx src/std.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - touch src/ppx_type_conv.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/ignore_unused_warning.cmx src/type_conv.cmx src/std.cmx -o src/ppx_type_conv.cmx ; then rm -f src/ppx_type_conv.mli ; else rm -f src/ppx_type_conv.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx src/ppx_type_conv.cmx -o src/ppx_type_conv.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_type_conv.cmxa -o src/ppx_type_conv.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates custom_ppx -modules ppx_deriving_exporter/ppx_type_conv_deriving.ml > ppx_deriving_exporter/ppx_type_conv_deriving.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates custom_ppx -w -40 -I ppx_deriving_exporter -I src -o ppx_deriving_exporter/ppx_type_conv_deriving.cmo ppx_deriving_exporter/ppx_type_conv_deriving.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates custom_ppx -w -40 -I ppx_deriving_exporter -I src -o ppx_deriving_exporter/ppx_type_conv_deriving.cmo ppx_deriving_exporter/ppx_type_conv_deriving.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx ppx_deriving_exporter/ppx_type_conv_deriving.cmo -o ppx_deriving_exporter/ppx_type_conv_deriving.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates custom_ppx -w -40 -I ppx_deriving_exporter -I src -o ppx_deriving_exporter/ppx_type_conv_deriving.cmx ppx_deriving_exporter/ppx_type_conv_deriving.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates custom_ppx -w -40 -I ppx_deriving_exporter -I src -o ppx_deriving_exporter/ppx_type_conv_deriving.cmx ppx_deriving_exporter/ppx_type_conv_deriving.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx ppx_deriving_exporter/ppx_type_conv_deriving.cmx -o ppx_deriving_exporter/ppx_type_conv_deriving.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I ppx_deriving_exporter ppx_deriving_exporter/ppx_type_conv_deriving.cmxa -o ppx_deriving_exporter/ppx_type_conv_deriving.cmxs - make ppx_type_conv.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_type_conv.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_type_conv.113.33.03' -> compiled ppx_type_conv.113.33.03 Processing 100/136: [camlp4: make all] [ppx_fail: ./configure] [ppx_inline_test: make] -> installed ppx_type_conv.113.33.03 Processing 101/136: [camlp4: make all] [ppx_fail: ./configure] [ppx_inline_test: make] Processing 102/136: [camlp4: make all] [ppx_bin_prot: ./configure] [ppx_fail: ./configure] [ppx_inline_test: make] Processing 103/136: [camlp4: make all] [ppx_bin_prot: ./configure] [ppx_compare: ./configure] [ppx_fail: ./configure] [ppx_inline_test: make] Processing 104/136: [camlp4: make all] [ppx_bin_prot: ./configure] [ppx_compare: ./configure] [ppx_enumerate: ./configure] [ppx_fail: ./configure] [ppx_inline_test: make] Processing 105/136: [camlp4: make all] [ppx_bin_prot: ./configure] [ppx_compare: ./configure] [ppx_enumerate: ./configure] [ppx_fail: ./configure] [ppx_fields_conv: ./configure] [ppx_inline_test: make] Processing 106/136: [camlp4: make all] [ppx_bin_prot: ./configure] [ppx_compare: ./configure] [ppx_enumerate: ./configure] [ppx_fail: ./configure] [ppx_fields_conv: ./configure] [ppx_inline_test: make] [ppx_sexp_conv: ./configure] Processing 107/136: [camlp4: make all] [ppx_bin_prot: ./configure] [ppx_compare: ./configure] [ppx_enumerate: ./configure] [ppx_fail: ./configure] [ppx_fields_conv: ./configure] [ppx_inline_test: make] [ppx_sexp_conv: ./configure] [ppx_typerep_conv: ./configure] Processing 108/136: [camlp4: make all] [ppx_bin_prot: ./configure] [ppx_compare: ./configure] [ppx_enumerate: ./configure] [ppx_fail: ./configure] [ppx_fields_conv: ./configure] [ppx_inline_test: make] [ppx_sexp_conv: ./configure] [ppx_typerep_conv: ./configure] [ppx_variants_conv: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_inline_test.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_inline_test - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_inline_test_lib' in library ppx_inline_test_lib - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules config/inline_test_config.mli > config/inline_test_config.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I config -o config/inline_test_config.cmi config/inline_test_config.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules config/inline_test_config.ml > config/inline_test_config.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I config -o config/inline_test_config.cmo config/inline_test_config.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx config/inline_test_config.cmo -o config/inline_test_config.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I config -o config/inline_test_config.cmx config/inline_test_config.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx config/inline_test_config.cmx -o config/inline_test_config.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I config config/inline_test_config.cmxa -o config/inline_test_config.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules runtime-lib/runtime.mli > runtime-lib/runtime.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I config -predicates custom_ppx -w -40 -I runtime-lib -I config -o runtime-lib/runtime.cmi runtime-lib/runtime.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules runtime-lib/runtime.ml > runtime-lib/runtime.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I config -predicates custom_ppx -w -40 -I runtime-lib -I config -o runtime-lib/runtime.cmo runtime-lib/runtime.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot runtime-lib/runtime.cmo -o runtime-lib/ppx_inline_test_lib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx runtime-lib/ppx_inline_test_lib.cmo -o runtime-lib/ppx_inline_test_lib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I config -for-pack Ppx_inline_test_lib -predicates custom_ppx -w -40 -I runtime-lib -I config -o runtime-lib/runtime.cmx runtime-lib/runtime.ml - touch runtime-lib/ppx_inline_test_lib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I runtime-lib runtime-lib/runtime.cmx -o runtime-lib/ppx_inline_test_lib.cmx ; then rm -f runtime-lib/ppx_inline_test_lib.mli ; else rm -f runtime-lib/ppx_inline_test_lib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx runtime-lib/ppx_inline_test_lib.cmx -o runtime-lib/ppx_inline_test_lib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I runtime-lib runtime-lib/ppx_inline_test_lib.cmxa -o runtime-lib/ppx_inline_test_lib.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -predicates custom_ppx -modules libname/ppx_inline_test_libname.mli > libname/ppx_inline_test_libname.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -predicates custom_ppx -w -40 -I libname -o libname/ppx_inline_test_libname.cmi libname/ppx_inline_test_libname.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -predicates custom_ppx -w -40 -I libname -o libname/ppx_inline_test_libname.cmi libname/ppx_inline_test_libname.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -predicates custom_ppx -modules libname/ppx_inline_test_libname.ml > libname/ppx_inline_test_libname.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -predicates custom_ppx -w -40 -I libname -o libname/ppx_inline_test_libname.cmo libname/ppx_inline_test_libname.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -predicates custom_ppx -w -40 -I libname -o libname/ppx_inline_test_libname.cmo libname/ppx_inline_test_libname.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx libname/ppx_inline_test_libname.cmo -o libname/ppx_inline_test_libname.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -predicates custom_ppx -w -40 -I libname -o libname/ppx_inline_test_libname.cmx libname/ppx_inline_test_libname.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -predicates custom_ppx -w -40 -I libname -o libname/ppx_inline_test_libname.cmx libname/ppx_inline_test_libname.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx libname/ppx_inline_test_libname.cmx -o libname/ppx_inline_test_libname.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I libname libname/ppx_inline_test_libname.cmxa -o libname/ppx_inline_test_libname.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_inline_test.mli > src/ppx_inline_test.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I libname -o src/ppx_inline_test.cmi src/ppx_inline_test.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I libname -o src/ppx_inline_test.cmi src/ppx_inline_test.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_inline_test.ml > src/ppx_inline_test.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I libname -o src/ppx_inline_test.cmo src/ppx_inline_test.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I libname -o src/ppx_inline_test.cmo src/ppx_inline_test.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_inline_test.cmo -o src/ppx_inline_test.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I libname -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I libname -o src/ppx_inline_test.cmx src/ppx_inline_test.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I libname -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I libname -o src/ppx_inline_test.cmx src/ppx_inline_test.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_inline_test.cmx -o src/ppx_inline_test.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_inline_test.cmxa -o src/ppx_inline_test.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules drop/ppx_inline_test_drop.ml > drop/ppx_inline_test_drop.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I drop -I src -o drop/ppx_inline_test_drop.cmo drop/ppx_inline_test_drop.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I drop -I src -o drop/ppx_inline_test_drop.cmo drop/ppx_inline_test_drop.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx drop/ppx_inline_test_drop.cmo -o drop/ppx_inline_test_drop.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I drop -I src -o drop/ppx_inline_test_drop.cmx drop/ppx_inline_test_drop.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I drop -I src -o drop/ppx_inline_test_drop.cmx drop/ppx_inline_test_drop.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx drop/ppx_inline_test_drop.cmx -o drop/ppx_inline_test_drop.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I drop drop/ppx_inline_test_drop.cmxa -o drop/ppx_inline_test_drop.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx libname/ppx_inline_test_libname.cmxa src/ppx_inline_test.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx libname/ppx_inline_test_libname.cmxa src/ppx_inline_test.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules runner/ppx_inline_test_runner.ml > runner/ppx_inline_test_runner.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I config -I runtime-lib -predicates custom_ppx -w -40 -I runner -I runtime-lib -o runner/ppx_inline_test_runner.cmo runner/ppx_inline_test_runner.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I config -I runtime-lib -predicates custom_ppx -w -40 -I runner -I runtime-lib -o runner/ppx_inline_test_runner.cmx runner/ppx_inline_test_runner.ml - make ppx_inline_test.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_inline_test.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_inline_test.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_inline_test - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_inline_test_lib' in library ppx_inline_test_lib - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules config/inline_test_config.mli > config/inline_test_config.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I config -o config/inline_test_config.cmi config/inline_test_config.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules config/inline_test_config.ml > config/inline_test_config.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I config -o config/inline_test_config.cmo config/inline_test_config.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx config/inline_test_config.cmo -o config/inline_test_config.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I config -o config/inline_test_config.cmx config/inline_test_config.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx config/inline_test_config.cmx -o config/inline_test_config.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I config config/inline_test_config.cmxa -o config/inline_test_config.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules runtime-lib/runtime.mli > runtime-lib/runtime.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I config -predicates custom_ppx -w -40 -I runtime-lib -I config -o runtime-lib/runtime.cmi runtime-lib/runtime.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules runtime-lib/runtime.ml > runtime-lib/runtime.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I config -predicates custom_ppx -w -40 -I runtime-lib -I config -o runtime-lib/runtime.cmo runtime-lib/runtime.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot runtime-lib/runtime.cmo -o runtime-lib/ppx_inline_test_lib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx runtime-lib/ppx_inline_test_lib.cmo -o runtime-lib/ppx_inline_test_lib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I config -for-pack Ppx_inline_test_lib -predicates custom_ppx -w -40 -I runtime-lib -I config -o runtime-lib/runtime.cmx runtime-lib/runtime.ml - touch runtime-lib/ppx_inline_test_lib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I runtime-lib runtime-lib/runtime.cmx -o runtime-lib/ppx_inline_test_lib.cmx ; then rm -f runtime-lib/ppx_inline_test_lib.mli ; else rm -f runtime-lib/ppx_inline_test_lib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx runtime-lib/ppx_inline_test_lib.cmx -o runtime-lib/ppx_inline_test_lib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I runtime-lib runtime-lib/ppx_inline_test_lib.cmxa -o runtime-lib/ppx_inline_test_lib.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -predicates custom_ppx -modules libname/ppx_inline_test_libname.mli > libname/ppx_inline_test_libname.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -predicates custom_ppx -w -40 -I libname -o libname/ppx_inline_test_libname.cmi libname/ppx_inline_test_libname.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -predicates custom_ppx -w -40 -I libname -o libname/ppx_inline_test_libname.cmi libname/ppx_inline_test_libname.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_driver -predicates custom_ppx -modules libname/ppx_inline_test_libname.ml > libname/ppx_inline_test_libname.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -predicates custom_ppx -w -40 -I libname -o libname/ppx_inline_test_libname.cmo libname/ppx_inline_test_libname.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -predicates custom_ppx -w -40 -I libname -o libname/ppx_inline_test_libname.cmo libname/ppx_inline_test_libname.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx libname/ppx_inline_test_libname.cmo -o libname/ppx_inline_test_libname.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -predicates custom_ppx -w -40 -I libname -o libname/ppx_inline_test_libname.cmx libname/ppx_inline_test_libname.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_driver -predicates custom_ppx -w -40 -I libname -o libname/ppx_inline_test_libname.cmx libname/ppx_inline_test_libname.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx libname/ppx_inline_test_libname.cmx -o libname/ppx_inline_test_libname.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I libname libname/ppx_inline_test_libname.cmxa -o libname/ppx_inline_test_libname.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_inline_test.mli > src/ppx_inline_test.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I libname -o src/ppx_inline_test.cmi src/ppx_inline_test.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I libname -o src/ppx_inline_test.cmi src/ppx_inline_test.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_inline_test.ml > src/ppx_inline_test.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I libname -o src/ppx_inline_test.cmo src/ppx_inline_test.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I libname -o src/ppx_inline_test.cmo src/ppx_inline_test.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_inline_test.cmo -o src/ppx_inline_test.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I libname -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I libname -o src/ppx_inline_test.cmx src/ppx_inline_test.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I libname -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I libname -o src/ppx_inline_test.cmx src/ppx_inline_test.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_inline_test.cmx -o src/ppx_inline_test.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_inline_test.cmxa -o src/ppx_inline_test.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules drop/ppx_inline_test_drop.ml > drop/ppx_inline_test_drop.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I drop -I src -o drop/ppx_inline_test_drop.cmo drop/ppx_inline_test_drop.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I drop -I src -o drop/ppx_inline_test_drop.cmo drop/ppx_inline_test_drop.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx drop/ppx_inline_test_drop.cmo -o drop/ppx_inline_test_drop.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I drop -I src -o drop/ppx_inline_test_drop.cmx drop/ppx_inline_test_drop.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I drop -I src -o drop/ppx_inline_test_drop.cmx drop/ppx_inline_test_drop.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx drop/ppx_inline_test_drop.cmx -o drop/ppx_inline_test_drop.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I drop drop/ppx_inline_test_drop.cmxa -o drop/ppx_inline_test_drop.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I libname -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx libname/ppx_inline_test_libname.cmxa src/ppx_inline_test.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx libname/ppx_inline_test_libname.cmxa src/ppx_inline_test.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules runner/ppx_inline_test_runner.ml > runner/ppx_inline_test_runner.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I config -I runtime-lib -predicates custom_ppx -w -40 -I runner -I runtime-lib -o runner/ppx_inline_test_runner.cmo runner/ppx_inline_test_runner.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I config -I runtime-lib -predicates custom_ppx -w -40 -I runner -I runtime-lib -o runner/ppx_inline_test_runner.cmx runner/ppx_inline_test_runner.ml - make ppx_inline_test.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_inline_test.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_inline_test.113.33.03' -> compiled ppx_inline_test.113.33.03 Processing 108/136: [camlp4: make all] [ppx_bin_prot: ./configure] [ppx_compare: ./configure] [ppx_enumerate: ./configure] [ppx_fail: ./configure] [ppx_fields_conv: ./configure] [ppx_sexp_conv: ./configure] [ppx_typerep_conv: ./configure] [ppx_variants_conv: ./configure] -> installed ppx_inline_test.113.33.03 Processing 109/136: [camlp4: make all] [ppx_bin_prot: ./configure] [ppx_compare: ./configure] [ppx_enumerate: ./configure] [ppx_fail: ./configure] [ppx_fields_conv: ./configure] [ppx_sexp_conv: ./configure] [ppx_typerep_conv: ./configure] [ppx_variants_conv: ./configure] Processing 110/136: [camlp4: make all] [ppx_bench: ./configure] [ppx_bin_prot: ./configure] [ppx_compare: ./configure] [ppx_enumerate: ./configure] [ppx_fail: ./configure] [ppx_fields_conv: ./configure] [ppx_sexp_conv: ./configure] [ppx_typerep_conv: ./configure] [ppx_variants_conv: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_fail.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_fail - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_fail - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - Processing 110/136: [camlp4: make all] [ppx_bench: ./configure] [ppx_bin_prot: ./configure] [ppx_compare: ./configure] [ppx_enumerate: ./configure] [ppx_fail: make] [ppx_fields_conv: ./configure] [ppx_sexp_conv: ./configure] [ppx_typerep_conv: ./configure] [ppx_variants_conv: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_bin_prot.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_bin_prot - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_bin_prot - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - Processing 110/136: [camlp4: make all] [ppx_bench: ./configure] [ppx_bin_prot: make] [ppx_compare: ./configure] [ppx_enumerate: ./configure] [ppx_fail: make] [ppx_fields_conv: ./configure] [ppx_sexp_conv: ./configure] [ppx_typerep_conv: ./configure] [ppx_variants_conv: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_enumerate.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_enumerate - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_enumerate - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - Processing 110/136: [camlp4: make all] [ppx_bench: ./configure] [ppx_bin_prot: make] [ppx_compare: ./configure] [ppx_enumerate: make] [ppx_fail: make] [ppx_fields_conv: ./configure] [ppx_sexp_conv: ./configure] [ppx_typerep_conv: ./configure] [ppx_variants_conv: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_compare.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_compare - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_compare - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - Processing 110/136: [camlp4: make all] [ppx_bench: ./configure] [ppx_bin_prot: make] [ppx_compare: make] [ppx_enumerate: make] [ppx_fail: make] [ppx_fields_conv: ./configure] [ppx_sexp_conv: ./configure] [ppx_typerep_conv: ./configure] [ppx_variants_conv: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_fields_conv.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_fields_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_fields_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - Processing 110/136: [camlp4: make all] [ppx_bench: ./configure] [ppx_bin_prot: make] [ppx_compare: make] [ppx_enumerate: make] [ppx_fail: make] [ppx_fields_conv: make] [ppx_sexp_conv: ./configure] [ppx_typerep_conv: ./configure] [ppx_variants_conv: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_conv.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_sexp_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_sexp_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - Processing 110/136: [camlp4: make all] [ppx_bench: ./configure] [ppx_bin_prot: make] [ppx_compare: make] [ppx_enumerate: make] [ppx_fail: make] [ppx_fields_conv: make] [ppx_sexp_conv: make] [ppx_typerep_conv: ./configure] [ppx_variants_conv: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_variants_conv.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_variants_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_variants_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - Processing 110/136: [camlp4: make all] [ppx_bench: ./configure] [ppx_bin_prot: make] [ppx_compare: make] [ppx_enumerate: make] [ppx_fail: make] [ppx_fields_conv: make] [ppx_sexp_conv: make] [ppx_typerep_conv: ./configure] [ppx_variants_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_bench.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_bench - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_inline_test_libname: ......................... /home/opam/.opam/4.02.3/lib/ppx_inline_test - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_bench - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_inline_test_libname: ......................... /home/opam/.opam/4.02.3/lib/ppx_inline_test - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - Processing 110/136: [camlp4: make all] [ppx_bench: make] [ppx_bin_prot: make] [ppx_compare: make] [ppx_enumerate: make] [ppx_fail: make] [ppx_fields_conv: make] [ppx_sexp_conv: make] [ppx_typerep_conv: ./configure] [ppx_variants_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_typerep_conv.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_typerep_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_typerep_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - Processing 110/136: [camlp4: make all] [ppx_bench: make] [ppx_bin_prot: make] [ppx_compare: make] [ppx_enumerate: make] [ppx_fail: make] [ppx_fields_conv: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] [ppx_variants_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_fail.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_fail - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_fail.mli > src/ppx_fail.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fail.cmi src/ppx_fail.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fail.cmi src/ppx_fail.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_fail.ml > src/ppx_fail.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fail.cmo src/ppx_fail.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fail.cmo src/ppx_fail.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_fail.cmo -o src/ppx_fail.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fail.cmx src/ppx_fail.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fail.cmx src/ppx_fail.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_fail.cmx -o src/ppx_fail.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_fail.cmxa -o src/ppx_fail.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_fail.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_fail.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_fail.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_fail.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_fail.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_fail - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_fail.mli > src/ppx_fail.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fail.cmi src/ppx_fail.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fail.cmi src/ppx_fail.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_fail.ml > src/ppx_fail.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fail.cmo src/ppx_fail.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fail.cmo src/ppx_fail.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_fail.cmo -o src/ppx_fail.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fail.cmx src/ppx_fail.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fail.cmx src/ppx_fail.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_fail.cmx -o src/ppx_fail.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_fail.cmxa -o src/ppx_fail.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_fail.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_here.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_fail.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_fail.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_fail.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_fail.113.33.03' -> compiled ppx_fail.113.33.03 Processing 110/136: [camlp4: make all] [ppx_bench: make] [ppx_bin_prot: make] [ppx_compare: make] [ppx_enumerate: make] [ppx_fields_conv: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] [ppx_variants_conv: make] -> installed ppx_fail.113.33.03 Processing 111/136: [camlp4: make all] [ppx_bench: make] [ppx_bin_prot: make] [ppx_compare: make] [ppx_enumerate: make] [ppx_fields_conv: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] [ppx_variants_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_variants_conv.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_variants_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_variants_conv.mli > src/ppx_variants_conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_variants_conv.cmi src/ppx_variants_conv.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_variants_conv.cmi src/ppx_variants_conv.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_variants_conv.ml > src/ppx_variants_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_variants_conv.cmo src/ppx_variants_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_variants_conv.cmo src/ppx_variants_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_variants_conv.cmo -o src/ppx_variants_conv.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_variants_conv.cmx src/ppx_variants_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_variants_conv.cmx src/ppx_variants_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_variants_conv.cmx -o src/ppx_variants_conv.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_variants_conv.cmxa -o src/ppx_variants_conv.cmxs - make ppx_variants_conv.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_variants_conv.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_variants_conv.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_variants_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_variants_conv.mli > src/ppx_variants_conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_variants_conv.cmi src/ppx_variants_conv.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_variants_conv.cmi src/ppx_variants_conv.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_variants_conv.ml > src/ppx_variants_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_variants_conv.cmo src/ppx_variants_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_variants_conv.cmo src/ppx_variants_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_variants_conv.cmo -o src/ppx_variants_conv.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_variants_conv.cmx src/ppx_variants_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_variants_conv.cmx src/ppx_variants_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_variants_conv.cmx -o src/ppx_variants_conv.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_variants_conv.cmxa -o src/ppx_variants_conv.cmxs - make ppx_variants_conv.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_variants_conv.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_variants_conv.113.33.03' -> compiled ppx_variants_conv.113.33.03 Processing 111/136: [camlp4: make all] [ppx_bench: make] [ppx_bin_prot: make] [ppx_compare: make] [ppx_enumerate: make] [ppx_fields_conv: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] -> installed ppx_variants_conv.113.33.03 Processing 112/136: [camlp4: make all] [ppx_bench: make] [ppx_bin_prot: make] [ppx_compare: make] [ppx_enumerate: make] [ppx_fields_conv: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_enumerate.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_enumerate - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_enumerate.mli > src/ppx_enumerate.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_enumerate.cmi src/ppx_enumerate.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_enumerate.cmi src/ppx_enumerate.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_enumerate.ml > src/ppx_enumerate.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_enumerate.cmo src/ppx_enumerate.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_enumerate.cmo src/ppx_enumerate.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_enumerate.cmo -o src/ppx_enumerate.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_enumerate.cmx src/ppx_enumerate.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_enumerate.cmx src/ppx_enumerate.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_enumerate.cmx -o src/ppx_enumerate.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_enumerate.cmxa -o src/ppx_enumerate.cmxs - make ppx_enumerate.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_enumerate.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_enumerate.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_enumerate - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_enumerate.mli > src/ppx_enumerate.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_enumerate.cmi src/ppx_enumerate.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_enumerate.cmi src/ppx_enumerate.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_enumerate.ml > src/ppx_enumerate.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_enumerate.cmo src/ppx_enumerate.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_enumerate.cmo src/ppx_enumerate.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_enumerate.cmo -o src/ppx_enumerate.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_enumerate.cmx src/ppx_enumerate.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_enumerate.cmx src/ppx_enumerate.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_enumerate.cmx -o src/ppx_enumerate.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_enumerate.cmxa -o src/ppx_enumerate.cmxs - make ppx_enumerate.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_enumerate.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_enumerate.113.33.03' -> compiled ppx_enumerate.113.33.03 Processing 112/136: [camlp4: make all] [ppx_bench: make] [ppx_bin_prot: make] [ppx_compare: make] [ppx_fields_conv: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] -> installed ppx_enumerate.113.33.03 Processing 113/136: [camlp4: make all] [ppx_bench: make] [ppx_bin_prot: make] [ppx_compare: make] [ppx_fields_conv: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_compare.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_compare - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules expander/ppx_compare_expander.mli > expander/ppx_compare_expander.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_compare_expander.cmi expander/ppx_compare_expander.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_compare_expander.cmi expander/ppx_compare_expander.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules expander/ppx_compare_expander.ml > expander/ppx_compare_expander.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_compare_expander.cmo expander/ppx_compare_expander.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_compare_expander.cmo expander/ppx_compare_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx expander/ppx_compare_expander.cmo -o expander/ppx_compare_expander.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_compare_expander.cmx expander/ppx_compare_expander.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_compare_expander.cmx expander/ppx_compare_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx expander/ppx_compare_expander.cmx -o expander/ppx_compare_expander.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I expander expander/ppx_compare_expander.cmxa -o expander/ppx_compare_expander.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_compare.mli > src/ppx_compare.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_compare.cmi src/ppx_compare.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_compare.cmi src/ppx_compare.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_compare.ml > src/ppx_compare.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_compare.cmo src/ppx_compare.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_compare.cmo src/ppx_compare.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_compare.cmo -o src/ppx_compare.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_compare.cmx src/ppx_compare.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_compare.cmx src/ppx_compare.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_compare.cmx -o src/ppx_compare.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_compare.cmxa -o src/ppx_compare.cmxs - make ppx_compare.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_compare.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_compare.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_compare - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules expander/ppx_compare_expander.mli > expander/ppx_compare_expander.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_compare_expander.cmi expander/ppx_compare_expander.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_compare_expander.cmi expander/ppx_compare_expander.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules expander/ppx_compare_expander.ml > expander/ppx_compare_expander.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_compare_expander.cmo expander/ppx_compare_expander.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_compare_expander.cmo expander/ppx_compare_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx expander/ppx_compare_expander.cmo -o expander/ppx_compare_expander.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_compare_expander.cmx expander/ppx_compare_expander.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_compare_expander.cmx expander/ppx_compare_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx expander/ppx_compare_expander.cmx -o expander/ppx_compare_expander.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I expander expander/ppx_compare_expander.cmxa -o expander/ppx_compare_expander.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_compare.mli > src/ppx_compare.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_compare.cmi src/ppx_compare.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_compare.cmi src/ppx_compare.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_compare.ml > src/ppx_compare.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_compare.cmo src/ppx_compare.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_compare.cmo src/ppx_compare.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_compare.cmo -o src/ppx_compare.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_compare.cmx src/ppx_compare.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_compare.cmx src/ppx_compare.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_compare.cmx -o src/ppx_compare.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_compare.cmxa -o src/ppx_compare.cmxs - make ppx_compare.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_compare.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_compare.113.33.03' -> compiled ppx_compare.113.33.03 Processing 113/136: [camlp4: make all] [ppx_bench: make] [ppx_bin_prot: make] [ppx_fields_conv: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] -> installed ppx_compare.113.33.03 Processing 114/136: [camlp4: make all] [ppx_bench: make] [ppx_bin_prot: make] [ppx_fields_conv: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_fields_conv.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_fields_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_fields_conv.mli > src/ppx_fields_conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fields_conv.cmi src/ppx_fields_conv.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fields_conv.cmi src/ppx_fields_conv.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_fields_conv.ml > src/ppx_fields_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fields_conv.cmo src/ppx_fields_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fields_conv.cmo src/ppx_fields_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_fields_conv.cmo -o src/ppx_fields_conv.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fields_conv.cmx src/ppx_fields_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fields_conv.cmx src/ppx_fields_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_fields_conv.cmx -o src/ppx_fields_conv.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_fields_conv.cmxa -o src/ppx_fields_conv.cmxs - make ppx_fields_conv.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_fields_conv.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_fields_conv.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_fields_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_fields_conv.mli > src/ppx_fields_conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fields_conv.cmi src/ppx_fields_conv.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fields_conv.cmi src/ppx_fields_conv.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_fields_conv.ml > src/ppx_fields_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fields_conv.cmo src/ppx_fields_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fields_conv.cmo src/ppx_fields_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_fields_conv.cmo -o src/ppx_fields_conv.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fields_conv.cmx src/ppx_fields_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_fields_conv.cmx src/ppx_fields_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_fields_conv.cmx -o src/ppx_fields_conv.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_fields_conv.cmxa -o src/ppx_fields_conv.cmxs - make ppx_fields_conv.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_fields_conv.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_fields_conv.113.33.03' -> compiled ppx_fields_conv.113.33.03 Processing 114/136: [camlp4: make all] [ppx_bench: make] [ppx_bin_prot: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] -> installed ppx_fields_conv.113.33.03 Processing 115/136: [camlp4: make all] [ppx_bench: make] [ppx_bin_prot: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_bin_prot.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_bin_prot - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_bin_prot.mli > src/ppx_bin_prot.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bin_prot.cmi src/ppx_bin_prot.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bin_prot.cmi src/ppx_bin_prot.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_bin_prot.ml > src/ppx_bin_prot.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bin_prot.cmo src/ppx_bin_prot.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bin_prot.cmo src/ppx_bin_prot.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_bin_prot.cmo -o src/ppx_bin_prot.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bin_prot.cmx src/ppx_bin_prot.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bin_prot.cmx src/ppx_bin_prot.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_bin_prot.cmx -o src/ppx_bin_prot.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_bin_prot.cmxa -o src/ppx_bin_prot.cmxs - make ppx_bin_prot.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_bin_prot.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_bin_prot.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_bin_prot - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_bin_prot.mli > src/ppx_bin_prot.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bin_prot.cmi src/ppx_bin_prot.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bin_prot.cmi src/ppx_bin_prot.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_bin_prot.ml > src/ppx_bin_prot.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bin_prot.cmo src/ppx_bin_prot.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bin_prot.cmo src/ppx_bin_prot.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_bin_prot.cmo -o src/ppx_bin_prot.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bin_prot.cmx src/ppx_bin_prot.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bin_prot.cmx src/ppx_bin_prot.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_bin_prot.cmx -o src/ppx_bin_prot.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_bin_prot.cmxa -o src/ppx_bin_prot.cmxs - make ppx_bin_prot.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_bin_prot.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_bin_prot.113.33.03' -> compiled ppx_bin_prot.113.33.03 Processing 115/136: [camlp4: make all] [ppx_bench: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] -> installed ppx_bin_prot.113.33.03 Processing 116/136: [camlp4: make all] [ppx_bench: make] [ppx_sexp_conv: make] [ppx_typerep_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_typerep_conv.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_typerep_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_typerep_conv.mli > src/ppx_typerep_conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_typerep_conv.cmi src/ppx_typerep_conv.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_typerep_conv.cmi src/ppx_typerep_conv.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_typerep_conv.ml > src/ppx_typerep_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_typerep_conv.cmo src/ppx_typerep_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_typerep_conv.cmo src/ppx_typerep_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_typerep_conv.cmo -o src/ppx_typerep_conv.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_typerep_conv.cmx src/ppx_typerep_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_typerep_conv.cmx src/ppx_typerep_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_typerep_conv.cmx -o src/ppx_typerep_conv.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_typerep_conv.cmxa -o src/ppx_typerep_conv.cmxs - make ppx_typerep_conv.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_typerep_conv.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_typerep_conv.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_typerep_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_typerep_conv.mli > src/ppx_typerep_conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_typerep_conv.cmi src/ppx_typerep_conv.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_typerep_conv.cmi src/ppx_typerep_conv.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_typerep_conv.ml > src/ppx_typerep_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_typerep_conv.cmo src/ppx_typerep_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_typerep_conv.cmo src/ppx_typerep_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_typerep_conv.cmo -o src/ppx_typerep_conv.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_typerep_conv.cmx src/ppx_typerep_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_typerep_conv.cmx src/ppx_typerep_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_typerep_conv.cmx -o src/ppx_typerep_conv.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_typerep_conv.cmxa -o src/ppx_typerep_conv.cmxs - make ppx_typerep_conv.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_typerep_conv.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_typerep_conv.113.33.03' -> compiled ppx_typerep_conv.113.33.03 Processing 116/136: [camlp4: make all] [ppx_bench: make] [ppx_sexp_conv: make] -> installed ppx_typerep_conv.113.33.03 Processing 117/136: [camlp4: make all] [ppx_bench: make] [ppx_sexp_conv: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_conv.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_sexp_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules expander/ppx_sexp_conv_expander.mli > expander/ppx_sexp_conv_expander.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmi expander/ppx_sexp_conv_expander.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmi expander/ppx_sexp_conv_expander.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules expander/ppx_sexp_conv_expander.ml > expander/ppx_sexp_conv_expander.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmo expander/ppx_sexp_conv_expander.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmo expander/ppx_sexp_conv_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx expander/ppx_sexp_conv_expander.cmo -o expander/ppx_sexp_conv_expander.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmx expander/ppx_sexp_conv_expander.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmx expander/ppx_sexp_conv_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx expander/ppx_sexp_conv_expander.cmx -o expander/ppx_sexp_conv_expander.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I expander expander/ppx_sexp_conv_expander.cmxa -o expander/ppx_sexp_conv_expander.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_sexp_conv.mli > src/ppx_sexp_conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_sexp_conv.cmi src/ppx_sexp_conv.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_sexp_conv.cmi src/ppx_sexp_conv.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_sexp_conv.ml > src/ppx_sexp_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_sexp_conv.cmo src/ppx_sexp_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_sexp_conv.cmo src/ppx_sexp_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_sexp_conv.cmo -o src/ppx_sexp_conv.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_sexp_conv.cmx src/ppx_sexp_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_sexp_conv.cmx src/ppx_sexp_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_sexp_conv.cmx -o src/ppx_sexp_conv.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_sexp_conv.cmxa -o src/ppx_sexp_conv.cmxs - make ppx_sexp_conv.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_conv.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_conv.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_sexp_conv - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.02.3/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules expander/ppx_sexp_conv_expander.mli > expander/ppx_sexp_conv_expander.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmi expander/ppx_sexp_conv_expander.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmi expander/ppx_sexp_conv_expander.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules expander/ppx_sexp_conv_expander.ml > expander/ppx_sexp_conv_expander.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmo expander/ppx_sexp_conv_expander.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmo expander/ppx_sexp_conv_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx expander/ppx_sexp_conv_expander.cmo -o expander/ppx_sexp_conv_expander.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmx expander/ppx_sexp_conv_expander.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmx expander/ppx_sexp_conv_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx expander/ppx_sexp_conv_expander.cmx -o expander/ppx_sexp_conv_expander.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I expander expander/ppx_sexp_conv_expander.cmxa -o expander/ppx_sexp_conv_expander.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_sexp_conv.mli > src/ppx_sexp_conv.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_sexp_conv.cmi src/ppx_sexp_conv.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_sexp_conv.cmi src/ppx_sexp_conv.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -modules src/ppx_sexp_conv.ml > src/ppx_sexp_conv.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_sexp_conv.cmo src/ppx_sexp_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_sexp_conv.cmo src/ppx_sexp_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_sexp_conv.cmo -o src/ppx_sexp_conv.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_sexp_conv.cmx src/ppx_sexp_conv.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates custom_ppx -w -40 -I src -I expander -o src/ppx_sexp_conv.cmx src/ppx_sexp_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_sexp_conv.cmx -o src/ppx_sexp_conv.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_sexp_conv.cmxa -o src/ppx_sexp_conv.cmxs - make ppx_sexp_conv.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_conv.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_conv.113.33.03' -> compiled ppx_sexp_conv.113.33.03 Processing 117/136: [camlp4: make all] [ppx_bench: make] -> installed ppx_sexp_conv.113.33.03 Processing 118/136: [camlp4: make all] [ppx_bench: make] Processing 119/136: [camlp4: make all] [ppx_assert: ./configure] [ppx_bench: make] Processing 120/136: [camlp4: make all] [ppx_assert: ./configure] [ppx_bench: make] [ppx_custom_printf: ./configure] Processing 121/136: [camlp4: make all] [ppx_assert: ./configure] [ppx_bench: make] [ppx_custom_printf: ./configure] [ppx_sexp_message: ./configure] Processing 122/136: [camlp4: make all] [ppx_assert: ./configure] [ppx_bench: make] [ppx_custom_printf: ./configure] [ppx_sexp_message: ./configure] [ppx_sexp_value: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_bench.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_bench - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_inline_test_libname: ......................... /home/opam/.opam/4.02.3/lib/ppx_inline_test - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_bench_lib' in library ppx_bench_lib - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_bench.mli > src/ppx_bench.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bench.cmi src/ppx_bench.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bench.cmi src/ppx_bench.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_bench.ml > src/ppx_bench.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bench.cmo src/ppx_bench.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bench.cmo src/ppx_bench.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_bench.cmo -o src/ppx_bench.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bench.cmx src/ppx_bench.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bench.cmx src/ppx_bench.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_bench.cmx -o src/ppx_bench.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_bench.cmxa -o src/ppx_bench.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_bench.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_bench.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules runtime-lib/benchmark_accumulator.mli > runtime-lib/benchmark_accumulator.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I runtime-lib -o runtime-lib/benchmark_accumulator.cmi runtime-lib/benchmark_accumulator.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules runtime-lib/benchmark_accumulator.ml > runtime-lib/benchmark_accumulator.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I runtime-lib -o runtime-lib/benchmark_accumulator.cmo runtime-lib/benchmark_accumulator.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot runtime-lib/benchmark_accumulator.cmo -o runtime-lib/ppx_bench_lib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx runtime-lib/ppx_bench_lib.cmo -o runtime-lib/ppx_bench_lib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Ppx_bench_lib -predicates custom_ppx -w -40 -I runtime-lib -o runtime-lib/benchmark_accumulator.cmx runtime-lib/benchmark_accumulator.ml - touch runtime-lib/ppx_bench_lib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I runtime-lib runtime-lib/benchmark_accumulator.cmx -o runtime-lib/ppx_bench_lib.cmx ; then rm -f runtime-lib/ppx_bench_lib.mli ; else rm -f runtime-lib/ppx_bench_lib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx runtime-lib/ppx_bench_lib.cmx -o runtime-lib/ppx_bench_lib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I runtime-lib runtime-lib/ppx_bench_lib.cmxa -o runtime-lib/ppx_bench_lib.cmxs - make ppx_bench.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_bench.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_bench.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_bench - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_inline_test_libname: ......................... /home/opam/.opam/4.02.3/lib/ppx_inline_test - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_bench_lib' in library ppx_bench_lib - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_bench.mli > src/ppx_bench.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bench.cmi src/ppx_bench.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bench.cmi src/ppx_bench.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_bench.ml > src/ppx_bench.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bench.cmo src/ppx_bench.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bench.cmo src/ppx_bench.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_bench.cmo -o src/ppx_bench.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bench.cmx src/ppx_bench.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_bench.cmx src/ppx_bench.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_bench.cmx -o src/ppx_bench.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_bench.cmxa -o src/ppx_bench.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_bench.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_inline_test.libname -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_bench.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules runtime-lib/benchmark_accumulator.mli > runtime-lib/benchmark_accumulator.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I runtime-lib -o runtime-lib/benchmark_accumulator.cmi runtime-lib/benchmark_accumulator.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules runtime-lib/benchmark_accumulator.ml > runtime-lib/benchmark_accumulator.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I runtime-lib -o runtime-lib/benchmark_accumulator.cmo runtime-lib/benchmark_accumulator.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot runtime-lib/benchmark_accumulator.cmo -o runtime-lib/ppx_bench_lib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx runtime-lib/ppx_bench_lib.cmo -o runtime-lib/ppx_bench_lib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -for-pack Ppx_bench_lib -predicates custom_ppx -w -40 -I runtime-lib -o runtime-lib/benchmark_accumulator.cmx runtime-lib/benchmark_accumulator.ml - touch runtime-lib/ppx_bench_lib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I runtime-lib runtime-lib/benchmark_accumulator.cmx -o runtime-lib/ppx_bench_lib.cmx ; then rm -f runtime-lib/ppx_bench_lib.mli ; else rm -f runtime-lib/ppx_bench_lib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx runtime-lib/ppx_bench_lib.cmx -o runtime-lib/ppx_bench_lib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I runtime-lib runtime-lib/ppx_bench_lib.cmxa -o runtime-lib/ppx_bench_lib.cmxs - make ppx_bench.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_bench.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_bench.113.33.03' -> compiled ppx_bench.113.33.03 Processing 122/136: [camlp4: make all] [ppx_assert: ./configure] [ppx_custom_printf: ./configure] [ppx_sexp_message: ./configure] [ppx_sexp_value: ./configure] -> installed ppx_bench.113.33.03 Processing 123/136: [camlp4: make all] [ppx_assert: ./configure] [ppx_custom_printf: ./configure] [ppx_sexp_message: ./configure] [ppx_sexp_value: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_custom_printf.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_custom_printf - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_custom_printf - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - Processing 123/136: [camlp4: make all] [ppx_assert: ./configure] [ppx_custom_printf: make] [ppx_sexp_message: ./configure] [ppx_sexp_value: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_message.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_sexp_message - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_sexp_message - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - Processing 123/136: [camlp4: make all] [ppx_assert: ./configure] [ppx_custom_printf: make] [ppx_sexp_message: make] [ppx_sexp_value: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_value.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_sexp_value - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_sexp_value - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - Processing 123/136: [camlp4: make all] [ppx_assert: ./configure] [ppx_custom_printf: make] [ppx_sexp_message: make] [ppx_sexp_value: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_assert.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_assert - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_compare_expander: ............................ /home/opam/.opam/4.02.3/lib/ppx_compare - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_sexplib: ......................................... /home/opam/.opam/4.02.3/lib/sexplib - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_assert - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_compare_expander: ............................ /home/opam/.opam/4.02.3/lib/ppx_compare - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_sexplib: ......................................... /home/opam/.opam/4.02.3/lib/sexplib - Processing 123/136: [camlp4: make all] [ppx_assert: make] [ppx_custom_printf: make] [ppx_sexp_message: make] [ppx_sexp_value: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_message.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_sexp_message - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_sexp_message.mli > src/ppx_sexp_message.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_message.cmi src/ppx_sexp_message.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_message.cmi src/ppx_sexp_message.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_sexp_message.ml > src/ppx_sexp_message.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_message.cmo src/ppx_sexp_message.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_message.cmo src/ppx_sexp_message.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_sexp_message.cmo -o src/ppx_sexp_message.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_message.cmx src/ppx_sexp_message.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_message.cmx src/ppx_sexp_message.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_sexp_message.cmx -o src/ppx_sexp_message.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_sexp_message.cmxa -o src/ppx_sexp_message.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_sexp_message.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_sexp_message.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_sexp_message.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_message.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_message.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_sexp_message - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_sexp_message.mli > src/ppx_sexp_message.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_message.cmi src/ppx_sexp_message.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_message.cmi src/ppx_sexp_message.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_sexp_message.ml > src/ppx_sexp_message.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_message.cmo src/ppx_sexp_message.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_message.cmo src/ppx_sexp_message.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_sexp_message.cmo -o src/ppx_sexp_message.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_message.cmx src/ppx_sexp_message.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_message.cmx src/ppx_sexp_message.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_sexp_message.cmx -o src/ppx_sexp_message.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_sexp_message.cmxa -o src/ppx_sexp_message.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_sexp_message.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_sexp_message.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_sexp_message.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_message.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_message.113.33.03' -> compiled ppx_sexp_message.113.33.03 Processing 123/136: [camlp4: make all] [ppx_assert: make] [ppx_custom_printf: make] [ppx_sexp_value: make] -> installed ppx_sexp_message.113.33.03 Processing 124/136: [camlp4: make all] [ppx_assert: make] [ppx_custom_printf: make] [ppx_sexp_value: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_value.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_sexp_value - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_sexp_value.mli > src/ppx_sexp_value.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_value.cmi src/ppx_sexp_value.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_value.cmi src/ppx_sexp_value.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_sexp_value.ml > src/ppx_sexp_value.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_value.cmo src/ppx_sexp_value.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_value.cmo src/ppx_sexp_value.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_sexp_value.cmo -o src/ppx_sexp_value.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_value.cmx src/ppx_sexp_value.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_value.cmx src/ppx_sexp_value.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_sexp_value.cmx -o src/ppx_sexp_value.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_sexp_value.cmxa -o src/ppx_sexp_value.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_sexp_value.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_sexp_value.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_sexp_value.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_value.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_value.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_sexp_value - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_sexp_value.mli > src/ppx_sexp_value.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_value.cmi src/ppx_sexp_value.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_value.cmi src/ppx_sexp_value.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_sexp_value.ml > src/ppx_sexp_value.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_value.cmo src/ppx_sexp_value.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_value.cmo src/ppx_sexp_value.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_sexp_value.cmo -o src/ppx_sexp_value.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_value.cmx src/ppx_sexp_value.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -o src/ppx_sexp_value.cmx src/ppx_sexp_value.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_sexp_value.cmx -o src/ppx_sexp_value.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_sexp_value.cmxa -o src/ppx_sexp_value.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_sexp_value.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx src/ppx_sexp_value.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_sexp_value.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_value.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_sexp_value.113.33.03' -> compiled ppx_sexp_value.113.33.03 Processing 124/136: [camlp4: make all] [ppx_assert: make] [ppx_custom_printf: make] -> installed ppx_sexp_value.113.33.03 Processing 125/136: [camlp4: make all] [ppx_assert: make] [ppx_custom_printf: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_assert.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_assert - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_compare_expander: ............................ /home/opam/.opam/4.02.3/lib/ppx_compare - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_sexplib: ......................................... /home/opam/.opam/4.02.3/lib/sexplib - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_assert_lib' in library ppx_assert_lib - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies -package ppx_driver.ocamlbuild myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -modules src/ppx_assert.mli > src/ppx_assert.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I src -o src/ppx_assert.cmi src/ppx_assert.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I src -o src/ppx_assert.cmi src/ppx_assert.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -modules src/ppx_assert.ml > src/ppx_assert.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I src -o src/ppx_assert.cmo src/ppx_assert.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I src -o src/ppx_assert.cmo src/ppx_assert.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_assert.cmo -o src/ppx_assert.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I src -o src/ppx_assert.cmx src/ppx_assert.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I src -o src/ppx_assert.cmx src/ppx_assert.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_assert.cmx -o src/ppx_assert.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_assert.cmxa -o src/ppx_assert.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates ppx_driver -predicates custom_ppx src/ppx_assert.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates ppx_driver -predicates custom_ppx src/ppx_assert.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -predicates ppx_driver -linkpkg -o ppx-driver-ppx_sexp_conv+ppx_type_conv.native -package ppx_sexp_conv,ppx_type_conv ppx_driver_runner.cmxa - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -predicates ppx_driver -linkpkg -o ppx-driver-ppx_sexp_conv+ppx_type_conv.native -package ppx_sexp_conv,ppx_type_conv ppx_driver_runner.cmxa - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package sexplib -pp './ppx-driver-ppx_sexp_conv+ppx_type_conv.native -dump-ast' -predicates custom_ppx -modules runtime-lib/runtime.mli > runtime-lib/runtime.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package sexplib -pp './ppx-driver-ppx_sexp_conv+ppx_type_conv.native -dump-ast' -predicates custom_ppx -w -40 -I runtime-lib -o runtime-lib/runtime.cmi runtime-lib/runtime.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package sexplib -pp './ppx-driver-ppx_sexp_conv+ppx_type_conv.native -dump-ast' -predicates custom_ppx -modules runtime-lib/runtime.ml > runtime-lib/runtime.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package sexplib -pp './ppx-driver-ppx_sexp_conv+ppx_type_conv.native -dump-ast' -predicates custom_ppx -w -40 -I runtime-lib -o runtime-lib/runtime.cmo runtime-lib/runtime.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot runtime-lib/runtime.cmo -o runtime-lib/ppx_assert_lib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx runtime-lib/ppx_assert_lib.cmo -o runtime-lib/ppx_assert_lib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package sexplib -for-pack Ppx_assert_lib -pp './ppx-driver-ppx_sexp_conv+ppx_type_conv.native -dump-ast' -predicates custom_ppx -w -40 -I runtime-lib -o runtime-lib/runtime.cmx runtime-lib/runtime.ml - touch runtime-lib/ppx_assert_lib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I runtime-lib runtime-lib/runtime.cmx -o runtime-lib/ppx_assert_lib.cmx ; then rm -f runtime-lib/ppx_assert_lib.mli ; else rm -f runtime-lib/ppx_assert_lib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx runtime-lib/ppx_assert_lib.cmx -o runtime-lib/ppx_assert_lib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I runtime-lib runtime-lib/ppx_assert_lib.cmxa -o runtime-lib/ppx_assert_lib.cmxs - make ppx_assert.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_assert.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_assert.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_assert - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_compare_expander: ............................ /home/opam/.opam/4.02.3/lib/ppx_compare - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_here_expander: ............................... /home/opam/.opam/4.02.3/lib/ppx_here - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_sexplib: ......................................... /home/opam/.opam/4.02.3/lib/sexplib - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_assert_lib' in library ppx_assert_lib - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies -package ppx_driver.ocamlbuild myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -modules src/ppx_assert.mli > src/ppx_assert.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I src -o src/ppx_assert.cmi src/ppx_assert.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I src -o src/ppx_assert.cmi src/ppx_assert.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -modules src/ppx_assert.ml > src/ppx_assert.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I src -o src/ppx_assert.cmo src/ppx_assert.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I src -o src/ppx_assert.cmo src/ppx_assert.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_assert.cmo -o src/ppx_assert.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I src -o src/ppx_assert.cmx src/ppx_assert.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I src -o src/ppx_assert.cmx src/ppx_assert.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_assert.cmx -o src/ppx_assert.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_assert.cmxa -o src/ppx_assert.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates ppx_driver -predicates custom_ppx src/ppx_assert.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_here.expander -package ppx_driver -package ppx_core -package ppx_compare.expander -predicates ppx_driver -predicates custom_ppx src/ppx_assert.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -predicates ppx_driver -linkpkg -o ppx-driver-ppx_sexp_conv+ppx_type_conv.native -package ppx_sexp_conv,ppx_type_conv ppx_driver_runner.cmxa - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -predicates ppx_driver -linkpkg -o ppx-driver-ppx_sexp_conv+ppx_type_conv.native -package ppx_sexp_conv,ppx_type_conv ppx_driver_runner.cmxa - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package sexplib -pp './ppx-driver-ppx_sexp_conv+ppx_type_conv.native -dump-ast' -predicates custom_ppx -modules runtime-lib/runtime.mli > runtime-lib/runtime.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package sexplib -pp './ppx-driver-ppx_sexp_conv+ppx_type_conv.native -dump-ast' -predicates custom_ppx -w -40 -I runtime-lib -o runtime-lib/runtime.cmi runtime-lib/runtime.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package sexplib -pp './ppx-driver-ppx_sexp_conv+ppx_type_conv.native -dump-ast' -predicates custom_ppx -modules runtime-lib/runtime.ml > runtime-lib/runtime.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package sexplib -pp './ppx-driver-ppx_sexp_conv+ppx_type_conv.native -dump-ast' -predicates custom_ppx -w -40 -I runtime-lib -o runtime-lib/runtime.cmo runtime-lib/runtime.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -pack -g -annot -bin-annot runtime-lib/runtime.cmo -o runtime-lib/ppx_assert_lib.cmo - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx runtime-lib/ppx_assert_lib.cmo -o runtime-lib/ppx_assert_lib.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package sexplib -for-pack Ppx_assert_lib -pp './ppx-driver-ppx_sexp_conv+ppx_type_conv.native -dump-ast' -predicates custom_ppx -w -40 -I runtime-lib -o runtime-lib/runtime.cmx runtime-lib/runtime.ml - touch runtime-lib/ppx_assert_lib.mli ; if /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I runtime-lib runtime-lib/runtime.cmx -o runtime-lib/ppx_assert_lib.cmx ; then rm -f runtime-lib/ppx_assert_lib.mli ; else rm -f runtime-lib/ppx_assert_lib.mli ; exit 1; fi - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx runtime-lib/ppx_assert_lib.cmx -o runtime-lib/ppx_assert_lib.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I runtime-lib runtime-lib/ppx_assert_lib.cmxa -o runtime-lib/ppx_assert_lib.cmxs - make ppx_assert.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_assert.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_assert.113.33.03' -> compiled ppx_assert.113.33.03 Processing 125/136: [camlp4: make all] [ppx_custom_printf: make] -> installed ppx_assert.113.33.03 Processing 126/136: [camlp4: make all] [ppx_custom_printf: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_custom_printf.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_custom_printf - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - W: Cannot find source file matching module 'Ppx_format_lifter' in library ppx_format_lifter - W: Cannot find source file matching module 'Ppx_format_lifter' in library ppx_format_lifter - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - ocamlfind ppx_tools/genlifter Pervasives.format6 > format-lifter/ppx_format_lifter.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules format-lifter/ppx_format_lifter.ml > format-lifter/ppx_format_lifter.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I format-lifter -o format-lifter/ppx_format_lifter.cmo format-lifter/ppx_format_lifter.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I format-lifter -o format-lifter/ppx_format_lifter.cmo format-lifter/ppx_format_lifter.ml - File "format-lifter/ppx_format_lifter.ml", line 53, characters 23-34: - Warning 17: the virtual method constr is not declared. - File "format-lifter/ppx_format_lifter.ml", line 57, characters 27-38: - Warning 17: the virtual method string is not declared. - File "format-lifter/ppx_format_lifter.ml", line 203, characters 28-37: - Warning 17: the virtual method char is not declared. - File "format-lifter/ppx_format_lifter.ml", line 470, characters 34-42: - Warning 17: the virtual method int is not declared. - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx format-lifter/ppx_format_lifter.cmo -o format-lifter/ppx_format_lifter.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I format-lifter -o format-lifter/ppx_format_lifter.cmx format-lifter/ppx_format_lifter.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I format-lifter -o format-lifter/ppx_format_lifter.cmx format-lifter/ppx_format_lifter.ml - File "format-lifter/ppx_format_lifter.ml", line 53, characters 23-34: - Warning 17: the virtual method constr is not declared. - File "format-lifter/ppx_format_lifter.ml", line 57, characters 27-38: - Warning 17: the virtual method string is not declared. - File "format-lifter/ppx_format_lifter.ml", line 203, characters 28-37: - Warning 17: the virtual method char is not declared. - File "format-lifter/ppx_format_lifter.ml", line 470, characters 34-42: - Warning 17: the virtual method int is not declared. - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx format-lifter/ppx_format_lifter.cmx -o format-lifter/ppx_format_lifter.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I format-lifter format-lifter/ppx_format_lifter.cmxa -o format-lifter/ppx_format_lifter.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_custom_printf.mli > src/ppx_custom_printf.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I format-lifter -o src/ppx_custom_printf.cmi src/ppx_custom_printf.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I format-lifter -o src/ppx_custom_printf.cmi src/ppx_custom_printf.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_custom_printf.ml > src/ppx_custom_printf.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I format-lifter -o src/ppx_custom_printf.cmo src/ppx_custom_printf.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I format-lifter -o src/ppx_custom_printf.cmo src/ppx_custom_printf.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_custom_printf.cmo -o src/ppx_custom_printf.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I format-lifter -o src/ppx_custom_printf.cmx src/ppx_custom_printf.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I format-lifter -o src/ppx_custom_printf.cmx src/ppx_custom_printf.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_custom_printf.cmx -o src/ppx_custom_printf.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_custom_printf.cmxa -o src/ppx_custom_printf.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx format-lifter/ppx_format_lifter.cmxa src/ppx_custom_printf.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx format-lifter/ppx_format_lifter.cmxa src/ppx_custom_printf.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_custom_printf.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_custom_printf.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_custom_printf.113.33.03' - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_custom_printf - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_sexp_conv_expander: .......................... /home/opam/.opam/4.02.3/lib/ppx_sexp_conv - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - - ./setup.exe -build - W: Cannot find source file matching module 'Ppx_format_lifter' in library ppx_format_lifter - W: Cannot find source file matching module 'Ppx_format_lifter' in library ppx_format_lifter - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - ocamlfind ppx_tools/genlifter Pervasives.format6 > format-lifter/ppx_format_lifter.ml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -predicates custom_ppx -modules format-lifter/ppx_format_lifter.ml > format-lifter/ppx_format_lifter.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I format-lifter -o format-lifter/ppx_format_lifter.cmo format-lifter/ppx_format_lifter.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I format-lifter -o format-lifter/ppx_format_lifter.cmo format-lifter/ppx_format_lifter.ml - File "format-lifter/ppx_format_lifter.ml", line 53, characters 23-34: - Warning 17: the virtual method constr is not declared. - File "format-lifter/ppx_format_lifter.ml", line 57, characters 27-38: - Warning 17: the virtual method string is not declared. - File "format-lifter/ppx_format_lifter.ml", line 203, characters 28-37: - Warning 17: the virtual method char is not declared. - File "format-lifter/ppx_format_lifter.ml", line 470, characters 34-42: - Warning 17: the virtual method int is not declared. - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -thread -predicates custom_ppx format-lifter/ppx_format_lifter.cmo -o format-lifter/ppx_format_lifter.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I format-lifter -o format-lifter/ppx_format_lifter.cmx format-lifter/ppx_format_lifter.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -predicates custom_ppx -w -40 -I format-lifter -o format-lifter/ppx_format_lifter.cmx format-lifter/ppx_format_lifter.ml - File "format-lifter/ppx_format_lifter.ml", line 53, characters 23-34: - Warning 17: the virtual method constr is not declared. - File "format-lifter/ppx_format_lifter.ml", line 57, characters 27-38: - Warning 17: the virtual method string is not declared. - File "format-lifter/ppx_format_lifter.ml", line 203, characters 28-37: - Warning 17: the virtual method char is not declared. - File "format-lifter/ppx_format_lifter.ml", line 470, characters 34-42: - Warning 17: the virtual method int is not declared. - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -thread -predicates custom_ppx format-lifter/ppx_format_lifter.cmx -o format-lifter/ppx_format_lifter.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I format-lifter format-lifter/ppx_format_lifter.cmxa -o format-lifter/ppx_format_lifter.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_custom_printf.mli > src/ppx_custom_printf.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I format-lifter -o src/ppx_custom_printf.cmi src/ppx_custom_printf.mli - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I format-lifter -o src/ppx_custom_printf.cmi src/ppx_custom_printf.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules src/ppx_custom_printf.ml > src/ppx_custom_printf.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I format-lifter -o src/ppx_custom_printf.cmo src/ppx_custom_printf.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I format-lifter -o src/ppx_custom_printf.cmo src/ppx_custom_printf.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -a -linkall -thread -predicates custom_ppx src/ppx_custom_printf.cmo -o src/ppx_custom_printf.cma - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I format-lifter -o src/ppx_custom_printf.cmx src/ppx_custom_printf.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I src -I format-lifter -o src/ppx_custom_printf.cmx src/ppx_custom_printf.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -a -linkall -thread -predicates custom_ppx src/ppx_custom_printf.cmx -o src/ppx_custom_printf.cmxa - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_custom_printf.cmxa -o src/ppx_custom_printf.cmxs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -modules as_ppx/ppx.ml > as_ppx/ppx.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmo as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I format-lifter -I src -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates custom_ppx -w -40 -I as_ppx -I src -o as_ppx/ppx.cmx as_ppx/ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx format-lifter/ppx_format_lifter.cmxa src/ppx_custom_printf.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_sexp_conv.expander -package ppx_driver -package ppx_core -predicates ppx_driver -predicates custom_ppx format-lifter/ppx_format_lifter.cmxa src/ppx_custom_printf.cmxa as_ppx/ppx.cmx -o as_ppx/ppx.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs, /home/opam/.opam/4.02.3/lib/ocaml - make ppx_custom_printf.install - make[1]: Entering directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_custom_printf.113.33.03' - ocaml -I "/home/opam/.opam/4.02.3/lib/toplevel" install.ml - make[1]: Leaving directory '/home/opam/.opam/4.02.3/.opam-switch/build/ppx_custom_printf.113.33.03' -> compiled ppx_custom_printf.113.33.03 Processing 126/136: [camlp4: make all] -> installed ppx_custom_printf.113.33.03 Processing 127/136: [camlp4: make all] Processing 128/136: [camlp4: make all] [ppx_expect: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.02.3" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_expect.113.33.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_expect - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_sexplib: ......................................... /home/opam/.opam/4.02.3/lib/sexplib - pkg_fieldslib: ....................................... /home/opam/.opam/4.02.3/lib/fieldslib - pkg_ppx_inline_test_runtime_lib: ..................... /home/opam/.opam/4.02.3/lib/ppx_inline_test - pkg_ppx_assert_runtime_lib: .......................... /home/opam/.opam/4.02.3/lib/ppx_assert - pkg_re: .............................................. /home/opam/.opam/4.02.3/lib/re - pkg_re_emacs: ........................................ /home/opam/.opam/4.02.3/lib/re/emacs - pkg_variantslib: ..................................... /home/opam/.opam/4.02.3/lib/variantslib - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_inline_test: ................................. /home/opam/.opam/4.02.3/lib/ppx_inline_test - pkg_ppx_inline_test_libname: ......................... /home/opam/.opam/4.02.3/lib/ppx_inline_test - - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_expect - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02.3 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_sexplib: ......................................... /home/opam/.opam/4.02.3/lib/sexplib - pkg_fieldslib: ....................................... /home/opam/.opam/4.02.3/lib/fieldslib - pkg_ppx_inline_test_runtime_lib: ..................... /home/opam/.opam/4.02.3/lib/ppx_inline_test - pkg_ppx_assert_runtime_lib: .......................... /home/opam/.opam/4.02.3/lib/ppx_assert - pkg_re: .............................................. /home/opam/.opam/4.02.3/lib/re - pkg_re_emacs: ........................................ /home/opam/.opam/4.02.3/lib/re/emacs - pkg_variantslib: ..................................... /home/opam/.opam/4.02.3/lib/variantslib - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_inline_test: ................................. /home/opam/.opam/4.02.3/lib/ppx_inline_test - pkg_ppx_inline_test_libname: ......................... /home/opam/.opam/4.02.3/lib/ppx_inline_test - Processing 128/136: [camlp4: make all] [ppx_expect: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/ppx_expect.113.33.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02.3/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02.3/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02.3/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02.3/bin/ocamlbuild - Package name: ........................................ ppx_expect - Package version: ..................................... 113.33.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02.3/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02.3/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02.3/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_sexplib: ......................................... /home/opam/.opam/4.02.3/lib/sexplib - pkg_fieldslib: ....................................... /home/opam/.opam/4.02.3/lib/fieldslib - pkg_ppx_inline_test_runtime_lib: ..................... /home/opam/.opam/4.02.3/lib/ppx_inline_test - pkg_ppx_assert_runtime_lib: .......................... /home/opam/.opam/4.02.3/lib/ppx_assert - pkg_re: .............................................. /home/opam/.opam/4.02.3/lib/re - pkg_re_emacs: ........................................ /home/opam/.opam/4.02.3/lib/re/emacs - pkg_variantslib: ..................................... /home/opam/.opam/4.02.3/lib/variantslib - pkg_ppx_core: ........................................ /home/opam/.opam/4.02.3/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.02.3/lib/ppx_tools - pkg_ppx_driver: ...................................... /home/opam/.opam/4.02.3/lib/ppx_driver - pkg_ppx_inline_test: ................................. /home/opam/.opam/4.02.3/lib/ppx_inline_test - pkg_ppx_inline_test_libname: ......................... /home/opam/.opam/4.02.3/lib/ppx_inline_test - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_expect' in library ppx_expect - W: Cannot find source file matching module 'Expectation_lifter' in library ppx_expect - W: Cannot find source file matching module 'expect_test_matcher' in library expect_test_matcher - W: Cannot find source file matching module 'expect_test_common' in library expect_test_common - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package js-build-tools.ocamlbuild_goodies -package ppx_driver.ocamlbuild myocamlbuild.ml /home/opam/.opam/4.02.3/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -predicates ppx_driver -linkpkg -o ppx-driver-ppx_compare+ppx_sexp_conv.native -package ppx_compare,ppx_sexp_conv ppx_driver_runner.cmxa - + /home/opam/.opam/4.02.3/bin/ocamlfind ocamlopt -predicates ppx_driver -linkpkg -o ppx-driver-ppx_compare+ppx_sexp_conv.native -package ppx_compare,ppx_sexp_conv ppx_driver_runner.cmxa - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02.3/lib/ocaml, /home/opam/.opam/4.02.3/lib/ocaml/compiler-libs - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package sexplib -pp './ppx-driver-ppx_compare+ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -modules common/expectation.mli > common/expectation.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package sexplib -pp './ppx-driver-ppx_compare+ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -modules common/file.mli > common/file.mli.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package sexplib -pp './ppx-driver-ppx_compare+ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -w -40 -I common -I namespace_wrappers -o common/file.cmi common/file.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package sexplib -pp './ppx-driver-ppx_compare+ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -w -40 -I common -I namespace_wrappers -o common/expectation.cmi common/expectation.mli - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package sexplib -pp './ppx-driver-ppx_compare+ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -modules common/expectation.ml > common/expectation.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind ocamldep -package sexplib -pp './ppx-driver-ppx_compare+ppx_sexp_conv.native -dump-ast' -predicates custom_ppx -modules common/file.ml > common/file.ml.depends - /home/opam/.opam/4.02.3/bin/ocamlfind o