Building on clete.ocamllabs.io (from ocaml/opam:debian-unstable@sha256:286b1a07f166d69599599e77d36ff670e397cb189a08f108911b5151b4668ce1) Unable to find image 'ocaml/opam:debian-unstable@sha256:286b1a07f166d69599599e77d36ff670e397cb189a08f108911b5151b4668ce1' locally docker.io/ocaml/opam@sha256:286b1a07f166d69599599e77d36ff670e397cb189a08f108911b5151b4668ce1: Pulling from ocaml/opam f5e1f8c89883: Pulling fs layer d422113f3797: Pulling fs layer e09928796688: Pulling fs layer f5e1f8c89883: Verifying Checksum f5e1f8c89883: Download complete f5e1f8c89883: Pull complete e09928796688: Verifying Checksum e09928796688: Download complete d422113f3797: Verifying Checksum d422113f3797: Download complete d422113f3797: Pull complete e09928796688: Pull complete Digest: sha256:286b1a07f166d69599599e77d36ff670e397cb189a08f108911b5151b4668ce1 Status: Downloaded newer image for ocaml/opam@sha256:286b1a07f166d69599599e77d36ff670e397cb189a08f108911b5151b4668ce1 2022-06-02 21:05.16 ---> using "47ed2e5e0feee1987ba23dd55270cc6ad201fc29c17004e34e901e030428f794" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2022-06-02 21:05.16 ---> using "4a75653e8e13af1975fafc6190bea646f6c5227de6a31d9a10c263381aa24cc1" from cache /: (run (network host) (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q acdf0fda43c6ad752dca7fbab614d7a45df50538")) 2022-06-02 21:05.16 ---> using "e017e24311b2d1facae68aa054d4808ac0fd85da474fe18b5feb752a484a7401" from cache /: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><> [default] Initialised User configuration: ~/.profile is already up-to-date. [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc. 2022-06-02 21:05.16 ---> using "fe4ab29b581b2ba4fc496c6fcd5cd0653b4902fb6da880b540dae71463661523" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default '4.06' '4.06.1'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "4.06.1"} | "ocaml-system" {= "4.06.1"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> retrieved ocaml-base-compiler.4.06.1 (cached) -> installed ocaml-base-compiler.4.06.1 -> installed ocaml-config.1 -> installed ocaml.4.06.1 Done. # Run eval $(opam env --switch=4.06) to update the current shell environment 2022-06-02 21:12.37 ---> saved as "3a9b2eb39ecfca95862a099743c36ec7b6f0d57690358093e557e135e86b3f32" /: (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-2022-06-02-2003.50-F-2022-06-01-1416.25.pdiff [73.9 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-06-02-2003.50-F-2022-06-01-1416.25.pdiff [73.9 kB] - Fetched 303 kB in 3s (115 kB/s) - Reading package lists... - 2022-06-02 21:12.41 ---> saved as "9348b92fb5763a29f2f48610db5c4c5044e2f93ad14e25ebacb68299365aea4d" /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install -y ocaml-secondary-compiler")) The following actions will be performed: === install 1 package - install ocaml-secondary-compiler 4.08.1-1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-secondary-compiler.4.08.1-1 (cached) -> installed ocaml-secondary-compiler.4.08.1-1 Done. # Run eval $(opam env) to update the current shell environment 2022-06-02 21:15.26 ---> saved as "1e51d807ddd2900f581e3315b880131f7cfbb83efe1994548be75229c8092966" /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"0install.2.12.3\"\ \nopam install -vy \"0install.2.12.3\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"0install.2.12.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] 0install.2.12.3 is not installed. The following actions will be performed: === install 21 packages - install 0install 2.12.3 - install biniou 1.2.1 [required by yojson] - install conf-libcurl 2 [required by ocurl] - install cppo 1.6.9 [required by yojson] - install cppo_ocamlbuild 1.6.9 [required by 0install] - install dune 3.2.0 [required by sha, cppo_ocamlbuild, lwt_react, yojson] - install easy-format 1.3.2 [required by yojson] - install lwt 3.0.0 [required by lwt_react, ocurl] - install lwt_react 1.1.5 [required by 0install] - install ocamlbuild 0.14.1 [required by 0install] - install ocamlfind 1.9.1 [required by ocurl, cppo_ocamlbuild, xmlm] - install ocamlfind-secondary 1.9.1 [required by dune] - install ocurl 0.9.2 [required by 0install] - install ppx_tools 5.1+4.06.0 [required by lwt] - install react 1.2.1 [required by lwt_react] - install result 1.5 [required by lwt] - install sha 1.15.2 [required by 0install] - install stdlib-shims 0.3.0 [required by sha] - install topkg 1.0.5 [required by xmlm] - install xmlm 1.4.0 [required by 0install] - install yojson 1.7.0 [required by 0install] The following system packages will first need to be installed: libcurl4-gnutls-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal) 3. Attempt installation anyway, and permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libcurl4-gnutls-dev:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18687 files and directories currently installed.) - Preparing to unpack .../libcurl4-gnutls-dev_7.83.1-1+b1_amd64.deb ... - Unpacking libcurl4-gnutls-dev:amd64 (7.83.1-1+b1) ... - Setting up libcurl4-gnutls-dev:amd64 (7.83.1-1+b1) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/61: [0install.2.12.3: http] Processing 2/61: [0install.2.12.3: http] Processing 3/61: [0install.2.12.3: http] Processing 4/61: [0install.2.12.3: http] Processing 5/61: [0install.2.12.3: http] [conf-libcurl: curl-config] -> retrieved cppo.1.6.9, cppo_ocamlbuild.1.6.9 (cached) Processing 6/61: [0install.2.12.3: http] [conf-libcurl: curl-config] -> retrieved biniou.1.2.1 (cached) Processing 7/61: [0install.2.12.3: http] [conf-libcurl: curl-config] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "curl-config" "--libs" (CWD=/home/opam/.opam/4.06/.opam-switch/build/conf-libcurl.2) - -lcurl -> compiled conf-libcurl.2 Processing 7/61: [0install.2.12.3: http] -> installed conf-libcurl.2 Processing 8/61: [0install.2.12.3: http] -> retrieved easy-format.1.3.2 (cached) Processing 9/61: [0install.2.12.3: http] -> retrieved lwt.3.0.0 (cached) Processing 10/61: [0install.2.12.3: http] -> retrieved lwt_react.1.1.5 (cached) Processing 11/61: [0install.2.12.3: http] -> retrieved ocamlbuild.0.14.1 (cached) Processing 12/61: [0install.2.12.3: http] Processing 13/61: [0install.2.12.3: http] [ocamlbuild: make configure.make] -> retrieved ocamlfind.1.9.1, ocamlfind-secondary.1.9.1 (cached) Processing 14/61: [0install.2.12.3: http] [ocamlbuild: make configure.make] Processing 15/61: [0install.2.12.3: http] [ocamlbuild: make configure.make] [ocamlfind: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/4.06" "OCAMLBUILD_BINDIR=/home/opam/.opam/4.06/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/4.06/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/4.06/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1) - (echo "# This file was generated from configure.make"; \ - echo ;\ - echo "OCAML_PREFIX=/home/opam/.opam/4.06"; \ - echo "OCAML_BINDIR=/home/opam/.opam/4.06/bin"; \ - echo "OCAML_LIBDIR=/home/opam/.opam/4.06/lib/ocaml"; \ - echo "OCAML_MANDIR=/home/opam/.opam/4.06/man"; \ - echo ;\ - echo "EXT_OBJ=.o"; \ - echo "EXT_ASM=.s"; \ - echo "EXT_LIB=.a"; \ - echo "EXT_DLL=.so"; \ - echo "EXE="; \ - echo ;\ - echo "OCAML_NATIVE=true"; \ - echo "OCAML_NATIVE_TOOLS=true"; \ - echo "NATDYNLINK=true"; \ - echo "SUPPORT_SHARED_LIBRARIES=true"; \ - echo ;\ - echo "PREFIX=/home/opam/.opam/4.06"; \ - echo "BINDIR=/home/opam/.opam/4.06/bin"; \ - echo "LIBDIR=/home/opam/.opam/4.06/lib"; \ - echo "MANDIR=/home/opam/.opam/4.06/man"; \ - ) > Makefile.config - (echo "(* This file was generated from ../configure.make *)"; \ - echo ;\ - echo 'let bindir = "/home/opam/.opam/4.06/bin"'; \ - echo 'let libdir = "/home/opam/.opam/4.06/lib"'; \ - echo 'let ocaml_libdir = "/home/opam/.opam/4.06/lib/ocaml"'; \ - echo 'let libdir_abs = "/home/opam/.opam/4.06/lib"'; \ - echo 'let ocaml_native = true'; \ - echo 'let ocaml_native_tools = true'; \ - echo 'let supports_shared_libraries = true';\ - echo 'let a = "a"'; \ - echo 'let o = "o"'; \ - echo 'let so = "so"'; \ - echo 'let ext_dll = ".so"'; \ - echo 'let exe = ""'; \ - echo 'let version = "0.14.1"'; \ - ) > src/ocamlbuild_config.ml Processing 15/61: [0install.2.12.3: http] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] -> retrieved ocurl.0.9.2 (cached) Processing 16/61: [0install.2.12.3: http] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] -> retrieved ppx_tools.5.1+4.06.0 (cached) Processing 17/61: [0install.2.12.3: http] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] -> retrieved react.1.2.1 (cached) Processing 18/61: [0install.2.12.3: http] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] -> retrieved result.1.5 (cached) Processing 19/61: [0install.2.12.3: http] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] -> retrieved sha.1.15.2 (cached) Processing 20/61: [0install.2.12.3: http] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] -> retrieved stdlib-shims.0.3.0 (cached) Processing 21/61: [0install.2.12.3: http] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] -> retrieved topkg.1.0.5 (cached) Processing 22/61: [0install.2.12.3: http] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] -> retrieved xmlm.1.4.0 (cached) Processing 23/61: [0install.2.12.3: http] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure] -> retrieved yojson.1.7.0 (cached) -> retrieved dune.3.2.0 (cached) + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.06/bin" "-sitelib" "/home/opam/.opam/4.06/lib" "-mandir" "/home/opam/.opam/4.06/man" "-config" "/home/opam/.opam/4.06/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.06/.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: not present (normal since 4.06) - ocamlbuild: not present (normal since 4.03) - ocamldoc: found - raw_spacetime: found - threads: found - str: found - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for dynlink written to site-lib-src/dynlink/META - Configuration for stdlib written to site-lib-src/stdlib/META - Configuration for unix written to site-lib-src/unix/META - Configuration for bigarray written to site-lib-src/bigarray/META - Configuration for compiler-libs written to site-lib-src/compiler-libs/META - Configuration for graphics written to site-lib-src/graphics/META - Configuration for ocamldoc written to site-lib-src/ocamldoc/META - Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META - Configuration for threads written to site-lib-src/threads/META - Configuration for str written to site-lib-src/str/META - Configuration for bytes written to site-lib-src/bytes/META - Detecting compiler arguments: (extractor built) ok - - About the OCAML core installation: - Standard library: /home/opam/.opam/4.06/lib/ocaml - Binaries: /home/opam/.opam/4.06/bin - Manual pages: /home/opam/.opam/4.06/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/4.06/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/4.06/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/4.06/bin - Manual pages: /home/opam/.opam/4.06/man - topfind script: /home/opam/.opam/4.06/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 23/61: [0install.2.12.3: http] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.06/.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.06/.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.06/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.06/lib/ocaml' | \ - sed -e 's;@AUTOLINK@;true;g' \ - -e 's;@SYSTEM@;linux;g' \ - >findlib_config.ml - if [ "true" = "true" ]; then \ - cp topfind.ml.in topfind.ml; \ - else \ - sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ - > topfind.ml ; \ - fi - ocamldep *.ml *.mli >depend - ocamlc -I +compiler-libs -opaque -g -c findlib_config.ml - ocamlc -I +compiler-libs -opaque -g -c fl_split.ml - ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml - ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml - ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli - ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml - ocamlc -I +compiler-libs -opaque -c fl_topo.mli - ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml - ocamlc -I +compiler-libs -opaque -c fl_package_base.mli - ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml - ocamlc -I +compiler-libs -opaque -c findlib.mli - ocamlc -I +compiler-libs -opaque -g -c findlib.ml - ocamlc -I +compiler-libs -opaque -g -c fl_args.ml - ocamlc -I +compiler-libs -opaque -g -c fl_lint.ml - ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo - ocamlc -I +compiler-libs -opaque -g -c ocaml_args.ml - ocamlc -I +compiler-libs -opaque -g -c frontend.ml - File "frontend.ml", line 1826, characters 16-29: - Warning 3: deprecated: String.create - Use Bytes.create instead. - ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ - ocaml_args.cmo frontend.cmo - ocamlc -I +compiler-libs -opaque -c topfind.mli - ocamlc -I +compiler-libs -opaque -g -c topfind.ml - ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat topfind_rd1.p | \ - ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.06/lib' \ - >topfind - ocamlc -I +compiler-libs -opaque -c fl_dynload.mli - ocamlc -I +compiler-libs -opaque -g -c fl_dynload.ml - ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - make all-config - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.1' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/home/opam/.opam/4.06/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.06/.opam-switch/build/ocamlfind.1.9.1' Processing 23/61: [0install.2.12.3: http] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] Processing 23/61: [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt] -> retrieved 0install.2.12.3 (https://downloads.sf.net/project/zero-install/0install/2.12.3/0install-2.12.3.tar.bz2) + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.06/.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.06/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - ocamlopt -I +compiler-libs -g -opaque -c findlib_config.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_split.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_metatoken.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_meta.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_metascanner.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_topo.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_package_base.ml - ocamlopt -I +compiler-libs -g -opaque -c findlib.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_args.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_lint.ml - ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ - fi - ocamlopt -I +compiler-libs -g -opaque -c ocaml_args.ml - ocamlopt -I +compiler-libs -g -opaque -c frontend.ml - File "frontend.ml", line 1826, characters 16-29: - Warning 3: deprecated: String.create - Use Bytes.create instead. - ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ - ocaml_args.cmx frontend.cmx - ocamlopt -I +compiler-libs -g -opaque -c topfind.ml - File "_none_", line 1: - Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque - File "_none_", line 1: - Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque - ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ - fi - ocamlopt -I +compiler-libs -g -opaque -c fl_dynload.ml - ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.1/src/findlib' -> compiled ocamlfind.1.9.1 Processing 23/61: [ocamlbuild: make check-if-preinstalled] Processing 24/61: [ocamlbuild: make check-if-preinstalled] [ocamlfind: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1) - if test -d /home/opam/.opam/4.06/lib/ocaml/ocamlbuild; then\ - >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\ - "/home/opam/.opam/4.06/lib/ocaml/ocamlbuild";\ - >&2 echo "Installation aborted; if you want to bypass this"\ - "safety check, pass CHECK_IF_PREINSTALLED=false to make";\ - exit 2;\ - fi - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamllex.opt src/glob_lexer.mll - 55 states, 419 transitions, table size 2006 bytes - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamllex.opt src/lexers.mll - 251 states, 1051 transitions, table size 5710 bytes - 4334 additional bytes used for bindings - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp - ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo - mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi - mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml - ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo src/ocamlbuild.cmo - ocamlc.opt -a -o src/ocamlbuildlib.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp - ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx - mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx - mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml - ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild.cmx - ocamlopt.opt -a -o src/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx - ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte - ./man/options_man.byte > man/ocamlbuild.options.1 - cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1 - make ocamlbuild.install - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - rm -f ocamlbuild.install - touch ocamlbuild.install - make install-bin-opam - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - echo 'bin: [' >> ocamlbuild.install - echo ' "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - make install-lib-opam - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - echo 'lib: [' >> ocamlbuild.install - make install-lib-basics-opam - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - echo ' "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install - echo ' "META"' >> ocamlbuild.install - for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - make install-lib-byte-opam - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - for lib in src/ocamlbuildlib.cma src/ocamlbuild.cmo src/ocamlbuild_pack.cmi src/ocamlbuild_plugin.cmi src/ocamlbuild_executor.cmi src/ocamlbuild_unix_plugin.cmi; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - make install-lib-native-opam - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - for lib in src/ocamlbuildlib.cmxa src/ocamlbuildlib.a src/ocamlbuild.cmx src/ocamlbuild.o src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild_plugin.o src/ocamlbuild_executor.o src/ocamlbuild_unix_plugin.o; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - make install-man-opam - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - echo 'man: [' >> ocamlbuild.install - echo ' "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - make install-doc-opam - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - echo 'doc: [' >> ocamlbuild.install - echo ' "LICENSE"' >> ocamlbuild.install - echo ' "Changes"' >> ocamlbuild.install - echo ' "Readme.md"' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.1' -> compiled ocamlbuild.0.14.1 Processing 24/61: [ocamlfind: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.06/.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.06/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.06/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.06/bin" - mkdir -p "/home/opam/.opam/4.06/man" - make install-config - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.1' - mkdir -p "`dirname \"/home/opam/.opam/4.06/lib/findlib.conf\"`" - test -f "/home/opam/.opam/4.06/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.06/lib/findlib.conf" - make[1]: Leaving directory '/home/opam/.opam/4.06/.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.06/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - mkdir -p "/home/opam/.opam/4.06/lib/findlib" - mkdir -p "/home/opam/.opam/4.06/bin" - test 1 -eq 0 || cp topfind "/home/opam/.opam/4.06/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.06/lib/findlib" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - cp $f "/home/opam/.opam/4.06/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/home/opam/.opam/4.06/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/home/opam/.opam/4.06/lib/ocaml/compiler-libs/"; \ - cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.06/lib/findlib/"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - make install-meta - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.1' - for x in bigarray bytes compiler-libs dynlink graphics ocamldoc raw_spacetime stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.06/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.06/lib/$x"; done - mkdir -p "/home/opam/.opam/4.06/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.06/lib/findlib/Makefile.packages" - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.1' - test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } - test ! -f 'site-lib-src/camlp4/META' || cp tools/safe_camlp4 "/home/opam/.opam/4.06/bin" - make install-doc - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.1' - mkdir -p "/home/opam/.opam/4.06/man/man1" "/home/opam/.opam/4.06/man/man3" "/home/opam/.opam/4.06/man/man5" - cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.06/man/man1" - cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.06/man/man5" - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.1' -> installed ocamlfind.1.9.1 [ocamlfind-secondary: subst] expanding opam variables in META.in, generating META [ocamlfind-secondary: subst] expanding opam variables in ocaml-secondary-compiler.conf.in, generating ocaml-secondary-compiler.conf Processing 25/61: [ocamlfind-secondary: ./configure] Processing 26/61: [ocamlfind-secondary: ./configure] [ppx_tools: make all] -> installed ocamlbuild.0.14.1 Processing 27/61: [ocamlfind-secondary: ./configure] [ppx_tools: make all] Processing 28/61: [ocamlfind-secondary: ./configure] [ppx_tools: make all] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-sitelib" "/home/opam/.opam/4.06/share/ocaml-secondary-compiler/lib" "-no-camlp4" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocamlfind-secondary.1.9.1) - Welcome to findlib version 1.9.1 - Configuring core... - Checking for #remove_directory... - Testing threading model... - systhread_supported: true - Testing DLLs... - Testing whether ppxopt can be supported... - Checking for ocamlc -opaque... - Querying installation: META list not found - make install will double-check installed META files - Configuring libraries... - unix: found - bigarray: found - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: found - num: not present (normal since 4.06) - ocamlbuild: not present (normal since 4.03) - ocamldoc: found - raw_spacetime: found - threads: found - str: found - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for dynlink written to site-lib-src/dynlink/META - Configuration for stdlib written to site-lib-src/stdlib/META - Configuration for unix written to site-lib-src/unix/META - Configuration for bigarray written to site-lib-src/bigarray/META - Configuration for compiler-libs written to site-lib-src/compiler-libs/META - Configuration for graphics written to site-lib-src/graphics/META - Configuration for ocamldoc written to site-lib-src/ocamldoc/META - Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META - Configuration for threads written to site-lib-src/threads/META - Configuration for str written to site-lib-src/str/META - Configuration for bytes written to site-lib-src/bytes/META - Detecting compiler arguments: (extractor built) ok - - About the OCAML core installation: - Standard library: /home/opam/.opam/4.06/lib/ocaml - Binaries: /home/opam/.opam/4.06/bin - Manual pages: /home/opam/.opam/4.06/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/4.06/share/ocaml-secondary-compiler/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/4.06/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/4.06/bin - Manual pages: /home/opam/.opam/4.06/man - topfind script: /home/opam/.opam/4.06/lib/ocaml - Topfind ppxopt support: yes - Toolbox: no - Link custom runtime: yes - Need bytes compatibility: no - - Configuration has been written to Makefile.config - - You can now do 'make all', and optionally 'make opt', to build ocamlfind. -> compiled ocamlfind-secondary.1.9.1 Processing 28/61: [ppx_tools: make all] [topkg: ocaml build] Processing 29/61: [ppx_tools: make all] [topkg: ocaml build] [ocamlfind-secondary: make install-meta] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-meta" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocamlfind-secondary.1.9.1) - for x in dynlink stdlib unix bigarray compiler-libs graphics ocamldoc raw_spacetime threads str; do mkdir -p "/home/opam/.opam/4.06/share/ocaml-secondary-compiler/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.06/share/ocaml-secondary-compiler/lib/$x"; done - mkdir -p "/home/opam/.opam/4.06/share/ocaml-secondary-compiler/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.06/share/ocaml-secondary-compiler/lib/findlib/Makefile.packages" Processing 29/61: [ppx_tools: make all] [topkg: ocaml build] [ocamlfind-secondary: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.06/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocamlfind-secondary.1.9.1) Processing 29/61: [ppx_tools: make all] [topkg: ocaml build] [ocamlfind-secondary: cp ocaml-secondary-compiler.conf] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "ocaml-secondary-compiler.conf" "/home/opam/.opam/4.06/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocamlfind-secondary.1.9.1) Processing 29/61: [ppx_tools: make all] [topkg: ocaml build] [ocamlfind-secondary: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.06/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocamlfind-secondary.1.9.1) Processing 29/61: [ppx_tools: make all] [topkg: ocaml build] [ocamlfind-secondary: cp META] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "META" "/home/opam/.opam/4.06/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocamlfind-secondary.1.9.1) -> installed ocamlfind-secondary.1.9.1 Processing 29/61: [ppx_tools: make all] [topkg: ocaml build] Processing 30/61: [dune: ocaml bootstrap.ml] [ppx_tools: make all] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_tools.5.1+4.06.0) - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.mli - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.mli - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml - ocamlc -bin-annot -a -o ppx_tools.cma ast_convenience.cmo ast_mapper_class.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c genlifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o genlifter ocamlcommon.cma ppx_tools.cma genlifter.cmo - ./genlifter -I +compiler-libs Parsetree.expression > ast_lifter.ml || rm -rf ast_lifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_lifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c dumpast.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o dumpast ocamlcommon.cma ocamlbytecomp.cma ast_lifter.cmo dumpast.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ppx_metaquot.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o ppx_metaquot ocamlcommon.cma ppx_tools.cma ast_lifter.cmo ppx_metaquot.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c rewriter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o rewriter ocamlcommon.cma rewriter.cmo - ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml - ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml - ocamlopt -a -o ppx_tools.cmxa ast_convenience.cmx ast_mapper_class.cmx - ocamlopt -shared -o ppx_tools.cmxs -linkall ppx_tools.cmxa -> compiled ppx_tools.5.1+4.06.0 Processing 30/61: [dune: ocaml bootstrap.ml] [topkg: ocaml build] Processing 31/61: [dune: ocaml bootstrap.ml] [topkg: ocaml build] [ppx_tools: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_tools.5.1+4.06.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.06/lib/ppx_tools/ast_mapper_class.cmx - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.cmti - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.cmt - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.cmi - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_mapper_class.mli - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.cmx - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.cmti - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.cmt - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.cmi - Installed /home/opam/.opam/4.06/lib/ppx_tools/ast_convenience.mli - Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_tools.cmxs - Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_tools.a - Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_tools.cmxa - Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_tools.cma - Installed /home/opam/.opam/4.06/lib/ppx_tools/rewriter - Installed /home/opam/.opam/4.06/lib/ppx_tools/ppx_metaquot - Installed /home/opam/.opam/4.06/lib/ppx_tools/dumpast - Installed /home/opam/.opam/4.06/lib/ppx_tools/genlifter - Installed /home/opam/.opam/4.06/lib/ppx_tools/META -> installed ppx_tools.5.1+4.06.0 Processing 31/61: [dune: ocaml bootstrap.ml] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pkg-name" "topkg" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.06/.opam-switch/build/topkg.1.0.5) - ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends - ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg.cmi src/topkg.mli - ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends - ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends - ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends - ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmi src/topkg_fpath.mli - ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmi src/topkg_cmd.mli - ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_result.cmi src/topkg_result.mli - ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmi src/topkg_codec.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmi src/topkg_conf.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_build.cmi src/topkg_build.mli - ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends - ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends - ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends - ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_string.cmi src/topkg_string.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_string.cmx src/topkg_string.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmx src/topkg_fpath.ml - ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmx src/topkg_cmd.ml - ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends - ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_os.cmi src/topkg_os.mli - ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends - ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_log.cmi src/topkg_log.mli - ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_result.cmx src/topkg_result.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_log.cmx src/topkg_log.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_os.cmx src/topkg_os.ml - ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmx src/topkg_codec.ml - ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends - ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmi src/topkg_vcs.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmx src/topkg_vcs.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmx src/topkg_conf.ml - ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends - ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmi src/topkg_distrib.mli - ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends - ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmi src/topkg_opam.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmx src/topkg_opam.ml - ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends - ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmi src/topkg_fexts.mli - ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends - ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends - ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_test.cmi src/topkg_test.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_install.cmi src/topkg_install.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmx src/topkg_fexts.ml - ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_test.cmx src/topkg_test.ml - ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends - ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends - ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends - ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmi src/topkg_publish.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmi src/topkg_pkg.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmi src/topkg_ipc.mli - ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_build.cmx src/topkg_build.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmx src/topkg_distrib.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_install.cmx src/topkg_install.ml - ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmx src/topkg_publish.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmx src/topkg_pkg.ml - ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends - ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_main.cmi src/topkg_main.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmx src/topkg_ipc.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_main.cmx src/topkg_main.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg.cmx src/topkg.ml - ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa - ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg.cmo src/topkg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_build.cmo src/topkg_build.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmo src/topkg_cmd.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmo src/topkg_codec.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmo src/topkg_conf.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmo src/topkg_distrib.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmo src/topkg_fexts.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmo src/topkg_fpath.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_install.cmo src/topkg_install.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmo src/topkg_ipc.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_log.cmo src/topkg_log.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_main.cmo src/topkg_main.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmo src/topkg_opam.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_os.cmo src/topkg_os.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmo src/topkg_pkg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmo src/topkg_publish.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_result.cmo src/topkg_result.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_string.cmo src/topkg_string.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_test.cmo src/topkg_test.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmo src/topkg_vcs.ml - ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma - # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) } -> compiled topkg.1.0.5 Processing 31/61: [dune: ocaml bootstrap.ml] -> installed topkg.1.0.5 Processing 32/61: [dune: ocaml bootstrap.ml] Processing 33/61: [dune: ocaml bootstrap.ml] [react: ocaml build] Processing 34/61: [dune: ocaml bootstrap.ml] [react: ocaml build] [xmlm: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.06/.opam-switch/build/react.1.2.1) - ocamlfind ocamldep -package bytes -modules src/react.ml > src/react.ml.depends - ocamlfind ocamldep -package bytes -modules src/react.mli > src/react.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmi src/react.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmx src/react.ml - ocamlfind ocamlopt -a -package bytes -I src src/react.cmx -o src/react.cmxa - ocamlfind ocamlopt -shared -linkall -package bytes -I src src/react.cmxa -o src/react.cmxs - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmo src/react.ml - ocamlfind ocamlc -a -package bytes -I src src/react.cmo -o src/react.cma - ocamlfind ocamldep -package compiler-libs.toplevel -package bytes -modules src/react_top.ml > src/react_top.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmo src/react_top.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmo src/react_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmx src/react_top.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmx src/react_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs - File "_none_", line 1: - Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque - ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmx -o src/react_top.cmxa - + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmx -o src/react_top.cmxa - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs - ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package bytes -I src src/react_top.cmxa -o src/react_top.cmxs - + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package bytes -I src src/react_top.cmxa -o src/react_top.cmxs - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs - ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmo -o src/react_top.cma - + ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmo -o src/react_top.cma - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs - # No parallelism done -> compiled react.1.2.1 Processing 34/61: [dune: ocaml bootstrap.ml] [xmlm: ocaml build] -> installed react.1.2.1 Processing 35/61: [dune: ocaml bootstrap.ml] [xmlm: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.06/.opam-switch/build/xmlm.1.4.0) - ocamlfind ocamldep -modules src/xmlm.ml > src/xmlm.ml.depends - ocamlfind ocamldep -modules src/xmlm.mli > src/xmlm.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmi src/xmlm.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmx src/xmlm.ml - ocamlfind ocamlopt -a -I src src/xmlm.cmx -o src/xmlm.cmxa - ocamlfind ocamlopt -shared -linkall -I src src/xmlm.cmxa -o src/xmlm.cmxs - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmo src/xmlm.ml - ocamlfind ocamlc -a -I src src/xmlm.cmo -o src/xmlm.cma - ocamlfind ocamldep -modules test/xmltrip.ml > test/xmltrip.ml.depends - ocamlfind ocamldep -modules test/xhtml.ml > test/xhtml.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/xhtml.cmo test/xhtml.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmo test/xmltrip.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/xhtml.cmx test/xhtml.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmx test/xmltrip.ml - ocamlfind ocamlopt -linkpkg -g -I src -I test src/xmlm.cmx test/xhtml.cmx test/xmltrip.cmx -o test/xmltrip.native - # No parallelism done -> compiled xmlm.1.4.0 Processing 35/61: [dune: ocaml bootstrap.ml] -> installed xmlm.1.4.0 Processing 36/61: [dune: ocaml bootstrap.ml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "71" (CWD=/home/opam/.opam/4.06/.opam-switch/build/dune.3.2.0) - ocamlfind -toolchain secondary ocamlc 2>.duneboot.ocamlfind-output - - ocamlfind -toolchain secondary ocamlc -custom -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml - ./.duneboot.exe --secondary -j 71 - Processing 36/61: [dune: ./dune.exe build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "71" (CWD=/home/opam/.opam/4.06/.opam-switch/build/dune.3.2.0) -> compiled dune.3.2.0 -> installed dune.3.2.0 Processing 38/61: [cppo: dune build] Processing 39/61: [cppo: dune build] [cppo_ocamlbuild: dune build] Processing 40/61: [cppo: dune build] [cppo_ocamlbuild: dune build] [easy-format: dune build] Processing 41/61: [cppo: dune build] [cppo_ocamlbuild: dune build] [easy-format: dune build] [result: dune build] Processing 42/61: [cppo: dune build] [cppo_ocamlbuild: dune build] [easy-format: dune build] [result: dune build] [stdlib-shims: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo_ocamlbuild" "-j" "71" (CWD=/home/opam/.opam/4.06/.opam-switch/build/cppo_ocamlbuild.1.6.9) -> compiled cppo_ocamlbuild.1.6.9 Processing 42/61: [cppo: dune build] [easy-format: dune build] [result: dune build] [stdlib-shims: dune build] -> installed cppo_ocamlbuild.1.6.9 Processing 43/61: [cppo: dune build] [easy-format: dune build] [result: dune build] [stdlib-shims: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "result" "-j" "71" (CWD=/home/opam/.opam/4.06/.opam-switch/build/result.1.5) -> compiled result.1.5 Processing 43/61: [cppo: dune build] [easy-format: dune build] [stdlib-shims: dune build] -> installed result.1.5 Processing 44/61: [cppo: dune build] [easy-format: dune build] [stdlib-shims: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "easy-format" "-j" "71" (CWD=/home/opam/.opam/4.06/.opam-switch/build/easy-format.1.3.2) -> compiled easy-format.1.3.2 Processing 44/61: [cppo: dune build] [stdlib-shims: dune build] -> installed easy-format.1.3.2 Processing 45/61: [cppo: dune build] [stdlib-shims: dune build] Processing 46/61: [biniou: dune build] [cppo: dune build] [stdlib-shims: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdlib-shims" "-j" "71" (CWD=/home/opam/.opam/4.06/.opam-switch/build/stdlib-shims.0.3.0) -> compiled stdlib-shims.0.3.0 Processing 46/61: [biniou: dune build] [cppo: dune build] -> installed stdlib-shims.0.3.0 Processing 47/61: [biniou: dune build] [cppo: dune build] Processing 48/61: [biniou: dune build] [cppo: dune build] [sha: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "71" (CWD=/home/opam/.opam/4.06/.opam-switch/build/cppo.1.6.9) -> compiled cppo.1.6.9 Processing 48/61: [biniou: dune build] [sha: dune build] -> installed cppo.1.6.9 Processing 49/61: [biniou: dune build] [sha: dune build] Processing 50/61: [biniou: dune build] [lwt: make setup] [sha: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "biniou" "-j" "71" (CWD=/home/opam/.opam/4.06/.opam-switch/build/biniou.1.2.1) -> compiled biniou.1.2.1 Processing 50/61: [lwt: make setup] [sha: dune build] -> installed biniou.1.2.1 Processing 51/61: [lwt: make setup] [sha: dune build] Processing 52/61: [lwt: make setup] [sha: dune build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sha" "-j" "71" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/sha.1.15.2) Processing 52/61: [lwt: make setup] [sha: dune install] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "sha" "--create-install-files" "sha" (CWD=/home/opam/.opam/4.06/.opam-switch/build/sha.1.15.2) - Copying to _destdir/home/opam/.opam/4.06/lib/sha/META - Copying to _destdir/home/opam/.opam/4.06/lib/sha/dune-package -> compiled sha.1.15.2 Processing 52/61: [lwt: make setup] [yojson: dune build] -> installed sha.1.15.2 Processing 53/61: [lwt: make setup] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "setup" (CWD=/home/opam/.opam/4.06/.opam-switch/build/lwt.3.0.0) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - rm -f setup.cmx setup.cmi setup.o setup.obj setup.cmo Processing 53/61: [lwt: ocaml setup.ml] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yojson" "-j" "71" (CWD=/home/opam/.opam/4.06/.opam-switch/build/yojson.1.7.0) -> compiled yojson.1.7.0 Processing 53/61: [lwt: ocaml setup.ml] -> installed yojson.1.7.0 Processing 54/61: [lwt: ocaml setup.ml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.06" "--disable-libev" "--disable-camlp4" "--enable-unix" "--enable-preemptive" "--enable-ppx" (CWD=/home/opam/.opam/4.06/.opam-switch/build/lwt.3.0.0) - not checking for pkg-config - not checking for libev - testing for pthread: ........................... available - not checking for glib - testing for eventfd: - ........................... available - testing for fd passing: ........................ available - testing for sched_getcpu: ...................... available - testing for affinity getting/setting: .......... available - testing for credentials getting (Linux): ....... available - testing for credentials getting (NetBSD): ...... unavailable - testing for credentials getting (OpenBSD): ..... unavailable - testing for credentials getting (FreeBSD): ..... unavailable - testing for credentials getting (getpeereid): .. unavailable - testing for fdatasync: ......................... available - testing for netdb_reentrant: ................... unavailable - testing for reentrant gethost*: - ................ available - testing for nanosecond stat support: ........... *tim.tv_nsec - testing for BSD mincore: ....................... unavailable - Generating C stubs... - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.06/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.06/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.06/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.06/bin/ocamlbuild - Package name: ........................................ lwt - Package version: ..................................... 3.0.0 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.06.1 - standard_library_default: ............................ /home/opam/.opam/4.06/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.06/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.06/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT - native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -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.06 - 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: ......................... - Compiles for Android: ................................ false - build and install everything: ........................ false - Build the syntax extension: .......................... false - Build the ppx syntax extension: ...................... true - Unix support: ........................................ true - React helpers: ....................................... false - GLib integration: .................................... false - SSL support: ......................................... false - Preemptive threads support: .......................... true - Compile with libev support: .......................... false - Use the libev backend by default: .................... true - Use pthread: ......................................... true - Instrument for coverage analysis: .................... false - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_bytes: ........................................... /home/opam/.opam/4.06/lib/bytes - pkg_result: .......................................... /home/opam/.opam/4.06/lib/result - pkg_unix: ............................................ /home/opam/.opam/4.06/lib/ocaml - pkg_bigarray: ........................................ /home/opam/.opam/4.06/lib/ocaml - pkg_compiler_libs_common: ............................ /home/opam/.opam/4.06/lib/ocaml/compiler-libs - pkg_threads: ......................................... /home/opam/.opam/4.06/lib/ocaml - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.06/lib/ppx_tools - ocamldoc: ............................................ /home/opam/.opam/4.06/bin/ocamldoc - Processing 54/61: [lwt: make build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "build" (CWD=/home/opam/.opam/4.06/.opam-switch/build/lwt.3.0.0) - ./setup.exe -build - W: Cannot find source file matching module 'Lwt_unix' in library lwt-unix. - W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns". - W: Cannot find source file matching module 'Lwt_unix' in library lwt-unix. - W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns". - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_condition.mli > src/core/lwt_condition.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt.mli > src/core/lwt.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_sequence.mli > src/core/lwt_sequence.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_sequence.cmi src/core/lwt_sequence.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_mutex.mli > src/core/lwt_mutex.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt.cmi src/core/lwt.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_mutex.cmi src/core/lwt_mutex.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_condition.cmi src/core/lwt_condition.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_condition.ml > src/core/lwt_condition.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_list.mli > src/core/lwt_list.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_list.cmi src/core/lwt_list.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_list.ml > src/core/lwt_list.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt.ml > src/core/lwt.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_mutex.ml > src/core/lwt_mutex.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_mvar.mli > src/core/lwt_mvar.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_mvar.cmi src/core/lwt_mvar.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_mvar.ml > src/core/lwt_mvar.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_pool.mli > src/core/lwt_pool.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_pool.cmi src/core/lwt_pool.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_pool.ml > src/core/lwt_pool.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_result.mli > src/core/lwt_result.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_result.cmi src/core/lwt_result.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_result.ml > src/core/lwt_result.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_sequence.ml > src/core/lwt_sequence.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_stream.mli > src/core/lwt_stream.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_stream.cmi src/core/lwt_stream.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_stream.ml > src/core/lwt_stream.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_switch.mli > src/core/lwt_switch.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_switch.cmi src/core/lwt_switch.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_switch.ml > src/core/lwt_switch.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_pqueue.mli > src/core/lwt_pqueue.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_pqueue.cmi src/core/lwt_pqueue.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/core/lwt_pqueue.ml > src/core/lwt_pqueue.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_condition.cmo src/core/lwt_condition.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_list.cmo src/core/lwt_list.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt.cmo src/core/lwt.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_mutex.cmo src/core/lwt_mutex.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_mvar.cmo src/core/lwt_mvar.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_pool.cmo src/core/lwt_pool.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_result.cmo src/core/lwt_result.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_sequence.cmo src/core/lwt_sequence.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_stream.cmo src/core/lwt_stream.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_switch.cmo src/core/lwt_switch.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_pqueue.cmo src/core/lwt_pqueue.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -a -I src/core src/core/lwt_sequence.cmo src/core/lwt.cmo src/core/lwt_mutex.cmo src/core/lwt_condition.cmo src/core/lwt_list.cmo src/core/lwt_mvar.cmo src/core/lwt_pool.cmo src/core/lwt_result.cmo src/core/lwt_stream.cmo src/core/lwt_switch.cmo src/core/lwt_pqueue.cmo -o src/core/lwt.cma - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_sequence.cmx src/core/lwt_sequence.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt.cmx src/core/lwt.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_mutex.cmx src/core/lwt_mutex.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_condition.cmx src/core/lwt_condition.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_list.cmx src/core/lwt_list.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_mvar.cmx src/core/lwt_mvar.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_pool.cmx src/core/lwt_pool.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_result.cmx src/core/lwt_result.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_stream.cmx src/core/lwt_stream.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_switch.cmx src/core/lwt_switch.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package result -package bytes -w +A-29-58 -I src/core -o src/core/lwt_pqueue.cmx src/core/lwt_pqueue.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -a -I src/core src/core/lwt_sequence.cmx src/core/lwt.cmx src/core/lwt_mutex.cmx src/core/lwt_condition.cmx src/core/lwt_list.cmx src/core/lwt_mvar.cmx src/core/lwt_pool.cmx src/core/lwt_result.cmx src/core/lwt_stream.cmx src/core/lwt_switch.cmx src/core/lwt_pqueue.cmx -o src/core/lwt.cmxa - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -shared -I src/core src/core/lwt.cmxa src/core/lwt_sequence.cmx src/core/lwt.cmx src/core/lwt_mutex.cmx src/core/lwt_condition.cmx src/core/lwt_list.cmx src/core/lwt_mvar.cmx src/core/lwt_pool.cmx src/core/lwt_result.cmx src/core/lwt_stream.cmx src/core/lwt_switch.cmx src/core/lwt_pqueue.cmx -o src/core/lwt.cmxs - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/logger/lwt_log_core.mli > src/logger/lwt_log_core.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -w +A-29-58 -I src/logger -I src/core -o src/logger/lwt_log_core.cmi src/logger/lwt_log_core.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/logger/lwt_log_core.ml > src/logger/lwt_log_core.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/logger/lwt_log_rules.mli > src/logger/lwt_log_rules.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -w +A-29-58 -I src/logger -I src/core -o src/logger/lwt_log_rules.cmi src/logger/lwt_log_rules.mli - /home/opam/.opam/4.06/bin/ocamllex.opt -q src/logger/lwt_log_rules.mll - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package result -package bytes -modules src/logger/lwt_log_rules.ml > src/logger/lwt_log_rules.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -w +A-29-58 -I src/logger -I src/core -o src/logger/lwt_log_core.cmo src/logger/lwt_log_core.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -w +A-29-58 -I src/logger -I src/core -o src/logger/lwt_log_rules.cmo src/logger/lwt_log_rules.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -a -I src/logger src/logger/lwt_log_rules.cmo src/logger/lwt_log_core.cmo -o src/logger/lwt-log.cma - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -w +A-29-58 -I src/logger -I src/core -o src/logger/lwt_log_rules.cmx src/logger/lwt_log_rules.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -package result -package bytes -w +A-29-58 -I src/logger -I src/core -o src/logger/lwt_log_core.cmx src/logger/lwt_log_core.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -a -I src/logger src/logger/lwt_log_rules.cmx src/logger/lwt_log_core.cmx -o src/logger/lwt-log.cmxa - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -shared -I src/logger src/logger/lwt-log.cmxa src/logger/lwt_log_rules.cmx src/logger/lwt_log_core.cmx -o src/logger/lwt-log.cmxs - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/lwt_unix_stubs.c - + /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/lwt_unix_stubs.c - In file included from src/unix/lwt_unix_stubs.c:94: - src/unix/lwt_unix_unix.c: In function 'worker_readdir': - src/unix/lwt_unix_unix.c:1806:3: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations] - 1806 | job->result = readdir_r(job->dir, job->entry, &job->ptr); - | ^~~ - In file included from /usr/include/features.h:472, - from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, - from /usr/include/stdint.h:26, - from /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h:9, - from /home/opam/.opam/4.06/lib/ocaml/caml/config.h:33, - from /home/opam/.opam/4.06/lib/ocaml/caml/misc.h:24, - from /home/opam/.opam/4.06/lib/ocaml/caml/alloc.h:23, - from src/unix/lwt_unix_stubs.c:30: - /usr/include/dirent.h:189:12: note: declared here - 189 | extern int __REDIRECT (readdir_r, - | ^~~~~~~~~~ - In file included from src/unix/lwt_unix_stubs.c:94: - src/unix/lwt_unix_unix.c: In function 'worker_readdir_n': - src/unix/lwt_unix_unix.c:1852:5: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations] - 1852 | int result = readdir_r(job->dir, &job->entries[i], &ptr); - | ^~~ - In file included from /usr/include/features.h:472, - from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, - from /usr/include/stdint.h:26, - from /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h:9, - from /home/opam/.opam/4.06/lib/ocaml/caml/config.h:33, - from /home/opam/.opam/4.06/lib/ocaml/caml/misc.h:24, - from /home/opam/.opam/4.06/lib/ocaml/caml/alloc.h:23, - from src/unix/lwt_unix_stubs.c:30: - /usr/include/dirent.h:189:12: note: declared here - 189 | extern int __REDIRECT (readdir_r, - | ^~~~~~~~~~ - mv lwt_unix_stubs.o src/unix/lwt_unix_stubs.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/lwt_libev_stubs.c - mv lwt_libev_stubs.o src/unix/lwt_libev_stubs.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/lwt_process_stubs.c - mv lwt_process_stubs.o src/unix/lwt_process_stubs.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_access.c - mv lwt_unix_job_access.o src/unix/jobs-unix/lwt_unix_job_access.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_chdir.c - mv lwt_unix_job_chdir.o src/unix/jobs-unix/lwt_unix_job_chdir.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_chmod.c - mv lwt_unix_job_chmod.o src/unix/jobs-unix/lwt_unix_job_chmod.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_chown.c - mv lwt_unix_job_chown.o src/unix/jobs-unix/lwt_unix_job_chown.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_chroot.c - mv lwt_unix_job_chroot.o src/unix/jobs-unix/lwt_unix_job_chroot.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_close.c - mv lwt_unix_job_close.o src/unix/jobs-unix/lwt_unix_job_close.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_fchmod.c - mv lwt_unix_job_fchmod.o src/unix/jobs-unix/lwt_unix_job_fchmod.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_fchown.c - mv lwt_unix_job_fchown.o src/unix/jobs-unix/lwt_unix_job_fchown.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_fdatasync.c - mv lwt_unix_job_fdatasync.o src/unix/jobs-unix/lwt_unix_job_fdatasync.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_fsync.c - mv lwt_unix_job_fsync.o src/unix/jobs-unix/lwt_unix_job_fsync.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_ftruncate.c - mv lwt_unix_job_ftruncate.o src/unix/jobs-unix/lwt_unix_job_ftruncate.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_link.c - mv lwt_unix_job_link.o src/unix/jobs-unix/lwt_unix_job_link.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_lseek.c - mv lwt_unix_job_lseek.o src/unix/jobs-unix/lwt_unix_job_lseek.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_mkdir.c - mv lwt_unix_job_mkdir.o src/unix/jobs-unix/lwt_unix_job_mkdir.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_mkfifo.c - mv lwt_unix_job_mkfifo.o src/unix/jobs-unix/lwt_unix_job_mkfifo.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_rename.c - mv lwt_unix_job_rename.o src/unix/jobs-unix/lwt_unix_job_rename.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_rmdir.c - mv lwt_unix_job_rmdir.o src/unix/jobs-unix/lwt_unix_job_rmdir.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_symlink.c - mv lwt_unix_job_symlink.o src/unix/jobs-unix/lwt_unix_job_symlink.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_tcdrain.c - mv lwt_unix_job_tcdrain.o src/unix/jobs-unix/lwt_unix_job_tcdrain.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_tcflow.c - mv lwt_unix_job_tcflow.o src/unix/jobs-unix/lwt_unix_job_tcflow.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_tcflush.c - mv lwt_unix_job_tcflush.o src/unix/jobs-unix/lwt_unix_job_tcflush.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_tcsendbreak.c - mv lwt_unix_job_tcsendbreak.o src/unix/jobs-unix/lwt_unix_job_tcsendbreak.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_truncate.c - mv lwt_unix_job_truncate.o src/unix/jobs-unix/lwt_unix_job_truncate.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -ccopt -Isrc/unix -package unix -package result -package bytes -package bigarray -c src/unix/jobs-unix/lwt_unix_job_unlink.c - mv lwt_unix_job_unlink.o src/unix/jobs-unix/lwt_unix_job_unlink.o - /home/opam/.opam/4.06/bin/ocamlfind ocamlmklib -o src/unix/lwt-unix_stubs -g -lpthread src/unix/lwt_unix_stubs.o src/unix/lwt_libev_stubs.o src/unix/lwt_process_stubs.o src/unix/jobs-unix/lwt_unix_job_access.o src/unix/jobs-unix/lwt_unix_job_chdir.o src/unix/jobs-unix/lwt_unix_job_chmod.o src/unix/jobs-unix/lwt_unix_job_chown.o src/unix/jobs-unix/lwt_unix_job_chroot.o src/unix/jobs-unix/lwt_unix_job_close.o src/unix/jobs-unix/lwt_unix_job_fchmod.o src/unix/jobs-unix/lwt_unix_job_fchown.o src/unix/jobs-unix/lwt_unix_job_fdatasync.o src/unix/jobs-unix/lwt_unix_job_fsync.o src/unix/jobs-unix/lwt_unix_job_ftruncate.o src/unix/jobs-unix/lwt_unix_job_link.o src/unix/jobs-unix/lwt_unix_job_lseek.o src/unix/jobs-unix/lwt_unix_job_mkdir.o src/unix/jobs-unix/lwt_unix_job_mkfifo.o src/unix/jobs-unix/lwt_unix_job_rename.o src/unix/jobs-unix/lwt_unix_job_rmdir.o src/unix/jobs-unix/lwt_unix_job_symlink.o src/unix/jobs-unix/lwt_unix_job_tcdrain.o src/unix/jobs-unix/lwt_unix_job_tcflow.o src/unix/jobs-unix/lwt_unix_job_tcflush.o src/unix/jobs-unix/lwt_unix_job_tcsendbreak.o src/unix/jobs-unix/lwt_unix_job_truncate.o src/unix/jobs-unix/lwt_unix_job_unlink.o - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_chan.mli > src/unix/lwt_chan.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_io.mli > src/unix/lwt_io.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_bytes.mli > src/unix/lwt_bytes.mli.depends - cppo -V OCAML:4.06.1 -o src/unix/lwt_unix.mli src/unix/lwt_unix.cppo.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_unix.mli > src/unix/lwt_unix.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_unix.cmi src/unix/lwt_unix.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_sys.mli > src/unix/lwt_sys.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_bytes.cmi src/unix/lwt_bytes.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_sys.cmi src/unix/lwt_sys.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_io.cmi src/unix/lwt_io.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_chan.cmi src/unix/lwt_chan.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_chan.ml > src/unix/lwt_chan.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_daemon.mli > src/unix/lwt_daemon.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_log.mli > src/unix/lwt_log.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_log.cmi src/unix/lwt_log.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_daemon.cmi src/unix/lwt_daemon.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_daemon.ml > src/unix/lwt_daemon.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_main.mli > src/unix/lwt_main.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_main.cmi src/unix/lwt_main.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_gc.mli > src/unix/lwt_gc.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_gc.cmi src/unix/lwt_gc.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_gc.ml > src/unix/lwt_gc.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_io.ml > src/unix/lwt_io.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_log.ml > src/unix/lwt_log.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_main.ml > src/unix/lwt_main.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_engine.mli > src/unix/lwt_engine.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_engine.cmi src/unix/lwt_engine.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_process.mli > src/unix/lwt_process.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_process.cmi src/unix/lwt_process.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_process.ml > src/unix/lwt_process.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_throttle.mli > src/unix/lwt_throttle.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_throttle.cmi src/unix/lwt_throttle.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_throttle.ml > src/unix/lwt_throttle.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_timeout.mli > src/unix/lwt_timeout.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_timeout.cmi src/unix/lwt_timeout.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_timeout.ml > src/unix/lwt_timeout.ml.depends - cppo -V OCAML:4.06.1 -o src/unix/lwt_unix.ml src/unix/lwt_unix.cppo.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_unix.ml > src/unix/lwt_unix.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_config.ml > src/unix/lwt_config.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_unix_jobs_generated.ml > src/unix/lwt_unix_jobs_generated.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_config.cmo src/unix/lwt_config.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_unix_jobs_generated.cmo src/unix/lwt_unix_jobs_generated.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_sys.ml > src/unix/lwt_sys.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_engine.ml > src/unix/lwt_engine.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules src/unix/lwt_bytes.ml > src/unix/lwt_bytes.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_chan.cmo src/unix/lwt_chan.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_daemon.cmo src/unix/lwt_daemon.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_gc.cmo src/unix/lwt_gc.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_io.cmo src/unix/lwt_io.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_log.cmo src/unix/lwt_log.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_main.cmo src/unix/lwt_main.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_process.cmo src/unix/lwt_process.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_throttle.cmo src/unix/lwt_throttle.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_timeout.cmo src/unix/lwt_timeout.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_unix.cmo src/unix/lwt_unix.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_sys.cmo src/unix/lwt_sys.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_engine.cmo src/unix/lwt_engine.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_bytes.cmo src/unix/lwt_bytes.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -a -dllib -llwt-unix_stubs -cclib -llwt-unix_stubs -cclib -lpthread -I src/unix src/unix/lwt_config.cmo src/unix/lwt_engine.cmo src/unix/lwt_main.cmo src/unix/lwt_unix_jobs_generated.cmo src/unix/lwt_unix.cmo src/unix/lwt_bytes.cmo src/unix/lwt_sys.cmo src/unix/lwt_io.cmo src/unix/lwt_chan.cmo src/unix/lwt_log.cmo src/unix/lwt_daemon.cmo src/unix/lwt_gc.cmo src/unix/lwt_process.cmo src/unix/lwt_throttle.cmo src/unix/lwt_timeout.cmo -o src/unix/lwt-unix.cma - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_config.cmx src/unix/lwt_config.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_engine.cmx src/unix/lwt_engine.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_main.cmx src/unix/lwt_main.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_unix_jobs_generated.cmx src/unix/lwt_unix_jobs_generated.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_unix.cmx src/unix/lwt_unix.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_bytes.cmx src/unix/lwt_bytes.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_sys.cmx src/unix/lwt_sys.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_io.cmx src/unix/lwt_io.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_log.cmx src/unix/lwt_log.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_chan.cmx src/unix/lwt_chan.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_daemon.cmx src/unix/lwt_daemon.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_gc.cmx src/unix/lwt_gc.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_process.cmx src/unix/lwt_process.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_throttle.cmx src/unix/lwt_throttle.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -package unix -package result -package bytes -package bigarray -w +A-29-58 -I src/unix -I src/core -I src/logger -o src/unix/lwt_timeout.cmx src/unix/lwt_timeout.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -a -cclib -llwt-unix_stubs -cclib -lpthread -I src/unix src/unix/lwt_config.cmx src/unix/lwt_engine.cmx src/unix/lwt_main.cmx src/unix/lwt_unix_jobs_generated.cmx src/unix/lwt_unix.cmx src/unix/lwt_bytes.cmx src/unix/lwt_sys.cmx src/unix/lwt_io.cmx src/unix/lwt_chan.cmx src/unix/lwt_log.cmx src/unix/lwt_daemon.cmx src/unix/lwt_gc.cmx src/unix/lwt_process.cmx src/unix/lwt_throttle.cmx src/unix/lwt_timeout.cmx -o src/unix/lwt-unix.cmxa - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -shared -I src/unix -cclib -lpthread -I src/unix src/unix/lwt-unix.cmxa src/unix/lwt_config.cmx src/unix/lwt_engine.cmx src/unix/lwt_main.cmx src/unix/lwt_unix_jobs_generated.cmx src/unix/lwt_unix.cmx src/unix/lwt_bytes.cmx src/unix/lwt_sys.cmx src/unix/lwt_io.cmx src/unix/lwt_chan.cmx src/unix/lwt_log.cmx src/unix/lwt_daemon.cmx src/unix/lwt_gc.cmx src/unix/lwt_process.cmx src/unix/lwt_throttle.cmx src/unix/lwt_timeout.cmx -o src/unix/lwt-unix.cmxs - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package compiler-libs.common -package bytes -package bigarray -modules src/simple_top/lwt_simple_top.ml > src/simple_top/lwt_simple_top.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -package unix -package result -package compiler-libs.common -package bytes -package bigarray -w +A-29-58 -I src/simple_top -I src/core -I src/unix -o src/simple_top/lwt_simple_top.cmo src/simple_top/lwt_simple_top.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -a -I src/simple_top src/simple_top/lwt_simple_top.cmo -o src/simple_top/lwt-simple-top.cma - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -package unix -package result -package compiler-libs.common -package bytes -package bigarray -w +A-29-58 -I src/simple_top -I src/core -I src/unix -o src/simple_top/lwt_simple_top.cmx src/simple_top/lwt_simple_top.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -a -I src/simple_top src/simple_top/lwt_simple_top.cmx -o src/simple_top/lwt-simple-top.cmxa - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -shared -I src/simple_top src/simple_top/lwt-simple-top.cmxa src/simple_top/lwt_simple_top.cmx -o src/simple_top/lwt-simple-top.cmxs - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -package threads -modules src/preemptive/lwt_preemptive.mli > src/preemptive/lwt_preemptive.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -thread -package unix -package result -package bytes -package bigarray -package threads -w +A-29-58 -I src/preemptive -I src/core -I src/unix -o src/preemptive/lwt_preemptive.cmi src/preemptive/lwt_preemptive.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -package threads -modules src/preemptive/lwt_preemptive.ml > src/preemptive/lwt_preemptive.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -thread -package unix -package result -package bytes -package bigarray -package threads -w +A-29-58 -I src/preemptive -I src/core -I src/unix -o src/preemptive/lwt_preemptive.cmo src/preemptive/lwt_preemptive.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -a -I src/preemptive src/preemptive/lwt_preemptive.cmo -o src/preemptive/lwt-preemptive.cma - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -thread -package unix -package result -package bytes -package bigarray -package threads -w +A-29-58 -I src/preemptive -I src/core -I src/unix -o src/preemptive/lwt_preemptive.cmx src/preemptive/lwt_preemptive.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -a -I src/preemptive src/preemptive/lwt_preemptive.cmx -o src/preemptive/lwt-preemptive.cmxa - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -shared -I src/preemptive src/preemptive/lwt-preemptive.cmxa src/preemptive/lwt_preemptive.cmx -o src/preemptive/lwt-preemptive.cmxs - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.common -modules src/ppx/ppx_lwt.mli > src/ppx/ppx_lwt.mli.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package ppx_tools.metaquot -package compiler-libs.common -w +A-29-58 -I src/ppx -o src/ppx/ppx_lwt.cmi src/ppx/ppx_lwt.mli - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.common -modules src/ppx/ppx_lwt.ml > src/ppx/ppx_lwt.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package ppx_tools.metaquot -package compiler-libs.common -w +A-29-58 -w -4 -I src/ppx -o src/ppx/ppx_lwt.cmo src/ppx/ppx_lwt.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -a -I src/ppx src/ppx/ppx_lwt.cmo -o src/ppx/ppx.cma - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package ppx_tools.metaquot -package compiler-libs.common -w +A-29-58 -w -4 -I src/ppx -o src/ppx/ppx_lwt.cmx src/ppx/ppx_lwt.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -a -I src/ppx src/ppx/ppx_lwt.cmx -o src/ppx/ppx.cmxa - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -shared -I src/ppx src/ppx/ppx.cmxa src/ppx/ppx_lwt.cmx -o src/ppx/ppx.cmxs - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.common -modules src/ppx/ppx_lwt_ex.ml > src/ppx/ppx_lwt_ex.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package ppx_tools.metaquot -package compiler-libs.common -w +A-29-58 -w -4 -I src/ppx -o src/ppx/ppx_lwt_ex.cmo src/ppx/ppx_lwt_ex.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package ppx_tools.metaquot -package compiler-libs.common -w +A-29-58 -w -4 -I src/ppx -o src/ppx/ppx_lwt_ex.cmx src/ppx/ppx_lwt_ex.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package ppx_tools.metaquot -package compiler-libs.common -I src/ppx src/ppx/ppx_lwt_ex.cmx -o src/ppx/ppx_lwt_ex.native - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules doc/examples/unix/logging.ml > doc/examples/unix/logging.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -I src/ppx -ppx src/ppx/ppx_lwt_ex.native -package unix -package result -package bytes -package bigarray -w +A-29-58 -I doc/examples/unix -I src/ppx -I src/unix -o doc/examples/unix/logging.cmo doc/examples/unix/logging.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -I src/ppx -ppx src/ppx/ppx_lwt_ex.native -package unix -package result -package bytes -package bigarray -w +A-29-58 -I doc/examples/unix -I src/ppx -I src/unix -o doc/examples/unix/logging.cmx doc/examples/unix/logging.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -linkpkg -g -I src/unix -linkpkg -package unix -package result -package bytes -package bigarray -I src/ppx -I src/core -I src/logger -I src/unix -I doc/examples/unix src/ppx/ppx.cmxa src/core/lwt.cmxa src/logger/lwt-log.cmxa src/unix/lwt-unix.cmxa doc/examples/unix/logging.cmx -o doc/examples/unix/logging.native - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules doc/examples/unix/relay.ml > doc/examples/unix/relay.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -I src/ppx -ppx src/ppx/ppx_lwt_ex.native -package unix -package result -package bytes -package bigarray -w +A-29-58 -I doc/examples/unix -I src/ppx -I src/unix -o doc/examples/unix/relay.cmo doc/examples/unix/relay.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -I src/ppx -ppx src/ppx/ppx_lwt_ex.native -package unix -package result -package bytes -package bigarray -w +A-29-58 -I doc/examples/unix -I src/ppx -I src/unix -o doc/examples/unix/relay.cmx doc/examples/unix/relay.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -linkpkg -g -I src/unix -linkpkg -package unix -package result -package bytes -package bigarray -I src/ppx -I src/core -I src/logger -I src/unix -I doc/examples/unix src/ppx/ppx.cmxa src/core/lwt.cmxa src/logger/lwt-log.cmxa src/unix/lwt-unix.cmxa doc/examples/unix/relay.cmx -o doc/examples/unix/relay.native - /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package unix -package result -package bytes -package bigarray -modules doc/examples/unix/parallelize.ml > doc/examples/unix/parallelize.ml.depends - /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -I src/ppx -ppx src/ppx/ppx_lwt_ex.native -package unix -package result -package bytes -package bigarray -w +A-29-58 -I doc/examples/unix -I src/ppx -I src/unix -o doc/examples/unix/parallelize.cmo doc/examples/unix/parallelize.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/core -I src/logger -I src/unix -I src/ppx -ppx src/ppx/ppx_lwt_ex.native -package unix -package result -package bytes -package bigarray -w +A-29-58 -I doc/examples/unix -I src/ppx -I src/unix -o doc/examples/unix/parallelize.cmx doc/examples/unix/parallelize.ml - /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -linkpkg -g -I src/unix -linkpkg -package unix -package result -package bytes -package bigarray -I src/ppx -I src/core -I src/logger -I src/unix -I doc/examples/unix src/ppx/ppx.cmxa src/core/lwt.cmxa src/logger/lwt-log.cmxa src/unix/lwt-unix.cmxa doc/examples/unix/parallelize.cmx -o doc/examples/unix/parallelize.native -> compiled lwt.3.0.0 Processing 55/61: [lwt: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/lwt.3.0.0) - ./setup.exe -install - W: Nothing to install for findlib library 'test' - W: Cannot find source header for module library in Lwt_unix lwt-unix - Installed /home/opam/.opam/4.06/lib/lwt/lwt_condition.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_list.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_mutex.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_mvar.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_pool.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_result.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_sequence.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_stream.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_switch.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_pqueue.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt.cma - Installed /home/opam/.opam/4.06/lib/lwt/lwt.cmxa - Installed /home/opam/.opam/4.06/lib/lwt/lwt.a - Installed /home/opam/.opam/4.06/lib/lwt/lwt.cmxs - Installed /home/opam/.opam/4.06/lib/lwt/lwt_pqueue.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_pqueue.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_pqueue.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_pqueue.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_switch.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_switch.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_switch.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_switch.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_stream.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_stream.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_stream.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_stream.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_sequence.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_sequence.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_sequence.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_sequence.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_result.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_result.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_result.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_result.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_pool.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_pool.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_pool.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_pool.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_mvar.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_mvar.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_mvar.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_mvar.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_mutex.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_mutex.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_mutex.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_mutex.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_list.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_list.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_list.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_list.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_condition.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_condition.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_condition.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_condition.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_pqueue.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_switch.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_stream.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_sequence.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_result.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_pool.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_mvar.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_mutex.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_list.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_condition.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_unix.h - Installed /home/opam/.opam/4.06/lib/lwt/lwt_config.h - Installed /home/opam/.opam/4.06/lib/lwt/lwt_chan.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_daemon.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_gc.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_io.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_main.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_process.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_throttle.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_timeout.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_sys.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_engine.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_bytes.mli - Installed /home/opam/.opam/4.06/lib/lwt/liblwt-unix_stubs.a - Installed /home/opam/.opam/4.06/lib/lwt/lwt-unix.cma - Installed /home/opam/.opam/4.06/lib/lwt/lwt-unix.cmxa - Installed /home/opam/.opam/4.06/lib/lwt/lwt-unix.a - Installed /home/opam/.opam/4.06/lib/lwt/lwt-unix.cmxs - Installed /home/opam/.opam/4.06/lib/lwt/lwt_bytes.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_bytes.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_bytes.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_bytes.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_engine.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_engine.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_engine.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_engine.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_sys.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_sys.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_sys.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_sys.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_unix.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_unix.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_unix.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_unix.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_timeout.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_timeout.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_timeout.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_timeout.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_throttle.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_throttle.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_throttle.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_throttle.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_process.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_process.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_process.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_process.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_main.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_main.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_main.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_main.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_io.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_io.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_io.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_io.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_gc.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_gc.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_gc.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_gc.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_daemon.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_daemon.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_daemon.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_daemon.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_chan.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_chan.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_chan.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_chan.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_config.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_unix_jobs_generated.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_bytes.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_engine.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_sys.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_unix.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_timeout.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_throttle.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_process.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_main.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_io.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_gc.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_daemon.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_chan.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt-simple-top.cma - Installed /home/opam/.opam/4.06/lib/lwt/lwt-simple-top.cmxa - Installed /home/opam/.opam/4.06/lib/lwt/lwt-simple-top.a - Installed /home/opam/.opam/4.06/lib/lwt/lwt-simple-top.cmxs - Installed /home/opam/.opam/4.06/lib/lwt/lwt_simple_top.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_preemptive.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt-preemptive.cma - Installed /home/opam/.opam/4.06/lib/lwt/lwt-preemptive.cmxa - Installed /home/opam/.opam/4.06/lib/lwt/lwt-preemptive.a - Installed /home/opam/.opam/4.06/lib/lwt/lwt-preemptive.cmxs - Installed /home/opam/.opam/4.06/lib/lwt/lwt_preemptive.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_preemptive.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_preemptive.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_preemptive.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_preemptive.cmx - Installed /home/opam/.opam/4.06/lib/lwt/ppx_lwt.mli - Installed /home/opam/.opam/4.06/lib/lwt/ppx.cma - Installed /home/opam/.opam/4.06/lib/lwt/ppx.cmxa - Installed /home/opam/.opam/4.06/lib/lwt/ppx.a - Installed /home/opam/.opam/4.06/lib/lwt/ppx.cmxs - Installed /home/opam/.opam/4.06/lib/lwt/ppx_lwt.cmi - Installed /home/opam/.opam/4.06/lib/lwt/ppx_lwt.cmti - Installed /home/opam/.opam/4.06/lib/lwt/ppx_lwt.cmt - Installed /home/opam/.opam/4.06/lib/lwt/ppx_lwt.annot - Installed /home/opam/.opam/4.06/lib/lwt/ppx_lwt.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log_core.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log_rules.mli - Installed /home/opam/.opam/4.06/lib/lwt/lwt-log.cma - Installed /home/opam/.opam/4.06/lib/lwt/lwt-log.cmxa - Installed /home/opam/.opam/4.06/lib/lwt/lwt-log.a - Installed /home/opam/.opam/4.06/lib/lwt/lwt-log.cmxs - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log_rules.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log_rules.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log_rules.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log_rules.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log_core.cmi - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log_core.cmti - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log_core.cmt - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log_core.annot - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log_rules.cmx - Installed /home/opam/.opam/4.06/lib/lwt/lwt_log_core.cmx - Installed /home/opam/.opam/4.06/lib/stublibs/dlllwt-unix_stubs.so - Installed /home/opam/.opam/4.06/lib/stublibs/dlllwt-unix_stubs.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.06/lib/stublibs is not mentioned in ld.conf - Installed /home/opam/.opam/4.06/lib/lwt/META -> installed lwt.3.0.0 Processing 56/61: [lwt_react: dune build] Processing 57/61: [lwt_react: dune build] [ocurl: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lwt_react" "-j" "71" (CWD=/home/opam/.opam/4.06/.opam-switch/build/lwt_react.1.1.5) -> compiled lwt_react.1.1.5 Processing 57/61: [ocurl: ./configure] -> installed lwt_react.1.1.5 Processing 58/61: [ocurl: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocurl.0.9.2) - checking for gcc... gcc - checking whether the C compiler works... yes - checking for C compiler default output file name... a.out - checking for suffix of executables... - checking whether we are cross compiling... no - checking for suffix of object files... o - checking whether we are using the GNU C compiler... yes - checking whether gcc accepts -g... yes - checking for gcc option to accept ISO C89... none needed - checking for libcurl cflags... ./configure: line 2857: pkg-config: command not found - - checking for libcurl libs... ./configure: line 2872: pkg-config: command not found - -lcurl - checking for libcurl version >= 7.28.0... ./configure: line 2887: pkg-config: command not found - ./configure: line 2888: pkg-config: command not found - libcurl 7.83.1 - checking for a BSD-compatible install... /usr/bin/install -c - checking for ocamlc... ocamlc - OCaml version is 4.06.1 - OCaml library path is /home/opam/.opam/4.06/lib/ocaml - checking for ocamlopt... ocamlopt - checking for ocamlc.opt... ocamlc.opt - checking for ocamlopt.opt... ocamlopt.opt - checking for ocaml... ocaml - checking for ocamldep... ocamldep - checking for ocamlmktop... ocamlmktop - checking for ocamlmklib... ocamlmklib - checking for ocamldoc... ocamldoc - checking for ocamlbuild... ocamlbuild - checking for ocamlfind... ocamlfind - checking for OCaml findlib package bytes... found - checking for OCaml findlib package lwt.unix... found - checking for OCaml findlib package lwt_ppx... found - checking for prefix by checking for ocamlc... /home/opam/.opam/4.06/bin/ocamlc - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs - checking for bin-annot support... yes - checking for ext_dll... .so - checking for ext_lib... .a - checking for ext_obj... .o - checking how to run the C preprocessor... gcc -E - checking for grep that handles long lines and -e... /bin/grep - checking for egrep... /bin/grep -E - checking for ANSI C header files... yes - checking for sys/types.h... yes - checking for sys/stat.h... yes - checking for stdlib.h... yes - checking for string.h... yes - checking for memory.h... yes - checking for strings.h... yes - checking for inttypes.h... yes - checking for stdint.h... yes - checking for unistd.h... yes - checking curl/curl.h usability... yes - checking curl/curl.h presence... yes - checking for curl/curl.h... yes - checking whether CURLMOPT_TIMERFUNCTION is declared... yes - checking whether CURLMOPT_TIMERDATA is declared... yes - checking whether CURLMOPT_SOCKETFUNCTION is declared... yes - checking whether CURLMOPT_SOCKETDATA is declared... yes - checking whether CURLOPT_FILE is declared... yes - checking whether CURLOPT_URL is declared... yes - checking whether CURLOPT_PORT is declared... yes - checking whether CURLOPT_PROXY is declared... yes - checking whether CURLOPT_USERPWD is declared... - yes - checking whether CURLOPT_PROXYUSERPWD is declared... yes - checking whether CURLOPT_RANGE is declared... yes - checking whether CURLOPT_INFILE is declared... yes - checking whether CURLOPT_ERRORBUFFER is declared... yes - checking whether CURLOPT_WRITEFUNCTION is declared... yes - checking whether CURLOPT_READFUNCTION is declared... yes - checking whether CURLOPT_TIMEOUT is declared... yes - checking whether CURLOPT_INFILESIZE is declared... yes - checking whether CURLOPT_POSTFIELDS is declared... yes - checking whether CURLOPT_REFERER is declared... yes - checking whether CURLOPT_FTPPORT is declared... yes - checking whether CURLOPT_USERAGENT is declared... yes - checking whether CURLOPT_LOW_SPEED_LIMIT is declared... yes - checking whether CURLOPT_LOW_SPEED_TIME is declared... yes - checking whether CURLOPT_RESUME_FROM is declared... yes - checking whether CURLOPT_COOKIE is declared... yes - checking whether CURLOPT_HTTPHEADER is declared... yes - checking whether CURLOPT_HTTPPOST is declared... yes - checking whether CURLOPT_SSLCERT is declared... yes - checking whether CURLOPT_SSLCERTPASSWD is declared... yes - checking whether CURLOPT_SSLKEYPASSWD is declared... yes - checking whether CURLOPT_CRLF is declared... yes - checking whether CURLOPT_QUOTE is declared... - yes - checking whether CURLOPT_WRITEHEADER is declared... yes - checking whether CURLOPT_COOKIEFILE is declared... yes - checking whether CURLOPT_SSLVERSION is declared... yes - checking whether CURLOPT_TIMECONDITION is declared... yes - checking whether CURLOPT_TIMEVALUE is declared... yes - checking whether CURLOPT_CUSTOMREQUEST is declared... yes - checking whether CURLOPT_POSTQUOTE is declared... yes - checking whether CURLOPT_WRITEINFO is declared... yes - checking whether CURLOPT_VERBOSE is declared... yes - checking whether CURLOPT_HEADER is declared... yes - checking whether CURLOPT_NOPROGRESS is declared... yes - checking whether CURLOPT_NOBODY is declared... yes - checking whether CURLOPT_FAILONERROR is declared... yes - checking whether CURLOPT_UPLOAD is declared... yes - checking whether CURLOPT_POST is declared... - yes - checking whether CURLOPT_FTPLISTONLY is declared... yes - checking whether CURLOPT_FTPAPPEND is declared... yes - checking whether CURLOPT_NETRC is declared... yes - checking whether CURLOPT_FOLLOWLOCATION is declared... yes - checking whether CURLOPT_TRANSFERTEXT is declared... yes - checking whether CURLOPT_PUT is declared... yes - checking whether CURLOPT_PROGRESSFUNCTION is declared... yes - checking whether CURLOPT_XFERINFOFUNCTION is declared... yes - checking whether CURLOPT_PROGRESSDATA is declared... yes - checking whether CURLOPT_AUTOREFERER is declared... yes - checking whether CURLOPT_PROXYPORT is declared... yes - checking whether CURLOPT_POSTFIELDSIZE is declared... yes - checking whether CURLOPT_HTTPPROXYTUNNEL is declared... yes - checking whether CURLOPT_INTERFACE is declared... yes - checking whether CURLOPT_KRB4LEVEL is declared... yes - checking whether CURLOPT_SSL_VERIFYPEER is declared... yes - checking whether CURLOPT_CAINFO is declared... yes - checking whether CURLOPT_MAXREDIRS is declared... yes - checking whether CURLOPT_FILETIME is declared... yes - checking whether CURLOPT_TELNETOPTIONS is declared... yes - checking whether CURLOPT_MAXCONNECTS is declared... yes - checking whether CURLOPT_CLOSEPOLICY is declared... yes - checking whether CURLOPT_FRESH_CONNECT is declared... yes - checking whether CURLOPT_FORBID_REUSE is declared... yes - checking whether CURLOPT_RANDOM_FILE is declared... yes - checking whether CURLOPT_EGDSOCKET is declared... yes - checking whether CURLOPT_CONNECTTIMEOUT is declared... yes - checking whether CURLOPT_HEADERFUNCTION is declared... yes - checking whether CURLOPT_HTTPGET is declared... yes - checking whether CURLOPT_SSL_VERIFYHOST is declared... yes - checking whether CURLOPT_COOKIEJAR is declared... yes - checking whether CURLOPT_SSL_CIPHER_LIST is declared... yes - checking whether CURLOPT_HTTP_VERSION is declared... yes - checking whether CURLOPT_FTP_USE_EPSV is declared... yes - checking whether CURLOPT_SSLCERTTYPE is declared... yes - checking whether CURLOPT_SSLKEY is declared... yes - checking whether CURLOPT_SSLKEYTYPE is declared... - yes - checking whether CURLOPT_SSLENGINE is declared... yes - checking whether CURLOPT_SSLENGINE_DEFAULT is declared... yes - checking whether CURLOPT_DNS_USE_GLOBAL_CACHE is declared... yes - checking whether CURLOPT_DNS_CACHE_TIMEOUT is declared... yes - checking whether CURLOPT_PREQUOTE is declared... yes - checking whether CURLOPT_DEBUGFUNCTION is declared... yes - checking whether CURLOPT_DEBUGDATA is declared... yes - checking whether CURLOPT_COOKIESESSION is declared... yes - checking whether CURLOPT_CAPATH is declared... yes - checking whether CURLOPT_BUFFERSIZE is declared... yes - checking whether CURLOPT_NOSIGNAL is declared... yes - checking whether CURLOPT_SHARE is declared... yes - checking whether CURLOPT_PROXYTYPE is declared... yes - checking whether CURLOPT_ENCODING is declared... yes - checking whether CURLOPT_HTTP200ALIASES is declared... yes - checking whether CURLOPT_UNRESTRICTED_AUTH is declared... yes - checking whether CURLOPT_FTP_USE_EPRT is declared... yes - checking whether CURLOPT_HTTPAUTH is declared... yes - checking whether CURLOPT_FTP_CREATE_MISSING_DIRS is declared... yes - checking whether CURLOPT_PROXYAUTH is declared... yes - checking whether CURLOPT_FTP_RESPONSE_TIMEOUT is declared... yes - checking whether CURLOPT_IPRESOLVE is declared... yes - checking whether CURLOPT_MAXFILESIZE is declared... - yes - checking whether CURLOPT_INFILESIZE_LARGE is declared... yes - checking whether CURLOPT_RESUME_FROM_LARGE is declared... yes - checking whether CURLOPT_MAXFILESIZE_LARGE is declared... yes - checking whether CURLOPT_NETRC_FILE is declared... yes - checking whether CURLOPT_FTP_SSL is declared... yes - checking whether CURLOPT_POSTFIELDSIZE_LARGE is declared... yes - checking whether CURLOPT_TCP_NODELAY is declared... yes - checking whether CURLOPT_FTPSSLAUTH is declared... yes - checking whether CURLOPT_IOCTLFUNCTION is declared... yes - checking whether CURLOPT_FTP_ACCOUNT is declared... yes - checking whether CURLOPT_COOKIELIST is declared... yes - checking whether CURLOPT_IGNORE_CONTENT_LENGTH is declared... yes - checking whether CURLOPT_FTP_SKIP_PASV_IP is declared... yes - checking whether CURLOPT_FTP_FILEMETHOD is declared... yes - checking whether CURLOPT_LOCALPORT is declared... yes - checking whether CURLOPT_LOCALPORTRANGE is declared... yes - checking whether CURLOPT_CONNECT_ONLY is declared... yes - checking whether CURLOPT_MAX_SEND_SPEED_LARGE is declared... yes - checking whether CURLOPT_MAX_RECV_SPEED_LARGE is declared... yes - checking whether CURLOPT_FTP_ALTERNATIVE_TO_USER is declared... yes - checking whether CURLOPT_SSL_SESSIONID_CACHE is declared... yes - checking whether CURLOPT_SSH_AUTH_TYPES is declared... - yes - checking whether CURLOPT_SSH_PUBLIC_KEYFILE is declared... yes - checking whether CURLOPT_SSH_PRIVATE_KEYFILE is declared... yes - checking whether CURLOPT_FTP_SSL_CCC is declared... yes - checking whether CURLOPT_TIMEOUT_MS is declared... yes - checking whether CURLOPT_CONNECTTIMEOUT_MS is declared... yes - checking whether CURLOPT_HTTP_TRANSFER_DECODING is declared... yes - checking whether CURLOPT_HTTP_CONTENT_DECODING is declared... yes - checking whether CURLOPT_NEW_FILE_PERMS is declared... yes - checking whether CURLOPT_NEW_DIRECTORY_PERMS is declared... yes - checking whether CURLOPT_POST301 is declared... yes - checking whether CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 is declared... yes - checking whether CURLOPT_COPYPOSTFIELDS is declared... yes - checking whether CURLOPT_PROXY_TRANSFER_MODE is declared... yes - checking whether CURLOPT_SEEKFUNCTION is declared... yes - checking whether CURLOPT_PROTOCOLS is declared... yes - checking whether CURLOPT_REDIR_PROTOCOLS is declared... yes - checking whether CURLOPT_RESOLVE is declared... yes - checking whether CURLOPT_DNS_SERVERS is declared... yes - checking whether CURLOPT_MAIL_FROM is declared... yes - checking whether CURLOPT_MAIL_RCPT is declared... - yes - checking whether CURLOPT_PIPEWAIT is declared... yes - checking whether CURLOPT_CERTINFO is declared... yes - checking whether CURLOPT_USERNAME is declared... yes - checking whether CURLOPT_PASSWORD is declared... yes - checking whether CURLOPT_LOGIN_OPTIONS is declared... yes - checking whether CURLOPT_CONNECT_TO is declared... yes - checking whether CURLOPT_POSTREDIR is declared... yes - checking whether CURLOPT_MIMEPOST is declared... yes - checking whether CURLOPT_BUFFERSIZE is declared... (cached) yes - checking whether CURLOPT_DOH_URL is declared... yes - checking whether CURLOPT_TCP_FASTOPEN is declared... yes - checking whether CURLINFO_EFFECTIVE_URL is declared... yes - checking whether CURLINFO_RESPONSE_CODE is declared... yes - checking whether CURLINFO_TOTAL_TIME is declared... yes - checking whether CURLINFO_NAMELOOKUP_TIME is declared... yes - checking whether CURLINFO_CONNECT_TIME is declared... yes - checking whether CURLINFO_PRETRANSFER_TIME is declared... yes - checking whether CURLINFO_SIZE_UPLOAD is declared... yes - checking whether CURLINFO_SIZE_DOWNLOAD is declared... yes - checking whether CURLINFO_SPEED_DOWNLOAD is declared... yes - checking whether CURLINFO_SPEED_UPLOAD is declared... - yes - checking whether CURLINFO_HEADER_SIZE is declared... yes - checking whether CURLINFO_REQUEST_SIZE is declared... yes - checking whether CURLINFO_SSL_VERIFYRESULT is declared... yes - checking whether CURLINFO_FILETIME is declared... yes - checking whether CURLINFO_CONTENT_LENGTH_DOWNLOAD is declared... yes - checking whether CURLINFO_CONTENT_LENGTH_UPLOAD is declared... yes - checking whether CURLINFO_STARTTRANSFER_TIME is declared... yes - checking whether CURLINFO_CONTENT_TYPE is declared... yes - checking whether CURLINFO_REDIRECT_TIME is declared... yes - checking whether CURLINFO_REDIRECT_COUNT is declared... yes - checking whether CURLINFO_HTTP_CONNECTCODE is declared... yes - checking whether CURLINFO_HTTPAUTH_AVAIL is declared... yes - checking whether CURLINFO_PROXYAUTH_AVAIL is declared... yes - checking whether CURLINFO_OS_ERRNO is declared... yes - checking whether CURLINFO_NUM_CONNECTS is declared... yes - checking whether CURLINFO_SSL_ENGINES is declared... yes - checking whether CURLINFO_COOKIELIST is declared... yes - checking whether CURLINFO_LASTSOCKET is declared... yes - checking whether CURLINFO_ACTIVESOCKET is declared... yes - checking whether CURLINFO_FTP_ENTRY_PATH is declared... yes - checking whether CURLINFO_REDIRECT_URL is declared... - yes - checking whether CURLINFO_PRIMARY_IP is declared... yes - checking whether CURLINFO_LOCAL_IP is declared... yes - checking whether CURLINFO_LOCAL_PORT is declared... yes - checking whether CURLINFO_CONDITION_UNMET is declared... yes - checking whether CURLINFO_CERTINFO is declared... yes - checking whether CURLINFO_HTTP_VERSION is declared... yes - checking whether CURLE_UNSUPPORTED_PROTOCOL is declared... yes - checking whether CURLE_FAILED_INIT is declared... yes - checking whether CURLE_URL_MALFORMAT is declared... yes - checking whether CURLE_URL_MALFORMAT_USER is declared... yes - checking whether CURLE_COULDNT_RESOLVE_PROXY is declared... yes - checking whether CURLE_COULDNT_RESOLVE_HOST is declared... yes - checking whether CURLE_COULDNT_CONNECT is declared... yes - checking whether CURLE_FTP_WEIRD_SERVER_REPLY is declared... yes - checking whether CURLE_FTP_ACCESS_DENIED is declared... yes - checking whether CURLE_FTP_USER_PASSWORD_INCORRECT is declared... yes - checking whether CURLE_FTP_WEIRD_PASS_REPLY is declared... yes - checking whether CURLE_FTP_WEIRD_USER_REPLY is declared... yes - checking whether CURLE_FTP_WEIRD_PASV_REPLY is declared... yes - checking whether CURLE_FTP_WEIRD_227_FORMAT is declared... yes - checking whether CURLE_FTP_CANT_GET_HOST is declared... yes - checking whether CURLE_FTP_CANT_RECONNECT is declared... yes - checking whether CURLE_FTP_COULDNT_SET_BINARY is declared... yes - checking whether CURLE_PARTIAL_FILE is declared... yes - checking whether CURLE_FTP_COULDNT_RETR_FILE is declared... yes - checking whether CURLE_FTP_WRITE_ERROR is declared... yes - checking whether CURLE_FTP_QUOTE_ERROR is declared... yes - checking whether CURLE_HTTP_RETURNED_ERROR is declared... yes - checking whether CURLE_WRITE_ERROR is declared... yes - checking whether CURLE_MALFORMAT_USER is declared... yes - checking whether CURLE_FTP_COULDNT_STOR_FILE is declared... yes - checking whether CURLE_READ_ERROR is declared... yes - checking whether CURLE_OUT_OF_MEMORY is declared... yes - checking whether CURLE_OPERATION_TIMEOUTED is declared... yes - checking whether CURLE_FTP_COULDNT_SET_ASCII is declared... yes - checking whether CURLE_FTP_PORT_FAILED is declared... yes - checking whether CURLE_FTP_COULDNT_USE_REST is declared... yes - checking whether CURLE_FTP_COULDNT_GET_SIZE is declared... yes - checking whether CURLE_HTTP_RANGE_ERROR is declared... yes - checking whether CURLE_HTTP_POST_ERROR is declared... yes - checking whether CURLE_SSL_CONNECT_ERROR is declared... yes - checking whether CURLE_BAD_DOWNLOAD_RESUME is declared... yes - checking whether CURLE_FILE_COULDNT_READ_FILE is declared... yes - checking whether CURLE_LDAP_CANNOT_BIND is declared... yes - checking whether CURLE_LDAP_SEARCH_FAILED is declared... yes - checking whether CURLE_LIBRARY_NOT_FOUND is declared... yes - checking whether CURLE_FUNCTION_NOT_FOUND is declared... yes - checking whether CURLE_ABORTED_BY_CALLBACK is declared... yes - checking whether CURLE_BAD_FUNCTION_ARGUMENT is declared... yes - checking whether CURLE_BAD_CALLING_ORDER is declared... yes - checking whether CURLE_INTERFACE_FAILED is declared... yes - checking whether CURLE_BAD_PASSWORD_ENTERED is declared... yes - checking whether CURLE_TOO_MANY_REDIRECTS is declared... yes - checking whether CURLE_UNKNOWN_TELNET_OPTION is declared... yes - checking whether CURLE_TELNET_OPTION_SYNTAX is declared... yes - checking whether CURLE_SSL_PEER_CERTIFICATE is declared... yes - checking whether CURLE_GOT_NOTHING is declared... yes - checking whether CURLE_SSL_ENGINE_NOTFOUND is declared... yes - checking whether CURLE_SSL_ENGINE_SETFAILED is declared... yes - checking whether CURLE_SEND_ERROR is declared... yes - checking whether CURLE_RECV_ERROR is declared... yes - checking whether CURLE_SHARE_IN_USE is declared... yes - checking whether CURLE_SSL_CERTPROBLEM is declared... yes - checking whether CURLE_SSL_CIPHER is declared... yes - checking whether CURLE_SSL_CACERT is declared... yes - checking whether CURLE_BAD_CONTENT_ENCODING is declared... yes - checking whether CURLE_LDAP_INVALID_URL is declared... yes - checking whether CURLE_FILESIZE_EXCEEDED is declared... yes - checking whether CURLE_FTP_SSL_FAILED is declared... yes - checking whether CURLE_SEND_FAIL_REWIND is declared... yes - checking whether CURLE_SSL_ENGINE_INITFAILED is declared... yes - checking whether CURLE_LOGIN_DENIED is declared... yes - checking whether CURLE_TFTP_NOTFOUND is declared... yes - checking whether CURLE_TFTP_PERM is declared... yes - checking whether CURLE_REMOTE_DISK_FULL is declared... yes - checking whether CURLE_TFTP_ILLEGAL is declared... yes - checking whether CURLE_TFTP_UNKNOWNID is declared... yes - checking whether CURLE_REMOTE_FILE_EXISTS is declared... yes - checking whether CURLE_TFTP_NOSUCHUSER is declared... yes - checking whether CURLE_CONV_FAILED is declared... yes - checking whether CURLE_CONV_REQD is declared... yes - checking whether CURLE_SSL_CACERT_BADFILE is declared... yes - checking whether CURLE_REMOTE_FILE_NOT_FOUND is declared... yes - checking whether CURLE_SSH is declared... yes - checking whether CURLE_SSL_SHUTDOWN_FAILED is declared... yes - checking whether CURLE_AGAIN is declared... yes - checking whether CURLMOPT_MAXCONNECTS is declared... - yes - checking whether CURLMOPT_PIPELINING is declared... yes - checking whether CURLMOPT_MAX_PIPELINE_LENGTH is declared... yes - checking whether CURLMOPT_MAX_HOST_CONNECTIONS is declared... yes - checking whether CURLMOPT_MAX_TOTAL_CONNECTIONS is declared... yes - checking whether CURL_SSLVERSION_TLSv1_0 is declared... yes - checking whether CURL_SSLVERSION_TLSv1_1 is declared... yes - checking whether CURL_SSLVERSION_TLSv1_2 is declared... yes - checking whether CURL_SSLVERSION_TLSv1_3 is declared... yes - checking whether CURL_HTTP_VERSION_2 is declared... yes - checking whether CURL_HTTP_VERSION_2_0 is declared... yes - checking whether CURL_HTTP_VERSION_2TLS is declared... yes - checking whether CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE is declared... yes - checking whether CURL_HTTP_VERSION_3 is declared... yes - checking whether CURLSSLBACKEND_NONE is declared... yes - checking whether CURLSSLBACKEND_OPENSSL is declared... yes - checking whether CURLSSLBACKEND_GNUTLS is declared... yes - checking whether CURLSSLBACKEND_NSS is declared... yes - checking whether CURLSSLBACKEND_GSKIT is declared... yes - checking whether CURLSSLBACKEND_WOLFSSL is declared... yes - checking whether CURLSSLBACKEND_SCHANNEL is declared... yes - checking whether CURLSSLBACKEND_SECURETRANSPORT is declared... yes - checking whether CURLSSLBACKEND_MBEDTLS is declared... yes - checking whether CURLSSLBACKEND_MESALINK is declared... yes - checking whether CURLSSLBACKEND_BEARSSL is declared... yes - checking whether CURLOPT_SSL_OPTIONS is declared... yes - checking whether CURL_VERSION_TLSAUTH_SRP is declared... yes - checking whether CURL_VERSION_NTLM_WB is declared... yes - checking whether curl_multi_poll is declared... yes - configure: creating ./config.status - config.status: creating Makefile - config.status: creating examples/Makefile - config.status: creating config.h Processing 58/61: [ocurl: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocurl.0.9.2) - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocurl.0.9.2' - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocurl.0.9.2' - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocurl.0.9.2' - ocamlc.opt -c -g -bin-annot curl.mli -o curl.cmi - ocamlc.opt -c -g -bin-annot curl.ml -o curl.cmo - ocamlc.opt -c -ccopt "-g -O2 -DHAVE_CONFIG_H -Wall -Wundef" curl-helper.c - ocamlmklib -oc curl-helper curl-helper.o -lcurl - ocamlmklib -o curl curl.cmo -oc curl-helper -lcurl - make[1]: 'libcurl-helper.a' is up to date. - make[1]: 'dllcurl-helper.so' is up to date. - ocamlfind c -package lwt -c -g -bin-annot curl_lwt.mli -o curl_lwt.cmi - ocamlfind c -thread -package lwt.unix -c -g -bin-annot curl_lwt.ml -o curl_lwt.cmo - ocamlopt.opt -c -g -bin-annot curl.ml -o curl.cmx - ocamlmklib -o curl curl.cmx -oc curl-helper -lcurl - make[1]: 'curl.cmx' is up to date. - ocamlopt.opt -shared -linkall -I . curl.cmxa -o curl.cmxs - ocamlfind opt -thread -package lwt.unix -c -g -bin-annot curl_lwt.ml -o curl_lwt.cmx - ocamlfind opt -thread -shared -linkall -package lwt.unix curl_lwt.cmx -o curl_lwt.cmxs - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocurl.0.9.2' -> compiled ocurl.0.9.2 Processing 59/61: [ocurl: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocurl.0.9.2) - ocamlfind install -patch-version 0.9.2 -ldconf ignore curl META curl.a curl.cmi curl.mli curl.cma libcurl-helper.a dllcurl-helper.so curl_lwt.cmo curl.cmxa curl.cmx curl.cmxs curl_lwt.cmx curl_lwt.cmxs curl.cmt curl.cmti curl_lwt.cmi curl_lwt.mli curl_lwt.o curl_lwt.cmt curl_lwt.cmti - Installed /home/opam/.opam/4.06/lib/curl/curl_lwt.cmti - Installed /home/opam/.opam/4.06/lib/curl/curl_lwt.cmt - Installed /home/opam/.opam/4.06/lib/curl/curl_lwt.o - Installed /home/opam/.opam/4.06/lib/curl/curl_lwt.mli - Installed /home/opam/.opam/4.06/lib/curl/curl_lwt.cmi - Installed /home/opam/.opam/4.06/lib/curl/curl.cmti - Installed /home/opam/.opam/4.06/lib/curl/curl.cmt - Installed /home/opam/.opam/4.06/lib/curl/curl_lwt.cmxs - Installed /home/opam/.opam/4.06/lib/curl/curl_lwt.cmx - Installed /home/opam/.opam/4.06/lib/curl/curl.cmxs - Installed /home/opam/.opam/4.06/lib/curl/curl.cmx - Installed /home/opam/.opam/4.06/lib/curl/curl.cmxa - Installed /home/opam/.opam/4.06/lib/curl/curl_lwt.cmo - Installed /home/opam/.opam/4.06/lib/curl/libcurl-helper.a - Installed /home/opam/.opam/4.06/lib/curl/curl.cma - Installed /home/opam/.opam/4.06/lib/curl/curl.mli - Installed /home/opam/.opam/4.06/lib/curl/curl.cmi - Installed /home/opam/.opam/4.06/lib/curl/curl.a - Installed /home/opam/.opam/4.06/lib/stublibs/dllcurl-helper.so - Installed /home/opam/.opam/4.06/lib/stublibs/dllcurl-helper.so.owner - Installed /home/opam/.opam/4.06/lib/curl/META -> installed ocurl.0.9.2 Processing 60/61: [0install: make all] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3) - [ -d "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build" ] || mkdir "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build" - [ -d "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist" ] || mkdir "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist" - make -C "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build" -f "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/Makefile.build" "all" SRCDIR="/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3" BUILDDIR="/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build" DISTDIR="/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist" DESTDIR="" - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build' - make -C "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/ocaml" OCAML_BUILDDIR="/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build/ocaml" ocaml - make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/ocaml' - [ -d "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build/ocaml" ] || mkdir -p "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build/ocaml" - ocamlbuild -j 0 -use-ocamlfind -plugin-tag 'package(cppo_ocamlbuild)' -build-dir "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build/ocaml" "all-native.otarget" - ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - obus not found; compiling without D-BUS support - oUnit not found; not building unit-tests - lablgtk2 not found; not building GTK GUI plugin - File "_tags", line 5, characters 42-50: - Warning: the tag "link_gtk" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - ocamlfind ocamldep -package unix -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules static_0install.ml > static_0install.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules main.mli > main.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/argparse.mli > support/argparse.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/argparse.cmi support/argparse.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/argparse.ml > support/argparse.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/common.ml > support/common.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/logging.mli > support/logging.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/logging.cmi support/logging.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/utils.mli > support/utils.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/common.cmo support/common.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/utils.cmi support/utils.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/base64.mli > support/base64.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/base64.cmi support/base64.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/base64.ml > support/base64.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/basedir.mli > support/basedir.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/basedir.cmi support/basedir.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/basedir.ml > support/basedir.ml.depends - cppo -D HAVE_SHA -o support/windows_api.ml support/windows_api.cppo.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/windows_api.ml > support/windows_api.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/windows_api.cmo support/windows_api.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/gpg.mli > support/gpg.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/gpg.cmi support/gpg.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/gpg.ml > support/gpg.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/system.mli > support/system.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/system.cmi support/system.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/hash.mli > support/hash.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/hash.cmi support/hash.mli - cppo -D HAVE_SHA -o support/hash.ml support/hash.cppo.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/hash.ml > support/hash.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/locale.mli > support/locale.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/locale.cmi support/locale.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/locale.ml > support/locale.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/logging.ml > support/logging.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/qdom.mli > support/qdom.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/qdom.cmi support/qdom.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/qdom.ml > support/qdom.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/sat.mli > support/sat.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/sat.cmi support/sat.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/sat.ml > support/sat.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/system.ml > support/system.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/urlparse.mli > support/urlparse.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/urlparse.cmi support/urlparse.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/urlparse.ml > support/urlparse.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules support/utils.ml > support/utils.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/argparse.cmo support/argparse.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/base64.cmo support/base64.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/basedir.cmo support/basedir.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/gpg.cmo support/gpg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/hash.cmo support/hash.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/locale.cmo support/locale.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/logging.cmo support/logging.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/qdom.cmo support/qdom.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/sat.cmo support/sat.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/system.cmo support/system.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/urlparse.cmo support/urlparse.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/utils.cmo support/utils.ml - ocamlfind ocamlc -pack -g -bin-annot support/logging.cmo support/common.cmo support/utils.cmo support/argparse.cmo support/base64.cmo support/windows_api.cmo support/basedir.cmo support/system.cmo support/gpg.cmo support/hash.cmo support/locale.cmo support/qdom.cmo support/sat.cmo support/urlparse.cmo -o support.cmo - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o main.cmi main.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -package unix -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o static_0install.cmo static_0install.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules main.ml > main.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules cli.ml > cli.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules cli.mli > cli.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules command_tree.mli > command_tree.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules options.mli > options.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/about.ml > zeroinstall/about.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/version.mli > zeroinstall/version.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/version.cmi zeroinstall/version.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/apps.mli > zeroinstall/apps.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/distro.mli > zeroinstall/distro.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/arch.mli > zeroinstall/arch.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/element.mli > zeroinstall/element.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/arch.cmi zeroinstall/arch.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/sigs.mli > zeroinstall/sigs.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/sigs.cmi zeroinstall/sigs.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/feed.mli > zeroinstall/feed.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/element.cmi zeroinstall/element.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/feed_url.mli > zeroinstall/feed_url.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/general.ml > zeroinstall/general.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/paths.mli > zeroinstall/paths.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/feed_url.cmi zeroinstall/feed_url.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/paths.cmi zeroinstall/paths.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/impl.mli > zeroinstall/impl.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/manifest.mli > zeroinstall/manifest.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/stability.mli > zeroinstall/stability.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/manifest.cmi zeroinstall/manifest.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/stability.cmi zeroinstall/stability.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/general.cmo zeroinstall/general.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/impl.cmi zeroinstall/impl.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/packagekit.mli > zeroinstall/packagekit.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/downloader.mli > zeroinstall/downloader.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/downloader.cmi zeroinstall/downloader.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/selections.mli > zeroinstall/selections.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/stores.mli > zeroinstall/stores.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/stores.cmi zeroinstall/stores.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/feed.cmi zeroinstall/feed.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/packagekit.cmi zeroinstall/packagekit.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/selections.cmi zeroinstall/selections.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/fetch.mli > zeroinstall/fetch.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/distro.cmi zeroinstall/distro.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/progress.mli > zeroinstall/progress.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/feed_provider.mli > zeroinstall/feed_provider.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/feed_cache.mli > zeroinstall/feed_cache.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/feed_cache.cmi zeroinstall/feed_cache.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/solver.mli > zeroinstall/solver.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/feed_provider.cmi zeroinstall/feed_provider.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/impl_provider.mli > zeroinstall/impl_provider.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/scope_filter.mli > zeroinstall/scope_filter.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/scope_filter.cmi zeroinstall/scope_filter.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/requirements.mli > zeroinstall/requirements.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/impl_provider.cmi zeroinstall/impl_provider.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/requirements.cmi zeroinstall/requirements.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/requirements.cmi zeroinstall/requirements.mli - File "zeroinstall/requirements.mli", line 23, characters 14-31: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/requirements.mli", line 24, characters 19-36: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/solver.cmi zeroinstall/solver.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/trust.ml > zeroinstall/trust.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/dry_run.ml > zeroinstall/dry_run.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/dry_run.cmo zeroinstall/dry_run.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/progress.cmi zeroinstall/progress.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/trust.cmo zeroinstall/trust.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/ui.mli > zeroinstall/ui.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/fetch.cmi zeroinstall/fetch.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/ui.cmi zeroinstall/ui.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/apps.cmi zeroinstall/apps.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/apps.ml > zeroinstall/apps.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/driver.mli > zeroinstall/driver.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/driver.cmi zeroinstall/driver.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/arch.ml > zeroinstall/arch.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/archive.mli > zeroinstall/archive.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/archive.cmi zeroinstall/archive.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/archive.ml > zeroinstall/archive.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/about.cmo zeroinstall/about.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/binding.ml > zeroinstall/binding.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/env.mli > zeroinstall/env.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/env.cmi zeroinstall/env.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/command.ml > zeroinstall/command.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/compiled.mli > zeroinstall/compiled.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/compiled.cmi zeroinstall/compiled.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/compiled.ml > zeroinstall/compiled.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/constants.ml > zeroinstall/constants.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/constants.cmo zeroinstall/constants.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/config.ml > zeroinstall/config.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/console.ml > zeroinstall/console.ml.depends - cppo -D HAVE_SHA -o zeroinstall/dbus.ml zeroinstall/dbus.cppo.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/dbus.ml > zeroinstall/dbus.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/default_ui.mli > zeroinstall/default_ui.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/default_ui.cmi zeroinstall/default_ui.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/default_ui.ml > zeroinstall/default_ui.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/console.cmo zeroinstall/console.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/gui.mli > zeroinstall/gui.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/gui.cmi zeroinstall/gui.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/diagnostics.mli > zeroinstall/diagnostics.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/diagnostics.cmi zeroinstall/diagnostics.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/diagnostics.ml > zeroinstall/diagnostics.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/distro.ml > zeroinstall/distro.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/host_python.mli > zeroinstall/host_python.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/host_python.cmi zeroinstall/host_python.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/distro_cache.mli > zeroinstall/distro_cache.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/distro_cache.cmi zeroinstall/distro_cache.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/distro_cache.ml > zeroinstall/distro_cache.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/distro_impls.mli > zeroinstall/distro_impls.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/distro_impls.cmi zeroinstall/distro_impls.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/distro_impls.ml > zeroinstall/distro_impls.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/downloader.ml > zeroinstall/downloader.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/driver.ml > zeroinstall/driver.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/feed_provider_impl.ml > zeroinstall/feed_provider_impl.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/feed_provider_impl.cmo zeroinstall/feed_provider_impl.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/element.ml > zeroinstall/element.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/env.ml > zeroinstall/env.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/escape.ml > zeroinstall/escape.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/exec.mli > zeroinstall/exec.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/exec.cmi zeroinstall/exec.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/exec.ml > zeroinstall/exec.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/binding.cmo zeroinstall/binding.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/command.cmo zeroinstall/command.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/feed.ml > zeroinstall/feed.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/feed_cache.ml > zeroinstall/feed_cache.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/escape.cmo zeroinstall/escape.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/feed_url.ml > zeroinstall/feed_url.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/fetch.ml > zeroinstall/fetch.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/key_info_provider.mli > zeroinstall/key_info_provider.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/mirror.mli > zeroinstall/mirror.mli.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/recipe.mli > zeroinstall/recipe.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/recipe.cmi zeroinstall/recipe.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/key_info_provider.cmi zeroinstall/key_info_provider.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/mirror.cmi zeroinstall/mirror.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/gui.ml > zeroinstall/gui.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/tree.ml > zeroinstall/tree.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/tree.cmo zeroinstall/tree.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/host_python.ml > zeroinstall/host_python.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/impl.ml > zeroinstall/impl.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/impl_provider.ml > zeroinstall/impl_provider.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/json_connection.mli > zeroinstall/json_connection.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/json_connection.cmi zeroinstall/json_connection.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/json_connection.cmi zeroinstall/json_connection.mli - File "zeroinstall/json_connection.mli", line 20, characters 16-33: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.mli", line 20, characters 48-65: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.mli", line 21, characters 28-45: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.mli", line 41, characters 57-74: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.mli", line 42, characters 57-74: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/json_connection.ml > zeroinstall/json_connection.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/justify.mli > zeroinstall/justify.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/justify.cmi zeroinstall/justify.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/justify.ml > zeroinstall/justify.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/key_info_provider.ml > zeroinstall/key_info_provider.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/launcher.ml > zeroinstall/launcher.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/manifest.ml > zeroinstall/manifest.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/mirror.ml > zeroinstall/mirror.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/packagekit.ml > zeroinstall/packagekit.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/packagekit_stubs.mli > zeroinstall/packagekit_stubs.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/packagekit_stubs.cmi zeroinstall/packagekit_stubs.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/packagekit_stubs.ml > zeroinstall/packagekit_stubs.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/dbus.cmo zeroinstall/dbus.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/packagekit_interfaces.ml > zeroinstall/packagekit_interfaces.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/packagekit_interfaces.cmo zeroinstall/packagekit_interfaces.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/paths.ml > zeroinstall/paths.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/recipe.ml > zeroinstall/recipe.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/requirements.ml > zeroinstall/requirements.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/scope_filter.ml > zeroinstall/scope_filter.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/selections.ml > zeroinstall/selections.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/solver.ml > zeroinstall/solver.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/solver_core.mli > zeroinstall/solver_core.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/solver_core.cmi zeroinstall/solver_core.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/solver_core.ml > zeroinstall/solver_core.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/stability.ml > zeroinstall/stability.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/stores.ml > zeroinstall/stores.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules zeroinstall/version.ml > zeroinstall/version.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/apps.cmo zeroinstall/apps.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/arch.cmo zeroinstall/arch.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/archive.cmo zeroinstall/archive.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/compiled.cmo zeroinstall/compiled.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/config.cmo zeroinstall/config.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/default_ui.cmo zeroinstall/default_ui.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/diagnostics.cmo zeroinstall/diagnostics.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/distro.cmo zeroinstall/distro.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/distro_cache.cmo zeroinstall/distro_cache.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/distro_impls.cmo zeroinstall/distro_impls.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/downloader.cmo zeroinstall/downloader.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/driver.cmo zeroinstall/driver.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/element.cmo zeroinstall/element.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/env.cmo zeroinstall/env.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/exec.cmo zeroinstall/exec.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/feed.cmo zeroinstall/feed.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/feed_cache.cmo zeroinstall/feed_cache.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/feed_url.cmo zeroinstall/feed_url.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/fetch.cmo zeroinstall/fetch.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/gui.cmo zeroinstall/gui.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/host_python.cmo zeroinstall/host_python.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/impl.cmo zeroinstall/impl.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/impl_provider.cmo zeroinstall/impl_provider.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/json_connection.cmo zeroinstall/json_connection.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/justify.cmo zeroinstall/justify.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/key_info_provider.cmo zeroinstall/key_info_provider.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/launcher.cmo zeroinstall/launcher.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/manifest.cmo zeroinstall/manifest.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/mirror.cmo zeroinstall/mirror.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/packagekit.cmo zeroinstall/packagekit.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/packagekit_stubs.cmo zeroinstall/packagekit_stubs.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/paths.cmo zeroinstall/paths.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/recipe.cmo zeroinstall/recipe.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/requirements.cmo zeroinstall/requirements.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/scope_filter.cmo zeroinstall/scope_filter.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/selections.cmo zeroinstall/selections.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/solver.cmo zeroinstall/solver.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/solver_core.cmo zeroinstall/solver_core.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/stability.cmo zeroinstall/stability.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/stores.cmo zeroinstall/stores.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/version.cmo zeroinstall/version.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/exec.cmo zeroinstall/exec.ml - File "zeroinstall/exec.ml", line 31, characters 16-20: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/exec.ml", line 31, characters 16-20: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/json_connection.cmo zeroinstall/json_connection.ml - File "zeroinstall/json_connection.ml", line 21, characters 20-26: - Warning 3: deprecated: J.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.ml", line 42, characters 16-22: - Warning 3: deprecated: J.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.ml", line 42, characters 37-43: - Warning 3: deprecated: J.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.ml", line 51, characters 28-45: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.ml", line 80, characters 9-15: - Warning 3: deprecated: J.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.ml", line 160, characters 5-11: - Warning 3: deprecated: J.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - ocamlfind ocamlc -pack -g -bin-annot zeroinstall/version.cmo zeroinstall/about.cmo zeroinstall/arch.cmo zeroinstall/constants.cmo zeroinstall/escape.cmo zeroinstall/sigs.cmi zeroinstall/feed_url.cmo zeroinstall/paths.cmo zeroinstall/general.cmo zeroinstall/element.cmo zeroinstall/env.cmo zeroinstall/binding.cmo zeroinstall/manifest.cmo zeroinstall/recipe.cmo zeroinstall/stability.cmo zeroinstall/impl.cmo zeroinstall/dry_run.cmo zeroinstall/stores.cmo zeroinstall/feed.cmo zeroinstall/feed_cache.cmo zeroinstall/host_python.cmo zeroinstall/downloader.cmo zeroinstall/dbus.cmo zeroinstall/packagekit_interfaces.cmo zeroinstall/packagekit_stubs.cmo zeroinstall/packagekit.cmo zeroinstall/selections.cmo zeroinstall/distro.cmo zeroinstall/feed_provider.cmi zeroinstall/feed_provider_impl.cmo zeroinstall/archive.cmo zeroinstall/diagnostics.cmo zeroinstall/compiled.cmo zeroinstall/scope_filter.cmo zeroinstall/impl_provider.cmo zeroinstall/requirements.cmo zeroinstall/solver_core.cmo zeroinstall/solver.cmo zeroinstall/progress.cmi zeroinstall/key_info_provider.cmo zeroinstall/mirror.cmo zeroinstall/trust.cmo zeroinstall/fetch.cmo zeroinstall/driver.cmo zeroinstall/ui.cmi zeroinstall/apps.cmo zeroinstall/command.cmo zeroinstall/config.cmo zeroinstall/console.cmo zeroinstall/tree.cmo zeroinstall/gui.cmo zeroinstall/default_ui.cmo zeroinstall/distro_cache.cmo zeroinstall/distro_impls.cmo zeroinstall/exec.cmo zeroinstall/json_connection.cmo zeroinstall/justify.cmo zeroinstall/launcher.cmo -o zeroinstall.cmo - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o options.cmi options.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o command_tree.cmi command_tree.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o cli.cmi cli.mli - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules add.ml > add.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules common_options.ml > common_options.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules generic_select.ml > generic_select.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules req_options.ml > req_options.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules show.ml > show.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o common_options.cmo common_options.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules whatchanged.ml > whatchanged.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o req_options.cmo req_options.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o show.cmo show.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o whatchanged.cmo whatchanged.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o generic_select.cmo generic_select.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o add.cmo add.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/logging.cmx support/logging.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/common.cmx support/common.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/utils.cmx support/utils.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/windows_api.cmx support/windows_api.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/base64.cmx support/base64.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/basedir.cmx support/basedir.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/system.cmx support/system.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/argparse.cmx support/argparse.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/gpg.cmx support/gpg.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/hash.cmx support/hash.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/locale.cmx support/locale.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/qdom.cmx support/qdom.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/sat.cmx support/sat.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Support -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I support -o support/urlparse.cmx support/urlparse.ml - touch support.mli ; if ocamlfind ocamlopt -pack -g -bin-annot -I support support/logging.cmx support/common.cmx support/utils.cmx support/argparse.cmx support/base64.cmx support/windows_api.cmx support/basedir.cmx support/system.cmx support/gpg.cmx support/hash.cmx support/locale.cmx support/qdom.cmx support/sat.cmx support/urlparse.cmx -o support.cmx ; then rm -f support.mli ; else rm -f support.mli ; exit 1; fi - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/version.cmx zeroinstall/version.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/about.cmx zeroinstall/about.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/arch.cmx zeroinstall/arch.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/constants.cmx zeroinstall/constants.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/escape.cmx zeroinstall/escape.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/feed_url.cmx zeroinstall/feed_url.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/paths.cmx zeroinstall/paths.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/general.cmx zeroinstall/general.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/element.cmx zeroinstall/element.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/env.cmx zeroinstall/env.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/binding.cmx zeroinstall/binding.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/manifest.cmx zeroinstall/manifest.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/recipe.cmx zeroinstall/recipe.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/stability.cmx zeroinstall/stability.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/dry_run.cmx zeroinstall/dry_run.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/impl.cmx zeroinstall/impl.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/stores.cmx zeroinstall/stores.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/feed.cmx zeroinstall/feed.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/dbus.cmx zeroinstall/dbus.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/packagekit_interfaces.cmx zeroinstall/packagekit_interfaces.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/downloader.cmx zeroinstall/downloader.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/packagekit_stubs.cmx zeroinstall/packagekit_stubs.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/feed_cache.cmx zeroinstall/feed_cache.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/host_python.cmx zeroinstall/host_python.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/packagekit.cmx zeroinstall/packagekit.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/selections.cmx zeroinstall/selections.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/distro.cmx zeroinstall/distro.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/compiled.cmx zeroinstall/compiled.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/scope_filter.cmx zeroinstall/scope_filter.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/diagnostics.cmx zeroinstall/diagnostics.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/impl_provider.cmx zeroinstall/impl_provider.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/requirements.cmx zeroinstall/requirements.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/solver_core.cmx zeroinstall/solver_core.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/solver.cmx zeroinstall/solver.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/archive.cmx zeroinstall/archive.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/key_info_provider.cmx zeroinstall/key_info_provider.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/mirror.cmx zeroinstall/mirror.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/trust.cmx zeroinstall/trust.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/feed_provider_impl.cmx zeroinstall/feed_provider_impl.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/fetch.cmx zeroinstall/fetch.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/driver.cmx zeroinstall/driver.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/console.cmx zeroinstall/console.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/tree.cmx zeroinstall/tree.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/gui.cmx zeroinstall/gui.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/distro_cache.cmx zeroinstall/distro_cache.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/command.cmx zeroinstall/command.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/apps.cmx zeroinstall/apps.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/config.cmx zeroinstall/config.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/default_ui.cmx zeroinstall/default_ui.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/distro_impls.cmx zeroinstall/distro_impls.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/exec.cmx zeroinstall/exec.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/json_connection.cmx zeroinstall/json_connection.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/justify.cmx zeroinstall/justify.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/launcher.cmx zeroinstall/launcher.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/exec.cmx zeroinstall/exec.ml - File "zeroinstall/exec.ml", line 31, characters 16-20: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/exec.ml", line 31, characters 16-20: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -for-pack Zeroinstall -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -I zeroinstall -o zeroinstall/json_connection.cmx zeroinstall/json_connection.ml - File "zeroinstall/json_connection.ml", line 21, characters 20-26: - Warning 3: deprecated: J.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.ml", line 42, characters 16-22: - Warning 3: deprecated: J.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.ml", line 42, characters 37-43: - Warning 3: deprecated: J.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.ml", line 51, characters 28-45: - Warning 3: deprecated: Yojson.Basic.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.ml", line 80, characters 9-15: - Warning 3: deprecated: J.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - File "zeroinstall/json_connection.ml", line 160, characters 5-11: - Warning 3: deprecated: J.json - json types are being renamed and will be removed in the next Yojson major version. Use type t instead - touch zeroinstall.mli ; if ocamlfind ocamlopt -pack -g -bin-annot -I zeroinstall zeroinstall/version.cmx zeroinstall/about.cmx zeroinstall/arch.cmx zeroinstall/escape.cmx zeroinstall/sigs.cmi zeroinstall/feed_url.cmx zeroinstall/paths.cmx zeroinstall/general.cmx zeroinstall/archive.cmx zeroinstall/constants.cmx zeroinstall/element.cmx zeroinstall/env.cmx zeroinstall/binding.cmx zeroinstall/dry_run.cmx zeroinstall/manifest.cmx zeroinstall/recipe.cmx zeroinstall/stability.cmx zeroinstall/impl.cmx zeroinstall/stores.cmx zeroinstall/feed.cmx zeroinstall/compiled.cmx zeroinstall/dbus.cmx zeroinstall/diagnostics.cmx zeroinstall/downloader.cmx zeroinstall/feed_cache.cmx zeroinstall/host_python.cmx zeroinstall/packagekit_interfaces.cmx zeroinstall/packagekit_stubs.cmx zeroinstall/packagekit.cmx zeroinstall/selections.cmx zeroinstall/distro.cmx zeroinstall/feed_provider.cmi zeroinstall/feed_provider_impl.cmx zeroinstall/scope_filter.cmx zeroinstall/impl_provider.cmx zeroinstall/requirements.cmx zeroinstall/solver_core.cmx zeroinstall/solver.cmx zeroinstall/progress.cmi zeroinstall/key_info_provider.cmx zeroinstall/mirror.cmx zeroinstall/trust.cmx zeroinstall/fetch.cmx zeroinstall/driver.cmx zeroinstall/ui.cmi zeroinstall/apps.cmx zeroinstall/command.cmx zeroinstall/config.cmx zeroinstall/console.cmx zeroinstall/tree.cmx zeroinstall/gui.cmx zeroinstall/default_ui.cmx zeroinstall/distro_cache.cmx zeroinstall/distro_impls.cmx zeroinstall/exec.cmx zeroinstall/json_connection.cmx zeroinstall/justify.cmx zeroinstall/launcher.cmx -o zeroinstall.cmx ; then rm -f zeroinstall.mli ; else rm -f zeroinstall.mli ; exit 1; fi - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o common_options.cmx common_options.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o req_options.cmx req_options.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o show.cmx show.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o whatchanged.cmx whatchanged.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o generic_select.cmx generic_select.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules add_feed.ml > add_feed.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o add_feed.cmo add_feed.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules alias.ml > alias.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o alias.cmo alias.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o add.cmx add.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules command_tree.ml > command_tree.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules conf.ml > conf.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o conf.cmo conf.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules desktop.ml > desktop.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o desktop.cmo desktop.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules destroy.ml > destroy.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o destroy.cmo destroy.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules download.ml > download.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o download.cmo download.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules import.ml > import.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o import.cmo import.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules list_feeds.ml > list_feeds.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o list_feeds.cmo list_feeds.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules list_ifaces.ml > list_ifaces.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o list_ifaces.cmo list_ifaces.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules man.ml > man.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o man.cmo man.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules manage_cache.ml > manage_cache.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o manage_cache.cmo manage_cache.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules optimise.ml > optimise.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o optimise.cmo optimise.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules remove_feed.ml > remove_feed.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o remove_feed.cmo remove_feed.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o add_feed.cmx add_feed.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules run.ml > run.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o run.cmo run.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules search.ml > search.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o search.cmo search.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules select.ml > select.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o select.cmo select.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules slave.ml > slave.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o slave.cmo slave.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules store.ml > store.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o store.cmo store.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules update.ml > update.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o update.cmo update.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o alias.cmx alias.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o command_tree.cmx command_tree.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o conf.cmx conf.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o desktop.cmx desktop.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o destroy.cmx destroy.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o download.cmx download.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o import.cmx import.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o list_feeds.cmx list_feeds.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o list_ifaces.cmx list_ifaces.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o man.cmx man.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o manage_cache.cmx manage_cache.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o optimise.cmx optimise.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o remove_feed.cmx remove_feed.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o run.cmx run.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o search.cmx search.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o select.cmx select.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o slave.cmx slave.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o store.cmx store.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o update.cmx update.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules completion.ml > completion.ml.depends - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules completion.mli > completion.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o completion.cmi completion.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o cli.cmx cli.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules runenv_shared.ml > runenv_shared.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o runenv_shared.cmo runenv_shared.ml - ocamlfind ocamldep -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -modules secureadd.ml > secureadd.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o secureadd.cmo secureadd.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o completion.cmx completion.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o runenv_shared.cmx runenv_shared.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o secureadd.cmx secureadd.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o main.cmx main.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -strict-sequence -package sha -package unix -w A-4-48-58 -warn-error +5+6+10+26 -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -o static_0install.cmx static_0install.ml - ocamlfind ocamlc -g -thread -ccopt -DHAVE_SHA -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink -c utils.c - ocamlfind ocamlopt -linkpkg -g -linkall -thread -package sha -package unix -package yojson,xmlm,str,lwt,lwt.unix,lwt_react,lwt.preemptive,curl.lwt,dynlink support.cmx zeroinstall.cmx common_options.cmx req_options.cmx show.cmx whatchanged.cmx generic_select.cmx add.cmx add_feed.cmx alias.cmx command_tree.cmx conf.cmx desktop.cmx destroy.cmx download.cmx import.cmx list_feeds.cmx list_ifaces.cmx man.cmx manage_cache.cmx optimise.cmx remove_feed.cmx run.cmx search.cmx select.cmx slave.cmx store.cmx update.cmx cli.cmx completion.cmx runenv_shared.cmx secureadd.cmx main.cmx static_0install.cmx utils.o -o static_0install.native - # Parallel statistics: { count(total): 23(315), max: 41, min: 2, average(total): 5.870(1.356) } - if [ -f "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build/ocaml/runenv.native" ];then make ocaml_windows; else make ocaml_posix; fi - make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/ocaml' - cp /home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build/ocaml/static_0install.native /home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build/ocaml/0install - [ -L 0install ] || ln -s ../build/ocaml/0install 0install - [ -L _build -o -e _build ] || ln -s /home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build/ocaml _build - ln -f "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build/ocaml/0install" "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build/ocaml/0launch" - make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/ocaml' - make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/ocaml' - (cd "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3" && cp README.md COPYING "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/") - install -d "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files" - install -d "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/share" - install ocaml/gui_gtk.c*[sa] "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/" - install: cannot stat 'ocaml/gui_gtk.c*[sa]': No such file or directory - make[1]: [/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/Makefile.build:24: all] Error 1 (ignored) - install ocaml/0install "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/0install" - ln -f "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/0install" "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/0launch" - ln -f "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/0install" "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/0store" - ln -f "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/0install" "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/0store-secure-add" - ln -f "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/0install" "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/0desktop" - ln -f "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/0install" "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/0alias" - (cd "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3" && cp 0launch.1 0store-secure-add.1 0store.1 0desktop.1 0install.1 "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files") - install "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/install.sh.src" "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/install.sh" - (cd "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3" && cp -r share/0install.net share/applications share/metainfo share/bash-completion share/fish share/icons share/zsh "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/files/share/") - install -d "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/0install" - [ -f "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/0install/build-environment.xml" ] || sed 's/@ARCH@/Linux-x86_64/;s/@VERSION@/2.12.3/' "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/binary-feed.xml.in" > "/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/dist/0install/feed.xml" - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/0install.2.12.3/build' -> compiled 0install.2.12.3 -> installed 0install.2.12.3 Done. # Run eval $(opam env) to update the current shell environment 2022-06-02 21:16.48 ---> saved as "e1ffad9d40514a78cc7854c1c431383a8e2d96bb536e905c6197eb2181b81cb1" Job succeeded