Building on apache.ocamllabs.io (from ocaml/opam:debian-unstable@sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205) Unable to find image 'ocaml/opam:debian-unstable@sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205' locally docker.io/ocaml/opam@sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205: Pulling from ocaml/opam f8f85475deda: Pulling fs layer f8f85475deda: Verifying Checksum f8f85475deda: Download complete f8f85475deda: Pull complete Digest: sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205 Status: Downloaded newer image for ocaml/opam@sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205 2022-09-03 07:31.08 ---> using "00583e82ec888c922d57db664b8acb62b642829c5a4a94b17a44e5693b1db2de" 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-09-03 07:31.08 ---> using "f816199fc982412d3ea70ae1ae1bab135eea82bc7670ac5d731bc57d0733e3c4" 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 418227c38ed4e28a0827786e5e9e50b9547c0b27")) 2022-09-03 07:31.08 ---> using "4cabcce7a0cb6de31986471b51abc9f1f3fec6a75be6e83e549da867c7605e5a" 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-09-03 07:31.08 ---> using "d451da695ab21573c7bdead4176eec083b0218f568c4ccf5f5b38b162d64d4d7" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default '4.02' '4.02.3'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "4.02.3"} | "ocaml-system" {= "4.02.3"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> retrieved ocaml-base-compiler.4.02.3 (https://github.com/ocaml/ocaml/archive/4.02.3.tar.gz) -> installed ocaml-base-compiler.4.02.3 -> installed ocaml-config.1 -> installed ocaml.4.02.3 -> installed base-ocamlbuild.base Done. # Run eval $(opam env --switch=4.02) to update the current shell environment 2022-09-03 07:31.08 ---> using "223b587d6219de241b5fe2476cca1ad2732b102678fd285cc5d3edf02aef4b2d" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [192 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-09-02-1404.47-F-2022-08-29-1405.22.pdiff [271 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-09-02-1404.47-F-2022-08-29-1405.22.pdiff [271 kB] - Fetched 527 kB in 3s (163 kB/s) - Reading package lists... - 2022-09-03 07:31.08 ---> using "c0c00ed69dfa240f823e546816ce4f88a7c336b4b4f5530364d7acb30f9d72a3" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install -y ocaml-secondary-compiler")) The following actions will be performed: === install 1 package - install ocaml-secondary-compiler 4.08.1-1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-secondary-compiler.4.08.1-1 (cached) -> installed ocaml-secondary-compiler.4.08.1-1 Done. # Run eval $(opam env) to update the current shell environment 2022-09-03 07:31.08 ---> using "bd741586fd5548d12a6ac027970b01ad7b56042967e2133debdca67c4c6f5f12" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"hardcaml-llvmsim.0.3.0\"\ \nopam install -vy \"hardcaml-llvmsim.0.3.0\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"hardcaml-llvmsim.0.3.0\" | grep -q '\"debian-unstable\"'; then\ \n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\ \n exit 69\ \n fi\ \nfi\ \n\ \n\ \nexit $res\ \n")) [NOTE] hardcaml-llvmsim.0.3.0 is not installed. Nothing to do. The following actions will be performed: === install 35 packages - install astring 0.8.3 [required by hardcaml] - install base-bytes base [required by hardcaml] - install base-num base [required by num] - install bigarray-compat 1.1.0 [required by ctypes] - install camlp4 4.02+7 [required by hardcaml] - install cmdliner 0.9.8 [required by js_of_ocaml-compiler] - install conf-cmake 1 [required by llvm] - install conf-libffi 2.0.0 [required by ctypes-foreign] - install conf-llvm 14.0.6 [required by llvm] - install conf-pkg-config 2 [required by ctypes-foreign] - install conf-python-3 1.0.0 [required by llvm] - install conf-which 1 [required by camlp4] - install cppo 1.6.9 [required by yojson] - install ctypes 0.18.0 [required by hardcaml-llvmsim] - install ctypes-foreign 0.18.0 [required by hardcaml-llvmsim] - install dune 1.11.4 [required by integers, bigarray-compat, js_of_ocaml] - install hardcaml 1.2.0 [required by hardcaml-llvmsim] - install hardcaml-llvmsim 0.3.0 - install integers 0.4.0 [required by ctypes] - install jbuilder transition [required by js_of_ocaml-camlp4] - install js_of_ocaml 3.5.2 [required by hardcaml] - install js_of_ocaml-camlp4 3.1.0 [required by hardcaml] - install js_of_ocaml-compiler 3.5.2 [required by js_of_ocaml] - install llvm 14.0.6 [required by hardcaml-llvmsim] - install num 0 [required by hardcaml] - install ocaml-migrate-parsetree 1.8.0 [required by js_of_ocaml] - install ocamlbuild 0 [required by hardcaml-llvmsim] - install ocamlfind 1.9.5 [required by hardcaml-llvmsim] - install ppx_derivers 1.2.1 [required by ocaml-migrate-parsetree] - install ppx_tools_versioned 5.4.0 [required by js_of_ocaml] - install result 1.5 [required by topkg] - install seq 0.2.2 [required by yojson] - install topkg 1.0.0 [required by hardcaml-llvmsim] - install uchar 0.0.2 [required by js_of_ocaml] - install yojson 2.0.0 [required by js_of_ocaml-compiler] The following system packages will first need to be installed: cmake libffi-dev llvm-14-dev pkg-config python3 <><> 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" "cmake" "libffi-dev" "llvm-14-dev" "pkg-config" "python3" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpython3.10-minimal: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 ... 19664 files and directories currently installed.) - Preparing to unpack .../libpython3.10-minimal_3.10.6-1_amd64.deb ... - Unpacking libpython3.10-minimal:amd64 (3.10.6-1) ... - Selecting previously unselected package python3.10-minimal. - Preparing to unpack .../python3.10-minimal_3.10.6-1_amd64.deb ... - Unpacking python3.10-minimal (3.10.6-1) ... - Setting up libpython3.10-minimal:amd64 (3.10.6-1) ... - Setting up python3.10-minimal (3.10.6-1) ... - Selecting previously unselected package python3-minimal. - (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 ... 19958 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.10.6-1_amd64.deb ... - Unpacking python3-minimal (3.10.6-1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../1-media-types_8.0.0_all.deb ... - Unpacking media-types (8.0.0) ... - Selecting previously unselected package libmpdec3:amd64. - Preparing to unpack .../2-libmpdec3_2.5.1-2_amd64.deb ... - Unpacking libmpdec3:amd64 (2.5.1-2) ... - Selecting previously unselected package libpython3.10-stdlib:amd64. - Preparing to unpack .../3-libpython3.10-stdlib_3.10.6-1_amd64.deb ... - Unpacking libpython3.10-stdlib:amd64 (3.10.6-1) ... - Selecting previously unselected package python3.10. - Preparing to unpack .../4-python3.10_3.10.6-1_amd64.deb ... - Unpacking python3.10 (3.10.6-1) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../5-libpython3-stdlib_3.10.6-1_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.10.6-1) ... - Setting up python3-minimal (3.10.6-1) ... - Selecting previously unselected package python3. - (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 ... 20360 files and directories currently installed.) - Preparing to unpack .../00-python3_3.10.6-1_amd64.deb ... - Unpacking python3 (3.10.6-1) ... - Selecting previously unselected package libicu71:amd64. - Preparing to unpack .../01-libicu71_71.1-3_amd64.deb ... - Unpacking libicu71:amd64 (71.1-3) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../02-libxml2_2.9.14+dfsg-1+b1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.14+dfsg-1+b1) ... - Selecting previously unselected package libarchive13:amd64. - Preparing to unpack .../03-libarchive13_3.6.0-1_amd64.deb ... - Unpacking libarchive13:amd64 (3.6.0-1) ... - Selecting previously unselected package libjsoncpp25:amd64. - Preparing to unpack .../04-libjsoncpp25_1.9.5-4_amd64.deb ... - Unpacking libjsoncpp25:amd64 (1.9.5-4) ... - Selecting previously unselected package librhash0:amd64. - Preparing to unpack .../05-librhash0_1.4.3-3_amd64.deb ... - Unpacking librhash0:amd64 (1.4.3-3) ... - Selecting previously unselected package libuv1:amd64. - Preparing to unpack .../06-libuv1_1.44.2-1_amd64.deb ... - Unpacking libuv1:amd64 (1.44.2-1) ... - Selecting previously unselected package dh-elpa-helper. - Preparing to unpack .../07-dh-elpa-helper_2.0.11_all.deb ... - Unpacking dh-elpa-helper (2.0.11) ... - Selecting previously unselected package emacsen-common. - Preparing to unpack .../08-emacsen-common_3.0.4_all.deb ... - Unpacking emacsen-common (3.0.4) ... - Selecting previously unselected package cmake-data. - Preparing to unpack .../09-cmake-data_3.24.1-1_all.deb ... - Unpacking cmake-data (3.24.1-1) ... - Selecting previously unselected package cmake. - Preparing to unpack .../10-cmake_3.24.1-1_amd64.deb ... - Unpacking cmake (3.24.1-1) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../11-icu-devtools_71.1-3_amd64.deb ... - Unpacking icu-devtools (71.1-3) ... - Selecting previously unselected package libz3-4:amd64. - Preparing to unpack .../12-libz3-4_4.8.12-1+b1_amd64.deb ... - Unpacking libz3-4:amd64 (4.8.12-1+b1) ... - Selecting previously unselected package libllvm14:amd64. - Preparing to unpack .../13-libllvm14_1%3a14.0.6-2_amd64.deb ... - Unpacking libllvm14:amd64 (1:14.0.6-2) ... - Selecting previously unselected package libclang-cpp14. - Preparing to unpack .../14-libclang-cpp14_1%3a14.0.6-2_amd64.deb ... - Unpacking libclang-cpp14 (1:14.0.6-2) ... - Selecting previously unselected package libnspr4:amd64. - Preparing to unpack .../15-libnspr4_2%3a4.34.1-1_amd64.deb ... - Unpacking libnspr4:amd64 (2:4.34.1-1) ... - Selecting previously unselected package libnss3:amd64. - Preparing to unpack .../16-libnss3_2%3a3.82-1_amd64.deb ... - Unpacking libnss3:amd64 (2:3.82-1) ... - Selecting previously unselected package libcurl3-nss:amd64. - Preparing to unpack .../17-libcurl3-nss_7.84.0-2_amd64.deb ... - Unpacking libcurl3-nss:amd64 (7.84.0-2) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../18-libffi-dev_3.4.2-4_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.2-4) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../19-libglib2.0-0_2.73.3-3_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.73.3-3) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../20-libglib2.0-data_2.73.3-3_all.deb ... - Unpacking libglib2.0-data (2.73.3-3) ... - Selecting previously unselected package libicu-dev:amd64. - Preparing to unpack .../21-libicu-dev_71.1-3_amd64.deb ... - Unpacking libicu-dev:amd64 (71.1-3) ... - Selecting previously unselected package libncurses-dev:amd64. - Preparing to unpack .../22-libncurses-dev_6.3+20220423-2_amd64.deb ... - Unpacking libncurses-dev:amd64 (6.3+20220423-2) ... - Selecting previously unselected package libpfm4:amd64. - Preparing to unpack .../23-libpfm4_4.11.1+git74-g5140ce5-1_amd64.deb ... - Unpacking libpfm4:amd64 (4.11.1+git74-g5140ce5-1) ... - Selecting previously unselected package libtinfo-dev:amd64. - Preparing to unpack .../24-libtinfo-dev_6.3+20220423-2_amd64.deb ... - Unpacking libtinfo-dev:amd64 (6.3+20220423-2) ... - Selecting previously unselected package libxml2-dev:amd64. - Preparing to unpack .../25-libxml2-dev_2.9.14+dfsg-1+b1_amd64.deb ... - Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1+b1) ... - Selecting previously unselected package libyaml-0-2:amd64. - Preparing to unpack .../26-libyaml-0-2_0.2.5-1_amd64.deb ... - Unpacking libyaml-0-2:amd64 (0.2.5-1) ... - Selecting previously unselected package libz3-dev:amd64. - Preparing to unpack .../27-libz3-dev_4.8.12-1+b1_amd64.deb ... - Unpacking libz3-dev:amd64 (4.8.12-1+b1) ... - Selecting previously unselected package llvm-14-runtime. - Preparing to unpack .../28-llvm-14-runtime_1%3a14.0.6-2_amd64.deb ... - Unpacking llvm-14-runtime (1:14.0.6-2) ... - Selecting previously unselected package llvm-14-linker-tools. - Preparing to unpack .../29-llvm-14-linker-tools_1%3a14.0.6-2_amd64.deb ... - Unpacking llvm-14-linker-tools (1:14.0.6-2) ... - Selecting previously unselected package llvm-14. - Preparing to unpack .../30-llvm-14_1%3a14.0.6-2_amd64.deb ... - Unpacking llvm-14 (1:14.0.6-2) ... - Selecting previously unselected package python3-pkg-resources. - Preparing to unpack .../31-python3-pkg-resources_59.6.0-1.2_all.deb ... - Unpacking python3-pkg-resources (59.6.0-1.2) ... - Selecting previously unselected package python3-pygments. - Preparing to unpack .../32-python3-pygments_2.12.0+dfsg-2_all.deb ... - Unpacking python3-pygments (2.12.0+dfsg-2) ... - Selecting previously unselected package python3-yaml. - Preparing to unpack .../33-python3-yaml_5.4.1-1+b2_amd64.deb ... - Unpacking python3-yaml (5.4.1-1+b2) ... - Selecting previously unselected package llvm-14-tools. - Preparing to unpack .../34-llvm-14-tools_1%3a14.0.6-2_amd64.deb ... - Unpacking llvm-14-tools (1:14.0.6-2) ... - Selecting previously unselected package llvm-14-dev. - Preparing to unpack .../35-llvm-14-dev_1%3a14.0.6-2_amd64.deb ... - Unpacking llvm-14-dev (1:14.0.6-2) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../36-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../37-shared-mime-info_2.2-1_amd64.deb ... - Unpacking shared-mime-info (2.2-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../38-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Setting up media-types (8.0.0) ... - Setting up libicu71:amd64 (71.1-3) ... - Setting up libncurses-dev:amd64 (6.3+20220423-2) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libyaml-0-2:amd64 (0.2.5-1) ... - Setting up libglib2.0-0:amd64 (2.73.3-3) ... - No schema files found: doing nothing. - Setting up libffi-dev:amd64 (3.4.2-4) ... - Setting up libz3-4:amd64 (4.8.12-1+b1) ... - Setting up libglib2.0-data (2.73.3-3) ... - Setting up libuv1:amd64 (1.44.2-1) ... - Setting up libpfm4:amd64 (4.11.1+git74-g5140ce5-1) ... - Setting up emacsen-common (3.0.4) ... - Setting up libnspr4:amd64 (2:4.34.1-1) ... - Setting up dh-elpa-helper (2.0.11) ... - Setting up libjsoncpp25:amd64 (1.9.5-4) ... - Setting up icu-devtools (71.1-3) ... - Setting up pkg-config (0.29.2-1) ... - Setting up librhash0:amd64 (1.4.3-3) ... - Setting up libmpdec3:amd64 (2.5.1-2) ... - Setting up cmake-data (3.24.1-1) ... - Setting up libicu-dev:amd64 (71.1-3) ... - Setting up libxml2:amd64 (2.9.14+dfsg-1+b1) ... - Setting up libtinfo-dev:amd64 (6.3+20220423-2) ... - Setting up libz3-dev:amd64 (4.8.12-1+b1) ... - Setting up libarchive13:amd64 (3.6.0-1) ... - Setting up libnss3:amd64 (2:3.82-1) ... - Setting up libpython3.10-stdlib:amd64 (3.10.6-1) ... - Setting up libxml2-dev:amd64 (2.9.14+dfsg-1+b1) ... - Setting up shared-mime-info (2.2-1) ... - Setting up libllvm14:amd64 (1:14.0.6-2) ... - Setting up libcurl3-nss:amd64 (7.84.0-2) ... - Setting up cmake (3.24.1-1) ... - Setting up llvm-14-linker-tools (1:14.0.6-2) ... - Setting up libpython3-stdlib:amd64 (3.10.6-1) ... - Setting up python3.10 (3.10.6-1) ... - Setting up python3 (3.10.6-1) ... - running python rtupdate hooks for python3.10... - running python post-rtupdate hooks for python3.10... - Setting up llvm-14-runtime (1:14.0.6-2) ... - Setting up libclang-cpp14 (1:14.0.6-2) ... - Setting up llvm-14 (1:14.0.6-2) ... - Setting up python3-pkg-resources (59.6.0-1.2) ... - Setting up python3-yaml (5.4.1-1+b2) ... - Setting up python3-pygments (2.12.0+dfsg-2) ... - Setting up llvm-14-tools (1:14.0.6-2) ... - Setting up llvm-14-dev (1:14.0.6-2) ... - Processing triggers for systemd (251.4-3) ... - Processing triggers for libc-bin (2.34-7) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/104: Processing 2/104: Processing 3/104: Processing 4/104: Processing 5/104: Processing 6/104: -> installed base-num.base Processing 7/104: -> retrieved bigarray-compat.1.1.0 (cached) Processing 8/104: -> retrieved astring.0.8.3 (cached) Processing 9/104: Processing 10/104: Processing 11/104: Processing 12/104: Processing 13/104: Processing 14/104: Processing 15/104: Processing 16/104: [conf-cmake: sh configure.sh] Processing 17/104: [conf-cmake: sh configure.sh] [conf-llvm: bash configure.sh] Processing 18/104: [conf-cmake: sh configure.sh] [conf-llvm: bash configure.sh] [conf-pkg-config: pkg-config] Processing 19/104: [conf-cmake: sh configure.sh] [conf-llvm: bash configure.sh] [conf-pkg-config: pkg-config] [conf-python-3: python3 test.py] Processing 20/104: [conf-cmake: sh configure.sh] [conf-llvm: bash configure.sh] [conf-pkg-config: pkg-config] [conf-python-3: python3 test.py] [conf-which: which which] -> retrieved camlp4.4.02+7 (cached) Processing 21/104: [conf-cmake: sh configure.sh] [conf-llvm: bash configure.sh] [conf-pkg-config: pkg-config] [conf-python-3: python3 test.py] [conf-which: which which] -> retrieved cmdliner.0.9.8 (cached) Processing 22/104: [conf-cmake: sh configure.sh] [conf-llvm: bash configure.sh] [conf-pkg-config: pkg-config] [conf-python-3: python3 test.py] [conf-which: which which] Processing 23/104: [conf-cmake: sh configure.sh] [conf-llvm: bash configure.sh] [conf-pkg-config: pkg-config] [conf-python-3: python3 test.py] [conf-which: which which] -> retrieved cppo.1.6.9 (cached) Processing 24/104: [hardcaml.1.2.0: http] [conf-cmake: sh configure.sh] [conf-llvm: bash configure.sh] [conf-pkg-config: pkg-config] [conf-python-3: python3 test.py] [conf-which: which which] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-ex" "configure.sh" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-cmake.1) - + command -v cmake3 - + command -v cmake - /usr/bin/cmake - + cmake_cmd=cmake - + echo cmd: "cmake" -> compiled conf-cmake.1 Processing 24/104: [hardcaml.1.2.0: http] [conf-llvm: bash configure.sh] [conf-pkg-config: pkg-config] [conf-python-3: python3 test.py] [conf-which: which which] -> installed conf-cmake.1 Processing 25/104: [hardcaml.1.2.0: http] [conf-llvm: bash configure.sh] [conf-pkg-config: pkg-config] [conf-python-3: python3 test.py] [conf-which: which which] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "bash" "-ex" "configure.sh" "14.0.6" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-llvm.14.0.6) - + version=14 - + hash brew - + shopt -s nullglob - + for llvm_config in llvm-config-$version llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config - ++ llvm-config-14 --version - + llvm_version=14.0.6 - + case $llvm_version in - + echo 'config: "llvm-config-14"' - + echo 'version: "14.0.6"' - + exit 0 -> compiled conf-llvm.14.0.6 Processing 25/104: [hardcaml.1.2.0: http] [conf-pkg-config: pkg-config] [conf-python-3: python3 test.py] [conf-which: which which] -> installed conf-llvm.14.0.6 Processing 26/104: [hardcaml.1.2.0: http] [conf-pkg-config: pkg-config] [conf-python-3: python3 test.py] [conf-which: which which] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-pkg-config.2) - Usage: - pkg-config [OPTION?] - - Help Options: - -h, --help Show help options - - Application Options: - --version output version of pkg-config - --modversion output version for package - --atleast-pkgconfig-version=VERSION require given version of pkg-config - --libs output all linker flags - --static output linker flags for static linking - --short-errors print short errors - --libs-only-l output -l flags - --libs-only-other output other libs (e.g. -pthread) - --libs-only-L output -L flags - --cflags output all pre-processor and compiler flags - --cflags-only-I output -I flags - --cflags-only-other output cflags not covered by the cflags-only-I option - --variable=NAME get the value of variable named NAME - --define-variable=NAME=VALUE set variable NAME to VALUE - --exists return 0 if the module(s) exist - --print-variables output list of variables defined by the module - --uninstalled return 0 if the uninstalled version of one or more module(s) or their dependencies will be used - --atleast-version=VERSION return 0 if the module is at least version VERSION - --exact-version=VERSION return 0 if the module is at exactly version VERSION - --max-version=VERSION return 0 if the module is at no newer than version VERSION - --list-all list all known packages - --debug show verbose debug information - --print-errors show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line) - --silence-errors be silent about errors (default when --exists or --atleast/exact/max-version given on the command line) - --errors-to-stdout print errors from --print-errors to stdout not stderr - --print-provides print which packages the package provides - --print-requires print which packages the package requires - --print-requires-private print which packages the package requires for static linking - --validate validate a package's .pc file - --define-prefix try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file - --dont-define-prefix don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file - --prefix-variable=PREFIX set the name of the variable that pkg-config automatically sets - -> compiled conf-pkg-config.2 Processing 26/104: [hardcaml.1.2.0: http] [conf-python-3: python3 test.py] [conf-which: which which] Processing 27/104: [hardcaml.1.2.0: http] [conf-python-3: python3 test.py] [conf-which: which which] [conf-pkg-config: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "python3" "test.py" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-python-3.1.0.0) - python-3 OK -> compiled conf-python-3.1.0.0 Processing 27/104: [hardcaml.1.2.0: http] [conf-which: which which] [conf-pkg-config: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "which" "which" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-which.1) - /usr/bin/which -> compiled conf-which.1 Processing 27/104: [hardcaml.1.2.0: http] [conf-pkg-config: mkdir] -> retrieved ctypes.0.18.0 (cached) Processing 28/104: [hardcaml.1.2.0: http] [hardcaml-llvmsim.0.3.0: http] [conf-pkg-config: mkdir] -> retrieved dune.1.11.4 (cached) Processing 29/104: [hardcaml.1.2.0: http] [hardcaml-llvmsim.0.3.0: http] [conf-pkg-config: mkdir] Processing 30/104: [hardcaml.1.2.0: http] [hardcaml-llvmsim.0.3.0: http] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir] Processing 30/104: [hardcaml-llvmsim.0.3.0: http] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.02/lib/pkgconfig" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-pkg-config.2) -> installed conf-pkg-config.2 Processing 30/104: [hardcaml-llvmsim.0.3.0: http] [dune: ocaml bootstrap.ml] Processing 31/104: [hardcaml-llvmsim.0.3.0: http] [conf-libffi: pkg-config libffi] [dune: ocaml bootstrap.ml] -> installed conf-python-3.1.0.0 Processing 32/104: [hardcaml-llvmsim.0.3.0: http] [conf-libffi: pkg-config libffi] [dune: ocaml bootstrap.ml] -> installed conf-which.1 Processing 33/104: [hardcaml-llvmsim.0.3.0: http] [conf-libffi: pkg-config libffi] [dune: ocaml bootstrap.ml] Processing 33/104: [conf-libffi: pkg-config libffi] [dune: ocaml bootstrap.ml] -> retrieved integers.0.4.0 (cached) Processing 34/104: [conf-libffi: pkg-config libffi] [dune: ocaml bootstrap.ml] Processing 35/104: [conf-libffi: pkg-config libffi] [dune: ocaml bootstrap.ml] -> retrieved hardcaml.1.2.0 (https://github.com/ujamjar/hardcaml/archive/v1.2.0.tar.gz) Processing 36/104: [conf-libffi: pkg-config libffi] [dune: ocaml bootstrap.ml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "libffi" (CWD=/home/opam/.opam/4.02/.opam-switch/build/conf-libffi.2.0.0) -> compiled conf-libffi.2.0.0 Processing 36/104: [dune: ocaml bootstrap.ml] -> installed conf-libffi.2.0.0 Processing 37/104: [dune: ocaml bootstrap.ml] Processing 38/104: [dune: ocaml bootstrap.ml] -> installed ctypes-foreign.0.18.0 Processing 39/104: [dune: ocaml bootstrap.ml] -> retrieved hardcaml-llvmsim.0.3.0 (https://github.com/ujamjar/hardcaml-llvmsim/archive/v0.3.0.tar.gz) Processing 40/104: [llvm.14.0.6: http] [dune: ocaml bootstrap.ml] -> retrieved js_of_ocaml-camlp4.3.1.0 (cached) Processing 41/104: [llvm.14.0.6: http] [dune: ocaml bootstrap.ml] Processing 42/104: [llvm.14.0.6: http] [dune: ocaml bootstrap.ml] Processing 43/104: [llvm.14.0.6: http] [dune: ocaml bootstrap.ml] -> installed num.0 Processing 44/104: [llvm.14.0.6: http] [dune: ocaml bootstrap.ml] -> retrieved js_of_ocaml.3.5.2, js_of_ocaml-compiler.3.5.2 (cached) Processing 45/104: [llvm.14.0.6: http] [dune: ocaml bootstrap.ml] Processing 46/104: [llvm.14.0.6: http] [dune: ocaml bootstrap.ml] Processing 47/104: [llvm.14.0.6: http] [dune: ocaml bootstrap.ml] -> installed ocamlbuild.0 Processing 48/104: [llvm.14.0.6: http] [dune: ocaml bootstrap.ml] [camlp4: patch] applying termux.patch Processing 49/104: [llvm.14.0.6: http] [camlp4: patch] [dune: ocaml bootstrap.ml] Processing 50/104: [llvm.14.0.6: http] [camlp4: patch] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] -> retrieved ocaml-migrate-parsetree.1.8.0 (cached) Processing 51/104: [llvm.14.0.6: http] [camlp4: patch] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] -> retrieved ocamlfind.1.9.5 (cached) Processing 52/104: [llvm.14.0.6: http] [camlp4: patch] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: patch] applying 0001-Fix-bug-when-installing-with-a-system-compiler.patch Processing 53/104: [llvm.14.0.6: http] [camlp4: patch] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: patch] [camlp4: patch] applying f0ea53725465260556832398096cef8d3f20b49d.patch -> retrieved ppx_derivers.1.2.1 (cached) Processing 54/104: [llvm.14.0.6: http] [camlp4: patch] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: patch] -> retrieved ppx_tools_versioned.5.4.0 (cached) Processing 55/104: [llvm.14.0.6: http] [camlp4: patch] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: patch] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/git.ml" (CWD=/home/opam/.opam/4.02/.opam-switch/build/cmdliner.0.9.8) - File "pkg/topkg-ext.ml", line 42, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. Processing 55/104: [llvm.14.0.6: http] [camlp4: patch] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] Processing 55/104: [llvm.14.0.6: http] [camlp4: ./configure] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved result.1.5 (cached) Processing 56/104: [llvm.14.0.6: http] [camlp4: ./configure] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved seq.0.2.2 (cached) Processing 57/104: [llvm.14.0.6: http] [camlp4: ./configure] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved topkg.1.0.0 (cached) Processing 58/104: [llvm.14.0.6: http] [camlp4: ./configure] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--bindir=/home/opam/.opam/4.02/bin" "--libdir=/home/opam/.opam/4.02/lib/ocaml" "--pkgdir=/home/opam/.opam/4.02/lib" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp4.4.02+7) Processing 58/104: [llvm.14.0.6: http] [camlp4: make all] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved uchar.0.0.2 (cached) Processing 59/104: [llvm.14.0.6: http] [camlp4: make all] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] [uchar: ocaml] -> retrieved yojson.2.0.0 (cached) + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/git.ml" (CWD=/home/opam/.opam/4.02/.opam-switch/build/uchar.0.0.2) + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.02/bin" "-sitelib" "/home/opam/.opam/4.02/lib" "-mandir" "/home/opam/.opam/4.02/man" "-config" "/home/opam/.opam/4.02/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5) - Welcome to findlib version 1.9.5 - Configuring core... - Checking for #remove_directory... - Testing threading model... - systhread_supported: true - Testing DLLs... - Testing whether ppxopt can be supported... - Checking for ocamlc -opaque... - Querying installation: META list not found - make install will double-check installed META files - Configuring libraries... - unix: found - dynlink: found - bigarray: found - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: found - num: found - ocamlbuild: found (in +ocamlbuild) - ocamldoc: found (in +ocamldoc) - raw_spacetime: not present (normal since 4.12) - threads: found (in +threads) - runtime_events: not present - str: found - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for stdlib written to site-lib-src/stdlib/META - Configuration for unix written to site-lib-src/unix/META - Configuration for dynlink written to site-lib-src/dynlink/META - Configuration for bigarray written to site-lib-src/bigarray/META - Configuration for compiler-libs written to site-lib-src/compiler-libs/META - Configuration for graphics written to site-lib-src/graphics/META - Configuration for num written to site-lib-src/num/META - Configuration for num-top written to site-lib-src/num-top/META - Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META - Configuration for ocamldoc written to site-lib-src/ocamldoc/META - Configuration for threads written to site-lib-src/threads/META - Configuration for str written to site-lib-src/str/META - Configuration for bytes written to site-lib-src/bytes/META - Detecting compiler arguments: (extractor built) ok - - About the OCAML core installation: - Standard library: /home/opam/.opam/4.02/lib/ocaml - Binaries: /home/opam/.opam/4.02/bin - Manual pages: /home/opam/.opam/4.02/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/4.02/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/4.02/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/4.02/bin - Manual pages: /home/opam/.opam/4.02/man - topfind script: /home/opam/.opam/4.02/lib/ocaml - Topfind ppxopt support: yes - Toolbox: no - Link custom runtime: no - Need bytes compatibility: no - - Configuration has been written to Makefile.config - - You can now do 'make all', and optionally 'make opt', to build ocamlfind. Processing 59/104: [llvm.14.0.6: http] [camlp4: make all] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: make all] [uchar: ocaml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/build.ml" "native=true" "native-dynlink=true" (CWD=/home/opam/.opam/4.02/.opam-switch/build/uchar.0.0.2) - /home/opam/.opam/4.02/bin/ocamldep.opt -modules src/uchar.ml > src/uchar.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -modules src/uchar.mli > src/uchar.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -bin-annot -safe-string -I src -o src/uchar.cmi src/uchar.mli - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -bin-annot -safe-string -I src -o src/uchar.cmx src/uchar.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -a src/uchar.cmx -o src/uchar.cmxa - /home/opam/.opam/4.02/bin/ocamlc.opt -c -bin-annot -safe-string -I src -o src/uchar.cmo src/uchar.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -a src/uchar.cmo -o src/uchar.cma - /home/opam/.opam/4.02/bin/ocamlopt.opt -shared src/uchar.cmx -o src/uchar.cmxs -> compiled uchar.0.0.2 Processing 59/104: [llvm.14.0.6: http] [camlp4: make all] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> installed uchar.0.0.2 Processing 60/104: [llvm.14.0.6: http] [camlp4: make all] [cmdliner: ocaml] [dune: ocaml bootstrap.ml] [ocamlfind: make all] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/build.ml" "native=true" "native-dynlink=true" (CWD=/home/opam/.opam/4.02/.opam-switch/build/cmdliner.0.9.8) - /home/opam/.opam/4.02/bin/ocamldep.opt -modules src/cmdliner.ml > src/cmdliner.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -modules src/cmdliner.mli > src/cmdliner.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -annot -bin-annot -I src -I test -o src/cmdliner.cmi src/cmdliner.mli - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -annot -bin-annot -I src -I test -o src/cmdliner.cmx src/cmdliner.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -a src/cmdliner.cmx -o src/cmdliner.cmxa - /home/opam/.opam/4.02/bin/ocamlc.opt -c -annot -bin-annot -I src -I test -o src/cmdliner.cmo src/cmdliner.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -a src/cmdliner.cmo -o src/cmdliner.cma - /home/opam/.opam/4.02/bin/ocamlopt.opt -shared src/cmdliner.cmx -o src/cmdliner.cmxs -> compiled cmdliner.0.9.8 Processing 60/104: [llvm.14.0.6: http] [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] -> installed cmdliner.0.9.8 Processing 61/104: [llvm.14.0.6: http] [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make all] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5) - for p in findlib; do ( cd src/$p; make all ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - ocamllex fl_meta.mll - 22 states, 392 transitions, table size 1700 bytes - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib_config.mlp | \ - ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.02/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.02/lib/ocaml' | \ - sed -e 's;@AUTOLINK@;true;g' \ - -e 's;@SYSTEM@;linux;g' \ - >findlib_config.ml - if [ "true" = "true" ]; then \ - cp topfind.ml.in topfind.ml; \ - else \ - sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ - > topfind.ml ; \ - fi - ocamldep *.ml *.mli >depend - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c findlib_config.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_split.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_metatoken.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_meta.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -c fl_metascanner.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_metascanner.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -c fl_topo.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_topo.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -c fl_package_base.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_package_base.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -c findlib.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c findlib.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_args.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_lint.ml - ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c ocaml_args.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c frontend.ml - ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ - -I +unix -I +dynlink ocaml_args.cmo frontend.cmo - ocamlc -I +compiler-libs -I +unix -I +dynlink -c topfind.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c topfind.ml - ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat topfind_rd1.p | \ - ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.02/lib' \ - >topfind - ocamlc -I +compiler-libs -I +unix -I +dynlink -c num_top_printers.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c num_top_printers.ml - ocamlc -I +compiler-libs -I +unix -I +dynlink -c num_top.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c num_top.ml - ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo - ocamlc -I +compiler-libs -I +unix -I +dynlink -c fl_dynload.mli - ocamlc -I +compiler-libs -I +unix -I +dynlink -g -c fl_dynload.ml - ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - make all-config - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/home/opam/.opam/4.02/lib' >findlib.conf - if ./tools/cmd_from_same_dir ocamlc; then \ - echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamlopt; then \ - echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldep; then \ - echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldoc; then \ - echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' Processing 61/104: [llvm.14.0.6: http] [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make opt] Processing 61/104: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make opt] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5) - for p in findlib; do ( cd src/$p; make opt ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c findlib_config.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_split.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_metatoken.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_meta.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_metascanner.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_topo.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_package_base.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c findlib.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_args.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_lint.ml - ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ - fi - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c ocaml_args.ml - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c frontend.ml - ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ - -I +unix -I +dynlink ocaml_args.cmx frontend.cmx - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c topfind.ml - ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ - fi - ocamlopt -I +compiler-libs -g -I +unix -I +dynlink -c fl_dynload.ml - ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' -> compiled ocamlfind.1.9.5 Processing 61/104: [camlp4: make all] [dune: ocaml bootstrap.ml] Processing 62/104: [camlp4: make all] [dune: ocaml bootstrap.ml] [ocamlfind: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5) - if [ "1" -eq 1 ]; then \ - for x in camlp4 dbm graphics labltk num ocamlbuild; do \ - if [ -f "/home/opam/.opam/4.02/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.02/lib/$x/META"; then \ - rm -f site-lib-src/$x/META; \ - fi; \ - fi; \ - done; \ - test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ - fi - echo 'SITELIB_META =' > Makefile.packages.in - for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done - tr '\n' ' ' < Makefile.packages.in > Makefile.packages - rm Makefile.packages.in - install -d "/home/opam/.opam/4.02/bin" - install -d "/home/opam/.opam/4.02/man" - make install-config - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' - install -d "`dirname \"/home/opam/.opam/4.02/lib/findlib.conf\"`" - test -f "/home/opam/.opam/4.02/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/4.02/lib/findlib.conf" - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' - for p in findlib; do ( cd src/$p; make install ); done - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - install -d "/home/opam/.opam/4.02/lib/findlib" - install -d "/home/opam/.opam/4.02/bin" - test 1 -eq 0 || install -d "/home/opam/.opam/4.02/lib/ocaml" - test 1 -eq 0 || install -c topfind "/home/opam/.opam/4.02/lib/ocaml/" - files=` ../../tools/collect_files ../../Makefile.config \ - findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \ - findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \ - fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \ - fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \ - fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \ - findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \ - META` && \ - install -c $files "/home/opam/.opam/4.02/lib/findlib/" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - install -c $f "/home/opam/.opam/4.02/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/home/opam/.opam/4.02/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/home/opam/.opam/4.02/lib/ocaml/compiler-libs/"; \ - install -c topdirs.cmi toploop.cmi "/home/opam/.opam/4.02/lib/findlib/"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - make install-meta - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' - for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamlbuild ocamldoc stdlib str threads unix ; do install -d "/home/opam/.opam/4.02/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/4.02/lib/$x/META.tmp" && mv "/home/opam/.opam/4.02/lib/$x/META.tmp" "/home/opam/.opam/4.02/lib/$x/META"; done - install -d "/home/opam/.opam/4.02/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/4.02/lib/findlib/Makefile.packages" - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' - test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - install -d "/home/opam/.opam/4.02/lib/num-top" - install -c num_top.cma num_top.cmi num_top_printers.cmi \ - "/home/opam/.opam/4.02/lib/num-top/" - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/home/opam/.opam/4.02/bin" - make install-doc - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' - install -d "/home/opam/.opam/4.02/man/man1" "/home/opam/.opam/4.02/man/man3" "/home/opam/.opam/4.02/man/man5" - install -c doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.02/man/man1" - install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.02/man/man5" - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.5' -> installed ocamlfind.1.9.5 Processing 62/104: [camlp4: make all] [dune: ocaml bootstrap.ml] Processing 63/104: [camlp4: make all] [dune: ocaml bootstrap.ml] -> installed base-bytes.base Processing 64/104: [camlp4: make all] [dune: ocaml bootstrap.ml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" (CWD=/home/opam/.opam/4.02/.opam-switch/build/dune.1.11.4) - cp src/ocaml-syntax-shims/pp.real.ml src/ocaml-syntax-shims/pp.ml - cp src/ocaml-syntax-shims/shims.402.ml src/ocaml-syntax-shims/shims.ml - /home/opam/.opam/4.02/bin/ocamllex.opt -q src/ocaml-syntax-shims/let_trail.mll - /home/opam/.opam/4.02/bin/ocamldep.opt -modules src/ocaml-syntax-shims/let_trail.mli src/ocaml-syntax-shims/let_trail.ml src/ocaml-syntax-shims/pp.ml src/ocaml-syntax-shims/shims.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamlopt.opt -g -w -40 -o boot-pp.exe -I +compiler-libs ocamlcommon.cmxa boot_pp.ml - /home/opam/.opam/4.02/bin/ocamllex.opt -q src/ocamlobjinfo.mll - /home/opam/.opam/4.02/bin/ocamllex.opt -q src/meta_lexer.mll - /home/opam/.opam/4.02/bin/ocamllex.opt -q src/dune_lexer.mll - /home/opam/.opam/4.02/bin/ocamllex.opt -q src/dune_lang/dune_lexer.mll - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/action.mli src/action.ml src/action_ast.ml src/action_dune_lang.mli src/action_dune_lang.ml src/action_exec.mli src/action_exec.ml src/action_intf.ml src/action_mapper.mli src/action_mapper.ml src/action_to_sh.mli src/action_to_sh.boot.ml src/action_unexpanded.mli src/action_unexpanded.ml src/alias.mli src/alias.ml src/artifact_substitution.mli src/artifact_substitution.ml src/artifacts.mli src/artifacts.ml src/binary_kind.mli src/binary_kind.ml src/bindings.mli src/bindings.ml src/blang.mli src/blang.ml src/bootstrap.mli src/bootstrap.boot.ml src/build.mli src/build.ml otherlibs/build-info/src/build_info.mli otherlibs/build-info/src/build_info.ml otherlibs/build-info/src/build_info_data.mli otherlibs/build-info/src/build_info_data.boot.ml src/build_system.mli src/build_system.ml src/c.mli src/c.ml src/c_sources.mli src/c_sources.ml src/cached_digest.mli src/cached_digest.ml src/check_rules.mli src/check_rules.ml src/cinaps.mli src/cinaps.boot.ml src/clflags.mli src/clflags.ml src/cm_files.mli src/cm_files.ml src/cm_kind.mli src/cm_kind.ml src/colors.mli src/colors.ml src/command.mli src/command.ml src/compilation_context.mli src/compilation_context.ml src/config.mli src/config.ml src/context.mli src/context.ml src/coq_module.mli src/coq_module.ml src/coq_rules.mli src/coq_rules.boot.ml src/dep.mli src/dep.ml src/dep_graph.mli src/dep_graph.ml src/dep_path.mli src/dep_path.ml src/dep_rules.mli src/dep_rules.ml src/dialect.mli src/dialect.ml src/diff.mli src/diff.ml src/dir_contents.mli src/dir_contents.ml src/dir_set.mli src/dir_set.ml src/dir_status.mli src/dir_status.ml src/dir_with_dune.mli src/dir_with_dune.ml src/dpath.mli src/dpath.ml src/dune_env.mli src/dune_env.ml src/dune_file.mli src/dune_file.ml src/dune_init.mli src/dune_init.ml src/dune_lexer.mli src/dune_lexer.ml src/dune_load.mli src/dune_load.ml src/dune_package.mli src/dune_package.ml src/dune_project.mli src/dune_project.ml vendor/boot/dune_re.ml src/dynlink_supported.mli src/dynlink_supported.ml src/env_node.mli src/env_node.ml src/exe.mli src/exe.ml src/exe_rules.mli src/exe_rules.ml src/expander.mli src/expander.ml src/file_binding.mli src/file_binding.ml src/file_selector.mli src/file_selector.ml src/file_tree.mli src/file_tree.ml src/findlib.mli src/findlib.ml src/format_dune_lang.mli src/format_dune_lang.ml src/format_rules.mli src/format_rules.ml src/gen_meta.mli src/gen_meta.ml src/gen_rules.mli src/gen_rules.ml src/glob.mli src/glob.ml src/glob_lexer.mli src/glob_lexer.boot.ml src/hooks.mli src/hooks.ml src/import.ml src/inline_tests.mli src/inline_tests.boot.ml src/install.mli src/install.ml src/install_rules.mli src/install_rules.ml src/installed_dune_file.mli src/installed_dune_file.ml src/js_of_ocaml_rules.mli src/js_of_ocaml_rules.boot.ml src/lib.mli src/lib.ml src/lib_archives.mli src/lib_archives.ml src/lib_config.mli src/lib_config.ml src/lib_deps_info.mli src/lib_deps_info.ml src/lib_file_deps.mli src/lib_file_deps.ml src/lib_info.mli src/lib_info.ml src/lib_kind.mli src/lib_kind.ml src/lib_name.mli src/lib_name.ml src/lib_rules.mli src/lib_rules.ml src/link_time_code_gen.mli src/link_time_code_gen.ml src/local_package.mli src/local_package.ml src/main.mli src/main.ml src/menhir.mli src/menhir.boot.ml src/merlin.mli src/merlin.ml src/meta.mli src/meta.ml src/meta_lexer.mli src/meta_lexer.ml src/ml_kind.mli src/ml_kind.ml src/mode.mli src/mode.ml src/module.mli src/module.ml src/module_compilation.mli src/module_compilation.ml src/modules.mli src/modules.ml src/modules_field_evaluator.mli src/modules_field_evaluator.ml src/obj_dir.mli src/obj_dir.ml src/ocaml_flags.mli src/ocaml_flags.ml src/ocaml_version.mli src/ocaml_version.ml src/ocamldep.mli src/ocamldep.ml src/ocamlobjinfo.mli src/ocamlobjinfo.ml src/odoc.mli src/odoc.boot.ml vendor/boot/opamBaseParser.ml vendor/boot/opamLexer.ml vendor/boot/opamParserTypes.ml vendor/boot/opamPrinter.ml src/opam_create.mli src/opam_create.boot.ml src/opam_file.mli src/opam_file.ml src/ordered_set_lang.mli src/ordered_set_lang.ml src/package.mli src/package.ml src/packages.mli src/packages.ml src/per_item.mli src/per_item.ml src/persistent.mli src/persistent.ml src/pform.mli src/pform.ml src/predicate.mli src/predicate.ml src/predicate_lang.mli src/predicate_lang.ml src/preprocessing.mli src/preprocessing.ml src/print_diff.mli src/print_diff.ml src/process.mli src/process.ml src/promotion.mli src/promotion.ml src/report_error.mli src/report_error.ml src/response_file.mli src/response_file.ml src/rule.mli src/rule.ml src/rules.mli src/rules.ml src/scheduler.mli src/scheduler.ml src/scheme.mli src/scheme.ml src/scope.mli src/scope.ml src/setup.mli src/setup.boot.ml src/simple_rules.mli src/simple_rules.ml src/spawn.mli src/spawn.ml src/stanza.mli src/stanza.ml src/static_deps.mli src/static_deps.ml src/stats.mli src/stats.boot.ml src/string_with_vars.mli src/string_with_vars.ml src/sub_dirs.mli src/sub_dirs.ml src/sub_system.mli src/sub_system.ml src/sub_system_info.mli src/sub_system_info.ml src/sub_system_intf.ml src/sub_system_name.mli src/sub_system_name.ml src/super_context.mli src/super_context.ml src/syntax.mli src/syntax.ml src/test_rules.mli src/test_rules.boot.ml src/top_closure.mli src/top_closure.ml src/toplevel.mli src/toplevel.ml src/upgrader.mli src/upgrader.boot.ml src/utils.mli src/utils.ml src/utop.mli src/utop.boot.ml src/value.mli src/value.ml src/variant.mli src/variant.ml src/vcs.mli src/vcs.ml src/versioned_file.mli src/versioned_file.ml src/vimpl.mli src/vimpl.ml src/virtual_rules.mli src/virtual_rules.ml src/visibility.mli src/visibility.ml src/watermarks.mli src/watermarks.ml src/workspace.mli src/workspace.ml src/wrapped.mli src/wrapped.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/dag/dag.mli src/dag/dag.ml src/dag/dag_intf.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/stdune/caml/dune_caml.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/dune_lang/dune_lang.mli src/dune_lang/dune_lang.ml src/dune_lang/atom.mli src/dune_lang/atom.ml src/dune_lang/combinators.ml src/dune_lang/dune_lexer.mli src/dune_lang/dune_lexer.ml src/dune_lang/escape.mli src/dune_lang/escape.ml src/dune_lang/file_syntax.mli src/dune_lang/file_syntax.ml src/dune_lang/jbuild_lexer.mli src/dune_lang/jbuild_lexer.boot.ml src/dune_lang/lexer.mli src/dune_lang/lexer.ml src/dune_lang/lexer_shared.mli src/dune_lang/lexer_shared.ml src/dune_lang/template.mli src/dune_lang/template.ml src/dune_lang/types.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/stdune/result/dune_result.ml src/stdune/result/result.mli src/stdune/result/result.ml src/stdune/result/result_compat.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/fiber/fiber.mli src/fiber/fiber.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' vendor/incremental-cycles/src/incremental_cycles.mli vendor/incremental-cycles/src/incremental_cycles.ml vendor/incremental-cycles/src/incremental_cycles_intf.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/memo/memo.mli src/memo/memo.ml src/memo/implicit_output.mli src/memo/implicit_output.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/ocaml-config/ocaml_config.mli src/ocaml-config/ocaml_config.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/stdune/stdune.ml src/stdune/ansi_color.mli src/stdune/ansi_color.ml src/stdune/appendable_list.mli src/stdune/appendable_list.ml src/stdune/array.ml src/stdune/bin.mli src/stdune/bin.ml src/stdune/bool.mli src/stdune/bool.ml src/stdune/bytes.mli src/stdune/bytes.ml src/stdune/char.ml src/stdune/code_error.mli src/stdune/code_error.ml src/stdune/common.ml src/stdune/comparable.mli src/stdune/comparable.ml src/stdune/comparable_intf.ml src/stdune/comparator.mli src/stdune/comparator.ml src/stdune/console.mli src/stdune/console.ml src/stdune/csexp.mli src/stdune/csexp.ml src/stdune/digest.mli src/stdune/digest.ml src/stdune/dyn.mli src/stdune/dyn.ml src/stdune/either.mli src/stdune/either.ml src/stdune/env.mli src/stdune/env.ml src/stdune/escape.mli src/stdune/escape.ml src/stdune/exn.mli src/stdune/exn.ml src/stdune/exn_with_backtrace.mli src/stdune/exn_with_backtrace.ml src/stdune/fdecl.mli src/stdune/fdecl.ml src/stdune/filename.mli src/stdune/filename.ml src/stdune/float.mli src/stdune/float.ml src/stdune/fmt.mli src/stdune/fmt.ml src/stdune/fn.mli src/stdune/fn.ml src/stdune/hashable.ml src/stdune/hashtbl.mli src/stdune/hashtbl.ml src/stdune/hashtbl_intf.ml src/stdune/id.mli src/stdune/id.ml src/stdune/int.mli src/stdune/int.ml src/stdune/interned.mli src/stdune/interned.ml src/stdune/io.mli src/stdune/io.ml src/stdune/lexbuf.mli src/stdune/lexbuf.ml src/stdune/list.mli src/stdune/list.ml src/stdune/loc.mli src/stdune/loc.ml src/stdune/loc0.ml src/stdune/log.mli src/stdune/log.ml src/stdune/map.mli src/stdune/map.ml src/stdune/map_intf.ml src/stdune/monad.mli src/stdune/monad.ml src/stdune/nothing.mli src/stdune/nothing.ml src/stdune/option.mli src/stdune/option.ml src/stdune/or_exn.mli src/stdune/or_exn.ml src/stdune/ordered.mli src/stdune/ordered.ml src/stdune/ordering.mli src/stdune/ordering.ml src/stdune/path.mli src/stdune/path.ml src/stdune/path_intf.ml src/stdune/poly.mli src/stdune/poly.ml src/stdune/pp.mli src/stdune/pp.ml src/stdune/proc.mli src/stdune/proc.ml src/stdune/result.mli src/stdune/result.ml src/stdune/set.mli src/stdune/set.ml src/stdune/set_intf.ml src/stdune/sexp.mli src/stdune/sexp.ml src/stdune/signal.mli src/stdune/signal.ml src/stdune/staged.mli src/stdune/staged.ml src/stdune/string.mli src/stdune/string.ml src/stdune/string_split.mli src/stdune/string_split.ml src/stdune/table.mli src/stdune/table.ml src/stdune/tuple.mli src/stdune/tuple.ml src/stdune/type_eq.mli src/stdune/type_eq.ml src/stdune/unit.mli src/stdune/unit.ml src/stdune/univ_map.mli src/stdune/univ_map.ml src/stdune/user_error.mli src/stdune/user_error.ml src/stdune/user_message.mli src/stdune/user_message.ml src/stdune/user_warning.mli src/stdune/user_warning.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/wp/wp.mli src/wp/wp.boot.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamldep.opt -modules -pp './boot-pp.exe -dump-ast' src/xdg/xdg.mli src/xdg/xdg.ml > boot-depends.txt - /home/opam/.opam/4.02/bin/ocamlc.opt -g -w -40 -o boot.exe -pp './boot-pp.exe -dump-ast' -I +threads unix.cma threads.cma boot.ml Processing 64/104: [camlp4: make all] [dune: ./boot.exe 127] -> retrieved llvm.14.0.6 (https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-project-14.0.6.src.tar.xz) + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./boot.exe" "--release" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/dune.1.11.4) -> compiled dune.1.11.4 Processing 64/104: [camlp4: make all] -> installed dune.1.11.4 Processing 65/104: [camlp4: make all] Processing 66/104: [bigarray-compat: dune build] [camlp4: make all] Processing 67/104: [bigarray-compat: dune build] [camlp4: make all] [cppo: dune build] Processing 68/104: [bigarray-compat: dune build] [camlp4: make all] [cppo: dune build] [integers: dune build] Processing 69/104: [bigarray-compat: dune build] [camlp4: make all] [cppo: dune build] [integers: dune build] Processing 70/104: [bigarray-compat: dune build] [camlp4: make all] [cppo: dune build] [integers: dune build] [ppx_derivers: dune build] Processing 71/104: [bigarray-compat: dune build] [camlp4: make all] [cppo: dune build] [integers: dune build] [ppx_derivers: dune build] [result: dune build] Processing 72/104: [bigarray-compat: dune build] [camlp4: make all] [cppo: dune build] [integers: dune build] [ppx_derivers: dune build] [result: dune build] [seq: dune build] -> installed jbuilder.transition Processing 73/104: [bigarray-compat: dune build] [camlp4: make all] [cppo: dune build] [integers: dune build] [ppx_derivers: dune build] [result: dune build] [seq: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_derivers" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ppx_derivers.1.2.1) -> compiled ppx_derivers.1.2.1 Processing 73/104: [bigarray-compat: dune build] [camlp4: make all] [cppo: dune build] [integers: dune build] [result: dune build] [seq: dune build] -> installed ppx_derivers.1.2.1 Processing 74/104: [bigarray-compat: dune build] [camlp4: make all] [cppo: dune build] [integers: dune build] [result: dune build] [seq: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bigarray-compat" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/bigarray-compat.1.1.0) -> compiled bigarray-compat.1.1.0 Processing 74/104: [camlp4: make all] [cppo: dune build] [integers: dune build] [result: dune build] [seq: dune build] -> installed bigarray-compat.1.1.0 Processing 75/104: [camlp4: make all] [cppo: dune build] [integers: dune build] [result: dune build] [seq: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "result" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/result.1.5) -> compiled result.1.5 Processing 75/104: [camlp4: make all] [cppo: dune build] [integers: dune build] [seq: dune build] -> installed result.1.5 Processing 76/104: [camlp4: make all] [cppo: dune build] [integers: dune build] [seq: dune build] Processing 77/104: [camlp4: make all] [cppo: dune build] [integers: dune build] [ocaml-migrate-parsetree: dune build] [seq: dune build] Processing 78/104: [camlp4: make all] [cppo: dune build] [integers: dune build] [ocaml-migrate-parsetree: dune build] [seq: dune build] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "seq" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/seq.0.2.2) -> compiled seq.0.2.2 Processing 78/104: [camlp4: make all] [cppo: dune build] [integers: dune build] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build] -> installed seq.0.2.2 Processing 79/104: [camlp4: make all] [cppo: dune build] [integers: dune build] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "integers" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/integers.0.4.0) -> compiled integers.0.4.0 Processing 79/104: [camlp4: make all] [cppo: dune build] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build] -> installed integers.0.4.0 Processing 80/104: [camlp4: make all] [cppo: dune build] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build] Processing 81/104: [camlp4: make all] [cppo: dune build] [ctypes: make libffi.config] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/cppo.1.6.9) -> compiled cppo.1.6.9 Processing 81/104: [camlp4: make all] [ctypes: make libffi.config] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build] -> installed cppo.1.6.9 Processing 82/104: [camlp4: make all] [ctypes: make libffi.config] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build] Processing 83/104: [camlp4: make all] [ctypes: make libffi.config] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "XEN=disable" "libffi.config" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0) - ./src/discover/determine_as_needed_flags.sh >> asneeded.config - ocamlfind ocamlc -o discover -package str -strict-sequence -linkpkg src/discover/commands.mli src/discover/commands.ml src/discover/discover.ml -I src/discover - ./discover -ocamlc "ocamlfind ocamlc" > libffi.config || (rm libffi.config && false) - testing for brew: .............................. unavailable - testing for MacPorts: .......................... unavailable - testing for pkg-config: ........................ available - testing for libffi: ............................ available - make: 'libffi.config' is up to date. Processing 83/104: [camlp4: make all] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [topkg: ocaml build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pkg-name" "topkg" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.02/.opam-switch/build/topkg.1.0.0) - ocamlfind ocamldep -package 'bytes result' -modules src/topkg.ml > src/topkg.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg.mli > src/topkg.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg.cmi src/topkg.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_build.ml > src/topkg_build.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_build.mli > src/topkg_build.mli.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmi src/topkg_fpath.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_codec.mli > src/topkg_codec.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmi src/topkg_cmd.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_result.mli > src/topkg_result.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_result.cmi src/topkg_result.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_conf.mli > src/topkg_conf.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmi src/topkg_codec.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmi src/topkg_conf.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_build.cmi src/topkg_build.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_string.ml > src/topkg_string.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_string.mli > src/topkg_string.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_string.cmi src/topkg_string.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_string.cmx src/topkg_string.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmx src/topkg_fpath.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_codec.ml > src/topkg_codec.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmx src/topkg_cmd.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_os.ml > src/topkg_os.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_os.mli > src/topkg_os.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_os.cmi src/topkg_os.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_log.ml > src/topkg_log.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_log.mli > src/topkg_log.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_log.cmi src/topkg_log.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_result.ml > src/topkg_result.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_result.cmx src/topkg_result.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_log.cmx src/topkg_log.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_os.cmx src/topkg_os.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_conf.ml > src/topkg_conf.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmx src/topkg_codec.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmi src/topkg_vcs.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmx src/topkg_vcs.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmx src/topkg_conf.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmi src/topkg_distrib.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_opam.ml > src/topkg_opam.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_opam.mli > src/topkg_opam.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmi src/topkg_opam.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmx src/topkg_opam.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmi src/topkg_fexts.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_install.ml > src/topkg_install.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_install.mli > src/topkg_install.mli.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_test.mli > src/topkg_test.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_test.cmi src/topkg_test.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_install.cmi src/topkg_install.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmx src/topkg_fexts.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_test.ml > src/topkg_test.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_test.cmx src/topkg_test.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_publish.mli > src/topkg_publish.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmi src/topkg_publish.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmi src/topkg_pkg.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmi src/topkg_ipc.mli - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_build.cmx src/topkg_build.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmx src/topkg_distrib.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_install.cmx src/topkg_install.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_publish.ml > src/topkg_publish.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmx src/topkg_publish.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmx src/topkg_pkg.ml - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_main.ml > src/topkg_main.ml.depends - ocamlfind ocamldep -package 'bytes result' -modules src/topkg_main.mli > src/topkg_main.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_main.cmi src/topkg_main.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmx src/topkg_ipc.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_main.cmx src/topkg_main.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg.cmx src/topkg.ml - ocamlfind ocamlopt -a -package 'bytes result' src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa - ocamlfind ocamlopt -shared -package 'bytes result' src/topkg.cmx -o src/topkg.cmxs - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg.cmo src/topkg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_build.cmo src/topkg_build.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_cmd.cmo src/topkg_cmd.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_codec.cmo src/topkg_codec.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_conf.cmo src/topkg_conf.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_distrib.cmo src/topkg_distrib.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fexts.cmo src/topkg_fexts.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_fpath.cmo src/topkg_fpath.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_install.cmo src/topkg_install.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_ipc.cmo src/topkg_ipc.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_log.cmo src/topkg_log.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_main.cmo src/topkg_main.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_opam.cmo src/topkg_opam.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_os.cmo src/topkg_os.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_pkg.cmo src/topkg_pkg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_publish.cmo src/topkg_publish.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_result.cmo src/topkg_result.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_string.cmo src/topkg_string.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_test.cmo src/topkg_test.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'bytes result' -I src -I test -I src-care -I src-bin -o src/topkg_vcs.cmo src/topkg_vcs.ml - ocamlfind ocamlc -a -package 'bytes result' src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma - # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) } -> compiled topkg.1.0.0 Processing 83/104: [camlp4: make all] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [yojson: dune build] -> installed topkg.1.0.0 Processing 84/104: [camlp4: make all] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [yojson: dune build] Processing 85/104: [astring: ocaml build] [camlp4: make all] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [yojson: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yojson" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/yojson.2.0.0) -> compiled yojson.2.0.0 Processing 85/104: [astring: ocaml build] [camlp4: make all] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] -> installed yojson.2.0.0 Processing 86/104: [astring: ocaml build] [camlp4: make all] [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-migrate-parsetree" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocaml-migrate-parsetree.1.8.0) -> compiled ocaml-migrate-parsetree.1.8.0 Processing 86/104: [astring: ocaml build] [camlp4: make all] [ctypes: make ctypes-base] -> installed ocaml-migrate-parsetree.1.8.0 Processing 87/104: [astring: ocaml build] [camlp4: make all] [ctypes: make ctypes-base] Processing 88/104: [astring: ocaml build] [camlp4: make all] [ctypes: make ctypes-base] [js_of_ocaml-compiler: dune build] Processing 89/104: [astring: ocaml build] [camlp4: make all] [ctypes: make ctypes-base] [js_of_ocaml-compiler: dune build] [ppx_tools_versioned: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/4.02/.opam-switch/build/astring.0.8.3) - ocamlfind ocamldep -package bytes -modules src/astring_unsafe.ml > src/astring_unsafe.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_unsafe.cmo src/astring_unsafe.ml - ocamlfind ocamldep -package bytes -modules src/astring_base.ml > src/astring_base.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_base.cmo src/astring_base.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_unsafe.cmx src/astring_unsafe.ml - ocamlfind ocamldep -package bytes -modules src/astring_escape.ml > src/astring_escape.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_escape.cmo src/astring_escape.ml - ocamlfind ocamldep -package bytes -modules src/astring_char.ml > src/astring_char.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_char.cmo src/astring_char.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_escape.cmx src/astring_escape.ml - ocamlfind ocamldep -package bytes -modules src/astring_sub.ml > src/astring_sub.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_sub.cmo src/astring_sub.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_base.cmx src/astring_base.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_char.cmx src/astring_char.ml - ocamlfind ocamldep -package bytes -modules src/astring_string.ml > src/astring_string.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_string.cmo src/astring_string.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_sub.cmx src/astring_sub.ml - ocamlfind ocamldep -package bytes -modules src/astring.ml > src/astring.ml.depends - ocamlfind ocamldep -package bytes -modules src/astring.mli > src/astring.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring.cmi src/astring.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring_string.cmx src/astring_string.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring.cmx src/astring.ml - ocamlfind ocamlopt -a -package bytes src/astring_unsafe.cmx src/astring_base.cmx src/astring_escape.cmx src/astring_char.cmx src/astring_sub.cmx src/astring_string.cmx src/astring.cmx -o src/astring.cmxa - ocamlfind ocamlopt -shared -package bytes src/astring.cmx -o src/astring.cmxs - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/astring.cmo src/astring.ml - ocamlfind ocamlc -a -package bytes src/astring_unsafe.cmo src/astring_base.cmo src/astring_escape.cmo src/astring_char.cmo src/astring_sub.cmo src/astring_string.cmo src/astring.cmo -o src/astring.cma - ocamlfind ocamldep -package compiler-libs.toplevel -package bytes -modules src/astring_top.ml > src/astring_top.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/astring_top.cmo src/astring_top.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/astring_top.cmo src/astring_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/astring_top.cmx src/astring_top.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/astring_top.cmx src/astring_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes src/astring_top.cmx -o src/astring_top.cmxa - + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes src/astring_top.cmx -o src/astring_top.cmxa - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamlfind ocamlopt -shared -package compiler-libs.toplevel -package bytes src/astring_top.cmx -o src/astring_top.cmxs - + ocamlfind ocamlopt -shared -package compiler-libs.toplevel -package bytes src/astring_top.cmx -o src/astring_top.cmxs - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes src/astring_top.cmo -o src/astring_top.cma - + ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes src/astring_top.cmo -o src/astring_top.cma - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - # No parallelism done -> compiled astring.0.8.3 Processing 89/104: [camlp4: make all] [ctypes: make ctypes-base] [js_of_ocaml-compiler: dune build] [ppx_tools_versioned: dune build] -> installed astring.0.8.3 Processing 90/104: [camlp4: make all] [ctypes: make ctypes-base] [js_of_ocaml-compiler: dune build] [ppx_tools_versioned: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_tools_versioned" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ppx_tools_versioned.5.4.0) -> compiled ppx_tools_versioned.5.4.0 Processing 90/104: [camlp4: make all] [ctypes: make ctypes-base] [js_of_ocaml-compiler: dune build] -> installed ppx_tools_versioned.5.4.0 Processing 91/104: [camlp4: make all] [ctypes: make ctypes-base] [js_of_ocaml-compiler: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "XEN=disable" "ctypes-base" "ctypes-stubs" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0) - ocamlfind ocamlc -o gen_c_primitives -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_c_primitives.ml -I src/configure - ./gen_c_primitives > src/ctypes/ctypes_primitives.ml 2> gen_c_primitives.log || (rm src/ctypes/ctypes_primitives.ml && cat gen_c_primitives.log || false) - ocamlfind ocamlc -o gen_libffi_abi -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_libffi_abi.ml -I src/configure - ./gen_libffi_abi > src/ctypes-foreign/libffi_abi.ml 2> gen_c_primitives.log || (rm src/ctypes-foreign/libffi_abi.ml && cat gen_c_primitives.log || false) - cp src/ctypes-foreign/dl.ml.unix src/ctypes-foreign/dl.ml - cp src/ctypes-foreign/dl_stubs.c.unix src/ctypes-foreign/dl_stubs.c - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_ptr.cmo -I _build/src/ctypes src/ctypes/ctypes_ptr.ml - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_roots_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_roots_stubs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/lDouble.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/lDouble.mli - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/lDouble.cmo -I _build/src/ctypes src/ctypes/lDouble.ml - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_bigarray_stubs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/complexL.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/complexL.mli - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/complexL.cmo -I _build/src/ctypes src/ctypes/complexL.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_primitive_types.mli - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_primitive_types.cmo -I _build/src/ctypes src/ctypes/ctypes_primitive_types.ml - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_primitives.cmo -I _build/src/ctypes src/ctypes/ctypes_primitives.ml - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_value_printing_stubs.ml - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_memory_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_memory_stubs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_bigarray.mli - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_bigarray.cmo -I _build/src/ctypes src/ctypes/ctypes_bigarray.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_static.mli - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_static.cmo -I _build/src/ctypes src/ctypes/ctypes_static.ml - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_std_view_stubs.cmo -I _build/src/ctypes src/ctypes/ctypes_std_view_stubs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_structs.mli - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_structs.cmo -I _build/src/ctypes src/ctypes/ctypes_structs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_structs_computed.mli - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_structs_computed.cmo -I _build/src/ctypes src/ctypes/ctypes_structs_computed.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_type_printing.mli - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_type_printing.cmo -I _build/src/ctypes src/ctypes/ctypes_type_printing.ml - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes src/ctypes/ctypes_memory.ml - File "src/ctypes/ctypes_memory.ml", line 189, characters 32-54: - Warning 26: unused variable astart. - File "src/ctypes/ctypes_memory.ml", line 189, characters 11-64: - Warning 26: unused variable arr. - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_coerce.mli - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_coerce.cmo -I _build/src/ctypes src/ctypes/ctypes_coerce.ml - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_std_views.cmo -I _build/src/ctypes src/ctypes/ctypes_std_views.ml - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes_value_printing.cmo -I _build/src/ctypes src/ctypes/ctypes_value_printing.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_types.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/ctypes_types.mli - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/ctypes.mli - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/ctypes.cmo -I _build/src/ctypes src/ctypes/ctypes.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/cstubs_internals.mli - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/cstubs_internals.cmo -I _build/src/ctypes src/ctypes/cstubs_internals.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes/posixTypes.cmi -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes src/ctypes/posixTypes.mli - ocamlfind ocamlc -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes/posixTypes.cmo -I _build/src/ctypes src/ctypes/posixTypes.ml - ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -cclib -lctypes_stubs -dllib -lctypes_stubs -cclib -lintegers_stubs -dllib -lintegers_stubs -package bigarray-compat -package integers -o _build/ctypes.cma _build/src/ctypes/ctypes_ptr.cmo _build/src/ctypes/ctypes_roots_stubs.cmo _build/src/ctypes/lDouble.cmo _build/src/ctypes/ctypes_bigarray_stubs.cmo _build/src/ctypes/complexL.cmo _build/src/ctypes/ctypes_primitive_types.cmo _build/src/ctypes/ctypes_primitives.cmo _build/src/ctypes/ctypes_value_printing_stubs.cmo _build/src/ctypes/ctypes_memory_stubs.cmo _build/src/ctypes/ctypes_bigarray.cmo _build/src/ctypes/ctypes_static.cmo _build/src/ctypes/ctypes_std_view_stubs.cmo _build/src/ctypes/ctypes_structs.cmo _build/src/ctypes/ctypes_structs_computed.cmo _build/src/ctypes/ctypes_type_printing.cmo _build/src/ctypes/ctypes_memory.cmo _build/src/ctypes/ctypes_coerce.cmo _build/src/ctypes/ctypes_std_views.cmo _build/src/ctypes/ctypes_value_printing.cmo _build/src/ctypes/ctypes.cmo _build/src/ctypes/cstubs_internals.cmo _build/src/ctypes/posixTypes.cmo -cclib -Wl,--no-as-needed - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/tests -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes/complex_stubs.c - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/tests -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes/ctypes_bigarrays.c - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/tests -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes/ctypes_roots.c - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/tests -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes/ldouble_stubs.c - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/tests -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes/managed_buffer_stubs.c - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/tests -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes/posix_types_stubs.c - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/tests -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes/raw_pointer_stubs.c - cd _build/src/ctypes && ocamlfind ocamlc -c -package bigarray-compat -package integers -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/tests -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes/type_info_stubs.c - ocamlfind ocamlmklib -o _build/ctypes_stubs _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_ptr.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_ptr.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_roots_stubs.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_roots_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/lDouble.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/lDouble.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_bigarray_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/complexL.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/complexL.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_primitive_types.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_primitives.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_primitives.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_value_printing_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_memory_stubs.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_memory_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_bigarray.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_static.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_std_view_stubs.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_std_view_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_structs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_structs_computed.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_type_printing.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_memory.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_memory.ml - File "src/ctypes/ctypes_memory.ml", line 189, characters 32-54: - Warning 26: unused variable astart. - File "src/ctypes/ctypes_memory.ml", line 189, characters 11-64: - Warning 26: unused variable arr. - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_coerce.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_std_views.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_std_views.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes_value_printing.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/ctypes.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/ctypes.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/cstubs_internals.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes/posixTypes.cmx -package bigarray-compat -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -I _build/src/ctypes src/ctypes/posixTypes.ml - ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -cclib -lctypes_stubs -cclib -lintegers_stubs -o _build/ctypes.cmxa _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx -cclib -Wl,--no-as-needed - ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package bigarray-compat -package integers -o _build/ctypes.cmxs _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o -cclib -Wl,--no-as-needed - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmi -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/ctypes_printers.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamlfind ocamlc -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes-top/ctypes_printers.cmo -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamlfind ocamlc -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/ctypes-top/install_ctypes_printers.cmo -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package compiler-libs -package integers -o _build/ctypes-top.cma _build/src/ctypes-top/ctypes_printers.cmo _build/src/ctypes-top/install_ctypes_printers.cmo -cclib -Wl,--no-as-needed - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamlfind opt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmx -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package compiler-libs -package integers -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamlfind opt -bin-annot -c -o _build/src/ctypes-top/install_ctypes_printers.cmx -package compiler-libs -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package compiler-libs -package integers -I _build/src/ctypes-top -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package compiler-libs -package integers -o _build/ctypes-top.cmxa _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx -cclib -Wl,--no-as-needed - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package compiler-libs -package integers -o _build/ctypes-top.cmxs _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx -cclib -Wl,--no-as-needed - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.02/lib/ocaml, /home/opam/.opam/4.02/lib/ocaml/compiler-libs - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_analysis.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/cstubs/cstubs_analysis.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_analysis.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_errors.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/cstubs/cstubs_errors.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_errors.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/ctypes_path.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/cstubs/ctypes_path.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/ctypes_path.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_public_name.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/cstubs/cstubs_public_name.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_public_name.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_ml.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/cstubs/cstubs_generate_ml.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/cstubs/cstubs_c_language.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_c_language.ml - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/cstubs/cstubs_emit_c.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_c.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/cstubs/cstubs_generate_c.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_inverted.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/cstubs/cstubs_inverted.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_inverted.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_structs.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/cstubs/cstubs_structs.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_structs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs.cmi -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs.mli - ocamlfind ocamlc -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -c -o _build/src/cstubs/cstubs.cmo -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs.ml - ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -o _build/cstubs.cma _build/src/cstubs/cstubs_analysis.cmo _build/src/cstubs/cstubs_errors.cmo _build/src/cstubs/ctypes_path.cmo _build/src/cstubs/cstubs_public_name.cmo _build/src/cstubs/cstubs_generate_ml.cmo _build/src/cstubs/cstubs_c_language.cmo _build/src/cstubs/cstubs_emit_c.cmo _build/src/cstubs/cstubs_generate_c.cmo _build/src/cstubs/cstubs_inverted.cmo _build/src/cstubs/cstubs_structs.cmo _build/src/cstubs/cstubs.cmo -cclib -Wl,--no-as-needed - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_analysis.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_errors.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/ctypes_path.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_public_name.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_c_language.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_c_language.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_emit_c.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_inverted.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs_structs.ml - ocamlfind opt -bin-annot -c -o _build/src/cstubs/cstubs.cmx -package str -package integers -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -I _build/src/cstubs -I _build/src/ctypes src/cstubs/cstubs.ml - ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -o _build/cstubs.cmxa _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx -cclib -Wl,--no-as-needed - ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -package str -package integers -o _build/cstubs.cmxs _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx -cclib -Wl,--no-as-needed Processing 91/104: [camlp4: make all] [ctypes: make ctypes-foreign] [js_of_ocaml-compiler: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "js_of_ocaml-compiler" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/js_of_ocaml-compiler.3.5.2) -> compiled js_of_ocaml-compiler.3.5.2 Processing 91/104: [camlp4: make all] [ctypes: make ctypes-foreign] -> installed js_of_ocaml-compiler.3.5.2 Processing 92/104: [camlp4: make all] [ctypes: make ctypes-foreign] Processing 93/104: [camlp4: make all] [ctypes: make ctypes-foreign] [js_of_ocaml: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "XEN=disable" "ctypes-foreign" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0) - make: Circular ctypes-foreign <- ctypes-foreign dependency dropped. - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_closure_properties.cmi -package integers -thread -package threads -opaque -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_closure_properties.mli - ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -c -o _build/src/ctypes-foreign/ctypes_closure_properties.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_closure_properties.ml - ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -c -o _build/src/ctypes-foreign/ctypes_ffi_stubs.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi_stubs.ml - ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -c -o _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_foreign_threaded_stubs.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_weak_ref.cmi -package integers -thread -package threads -opaque -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_weak_ref.mli - ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -c -o _build/src/ctypes-foreign/ctypes_weak_ref.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_weak_ref.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/dl.cmi -package integers -thread -package threads -opaque -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/dl.mli - ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -c -o _build/src/ctypes-foreign/dl.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/dl.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/libffi_abi.cmi -package integers -thread -package threads -opaque -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/libffi_abi.mli - ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -c -o _build/src/ctypes-foreign/libffi_abi.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/libffi_abi.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_ffi.cmi -package integers -thread -package threads -opaque -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi.mli - ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -c -o _build/src/ctypes-foreign/ctypes_ffi.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi.ml - ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -c -o _build/src/ctypes-foreign/ctypes_foreign_basis.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_foreign_basis.ml - ocamlfind ocamlopt -bin-annot -c -o _build/src/ctypes-foreign/foreign.cmi -package integers -thread -package threads -opaque -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/foreign.mli - ocamlfind ocamlc -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -c -o _build/src/ctypes-foreign/foreign.cmo -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/foreign.ml - ocamlfind ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -cclib -lctypes-foreign_stubs -dllib -lctypes-foreign_stubs -package integers -thread -package threads -o _build/ctypes-foreign.cma _build/src/ctypes-foreign/ctypes_closure_properties.cmo _build/src/ctypes-foreign/ctypes_ffi_stubs.cmo _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmo _build/src/ctypes-foreign/ctypes_weak_ref.cmo _build/src/ctypes-foreign/dl.cmo _build/src/ctypes-foreign/libffi_abi.cmo _build/src/ctypes-foreign/ctypes_ffi.cmo _build/src/ctypes-foreign/ctypes_foreign_basis.cmo _build/src/ctypes-foreign/foreign.cmo -cclib -Wl,--no-as-needed -cclib -lffi - cd _build/src/ctypes-foreign && ocamlfind ocamlc -c -package integers -thread -package threads -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/tests -o dl_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes-foreign/dl_stubs.c - cd _build/src/ctypes-foreign && ocamlfind ocamlc -c -package integers -thread -package threads -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/tests -o ffi_call_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes-foreign/ffi_call_stubs.c - cd _build/src/ctypes-foreign && ocamlfind ocamlc -c -package integers -thread -package threads -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/tests -o ffi_type_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes-foreign/ffi_type_stubs.c - cd _build/src/ctypes-foreign && ocamlfind ocamlc -c -package integers -thread -package threads -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/tests -o foreign_threaded_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" /home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0/src/ctypes-foreign/foreign_threaded_stubs.c - ocamlfind ocamlmklib -o _build/ctypes-foreign_stubs _build/src/ctypes-foreign/dl_stubs.o _build/src/ctypes-foreign/ffi_call_stubs.o _build/src/ctypes-foreign/ffi_type_stubs.o _build/src/ctypes-foreign/foreign_threaded_stubs.o -ldopt -lffi - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_closure_properties.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_closure_properties.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_foreign_threaded_stubs.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_weak_ref.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_weak_ref.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/dl.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/dl.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/libffi_abi.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/libffi_abi.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_ffi.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_ffi.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/ctypes_foreign_basis.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/ctypes_foreign_basis.ml - ocamlfind opt -bin-annot -c -o _build/src/ctypes-foreign/foreign.cmx -package integers -thread -package threads -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -package integers -thread -package threads -I _build/src/ctypes-foreign -I _build/src/ctypes src/ctypes-foreign/foreign.ml - ocamlfind opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -package integers -thread -package threads -cclib -lctypes-foreign_stubs -o _build/ctypes-foreign.cmxa _build/src/ctypes-foreign/ctypes_closure_properties.cmx _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign/ctypes_weak_ref.cmx _build/src/ctypes-foreign/dl.cmx _build/src/ctypes-foreign/libffi_abi.cmx _build/src/ctypes-foreign/ctypes_ffi.cmx _build/src/ctypes-foreign/ctypes_foreign_basis.cmx _build/src/ctypes-foreign/foreign.cmx -cclib -Wl,--no-as-needed -cclib -lffi - ocamlfind opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.02/lib/integers" -thread -package integers -thread -package threads -o _build/ctypes-foreign.cmxs _build/src/ctypes-foreign/ctypes_closure_properties.cmx _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign/ctypes_weak_ref.cmx _build/src/ctypes-foreign/dl.cmx _build/src/ctypes-foreign/libffi_abi.cmx _build/src/ctypes-foreign/ctypes_ffi.cmx _build/src/ctypes-foreign/ctypes_foreign_basis.cmx _build/src/ctypes-foreign/foreign.cmx _build/src/ctypes-foreign/dl_stubs.o _build/src/ctypes-foreign/ffi_call_stubs.o _build/src/ctypes-foreign/ffi_type_stubs.o _build/src/ctypes-foreign/foreign_threaded_stubs.o -cclib -Wl,--no-as-needed -cclib -lffi -> compiled ctypes.0.18.0 Processing 93/104: [camlp4: make all] [js_of_ocaml: dune build] Processing 94/104: [camlp4: make all] [js_of_ocaml: dune build] [ctypes: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "XEN=disable" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ctypes.0.18.0) - ocamlfind install ctypes META CHANGES.md - Installed /home/opam/.opam/4.02/lib/ctypes/CHANGES.md - Installed /home/opam/.opam/4.02/lib/ctypes/META - ocamlfind install -add ctypes -optional _build/ctypes.cma _build/dllctypes_stubs.so _build/ctypes.cmxa _build/ctypes.cmxs _build/libctypes_stubs.a _build/ctypes.a src/ctypes/lDouble.mli src/ctypes/complexL.mli src/ctypes/ctypes.mli src/ctypes/posixTypes.mli src/ctypes/ctypes_types.mli _build/src/ctypes/lDouble.cmi _build/src/ctypes/complexL.cmi _build/src/ctypes/ctypes.cmi _build/src/ctypes/posixTypes.cmi _build/src/ctypes/ctypes_types.cmi _build/src/ctypes/ctypes_static.cmi _build/src/ctypes/ctypes_primitive_types.cmi _build/src/ctypes/ctypes_structs.cmi _build/src/ctypes/cstubs_internals.cmi _build/src/ctypes/lDouble.cmt _build/src/ctypes/complexL.cmt _build/src/ctypes/ctypes.cmt _build/src/ctypes/posixTypes.cmt _build/src/ctypes/ctypes_types.cmt _build/src/ctypes/lDouble.cmti _build/src/ctypes/complexL.cmti _build/src/ctypes/ctypes.cmti _build/src/ctypes/posixTypes.cmti _build/src/ctypes/ctypes_types.cmti src/ctypes/cstubs_internals.h src/ctypes/ctypes_complex_compatibility.h src/ctypes/ctypes_complex_stubs.h src/ctypes/ctypes_cstubs_internals.h src/ctypes/ctypes_ldouble_stubs.h src/ctypes/ctypes_managed_buffer_stubs.h src/ctypes/ctypes_primitives.h src/ctypes/ctypes_raw_pointer.h src/ctypes/ctypes_type_info_stubs.h _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/posixTypes.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_internals.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_value_printing.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_std_views.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_coerce.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_memory.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_type_printing.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_structs_computed.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_structs.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_std_view_stubs.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_static.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_bigarray.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_memory_stubs.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_value_printing_stubs.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_primitives.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_primitive_types.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/complexL.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_bigarray_stubs.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/lDouble.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_roots_stubs.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_ptr.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_type_info_stubs.h - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_raw_pointer.h - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_primitives.h - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_managed_buffer_stubs.h - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_ldouble_stubs.h - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_cstubs_internals.h - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_complex_stubs.h - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_complex_compatibility.h - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_internals.h - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_types.cmti - Installed /home/opam/.opam/4.02/lib/ctypes/posixTypes.cmti - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes.cmti - Installed /home/opam/.opam/4.02/lib/ctypes/complexL.cmti - Installed /home/opam/.opam/4.02/lib/ctypes/lDouble.cmti - Installed /home/opam/.opam/4.02/lib/ctypes/posixTypes.cmt - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes.cmt - Installed /home/opam/.opam/4.02/lib/ctypes/complexL.cmt - Installed /home/opam/.opam/4.02/lib/ctypes/lDouble.cmt - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_internals.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_structs.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_primitive_types.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_static.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_types.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/posixTypes.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/complexL.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/lDouble.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_types.mli - Installed /home/opam/.opam/4.02/lib/ctypes/posixTypes.mli - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes.mli - Installed /home/opam/.opam/4.02/lib/ctypes/complexL.mli - Installed /home/opam/.opam/4.02/lib/ctypes/lDouble.mli - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes.a - Installed /home/opam/.opam/4.02/lib/ctypes/libctypes_stubs.a - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes.cmxs - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes.cmxa - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes.cma - Installed /home/opam/.opam/4.02/lib/stublibs/dllctypes_stubs.so - Installed /home/opam/.opam/4.02/lib/stublibs/dllctypes_stubs.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.02/lib/stublibs is not mentioned in ld.conf - ocamlfind install -add ctypes -optional _build/ctypes-top.cma _build/ctypes-top.cmxa _build/ctypes-top.cmxs _build/ctypes-top.a src/ctypes-top/ctypes_printers.mli _build/src/ctypes-top/ctypes_printers.cmi _build/src/ctypes-top/ctypes_printers.cmt _build/src/ctypes-top/ctypes_printers.cmti _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/install_ctypes_printers.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_printers.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_printers.cmti - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_printers.cmt - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_printers.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_printers.mli - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes-top.a - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes-top.cmxs - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes-top.cmxa - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes-top.cma - ocamlfind install -add ctypes -optional _build/ctypes-foreign.cma _build/dllctypes-foreign_stubs.so _build/ctypes-foreign.cmxa _build/ctypes-foreign.cmxs _build/libctypes-foreign_stubs.a _build/ctypes-foreign.a src/ctypes-foreign/dl.mli src/ctypes-foreign/libffi_abi.mli src/ctypes-foreign/foreign.mli _build/src/ctypes-foreign/dl.cmi _build/src/ctypes-foreign/libffi_abi.cmi _build/src/ctypes-foreign/foreign.cmi _build/src/ctypes-foreign/dl.cmt _build/src/ctypes-foreign/libffi_abi.cmt _build/src/ctypes-foreign/foreign.cmt _build/src/ctypes-foreign/dl.cmti _build/src/ctypes-foreign/libffi_abi.cmti _build/src/ctypes-foreign/foreign.cmti _build/src/ctypes-foreign/ctypes_closure_properties.cmx _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign/ctypes_weak_ref.cmx _build/src/ctypes-foreign/dl.cmx _build/src/ctypes-foreign/libffi_abi.cmx _build/src/ctypes-foreign/ctypes_ffi.cmx _build/src/ctypes-foreign/ctypes_foreign_basis.cmx _build/src/ctypes-foreign/foreign.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/foreign.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_foreign_basis.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_ffi.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/libffi_abi.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/dl.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_weak_ref.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_foreign_threaded_stubs.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_ffi_stubs.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_closure_properties.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/foreign.cmti - Installed /home/opam/.opam/4.02/lib/ctypes/libffi_abi.cmti - Installed /home/opam/.opam/4.02/lib/ctypes/dl.cmti - Installed /home/opam/.opam/4.02/lib/ctypes/foreign.cmt - Installed /home/opam/.opam/4.02/lib/ctypes/libffi_abi.cmt - Installed /home/opam/.opam/4.02/lib/ctypes/dl.cmt - Installed /home/opam/.opam/4.02/lib/ctypes/foreign.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/libffi_abi.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/dl.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/foreign.mli - Installed /home/opam/.opam/4.02/lib/ctypes/libffi_abi.mli - Installed /home/opam/.opam/4.02/lib/ctypes/dl.mli - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes-foreign.a - Installed /home/opam/.opam/4.02/lib/ctypes/libctypes-foreign_stubs.a - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes-foreign.cmxs - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes-foreign.cmxa - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes-foreign.cma - Installed /home/opam/.opam/4.02/lib/stublibs/dllctypes-foreign_stubs.so - Installed /home/opam/.opam/4.02/lib/stublibs/dllctypes-foreign_stubs.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.02/lib/stublibs is not mentioned in ld.conf - ocamlfind install -add ctypes -optional _build/cstubs.cma _build/cstubs.cmxa _build/cstubs.cmxs _build/cstubs.a src/cstubs/cstubs_structs.mli src/cstubs/cstubs.mli src/cstubs/cstubs_inverted.mli _build/src/cstubs/cstubs_structs.cmi _build/src/cstubs/cstubs.cmi _build/src/cstubs/cstubs_inverted.cmi _build/src/cstubs/cstubs_structs.cmt _build/src/cstubs/cstubs.cmt _build/src/cstubs/cstubs_inverted.cmt _build/src/cstubs/cstubs_structs.cmti _build/src/cstubs/cstubs.cmti _build/src/cstubs/cstubs_inverted.cmti /home/opam/.opam/4.02/lib/integers/ocaml_integers.h _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_structs.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_inverted.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_generate_c.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_emit_c.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_c_language.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_generate_ml.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_public_name.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ctypes_path.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_errors.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_analysis.cmx - Installed /home/opam/.opam/4.02/lib/ctypes/ocaml_integers.h - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_inverted.cmti - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs.cmti - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_structs.cmti - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_inverted.cmt - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs.cmt - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_structs.cmt - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_inverted.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_structs.cmi - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_inverted.mli - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs.mli - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs_structs.mli - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs.a - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs.cmxs - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs.cmxa - Installed /home/opam/.opam/4.02/lib/ctypes/cstubs.cma -> installed ctypes.0.18.0 Processing 94/104: [camlp4: make all] [js_of_ocaml: dune build] [llvm: patch] applying fix-shared.patch Processing 95/104: [camlp4: make all] [js_of_ocaml: dune build] [llvm: patch] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "js_of_ocaml" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/js_of_ocaml.3.5.2) -> compiled js_of_ocaml.3.5.2 Processing 95/104: [camlp4: make all] [llvm: patch] -> installed js_of_ocaml.3.5.2 Processing 96/104: [camlp4: make all] [llvm: patch] [llvm: patch] applying fix-macos.patch [llvm: patch] applying fix-rhel.patch Processing 96/104: [camlp4: make all] [llvm: bash install.sh] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp4.4.02+7) - ocamlbuild -classic-display -no-ocamlfind `sh ./build/camlp4-byte-only.sh` - + echo camlp4/Camlp4.cmo camlp4/Camlp4Top.cmo camlp4/camlp4prof.byte camlp4/mkcamlp4.byte camlp4/camlp4.byte camlp4/camlp4fulllib.cma camlp4/camlp4boot.byte camlp4/camlp4boot.cma camlp4/camlp4r.byte camlp4/camlp4r.cma camlp4/camlp4rf.byte camlp4/camlp4rf.cma camlp4/camlp4o.byte camlp4/camlp4o.cma camlp4/camlp4of.byte camlp4/camlp4of.cma camlp4/camlp4oof.byte camlp4/camlp4oof.cma camlp4/camlp4orf.byte camlp4/camlp4orf.cma camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo - /home/opam/.opam/4.02/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild_config.ml myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/boot/camlp4boot.ml > camlp4/boot/camlp4boot.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/boot/Camlp4.ml > camlp4/boot/Camlp4.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/config/Camlp4_config.mli > camlp4/config/Camlp4_config.mli.depends - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/warnings.cmi camlp4/import/warnings.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/location.cmi camlp4/import/location.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/longident.cmi camlp4/import/longident.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/asttypes.cmi camlp4/import/asttypes.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/parsetree.cmi camlp4/import/parsetree.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/outcometree.cmi camlp4/import/outcometree.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/oprint.cmi camlp4/import/oprint.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/toploop.cmi camlp4/import/toploop.cmi - cp /home/opam/.opam/4.02/lib/ocaml/compiler-libs/topdirs.cmi camlp4/import/topdirs.cmi - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmi camlp4/config/Camlp4_config.mli - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w a -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4/boot -o camlp4/boot/Camlp4.cmo camlp4/boot/Camlp4.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w a -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4/boot -o camlp4/boot/camlp4boot.cmo camlp4/boot/camlp4boot.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/config/Camlp4_config.ml > camlp4/config/Camlp4_config.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/config/gen_import.ml > camlp4/config/gen_import.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I +compiler-libs -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/gen_import.cmo camlp4/config/gen_import.ml - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma -g -I +compiler-libs ocamlcommon.cma camlp4/config/gen_import.cmo -o camlp4/config/gen_import.byte - camlp4/config/gen_import.byte /home/opam/.opam/4.02/lib/ocaml - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/config/Camlp4_import.ml > camlp4/config/Camlp4_import.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_import.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmo camlp4/config/Camlp4_config.ml - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma -g camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/boot/Camlp4.cmo camlp4/boot/camlp4boot.cmo -o camlp4/boot/camlp4boot.byte - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.mli > camlp4/Camlp4/Debug.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmi camlp4/Camlp4/Debug.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.ml > camlp4/Camlp4/Debug.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.mli > camlp4/Camlp4/ErrorHandler.mli.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Sig.ml > camlp4/Camlp4/Sig.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Sig.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmi camlp4/Camlp4/ErrorHandler.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.ml > camlp4/Camlp4/ErrorHandler.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Utils.mli > camlp4/Camlp4/Utils.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmi camlp4/Camlp4/Utils.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/OCamlInitSyntax.ml > camlp4/Camlp4/OCamlInitSyntax.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.mli > camlp4/Camlp4/Options.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmi camlp4/Camlp4/Options.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.ml > camlp4/Camlp4/Options.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.mli > camlp4/Camlp4/PreCast.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmi camlp4/Camlp4/PreCast.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.ml > camlp4/Camlp4/PreCast.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/OCamlInitSyntax.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.mli > camlp4/Camlp4/Printers/DumpCamlp4Ast.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmi camlp4/Camlp4/Printers/DumpCamlp4Ast.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.ml > camlp4/Camlp4/Printers/DumpCamlp4Ast.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.mli > camlp4/Camlp4/Printers/DumpOCamlAst.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmi camlp4/Camlp4/Printers/DumpOCamlAst.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.ml > camlp4/Camlp4/Printers/DumpOCamlAst.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/AstFilters.ml > camlp4/Camlp4/Struct/AstFilters.ml.depends - cp -p camlp4/boot/Camlp4Ast.ml camlp4/Camlp4/Struct/Camlp4Ast.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast.ml > camlp4/Camlp4/Struct/Camlp4Ast.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmi camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.mli > camlp4/Camlp4/Struct/Loc.mli.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.mli > camlp4/Camlp4/Struct/Token.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmi camlp4/Camlp4/Struct/Loc.mli - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmi camlp4/Camlp4/Struct/Token.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CleanAst.ml > camlp4/Camlp4/Struct/CleanAst.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.mli > camlp4/Camlp4/Struct/CommentFilter.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmi camlp4/Camlp4/Struct/CommentFilter.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.ml > camlp4/Camlp4/Struct/CommentFilter.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.mli > camlp4/Camlp4/Struct/DynLoader.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmi camlp4/Camlp4/Struct/DynLoader.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.ml > camlp4/Camlp4/Struct/DynLoader.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.mli > camlp4/Camlp4/Struct/EmptyError.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmi camlp4/Camlp4/Struct/EmptyError.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.ml > camlp4/Camlp4/Struct/EmptyError.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.mli > camlp4/Camlp4/Struct/EmptyPrinter.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmi camlp4/Camlp4/Struct/EmptyPrinter.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.ml > camlp4/Camlp4/Struct/EmptyPrinter.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.mli > camlp4/Camlp4/Struct/FreeVars.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmi camlp4/Camlp4/Struct/FreeVars.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.ml > camlp4/Camlp4/Struct/FreeVars.ml.depends - /home/opam/.opam/4.02/bin/ocamllex.opt -q camlp4/Camlp4/Struct/Lexer.mll - /home/opam/.opam/4.02/bin/ocamldep.opt -modules camlp4/Camlp4/Struct/Lexer.ml > camlp4/Camlp4/Struct/Lexer.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.ml > camlp4/Camlp4/Struct/Loc.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Quotation.ml > camlp4/Camlp4/Struct/Quotation.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynAst.ml > camlp4/Camlp4/Struct/DynAst.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/DynAst.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.ml > camlp4/Camlp4/Struct/Token.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Delete.ml > camlp4/Camlp4/Struct/Grammar/Delete.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.mli > camlp4/Camlp4/Struct/Grammar/Parser.mli.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Structure.ml > camlp4/Camlp4/Struct/Grammar/Structure.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Structure.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.mli > camlp4/Camlp4/Struct/Grammar/Print.mli.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Tools.ml > camlp4/Camlp4/Struct/Grammar/Tools.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmi camlp4/Camlp4/Struct/Grammar/Parser.mli - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmi camlp4/Camlp4/Struct/Grammar/Print.mli - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Tools.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Dynamic.ml > camlp4/Camlp4/Struct/Grammar/Dynamic.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Delete.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Entry.ml > camlp4/Camlp4/Struct/Grammar/Entry.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.mli > camlp4/Camlp4/Struct/Grammar/Fold.mli.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Insert.ml > camlp4/Camlp4/Struct/Grammar/Insert.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Entry.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmi camlp4/Camlp4/Struct/Grammar/Fold.mli - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Insert.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Failed.ml > camlp4/Camlp4/Struct/Grammar/Failed.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Search.ml > camlp4/Camlp4/Struct/Grammar/Search.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Search.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Find.ml > camlp4/Camlp4/Struct/Grammar/Find.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.ml > camlp4/Camlp4/Struct/Grammar/Fold.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Failed.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.ml > camlp4/Camlp4/Struct/Grammar/Parser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.ml > camlp4/Camlp4/Struct/Grammar/Print.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Static.ml > camlp4/Camlp4/Struct/Grammar/Static.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Find.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Fold.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Parser.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Print.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Static.cmo camlp4/Camlp4/Struct/Grammar/Static.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/AstFilters.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Camlp4Ast.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CleanAst.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/CommentFilter.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/DynLoader.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyError.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/EmptyPrinter.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/FreeVars.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w a -I camlp4/import -warn-error A-3 -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/Lexer.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Loc.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Quotation.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Quotation.ml - File "camlp4/Camlp4/Struct/Quotation.ml", line 120, characters 15-22: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Token.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Token.ml - File "camlp4/Camlp4/Struct/Token.ml", line 94, characters 15-22: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Static.cmo -o camlp4/Camlp4/Struct/Grammar.cmo - /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Grammar.cmo -o camlp4/Camlp4/Struct.cmo - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.mli > camlp4/Camlp4/Printers/Null.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmi camlp4/Camlp4/Printers/Null.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.ml > camlp4/Camlp4/Printers/Null.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.mli > camlp4/Camlp4/Printers/OCaml.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmi camlp4/Camlp4/Printers/OCaml.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.ml > camlp4/Camlp4/Printers/OCaml.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.mli > camlp4/Camlp4/Printers/OCamlr.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmi camlp4/Camlp4/Printers/OCamlr.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.ml > camlp4/Camlp4/Printers/OCamlr.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpCamlp4Ast.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/DumpOCamlAst.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/Null.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCaml.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmo camlp4/Camlp4/Printers/OCamlr.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCamlr.cmo -o camlp4/Camlp4/Printers.cmo - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.mli > camlp4/Camlp4/Register.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmi camlp4/Camlp4/Register.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.ml > camlp4/Camlp4/Register.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Utils.ml > camlp4/Camlp4/Utils.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Debug.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/ErrorHandler.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/ErrorHandler.ml - File "camlp4/Camlp4/ErrorHandler.ml", line 168, characters 11-18: - Warning 3: deprecated: Format.bprintf - File "camlp4/Camlp4/ErrorHandler.ml", line 173, characters 11-18: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmo camlp4/Camlp4/Options.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmo camlp4/Camlp4/Options.ml - File "camlp4/Camlp4/Options.ml", line 184, characters 14-23: - Warning 3: deprecated: Sort.list - Use List.sort instead. - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/PreCast.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmo camlp4/Camlp4/Register.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmo camlp4/Camlp4/Utils.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Utils.cmo camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/Options.cmo camlp4/Camlp4/Struct.cmo camlp4/Camlp4/Printers.cmo camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/Register.cmo -o camlp4/Camlp4.cmo - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Top.ml > camlp4/Camlp4Top/Top.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Rprint.ml > camlp4/Camlp4Top/Rprint.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Top.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Rprint.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -pack -g camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Rprint.cmo -o camlp4/Camlp4Top.cmo - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.mli > camlp4/camlp4prof.mli.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmi camlp4/camlp4prof.mli - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.ml > camlp4/camlp4prof.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmo camlp4/camlp4prof.ml - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma -g camlp4/camlp4prof.cmo -o camlp4/camlp4prof.byte - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/mkcamlp4.ml > camlp4/mkcamlp4.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/mkcamlp4.cmo camlp4/mkcamlp4.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/Camlp4.cmo -o camlp4/camlp4lib.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma -g camlp4/camlp4lib.cma camlp4/mkcamlp4.cmo -o camlp4/mkcamlp4.byte - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Bin.ml > camlp4/Camlp4Bin.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/Camlp4Bin.cmo camlp4/Camlp4Bin.ml - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Bin.cmo -o camlp4/camlp4.byte - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4AstLoader.ml > camlp4/Camlp4Parsers/Camlp4AstLoader.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4DebugParser.ml > camlp4/Camlp4Parsers/Camlp4DebugParser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4GrammarParser.ml > camlp4/Camlp4Parsers/Camlp4GrammarParser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4ListComprehension.ml > camlp4/Camlp4Parsers/Camlp4ListComprehension.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4MacroParser.ml > camlp4/Camlp4Parsers/Camlp4MacroParser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml > camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AstDumper.ml > camlp4/Camlp4Printers/Camlp4AstDumper.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AutoPrinter.ml > camlp4/Camlp4Printers/Camlp4AutoPrinter.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4NullDumper.ml > camlp4/Camlp4Printers/Camlp4NullDumper.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml > camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4AstLifter.ml > camlp4/Camlp4Filters/Camlp4AstLifter.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml > camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4FoldGenerator.ml > camlp4/Camlp4Filters/Camlp4FoldGenerator.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4LocationStripper.ml > camlp4/Camlp4Filters/Camlp4LocationStripper.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MapGenerator.ml > camlp4/Camlp4Filters/Camlp4MapGenerator.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MetaGenerator.ml > camlp4/Camlp4Filters/Camlp4MetaGenerator.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4Profiler.ml > camlp4/Camlp4Filters/Camlp4Profiler.ml.depends - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4TrashRemover.ml > camlp4/Camlp4Filters/Camlp4TrashRemover.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.ml - File "camlp4/Camlp4Parsers/Camlp4AstLoader.ml", line 35, characters 17-30: - Warning 3: deprecated: String.create - Use Bytes.create instead. - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.ml - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 38, characters 13-27: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AstDumper.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4NullDumper.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Profiler.ml - + /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Profiler.ml - File "camlp4/Camlp4Filters/Camlp4Profiler.ml", line 58, characters 13-27: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.ml - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/Camlp4.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Top.cmo -o camlp4/camlp4fulllib.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4boot.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4boot.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4r.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4r.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4rf.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4rf.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4o.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4o.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4of.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4of.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4oof.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4oof.cma - /home/opam/.opam/4.02/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4orf.byte - /home/opam/.opam/4.02/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4orf.cma - /home/opam/.opam/4.02/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml.depends - /home/opam/.opam/4.02/bin/ocamlc.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml - ocamlbuild -classic-display -no-ocamlfind `sh ./build/camlp4-native-only.sh` - + echo camlp4/Camlp4.cmx camlp4/camlp4prof.native camlp4/mkcamlp4.native camlp4/camlp4.native camlp4/camlp4fulllib.cmxa camlp4/camlp4boot.native camlp4/camlp4r.native camlp4/camlp4rf.native camlp4/camlp4o.native camlp4/camlp4of.native camlp4/camlp4oof.native camlp4/camlp4orf.native camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.o camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.o camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.o camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AstDumper.o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.o camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4NullDumper.o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.o camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.o camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.o camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.o - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Sig.cmx camlp4/Camlp4/Sig.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmx camlp4/Camlp4/Utils.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/OCamlInitSyntax.cmx camlp4/Camlp4/OCamlInitSyntax.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_import.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmx camlp4/config/Camlp4_config.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/ErrorHandler.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/ErrorHandler.ml - File "camlp4/Camlp4/ErrorHandler.ml", line 168, characters 11-18: - Warning 3: deprecated: Format.bprintf - File "camlp4/Camlp4/ErrorHandler.ml", line 173, characters 11-18: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmx camlp4/Camlp4/Struct/Loc.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Token.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Token.ml - File "camlp4/Camlp4/Struct/Token.ml", line 94, characters 15-22: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynAst.cmx camlp4/Camlp4/Struct/DynAst.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Structure.cmx camlp4/Camlp4/Struct/Grammar/Structure.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmx camlp4/Camlp4/Struct/Grammar/Print.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Search.cmx camlp4/Camlp4/Struct/Grammar/Search.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Tools.cmx camlp4/Camlp4/Struct/Grammar/Tools.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Failed.cmx camlp4/Camlp4/Struct/Grammar/Failed.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmx camlp4/Camlp4/Struct/Grammar/Parser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Delete.cmx camlp4/Camlp4/Struct/Grammar/Delete.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Entry.cmx camlp4/Camlp4/Struct/Grammar/Entry.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmx camlp4/Camlp4/Struct/Grammar/Fold.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Insert.cmx camlp4/Camlp4/Struct/Grammar/Insert.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmx camlp4/Camlp4/Struct/Grammar/Dynamic.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Find.cmx camlp4/Camlp4/Struct/Grammar/Find.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Static.cmx camlp4/Camlp4/Struct/Grammar/Static.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/AstFilters.cmx camlp4/Camlp4/Struct/AstFilters.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast.cmx camlp4/Camlp4/Struct/Camlp4Ast.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmx camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CleanAst.cmx camlp4/Camlp4/Struct/CleanAst.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmx camlp4/Camlp4/Struct/CommentFilter.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmx camlp4/Camlp4/Struct/DynLoader.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmx camlp4/Camlp4/Struct/EmptyError.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmx camlp4/Camlp4/Struct/EmptyPrinter.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmx camlp4/Camlp4/Struct/FreeVars.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w a -I camlp4/import -warn-error A-3 -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Lexer.cmx camlp4/Camlp4/Struct/Lexer.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Quotation.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Quotation.ml - File "camlp4/Camlp4/Struct/Quotation.ml", line 120, characters 15-22: - Warning 3: deprecated: Format.bprintf - touch camlp4/Camlp4/Struct/Grammar.mli ; if /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -for-pack Camlp4.Struct -g -I camlp4/Camlp4/Struct/Grammar camlp4/Camlp4/Struct/Grammar/Structure.cmx camlp4/Camlp4/Struct/Grammar/Print.cmx camlp4/Camlp4/Struct/Grammar/Search.cmx camlp4/Camlp4/Struct/Grammar/Tools.cmx camlp4/Camlp4/Struct/Grammar/Failed.cmx camlp4/Camlp4/Struct/Grammar/Parser.cmx camlp4/Camlp4/Struct/Grammar/Delete.cmx camlp4/Camlp4/Struct/Grammar/Entry.cmx camlp4/Camlp4/Struct/Grammar/Fold.cmx camlp4/Camlp4/Struct/Grammar/Insert.cmx camlp4/Camlp4/Struct/Grammar/Dynamic.cmx camlp4/Camlp4/Struct/Grammar/Find.cmx camlp4/Camlp4/Struct/Grammar/Static.cmx -o camlp4/Camlp4/Struct/Grammar.cmx ; then rm -f camlp4/Camlp4/Struct/Grammar.mli ; else rm -f camlp4/Camlp4/Struct/Grammar.mli ; exit 1; fi - touch camlp4/Camlp4/Struct.mli ; if /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -for-pack Camlp4 -g -I camlp4/Camlp4/Struct camlp4/Camlp4/Struct/AstFilters.cmx camlp4/Camlp4/Struct/Camlp4Ast.cmx camlp4/Camlp4/Struct/Loc.cmx camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmx camlp4/Camlp4/Struct/CleanAst.cmx camlp4/Camlp4/Struct/CommentFilter.cmx camlp4/Camlp4/Struct/DynLoader.cmx camlp4/Camlp4/Struct/EmptyError.cmx camlp4/Camlp4/Struct/EmptyPrinter.cmx camlp4/Camlp4/Struct/FreeVars.cmx camlp4/Camlp4/Struct/Lexer.cmx camlp4/Camlp4/Struct/DynAst.cmx camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Grammar.cmx -o camlp4/Camlp4/Struct.cmx ; then rm -f camlp4/Camlp4/Struct.mli ; else rm -f camlp4/Camlp4/Struct.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmx camlp4/Camlp4/Options.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmx camlp4/Camlp4/Options.ml - File "camlp4/Camlp4/Options.ml", line 184, characters 14-23: - Warning 3: deprecated: Sort.list - Use List.sort instead. - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmx camlp4/Camlp4/Printers/OCaml.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmx camlp4/Camlp4/Printers/DumpCamlp4Ast.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmx camlp4/Camlp4/Printers/DumpOCamlAst.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmx camlp4/Camlp4/Printers/Null.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmx camlp4/Camlp4/Printers/OCamlr.ml - touch camlp4/Camlp4/Printers.mli ; if /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -for-pack Camlp4 -g -I camlp4/Camlp4/Printers camlp4/Camlp4/Printers/DumpCamlp4Ast.cmx camlp4/Camlp4/Printers/DumpOCamlAst.cmx camlp4/Camlp4/Printers/Null.cmx camlp4/Camlp4/Printers/OCaml.cmx camlp4/Camlp4/Printers/OCamlr.cmx -o camlp4/Camlp4/Printers.cmx ; then rm -f camlp4/Camlp4/Printers.mli ; else rm -f camlp4/Camlp4/Printers.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmx camlp4/Camlp4/PreCast.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmx camlp4/Camlp4/Debug.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4 -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmx camlp4/Camlp4/Register.ml - touch camlp4/Camlp4.mli ; if /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -g -I camlp4/Camlp4 camlp4/Camlp4/Debug.cmx camlp4/Camlp4/Sig.cmx camlp4/Camlp4/Utils.cmx camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/OCamlInitSyntax.cmx camlp4/Camlp4/Options.cmx camlp4/Camlp4/Struct.cmx camlp4/Camlp4/Printers.cmx camlp4/Camlp4/PreCast.cmx camlp4/Camlp4/Register.cmx -o camlp4/Camlp4.cmx ; then rm -f camlp4/Camlp4.mli ; else rm -f camlp4/Camlp4.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmx camlp4/camlp4prof.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4prof.cmx -o camlp4/camlp4prof.native - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/mkcamlp4.cmx camlp4/mkcamlp4.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -a camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_config.cmx camlp4/Camlp4.cmx -o camlp4/camlp4lib.cmxa - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa camlp4/mkcamlp4.cmx -o camlp4/mkcamlp4.native - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/Camlp4Bin.cmx camlp4/Camlp4Bin.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Bin.cmx -o camlp4/camlp4.native - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmx camlp4/Camlp4Top/Top.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Rprint.cmx camlp4/Camlp4Top/Rprint.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.ml - File "camlp4/Camlp4Parsers/Camlp4AstLoader.ml", line 35, characters 17-30: - Warning 3: deprecated: String.create - Use Bytes.create instead. - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.ml - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 38, characters 13-27: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AstDumper.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4NullDumper.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.ml - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.ml - + /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.ml - File "camlp4/Camlp4Filters/Camlp4Profiler.ml", line 58, characters 13-27: - Warning 3: deprecated: Format.bprintf - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.ml - touch camlp4/Camlp4Top.mli ; if /home/opam/.opam/4.02/bin/ocamlopt.opt -pack -g -I camlp4/Camlp4Top camlp4/Camlp4Top/Top.cmx camlp4/Camlp4Top/Rprint.cmx -o camlp4/Camlp4Top.cmx ; then rm -f camlp4/Camlp4Top.mli ; else rm -f camlp4/Camlp4Top.mli ; exit 1; fi - /home/opam/.opam/4.02/bin/ocamlopt.opt -a camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_config.cmx camlp4/Camlp4.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Top.cmx -o camlp4/camlp4fulllib.cmxa - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4boot.native - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4r.native - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4rf.native - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4o.native - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4of.native - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4oof.native - /home/opam/.opam/4.02/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4orf.native - /home/opam/.opam/4.02/bin/ocamlopt.opt -c -g -w Z -I camlp4/import -warn-error A-3 -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml -> compiled camlp4.4.02+7 Processing 96/104: [llvm: bash install.sh] Processing 97/104: [llvm: bash install.sh] [camlp4: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "install-META" (CWD=/home/opam/.opam/4.02/.opam-switch/build/camlp4.4.02+7) - env DESTDIR= sh ./build/install.sh - Installing camlp4... - install binary /home/opam/.opam/4.02/bin/camlp4prof - install binary /home/opam/.opam/4.02/bin/mkcamlp4 - install binary /home/opam/.opam/4.02/bin/camlp4 - install binary /home/opam/.opam/4.02/bin/camlp4boot - install binary /home/opam/.opam/4.02/bin/camlp4o - install binary /home/opam/.opam/4.02/bin/camlp4of - install binary /home/opam/.opam/4.02/bin/camlp4oof - install binary /home/opam/.opam/4.02/bin/camlp4orf - install binary /home/opam/.opam/4.02/bin/camlp4r - install binary /home/opam/.opam/4.02/bin/camlp4rf - install binary /home/opam/.opam/4.02/bin/camlp4o.opt - install binary /home/opam/.opam/4.02/bin/camlp4of.opt - install binary /home/opam/.opam/4.02/bin/camlp4oof.opt - install binary /home/opam/.opam/4.02/bin/camlp4orf.opt - install binary /home/opam/.opam/4.02/bin/camlp4r.opt - install binary /home/opam/.opam/4.02/bin/camlp4rf.opt - Installing Camlp4Parsers... - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.o - Installing Camlp4Printers... - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o - Installing Camlp4Filters... - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.o - Installing Camlp4Top... - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Rprint.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Rprint.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Rprint.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Top.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Top.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Top.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Rprint.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top/Top.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4lib.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4lib.cmxa - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4fulllib.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4fulllib.cmxa - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4o.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4of.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4oof.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4orf.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4r.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4rf.cma - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Bin.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Bin.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Bin.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Bin.o - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4Top.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/Camlp4_config.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4prof.cmi - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4prof.cmo - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4prof.cmx - install /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4prof.o - install library /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4lib.a - install library /home/opam/.opam/4.02/lib/ocaml/camlp4/camlp4fulllib.a - sed -e s/@@VERSION@@/"4.02.3"/g camlp4/META.in > camlp4/META - mkdir -p "/home/opam/.opam/4.02/lib"/camlp4/ - cp -f camlp4/META "/home/opam/.opam/4.02/lib"/camlp4/ -> installed camlp4.4.02+7 Processing 97/104: [llvm: bash install.sh] Processing 98/104: [js_of_ocaml-camlp4: jbuilder build] [llvm: bash install.sh] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "js_of_ocaml-camlp4" "-j" "127" (CWD=/home/opam/.opam/4.02/.opam-switch/build/js_of_ocaml-camlp4.3.1.0) - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "camlp4/pa_deriving_json/lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "camlp4/pa_deriving_json/tests/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "camlp4/pa_js/lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "camlp4/pa_js/tests/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "compiler/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "compiler/findlib-support/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "compiler/lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "compiler/tests/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "compiler/tests/bytecode/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/boulderdash/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/cubes/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/graph_viewer/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/hyperbolic/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/minesweeper/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/planet/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/separate_compilation/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/webgl/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/wiki/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "examples/wysiwyg/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/deriving_json/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/lwt/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/lwt/graphics/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/lwt/log/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/tests/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/tyxml/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ocamlbuild/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx/ppx_deriving_json/lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx/ppx_deriving_json/tests/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx/ppx_js/bin/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx/ppx_js/lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx/ppx_js/lib_internal/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx/ppx_js/tests/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "runtime/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "tools/select/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "tools/toplevel_expect/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "toplevel/bin/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "toplevel/eval/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "toplevel/examples/lwt_toplevel_lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "toplevel/examples/server/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "toplevel/lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "toplevel/lib/camlp4/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled js_of_ocaml-camlp4.3.1.0 Processing 98/104: [llvm: bash install.sh] -> installed js_of_ocaml-camlp4.3.1.0 Processing 99/104: [llvm: bash install.sh] Processing 100/104: [hardcaml: ocaml build] [llvm: bash install.sh] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" "--with-ctypes" "true" "--with-ctypes-foreign" "true" "--with-camlp4" "true" "--with-js_of_ocaml" "true" "--with-lwt" "false" (CWD=/home/opam/.opam/4.02/.opam-switch/build/hardcaml.1.2.0) - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - ocamlfind ocamldep -package bytes -package astring -modules src/utils.mli > src/utils.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/utils.cmi src/utils.mli - ocamlfind ocamldep -package bytes -package astring -modules src/utils.ml > src/utils.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/comb.mli > src/comb.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/comb.cmi src/comb.mli - ocamlfind ocamldep -package bytes -package astring -modules src/comb.ml > src/comb.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/bits.mli > src/bits.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/bits.cmi src/bits.mli - ocamlfind ocamldep -package bytes -package astring -modules src/bits.ml > src/bits.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/signal.mli > src/signal.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/signal.cmi src/signal.mli - ocamlfind ocamldep -package bytes -package astring -modules src/signal.ml > src/signal.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/circuit.mli > src/circuit.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/circuit.cmi src/circuit.mli - ocamlfind ocamldep -package bytes -package astring -modules src/circuit.ml > src/circuit.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/rtl.mli > src/rtl.mli.depends - ocamlfind ocamldep -package bytes -package astring -modules src/transform.mli > src/transform.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/transform.cmi src/transform.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/rtl.cmi src/rtl.mli - ocamlfind ocamldep -package bytes -package astring -modules src/rtl.ml > src/rtl.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/cyclesim.mli > src/cyclesim.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/cyclesim.cmi src/cyclesim.mli - ocamlfind ocamldep -package bytes -package astring -modules src/fixed.mli > src/fixed.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/fixed.cmi src/fixed.mli - ocamlfind ocamldep -package bytes -package astring -modules src/fixed.ml > src/fixed.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/transform.ml > src/transform.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/cyclesim.ml > src/cyclesim.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/vcd.mli > src/vcd.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/vcd.cmi src/vcd.mli - ocamlfind ocamldep -package bytes -package astring -modules src/vcd.ml > src/vcd.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/interface.mli > src/interface.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/interface.cmi src/interface.mli - ocamlfind ocamldep -package bytes -package astring -modules src/interface.ml > src/interface.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/cosim.mli > src/cosim.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/cosim.cmi src/cosim.mli - ocamlfind ocamldep -package bytes -package astring -modules src/recipe.mli > src/recipe.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/recipe.cmi src/recipe.mli - ocamlfind ocamldep -package bytes -package astring -modules src/recipe.ml > src/recipe.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/xilinx.mli > src/xilinx.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/xilinx.cmi src/xilinx.mli - ocamlfind ocamldep -package bytes -package astring -modules src/xilinx.ml > src/xilinx.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/structural.mli > src/structural.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/structural.cmi src/structural.mli - ocamlfind ocamldep -package bytes -package astring -modules src/structural.ml > src/structural.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/cosim.ml > src/cosim.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/graph.mli > src/graph.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/graph.cmi src/graph.mli - ocamlfind ocamldep -package bytes -package astring -modules src/graph.ml > src/graph.ml.depends - ocamlfind ocamldep -package bytes -package astring -modules src/api.mli > src/api.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/api.cmi src/api.mli - ocamlfind ocamldep -package bytes -package astring -modules src/api.ml > src/api.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/utils.cmo src/utils.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/comb.cmo src/comb.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/bits.cmo src/bits.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/signal.cmo src/signal.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/circuit.cmo src/circuit.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/rtl.cmo src/rtl.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/fixed.cmo src/fixed.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/transform.cmo src/transform.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/cyclesim.cmo src/cyclesim.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/vcd.cmo src/vcd.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/interface.cmo src/interface.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/recipe.cmo src/recipe.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/xilinx.cmo src/xilinx.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/structural.cmo src/structural.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/cosim.cmo src/cosim.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/graph.cmo src/graph.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I src -I syntax -I js -I dynlink -I csim -o src/api.cmo src/api.ml - ocamlfind ocamlc -pack -g -bin-annot src/utils.cmo src/comb.cmo src/bits.cmo src/signal.cmo src/circuit.cmo src/cyclesim.cmo src/transform.cmo src/rtl.cmo src/fixed.cmo src/vcd.cmo src/cosim.cmo src/interface.cmo src/recipe.cmo src/xilinx.cmo src/structural.cmo src/graph.cmo src/api.cmo -o src/HardCaml.cmo - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/utils.cmx src/utils.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/comb.cmx src/comb.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/bits.cmx src/bits.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/signal.cmx src/signal.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/circuit.cmx src/circuit.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/cyclesim.cmx src/cyclesim.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/transform.cmx src/transform.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/rtl.cmx src/rtl.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/cosim.cmx src/cosim.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/interface.cmx src/interface.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/vcd.cmx src/vcd.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/fixed.cmx src/fixed.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/recipe.cmx src/recipe.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/xilinx.cmx src/xilinx.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/structural.cmx src/structural.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/graph.cmx src/graph.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCaml -I src -I syntax -I js -I dynlink -I csim -o src/api.cmx src/api.ml - touch src/HardCaml.mli ; if ocamlfind ocamlopt -pack -g -bin-annot -I src src/utils.cmx src/comb.cmx src/bits.cmx src/signal.cmx src/circuit.cmx src/cyclesim.cmx src/transform.cmx src/rtl.cmx src/fixed.cmx src/vcd.cmx src/cosim.cmx src/interface.cmx src/recipe.cmx src/xilinx.cmx src/structural.cmx src/graph.cmx src/api.cmx -o src/HardCaml.cmx ; then rm -f src/HardCaml.mli ; else rm -f src/HardCaml.mli ; exit 1; fi - ocamlfind ocamlopt -shared -package bytes -package astring src/HardCaml.cmx -o src/HardCaml.cmxs - ocamlfind ocamlopt -a -package bytes -package astring src/HardCaml.cmx -o src/HardCaml.cmxa - ocamlfind ocamlc -a -package bytes -package astring src/HardCaml.cmo -o src/HardCaml.cma - ocamlfind ocamldep -package bytes -package astring -modules dynlink/sim_provider.mli > dynlink/sim_provider.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I dynlink -I syntax -I src -I js -I csim -o dynlink/sim_provider.cmi dynlink/sim_provider.mli - ocamlfind ocamldep -package bytes -package astring -modules dynlink/sim_provider.ml > dynlink/sim_provider.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I dynlink -I syntax -I src -I js -I csim -o dynlink/sim_provider.cmo dynlink/sim_provider.ml - ocamlfind ocamlc -pack -g -bin-annot dynlink/sim_provider.cmo -o dynlink/HardCamlDynlink.cmo - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -for-pack HardCamlDynlink -I dynlink -I syntax -I src -I js -I csim -o dynlink/sim_provider.cmx dynlink/sim_provider.ml - touch dynlink/HardCamlDynlink.mli ; if ocamlfind ocamlopt -pack -g -bin-annot -I dynlink dynlink/sim_provider.cmx -o dynlink/HardCamlDynlink.cmx ; then rm -f dynlink/HardCamlDynlink.mli ; else rm -f dynlink/HardCamlDynlink.mli ; exit 1; fi - ocamlfind ocamlopt -shared -package bytes -package astring dynlink/HardCamlDynlink.cmx -o dynlink/HardCamlDynlink.cmxs - ocamlfind ocamlopt -a -package bytes -package astring dynlink/HardCamlDynlink.cmx -o dynlink/HardCamlDynlink.cmxa - ocamlfind ocamlc -a -package bytes -package astring dynlink/HardCamlDynlink.cmo -o dynlink/HardCamlDynlink.cma - ocamlfind ocamldep -package bytes -package astring -modules csim/sim.mli > csim/sim.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I csim -I syntax -I src -I js -I dynlink -o csim/sim.cmi csim/sim.mli - ocamlfind ocamldep -package bytes -package astring -package ctypes.foreign -modules csim/sim.ml > csim/sim.ml.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -package ctypes.foreign -I csim -I syntax -I src -I js -I dynlink -o csim/sim.cmo csim/sim.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -package ctypes.foreign -I csim -I syntax -I src -I js -I dynlink -o csim/sim.cmo csim/sim.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - ocamlfind ocamlc -pack -g -bin-annot csim/sim.cmo -o csim/HardCamlCSim.cmo - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -package ctypes.foreign -for-pack HardCamlCSim -I csim -I syntax -I src -I js -I dynlink -o csim/sim.cmx csim/sim.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -package ctypes.foreign -for-pack HardCamlCSim -I csim -I syntax -I src -I js -I dynlink -o csim/sim.cmx csim/sim.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - touch csim/HardCamlCSim.mli ; if ocamlfind ocamlopt -pack -g -bin-annot -I csim csim/sim.cmx -o csim/HardCamlCSim.cmx ; then rm -f csim/HardCamlCSim.mli ; else rm -f csim/HardCamlCSim.mli ; exit 1; fi - ocamlfind ocamlopt -shared -package bytes -package astring csim/HardCamlCSim.cmx -o csim/HardCamlCSim.cmxs - ocamlfind ocamlopt -a -package bytes -package astring csim/HardCamlCSim.cmx -o csim/HardCamlCSim.cmxa - ocamlfind ocamlc -a -package bytes -package astring csim/HardCamlCSim.cmo -o csim/HardCamlCSim.cma - ocamlfind ocamldep -package bytes -package astring -modules syntax/pa_hardcaml.mli > syntax/pa_hardcaml.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -I syntax -I src -I js -I dynlink -I csim -o syntax/pa_hardcaml.cmi syntax/pa_hardcaml.mli - ocamlfind ocamldep -package bytes -package astring -package camlp4 -pp camlp4orf -modules syntax/pa_hardcaml.ml > syntax/pa_hardcaml.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -package astring -package camlp4 -pp camlp4orf -I syntax -I src -I js -I dynlink -I csim -o syntax/pa_hardcaml.cmx syntax/pa_hardcaml.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -package astring -package camlp4 -pp camlp4orf -I syntax -I src -I js -I dynlink -I csim -o syntax/pa_hardcaml.cmo syntax/pa_hardcaml.ml - # Parallel statistics: { count(total): 3(94), max: 17, min: 2, average(total): 8.333(1.234) } -> compiled hardcaml.1.2.0 Processing 100/104: [llvm: bash install.sh] -> installed hardcaml.1.2.0 Processing 101/104: [llvm: bash install.sh] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "bash" "-ex" "install.sh" "llvm-config-14" "/home/opam/.opam/4.02/lib" "cmake" "make" "build" (CWD=/home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6) - + llvm_config=llvm-config-14 - + libdir=/home/opam/.opam/4.02/lib - + cmake=cmake - + make=make - + action=build - + case "$action" in - + llvm-config-14 --link-static --libs - -lLLVMWindowsManifest -lLLVMXRay -lLLVMLibDriver -lLLVMDlltoolDriver -lLLVMCoverage -lLLVMLineEditor -lLLVMM68kDisassembler -lLLVMM68kAsmParser -lLLVMM68kCodeGen -lLLVMM68kDesc -lLLVMM68kInfo -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMX86TargetMCA -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMWebAssemblyDisassembler -lLLVMWebAssemblyAsmParser -lLLVMWebAssemblyCodeGen -lLLVMWebAssemblyDesc -lLLVMWebAssemblyUtils -lLLVMWebAssemblyInfo -lLLVMVEDisassembler -lLLVMVEAsmParser -lLLVMVECodeGen -lLLVMVEDesc -lLLVMVEInfo -lLLVMSystemZDisassembler -lLLVMSystemZAsmParser -lLLVMSystemZCodeGen -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSparcDisassembler -lLLVMSparcAsmParser -lLLVMSparcCodeGen -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMRISCVDisassembler -lLLVMRISCVAsmParser -lLLVMRISCVCodeGen -lLLVMRISCVDesc -lLLVMRISCVInfo -lLLVMPowerPCDisassembler -lLLVMPowerPCAsmParser -lLLVMPowerPCCodeGen -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMMSP430Disassembler -lLLVMMSP430AsmParser -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMipsDisassembler -lLLVMMipsAsmParser -lLLVMMipsCodeGen -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFAsmParser -lLLVMBPFCodeGen -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMAVRDisassembler -lLLVMAVRAsmParser -lLLVMAVRCodeGen -lLLVMAVRDesc -lLLVMAVRInfo -lLLVMARMDisassembler -lLLVMARMAsmParser -lLLVMARMCodeGen -lLLVMARMDesc -lLLVMARMUtils -lLLVMARMInfo -lLLVMAMDGPUTargetMCA -lLLVMAMDGPUDisassembler -lLLVMAMDGPUAsmParser -lLLVMAMDGPUCodeGen -lLLVMAMDGPUDesc -lLLVMAMDGPUUtils -lLLVMAMDGPUInfo -lLLVMAArch64Disassembler -lLLVMAArch64AsmParser -lLLVMAArch64CodeGen -lLLVMAArch64Desc -lLLVMAArch64Utils -lLLVMAArch64Info -lLLVMPerfJITEvents -lLLVMOrcJIT -lLLVMMCJIT -lLLVMJITLink -lLLVMInterpreter -lLLVMExecutionEngine -lLLVMRuntimeDyld -lLLVMOrcTargetProcess -lLLVMOrcShared -lLLVMDWP -lLLVMSymbolize -lLLVMDebugInfoPDB -lLLVMDebugInfoGSYM -lLLVMOption -lLLVMObjectYAML -lLLVMMCA -lLLVMMCDisassembler -lLLVMLTO -lLLVMCFGuard -lLLVMFrontendOpenACC -lLLVMExtensions -lPolly -lPollyISL -lLLVMPasses -lLLVMObjCARCOpts -lLLVMCoroutines -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMLinker -lLLVMFrontendOpenMP -lLLVMDWARFLinker -lLLVMGlobalISel -lLLVMMIRParser -lLLVMAsmPrinter -lLLVMDebugInfoMSF -lLLVMSelectionDAG -lLLVMCodeGen -lLLVMIRReader -lLLVMAsmParser -lLLVMInterfaceStub -lLLVMFileCheck -lLLVMFuzzMutate -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMAggressiveInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLLVMDebugInfoDWARF -lLLVMObject -lLLVMTextAPI -lLLVMMCParser -lLLVMMC -lLLVMDebugInfoCodeView -lLLVMBitReader -lLLVMCore -lLLVMRemarks -lLLVMBitstreamReader -lLLVMBinaryFormat -lLLVMTableGen -lLLVMSupport -lLLVMDemangle - + llvm-config-14 --link-shared --libs - -lLLVM-14 - + patch -p1 - patching file llvm/bindings/ocaml/backends/META.llvm_backend.in - patching file llvm/bindings/ocaml/llvm/META.llvm.in - + llvm_build static - + cd llvm - + cp ../cmake/Modules/EnableLanguageNolink.cmake ../cmake/Modules/ExtendPath.cmake ../cmake/Modules/FindPrefixFromConfig.cmake ../cmake/Modules/HandleCompilerRT.cmake ../cmake/Modules/HandleOutOfTreeLLVM.cmake ../cmake/Modules/LLVMCheckCompilerLinkerFlag.cmake ../cmake/Modules/SetPlatformToolchainTools.cmake cmake/ - + mkdir build-static - + cd build-static - ++ llvm-config-14 --build-mode - ++ llvm-config-14 --targets-built - ++ filter_experimental_targets - ++ sed 's/ /;/g' - ++ sed s/AVR//g - ++ sed s/M68k//g - ++ sed s/Nios2//g - ++ xargs - ++ llvm-config-14 --libdir - ++ '[' static = shared ']' - ++ echo FALSE - ++ llvm-config-14 --libs - + cmake -DCMAKE_BUILD_TYPE=Release '-DLLVM_TARGETS_TO_BUILD=AArch64;AMDGPU;ARM;BPF;Hexagon;Lanai;Mips;MSP430;NVPTX;PowerPC;RISCV;Sparc;SystemZ;VE;WebAssembly;X86;XCore' -DLLVM_OCAML_EXTERNAL_LLVM_LIBDIR=/usr/lib/llvm-14/lib -DBUILD_SHARED_LIBS=FALSE -DLLVM_OCAML_OUT_OF_TREE=TRUE -DLLVM_OCAML_INSTALL_PATH=/home/opam/.opam/4.02/lib -DLLVM_OCAML_EXTERNAL_LLVM_LIBS=-lLLVM-14 .. - -- The C compiler identification is GNU 12.2.0 - -- The CXX compiler identification is GNU 12.2.0 - -- The ASM compiler identification is GNU - -- Found assembler: /usr/bin/cc - -- Detecting C compiler ABI info - -- Detecting C compiler ABI info - done - -- Check for working C compiler: /usr/bin/cc - skipped - -- Detecting C compile features - -- Detecting C compile features - done - -- Detecting CXX compiler ABI info - -- Detecting CXX compiler ABI info - done - -- Check for working CXX compiler: /usr/bin/c++ - skipped - -- Detecting CXX compile features - -- Detecting CXX compile features - done - -- Looking for dlfcn.h - -- Looking for dlfcn.h - found - -- Looking for errno.h - -- Looking for errno.h - found - -- Looking for fcntl.h - -- Looking for fcntl.h - found - -- Looking for link.h - -- Looking for link.h - found - -- Looking for malloc/malloc.h - -- Looking for malloc/malloc.h - not found - -- Looking for pthread.h - -- Looking for pthread.h - found - -- Looking for signal.h - -- Looking for signal.h - found - -- Looking for sys/ioctl.h - -- Looking for sys/ioctl.h - found - -- Looking for sys/mman.h - -- Looking for sys/mman.h - found - -- Looking for sys/param.h - -- Looking for sys/param.h - found - -- Looking for sys/resource.h - -- Looking for sys/resource.h - found - -- Looking for sys/stat.h - -- Looking for sys/stat.h - found - -- Looking for sys/time.h - -- Looking for sys/time.h - found - -- Looking for sys/types.h - -- Looking for sys/types.h - found - -- Looking for sysexits.h - -- Looking for sysexits.h - found - -- Looking for termios.h - -- Looking for termios.h - found - -- Looking for unistd.h - -- Looking for unistd.h - found - -- Looking for valgrind/valgrind.h - -- Looking for valgrind/valgrind.h - not found - -- Looking for fenv.h - -- Looking for fenv.h - found - -- Looking for FE_ALL_EXCEPT - -- Looking for FE_ALL_EXCEPT - found - -- Looking for FE_INEXACT - -- Looking for FE_INEXACT - found - -- Looking for mach/mach.h - -- Looking for mach/mach.h - not found - -- Looking for histedit.h - -- Looking for histedit.h - not found - -- Looking for CrashReporterClient.h - -- Looking for CrashReporterClient.h - not found - -- Looking for linux/magic.h - -- Looking for linux/magic.h - found - -- Looking for pthread_create in pthread - -- Looking for pthread_create in pthread - found - -- Looking for pthread_getspecific in pthread - -- Looking for pthread_getspecific in pthread - found - -- Looking for pthread_rwlock_init in pthread - -- Looking for pthread_rwlock_init in pthread - found - -- Looking for pthread_mutex_lock in pthread - -- Looking for pthread_mutex_lock in pthread - found - -- Looking for dlopen in dl - -- Looking for dlopen in dl - found - -- Looking for clock_gettime in rt - -- Looking for clock_gettime in rt - found - -- Looking for pfm_initialize in pfm - -- Looking for pfm_initialize in pfm - not found - -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success - -- Found Threads: TRUE - -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) - -- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.14") - -- Looking for xmlReadMemory - -- Looking for xmlReadMemory - found - -- Performing Test Terminfo_LINKABLE - -- Performing Test Terminfo_LINKABLE - Success - -- Found Terminfo: /usr/lib/x86_64-linux-gnu/libtinfo.so - -- Looking for xar_open in xar - -- Looking for xar_open in xar - not found - -- Looking for arc4random - -- Looking for arc4random - not found - -- Looking for backtrace - -- Looking for backtrace - found - -- backtrace facility detected in default set of libraries - -- Found Backtrace: /usr/include - -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed - -- Looking for __register_frame - -- Looking for __register_frame - found - -- Looking for __deregister_frame - -- Looking for __deregister_frame - found - -- Looking for __unw_add_dynamic_fde - -- Looking for __unw_add_dynamic_fde - not found - -- Looking for _Unwind_Backtrace - -- Looking for _Unwind_Backtrace - found - -- Looking for getpagesize - -- Looking for getpagesize - found - -- Looking for sysconf - -- Looking for sysconf - found - -- Looking for getrusage - -- Looking for getrusage - found - -- Looking for setrlimit - -- Looking for setrlimit - found - -- Looking for isatty - -- Looking for isatty - found - -- Looking for futimens - -- Looking for futimens - found - -- Looking for futimes - -- Looking for futimes - found - -- Looking for sigaltstack - -- Looking for sigaltstack - found - -- Looking for lseek64 - -- Looking for lseek64 - found - -- Looking for mallctl - -- Looking for mallctl - not found - -- Looking for mallinfo - -- Looking for mallinfo - found - -- Looking for mallinfo2 - -- Looking for mallinfo2 - found - -- Looking for malloc_zone_statistics - -- Looking for malloc_zone_statistics - not found - -- Looking for getrlimit - -- Looking for getrlimit - found - -- Looking for posix_spawn - -- Looking for posix_spawn - found - -- Looking for pread - -- Looking for pread - found - -- Looking for sbrk - -- Looking for sbrk - found - -- Looking for strerror - -- Looking for strerror - found - -- Looking for strerror_r - -- Looking for strerror_r - found - -- Looking for strerror_s - -- Looking for strerror_s - not found - -- Looking for setenv - -- Looking for setenv - found - -- Looking for dlopen - -- Looking for dlopen - found - -- Looking for dladdr - -- Looking for dladdr - not found - -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed - -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success - -- Looking for __GLIBC__ - -- Looking for __GLIBC__ - found - -- Looking for pthread_getname_np - -- Looking for pthread_getname_np - found - -- Looking for pthread_setname_np - -- Looking for pthread_setname_np - found - -- Looking for proc_pid_rusage - -- Looking for proc_pid_rusage - not found - -- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE - -- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE - Success - -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success - -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success - -- Performing Test LLVM_HAS_ATOMICS - -- Performing Test LLVM_HAS_ATOMICS - Success - -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success - -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed - -- Performing Test HAS_MAYBE_UNINITIALIZED - -- Performing Test HAS_MAYBE_UNINITIALIZED - Success - -- Native target architecture is X86 - -- Threads enabled. - -- Doxygen disabled. - -- Go bindings disabled. - -- Found OCaml: /home/opam/.opam/4.02/bin/ocamlfind - -- OCaml bindings enabled. - -- Could NOT find Python module pygments - -- Could NOT find Python module pygments.lexers.c_cpp - -- Could NOT find Python module yaml - -- LLVM host triple: x86_64-unknown-linux-gnu - -- LLVM default target triple: x86_64-unknown-linux-gnu - -- Performing Test C_SUPPORTS_FPIC - -- Performing Test C_SUPPORTS_FPIC - Success - -- Performing Test CXX_SUPPORTS_FPIC - -- Performing Test CXX_SUPPORTS_FPIC - Success - -- Building with -fPIC - -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success - -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success - -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success - -- Performing Test C_SUPPORTS_WERROR_DATE_TIME - -- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success - -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success - -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed - -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success - -- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - -- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed - -- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - -- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed - -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success - -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success - -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed - -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed - -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Success - -- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG - -- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG - Success - -- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG - -- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG - Success - -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success - -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - Failed - -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success - -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success - -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed - -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Failed - -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Failed - -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success - -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success - -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success - -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success - -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success - -- Performing Test C_SUPPORTS_FDATA_SECTIONS - -- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success - -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success - -- Looking for os_signpost_interval_begin - -- Looking for os_signpost_interval_begin - not found - -- Found Python3: /usr/bin/python3.10 (found suitable version "3.10.6", minimum required is "3.6") found components: Interpreter - -- Linker detection: GNU ld - -- Performing Test HAS_WERROR_GLOBAL_CTORS - -- Performing Test HAS_WERROR_GLOBAL_CTORS - Failed - -- Found Git: /usr/bin/git (found version "2.37.2") - -- Targeting AArch64 - -- Targeting AMDGPU - -- Targeting ARM - -- Targeting BPF - -- Targeting Hexagon - -- Targeting Lanai - -- Targeting Mips - -- Targeting MSP430 - -- Targeting NVPTX - -- Targeting PowerPC - -- Targeting RISCV - -- Targeting Sparc - -- Targeting SystemZ - -- Targeting VE - -- Targeting WebAssembly - -- Targeting X86 - -- Targeting XCore - -- Registering Bye as a pass plugin (static build: OFF) - -- Failed to find LLVM FileCheck - -- git version: v0.0.0 normalized to 0.0.0 - -- Version: 1.6.0 - -- Looking for shm_open in rt - -- Looking for shm_open in rt - found - -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success - -- Performing Test HAVE_CXX_FLAG_WALL - -- Performing Test HAVE_CXX_FLAG_WALL - Success - -- Performing Test HAVE_CXX_FLAG_WEXTRA - -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success - -- Performing Test HAVE_CXX_FLAG_WSHADOW - -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success - -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success - -- Performing Test HAVE_CXX_FLAG_PEDANTIC - -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success - -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success - -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed - -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success - -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success - -- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - -- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - Success - -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success - -- Performing Test HAVE_CXX_FLAG_WD654 - -- Performing Test HAVE_CXX_FLAG_WD654 - Failed - -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed - -- Performing Test HAVE_CXX_FLAG_COVERAGE - -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success - -- Performing Test HAVE_GNU_POSIX_REGEX - -- Performing Test HAVE_GNU_POSIX_REGEX - -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile - -- Performing Test HAVE_POSIX_REGEX - -- Performing Test HAVE_POSIX_REGEX - -- Performing Test HAVE_POSIX_REGEX -- success - -- Performing Test HAVE_STEADY_CLOCK - -- Performing Test HAVE_STEADY_CLOCK - -- Performing Test HAVE_STEADY_CLOCK -- success - -- Configuring done - -- Generating done - CMake Warning: - Manually-specified variables were not used by the project: - - LLVM_OCAML_EXTERNAL_LLVM_LIBS - - - -- Build files have been written to: /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static - + make ocaml_all - [ 0%] Built target ocaml_make_directory - [ 0%] Copying llvm_ocaml.c to build area - [ 0%] Building OCaml stub object file llvm_ocaml.o - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_const_gep': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c:993:3: warning: 'LLVMConstGEP' is deprecated [-Wdeprecated-declarations] - 993 | return LLVMConstGEP(ConstantVal, (LLVMValueRef *)Op_val(Indices), - | ^~~~~~ - In file included from /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:18, - from /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c:21: - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:2157:18: note: declared here - 2157 | LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal, - | ^~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_const_in_bounds_gep': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c:999:3: warning: 'LLVMConstInBoundsGEP' is deprecated [-Wdeprecated-declarations] - 999 | return LLVMConstInBoundsGEP(ConstantVal, (LLVMValueRef *)Op_val(Indices), - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:2164:18: note: declared here - 2164 | LLVMValueRef LLVMConstInBoundsGEP(LLVMValueRef ConstantVal, - | ^~~~~~~~~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_add_alias': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c:1283:3: warning: 'LLVMAddAlias' is deprecated [-Wdeprecated-declarations] - 1283 | return LLVMAddAlias(M, Ty, Aliasee, String_val(Name)); - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:2389:18: note: declared here - 2389 | LLVMValueRef LLVMAddAlias(LLVMModuleRef M, LLVMTypeRef Ty, - | ^~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_invoke_nat': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c:1788:3: warning: 'LLVMBuildInvoke' is deprecated [-Wdeprecated-declarations] - 1788 | return LLVMBuildInvoke(Builder_val(B), Fn, (LLVMValueRef *)Op_val(Args), - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:3693:18: note: declared here - 3693 | LLVMValueRef LLVMBuildInvoke(LLVMBuilderRef, LLVMValueRef Fn, - | ^~~~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_load': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c:2026:3: warning: 'LLVMBuildLoad' is deprecated [-Wdeprecated-declarations] - 2026 | return LLVMBuildLoad(Builder_val(B), Pointer, String_val(Name)); - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:3892:18: note: declared here - 3892 | LLVMValueRef LLVMBuildLoad(LLVMBuilderRef, LLVMValueRef PointerVal, - | ^~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_gep': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c:2056:3: warning: 'LLVMBuildGEP' is deprecated [-Wdeprecated-declarations] - 2056 | return LLVMBuildGEP(Builder_val(B), Pointer, (LLVMValueRef *)Op_val(Indices), - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:3899:18: note: declared here - 3899 | LLVMValueRef LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer, - | ^~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_in_bounds_gep': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c:2063:3: warning: 'LLVMBuildInBoundsGEP' is deprecated [-Wdeprecated-declarations] - 2063 | return LLVMBuildInBoundsGEP(Builder_val(B), Pointer, - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:3904:18: note: declared here - 3904 | LLVMValueRef LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, - | ^~~~~~~~~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_struct_gep': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c:2071:3: warning: 'LLVMBuildStructGEP' is deprecated [-Wdeprecated-declarations] - 2071 | return LLVMBuildStructGEP(Builder_val(B), Pointer, Int_val(Index), - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:3909:18: note: declared here - 3909 | LLVMValueRef LLVMBuildStructGEP(LLVMBuilderRef B, LLVMValueRef Pointer, - | ^~~~~~~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_call': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c:2244:3: warning: 'LLVMBuildCall' is deprecated [-Wdeprecated-declarations] - 2244 | return LLVMBuildCall(Builder_val(B), Fn, (LLVMValueRef *)Op_val(Params), - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:3992:18: note: declared here - 3992 | LLVMValueRef LLVMBuildCall(LLVMBuilderRef, LLVMValueRef Fn, - | ^~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_ptrdiff': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/llvm/llvm_ocaml.c:2306:3: warning: 'LLVMBuildPtrDiff' is deprecated [-Wdeprecated-declarations] - 2306 | return LLVMBuildPtrDiff(Builder_val(B), LHS, RHS, String_val(Name)); - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:4025:18: note: declared here - 4025 | LLVMValueRef LLVMBuildPtrDiff(LLVMBuilderRef, LLVMValueRef LHS, - | ^~~~~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - [ 0%] Copying llvm.mli to build area - [ 0%] Copying llvm.ml to build area - [ 0%] Building OCaml library llvm - [ 0%] Building OCaml documentation for llvm - Copying OCaml library component llvm.mli to intermediate area - Copying OCaml library component llvm.cma to intermediate area - Copying OCaml library component libllvm.a to intermediate area - Copying OCaml library component llvm.cmxa to intermediate area - Copying OCaml library component llvm.a to intermediate area - Copying OCaml library component llvm.cmi to intermediate area - Copying OCaml library component llvm.cmti to intermediate area - Copying OCaml library component llvm.cmt to intermediate area - Copying OCaml library component llvm.cmx to intermediate area - [ 0%] Built target ocaml_llvm - [ 0%] Copying target_ocaml.c to build area - [ 0%] Building OCaml stub object file target_ocaml.o - [ 0%] Copying llvm_target.mli to build area - [ 0%] Copying llvm_target.ml to build area - [ 0%] Building OCaml library llvm_target - [ 0%] Building OCaml documentation for llvm_target - Copying OCaml library component llvm_target.mli to intermediate area - Copying OCaml library component llvm_target.cma to intermediate area - Copying OCaml library component libllvm_target.a to intermediate area - Copying OCaml library component llvm_target.cmxa to intermediate area - Copying OCaml library component llvm_target.a to intermediate area - Copying OCaml library component llvm_target.cmi to intermediate area - Copying OCaml library component llvm_target.cmti to intermediate area - Copying OCaml library component llvm_target.cmt to intermediate area - Copying OCaml library component llvm_target.cmx to intermediate area - [ 0%] Built target ocaml_llvm_target - [ 0%] Copying executionengine_ocaml.c to build area - [ 0%] Building OCaml stub object file executionengine_ocaml.o - [ 0%] Copying llvm_executionengine.mli to build area - [ 0%] Copying llvm_executionengine.ml to build area - [ 0%] Building OCaml library llvm_executionengine - [ 0%] Building OCaml documentation for llvm_executionengine - Copying OCaml library component llvm_executionengine.mli to intermediate area - Copying OCaml library component llvm_executionengine.cma to intermediate area - Copying OCaml library component libllvm_executionengine.a to intermediate area - Copying OCaml library component llvm_executionengine.cmxa to intermediate area - Copying OCaml library component llvm_executionengine.a to intermediate area - Copying OCaml library component llvm_executionengine.cmi to intermediate area - Copying OCaml library component llvm_executionengine.cmti to intermediate area - Copying OCaml library component llvm_executionengine.cmt to intermediate area - Copying OCaml library component llvm_executionengine.cmx to intermediate area - [ 0%] Built target ocaml_llvm_executionengine - [ 0%] Copying all_backends_ocaml.c to build area - [ 0%] Building OCaml stub object file all_backends_ocaml.o - [ 0%] Copying llvm_all_backends.mli to build area - [ 0%] Copying llvm_all_backends.ml to build area - [ 0%] Building OCaml library llvm_all_backends - [ 0%] Building OCaml documentation for llvm_all_backends - Copying OCaml library component llvm_all_backends.mli to intermediate area - Copying OCaml library component llvm_all_backends.cma to intermediate area - Copying OCaml library component libllvm_all_backends.a to intermediate area - Copying OCaml library component llvm_all_backends.cmxa to intermediate area - Copying OCaml library component llvm_all_backends.a to intermediate area - Copying OCaml library component llvm_all_backends.cmi to intermediate area - Copying OCaml library component llvm_all_backends.cmti to intermediate area - Copying OCaml library component llvm_all_backends.cmt to intermediate area - Copying OCaml library component llvm_all_backends.cmx to intermediate area - [ 0%] Built target ocaml_llvm_all_backends - [ 0%] Copying analysis_ocaml.c to build area - [ 0%] Building OCaml stub object file analysis_ocaml.o - [ 0%] Copying llvm_analysis.mli to build area - [ 33%] Copying llvm_analysis.ml to build area - [ 33%] Building OCaml library llvm_analysis - [ 33%] Building OCaml documentation for llvm_analysis - Copying OCaml library component llvm_analysis.mli to intermediate area - Copying OCaml library component llvm_analysis.cma to intermediate area - Copying OCaml library component libllvm_analysis.a to intermediate area - Copying OCaml library component llvm_analysis.cmxa to intermediate area - Copying OCaml library component llvm_analysis.a to intermediate area - Copying OCaml library component llvm_analysis.cmi to intermediate area - Copying OCaml library component llvm_analysis.cmti to intermediate area - Copying OCaml library component llvm_analysis.cmt to intermediate area - Copying OCaml library component llvm_analysis.cmx to intermediate area - [ 33%] Built target ocaml_llvm_analysis - [ 33%] Building OCaml stub object file AArch64_ocaml.o - [ 33%] Building OCaml library llvm_AArch64 - [ 33%] Building OCaml documentation for llvm_AArch64 - Copying OCaml library component llvm_AArch64.mli to intermediate area - Copying OCaml library component llvm_AArch64.cma to intermediate area - Copying OCaml library component libllvm_AArch64.a to intermediate area - Copying OCaml library component llvm_AArch64.cmxa to intermediate area - Copying OCaml library component llvm_AArch64.a to intermediate area - Copying OCaml library component llvm_AArch64.cmi to intermediate area - Copying OCaml library component llvm_AArch64.cmti to intermediate area - Copying OCaml library component llvm_AArch64.cmt to intermediate area - Copying OCaml library component llvm_AArch64.cmx to intermediate area - [ 33%] Built target ocaml_llvm_AArch64 - [ 33%] Building OCaml stub object file AMDGPU_ocaml.o - [ 33%] Building OCaml library llvm_AMDGPU - [ 33%] Building OCaml documentation for llvm_AMDGPU - Copying OCaml library component llvm_AMDGPU.mli to intermediate area - Copying OCaml library component llvm_AMDGPU.cma to intermediate area - Copying OCaml library component libllvm_AMDGPU.a to intermediate area - Copying OCaml library component llvm_AMDGPU.cmxa to intermediate area - Copying OCaml library component llvm_AMDGPU.a to intermediate area - Copying OCaml library component llvm_AMDGPU.cmi to intermediate area - Copying OCaml library component llvm_AMDGPU.cmti to intermediate area - Copying OCaml library component llvm_AMDGPU.cmt to intermediate area - Copying OCaml library component llvm_AMDGPU.cmx to intermediate area - [ 33%] Built target ocaml_llvm_AMDGPU - [ 33%] Building OCaml stub object file ARM_ocaml.o - [ 33%] Building OCaml library llvm_ARM - [ 33%] Building OCaml documentation for llvm_ARM - Copying OCaml library component llvm_ARM.mli to intermediate area - Copying OCaml library component llvm_ARM.cma to intermediate area - Copying OCaml library component libllvm_ARM.a to intermediate area - Copying OCaml library component llvm_ARM.cmxa to intermediate area - Copying OCaml library component llvm_ARM.a to intermediate area - Copying OCaml library component llvm_ARM.cmi to intermediate area - Copying OCaml library component llvm_ARM.cmti to intermediate area - Copying OCaml library component llvm_ARM.cmt to intermediate area - Copying OCaml library component llvm_ARM.cmx to intermediate area - [ 33%] Built target ocaml_llvm_ARM - [ 66%] Building OCaml stub object file BPF_ocaml.o - [ 66%] Building OCaml library llvm_BPF - [ 66%] Building OCaml documentation for llvm_BPF - Copying OCaml library component llvm_BPF.mli to intermediate area - Copying OCaml library component llvm_BPF.cma to intermediate area - Copying OCaml library component libllvm_BPF.a to intermediate area - Copying OCaml library component llvm_BPF.cmxa to intermediate area - Copying OCaml library component llvm_BPF.a to intermediate area - Copying OCaml library component llvm_BPF.cmi to intermediate area - Copying OCaml library component llvm_BPF.cmti to intermediate area - Copying OCaml library component llvm_BPF.cmt to intermediate area - Copying OCaml library component llvm_BPF.cmx to intermediate area - [ 66%] Built target ocaml_llvm_BPF - [ 66%] Building OCaml stub object file Hexagon_ocaml.o - [ 66%] Building OCaml library llvm_Hexagon - [ 66%] Building OCaml documentation for llvm_Hexagon - Copying OCaml library component llvm_Hexagon.mli to intermediate area - Copying OCaml library component llvm_Hexagon.cma to intermediate area - Copying OCaml library component libllvm_Hexagon.a to intermediate area - Copying OCaml library component llvm_Hexagon.cmxa to intermediate area - Copying OCaml library component llvm_Hexagon.a to intermediate area - Copying OCaml library component llvm_Hexagon.cmi to intermediate area - Copying OCaml library component llvm_Hexagon.cmti to intermediate area - Copying OCaml library component llvm_Hexagon.cmt to intermediate area - Copying OCaml library component llvm_Hexagon.cmx to intermediate area - [ 66%] Built target ocaml_llvm_Hexagon - [ 66%] Building OCaml stub object file Lanai_ocaml.o - [ 66%] Building OCaml library llvm_Lanai - [ 66%] Building OCaml documentation for llvm_Lanai - Copying OCaml library component llvm_Lanai.mli to intermediate area - Copying OCaml library component llvm_Lanai.cma to intermediate area - Copying OCaml library component libllvm_Lanai.a to intermediate area - Copying OCaml library component llvm_Lanai.cmxa to intermediate area - Copying OCaml library component llvm_Lanai.a to intermediate area - Copying OCaml library component llvm_Lanai.cmi to intermediate area - Copying OCaml library component llvm_Lanai.cmti to intermediate area - Copying OCaml library component llvm_Lanai.cmt to intermediate area - Copying OCaml library component llvm_Lanai.cmx to intermediate area - [ 66%] Built target ocaml_llvm_Lanai - [ 66%] Building OCaml stub object file Mips_ocaml.o - [ 66%] Building OCaml library llvm_Mips - [ 66%] Building OCaml documentation for llvm_Mips - Copying OCaml library component llvm_Mips.mli to intermediate area - Copying OCaml library component llvm_Mips.cma to intermediate area - Copying OCaml library component libllvm_Mips.a to intermediate area - Copying OCaml library component llvm_Mips.cmxa to intermediate area - Copying OCaml library component llvm_Mips.a to intermediate area - Copying OCaml library component llvm_Mips.cmi to intermediate area - Copying OCaml library component llvm_Mips.cmti to intermediate area - Copying OCaml library component llvm_Mips.cmt to intermediate area - Copying OCaml library component llvm_Mips.cmx to intermediate area - [ 66%] Built target ocaml_llvm_Mips - [ 66%] Building OCaml stub object file MSP430_ocaml.o - [ 66%] Building OCaml library llvm_MSP430 - [ 66%] Building OCaml documentation for llvm_MSP430 - Copying OCaml library component llvm_MSP430.mli to intermediate area - Copying OCaml library component llvm_MSP430.cma to intermediate area - Copying OCaml library component libllvm_MSP430.a to intermediate area - Copying OCaml library component llvm_MSP430.cmxa to intermediate area - Copying OCaml library component llvm_MSP430.a to intermediate area - Copying OCaml library component llvm_MSP430.cmi to intermediate area - Copying OCaml library component llvm_MSP430.cmti to intermediate area - Copying OCaml library component llvm_MSP430.cmt to intermediate area - Copying OCaml library component llvm_MSP430.cmx to intermediate area - [ 66%] Built target ocaml_llvm_MSP430 - [ 66%] Building OCaml stub object file NVPTX_ocaml.o - [ 66%] Building OCaml library llvm_NVPTX - [ 66%] Building OCaml documentation for llvm_NVPTX - Copying OCaml library component llvm_NVPTX.mli to intermediate area - Copying OCaml library component llvm_NVPTX.cma to intermediate area - Copying OCaml library component libllvm_NVPTX.a to intermediate area - Copying OCaml library component llvm_NVPTX.cmxa to intermediate area - Copying OCaml library component llvm_NVPTX.a to intermediate area - Copying OCaml library component llvm_NVPTX.cmi to intermediate area - Copying OCaml library component llvm_NVPTX.cmti to intermediate area - Copying OCaml library component llvm_NVPTX.cmt to intermediate area - Copying OCaml library component llvm_NVPTX.cmx to intermediate area - [ 66%] Built target ocaml_llvm_NVPTX - [ 66%] Building OCaml stub object file PowerPC_ocaml.o - [ 66%] Building OCaml library llvm_PowerPC - [ 66%] Building OCaml documentation for llvm_PowerPC - Copying OCaml library component llvm_PowerPC.mli to intermediate area - Copying OCaml library component llvm_PowerPC.cma to intermediate area - Copying OCaml library component libllvm_PowerPC.a to intermediate area - Copying OCaml library component llvm_PowerPC.cmxa to intermediate area - Copying OCaml library component llvm_PowerPC.a to intermediate area - Copying OCaml library component llvm_PowerPC.cmi to intermediate area - Copying OCaml library component llvm_PowerPC.cmti to intermediate area - Copying OCaml library component llvm_PowerPC.cmt to intermediate area - Copying OCaml library component llvm_PowerPC.cmx to intermediate area - [ 66%] Built target ocaml_llvm_PowerPC - [ 66%] Building OCaml stub object file RISCV_ocaml.o - [ 66%] Building OCaml library llvm_RISCV - [ 66%] Building OCaml documentation for llvm_RISCV - Copying OCaml library component llvm_RISCV.mli to intermediate area - Copying OCaml library component llvm_RISCV.cma to intermediate area - Copying OCaml library component libllvm_RISCV.a to intermediate area - Copying OCaml library component llvm_RISCV.cmxa to intermediate area - Copying OCaml library component llvm_RISCV.a to intermediate area - Copying OCaml library component llvm_RISCV.cmi to intermediate area - Copying OCaml library component llvm_RISCV.cmti to intermediate area - Copying OCaml library component llvm_RISCV.cmt to intermediate area - Copying OCaml library component llvm_RISCV.cmx to intermediate area - [ 66%] Built target ocaml_llvm_RISCV - [ 66%] Building OCaml stub object file Sparc_ocaml.o - [ 66%] Building OCaml library llvm_Sparc - [ 66%] Building OCaml documentation for llvm_Sparc - Copying OCaml library component llvm_Sparc.mli to intermediate area - Copying OCaml library component llvm_Sparc.cma to intermediate area - Copying OCaml library component libllvm_Sparc.a to intermediate area - Copying OCaml library component llvm_Sparc.cmxa to intermediate area - Copying OCaml library component llvm_Sparc.a to intermediate area - Copying OCaml library component llvm_Sparc.cmi to intermediate area - Copying OCaml library component llvm_Sparc.cmti to intermediate area - Copying OCaml library component llvm_Sparc.cmt to intermediate area - Copying OCaml library component llvm_Sparc.cmx to intermediate area - [ 66%] Built target ocaml_llvm_Sparc - [ 66%] Building OCaml stub object file SystemZ_ocaml.o - [ 66%] Building OCaml library llvm_SystemZ - [ 66%] Building OCaml documentation for llvm_SystemZ - Copying OCaml library component llvm_SystemZ.mli to intermediate area - Copying OCaml library component llvm_SystemZ.cma to intermediate area - Copying OCaml library component libllvm_SystemZ.a to intermediate area - Copying OCaml library component llvm_SystemZ.cmxa to intermediate area - Copying OCaml library component llvm_SystemZ.a to intermediate area - Copying OCaml library component llvm_SystemZ.cmi to intermediate area - Copying OCaml library component llvm_SystemZ.cmti to intermediate area - Copying OCaml library component llvm_SystemZ.cmt to intermediate area - Copying OCaml library component llvm_SystemZ.cmx to intermediate area - [ 66%] Built target ocaml_llvm_SystemZ - [ 66%] Building OCaml stub object file VE_ocaml.o - [ 66%] Building OCaml library llvm_VE - [ 66%] Building OCaml documentation for llvm_VE - Copying OCaml library component llvm_VE.mli to intermediate area - Copying OCaml library component llvm_VE.cma to intermediate area - Copying OCaml library component libllvm_VE.a to intermediate area - Copying OCaml library component llvm_VE.cmxa to intermediate area - Copying OCaml library component llvm_VE.a to intermediate area - Copying OCaml library component llvm_VE.cmi to intermediate area - Copying OCaml library component llvm_VE.cmti to intermediate area - Copying OCaml library component llvm_VE.cmt to intermediate area - Copying OCaml library component llvm_VE.cmx to intermediate area - [ 66%] Built target ocaml_llvm_VE - [ 66%] Building OCaml stub object file WebAssembly_ocaml.o - [ 66%] Building OCaml library llvm_WebAssembly - [ 66%] Building OCaml documentation for llvm_WebAssembly - Copying OCaml library component llvm_WebAssembly.mli to intermediate area - Copying OCaml library component llvm_WebAssembly.cma to intermediate area - Copying OCaml library component libllvm_WebAssembly.a to intermediate area - Copying OCaml library component llvm_WebAssembly.cmxa to intermediate area - Copying OCaml library component llvm_WebAssembly.a to intermediate area - Copying OCaml library component llvm_WebAssembly.cmi to intermediate area - Copying OCaml library component llvm_WebAssembly.cmti to intermediate area - Copying OCaml library component llvm_WebAssembly.cmt to intermediate area - Copying OCaml library component llvm_WebAssembly.cmx to intermediate area - [ 66%] Built target ocaml_llvm_WebAssembly - [ 66%] Building OCaml stub object file X86_ocaml.o - [ 66%] Building OCaml library llvm_X86 - [ 66%] Building OCaml documentation for llvm_X86 - Copying OCaml library component llvm_X86.mli to intermediate area - Copying OCaml library component llvm_X86.cma to intermediate area - Copying OCaml library component libllvm_X86.a to intermediate area - Copying OCaml library component llvm_X86.cmxa to intermediate area - Copying OCaml library component llvm_X86.a to intermediate area - Copying OCaml library component llvm_X86.cmi to intermediate area - Copying OCaml library component llvm_X86.cmti to intermediate area - Copying OCaml library component llvm_X86.cmt to intermediate area - Copying OCaml library component llvm_X86.cmx to intermediate area - [ 66%] Built target ocaml_llvm_X86 - [ 66%] Building OCaml stub object file XCore_ocaml.o - [ 66%] Building OCaml library llvm_XCore - [ 66%] Building OCaml documentation for llvm_XCore - Copying OCaml library component llvm_XCore.mli to intermediate area - Copying OCaml library component llvm_XCore.cma to intermediate area - Copying OCaml library component libllvm_XCore.a to intermediate area - Copying OCaml library component llvm_XCore.cmxa to intermediate area - Copying OCaml library component llvm_XCore.a to intermediate area - Copying OCaml library component llvm_XCore.cmi to intermediate area - Copying OCaml library component llvm_XCore.cmti to intermediate area - Copying OCaml library component llvm_XCore.cmt to intermediate area - Copying OCaml library component llvm_XCore.cmx to intermediate area - [ 66%] Built target ocaml_llvm_XCore - [ 66%] Copying bitreader_ocaml.c to build area - [ 66%] Building OCaml stub object file bitreader_ocaml.o - [ 66%] Copying llvm_bitreader.mli to build area - [ 66%] Copying llvm_bitreader.ml to build area - [ 66%] Building OCaml library llvm_bitreader - [ 66%] Building OCaml documentation for llvm_bitreader - Copying OCaml library component llvm_bitreader.mli to intermediate area - Copying OCaml library component llvm_bitreader.cma to intermediate area - Copying OCaml library component libllvm_bitreader.a to intermediate area - Copying OCaml library component llvm_bitreader.cmxa to intermediate area - Copying OCaml library component llvm_bitreader.a to intermediate area - Copying OCaml library component llvm_bitreader.cmi to intermediate area - Copying OCaml library component llvm_bitreader.cmti to intermediate area - Copying OCaml library component llvm_bitreader.cmt to intermediate area - Copying OCaml library component llvm_bitreader.cmx to intermediate area - [ 66%] Built target ocaml_llvm_bitreader - [ 66%] Copying bitwriter_ocaml.c to build area - [ 66%] Building OCaml stub object file bitwriter_ocaml.o - [ 66%] Copying llvm_bitwriter.mli to build area - [ 66%] Copying llvm_bitwriter.ml to build area - [ 66%] Building OCaml library llvm_bitwriter - [ 66%] Building OCaml documentation for llvm_bitwriter - Copying OCaml library component llvm_bitwriter.mli to intermediate area - Copying OCaml library component llvm_bitwriter.cma to intermediate area - Copying OCaml library component libllvm_bitwriter.a to intermediate area - Copying OCaml library component llvm_bitwriter.cmxa to intermediate area - Copying OCaml library component llvm_bitwriter.a to intermediate area - Copying OCaml library component llvm_bitwriter.cmi to intermediate area - Copying OCaml library component llvm_bitwriter.cmti to intermediate area - Copying OCaml library component llvm_bitwriter.cmt to intermediate area - Copying OCaml library component llvm_bitwriter.cmx to intermediate area - [ 66%] Built target ocaml_llvm_bitwriter - [ 66%] Copying debuginfo_ocaml.c to build area - [ 66%] Building OCaml stub object file debuginfo_ocaml.o - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/debuginfo/debuginfo_ocaml.c: In function 'map_DIFlag': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-static/bindings/ocaml/debuginfo/debuginfo_ocaml.c:140:1: warning: control reaches end of non-void function [-Wreturn-type] - 140 | } - | ^ - [ 66%] Copying llvm_debuginfo.mli to build area - [ 66%] Copying llvm_debuginfo.ml to build area - [ 66%] Building OCaml library llvm_debuginfo - [ 66%] Building OCaml documentation for llvm_debuginfo - Copying OCaml library component llvm_debuginfo.mli to intermediate area - Copying OCaml library component llvm_debuginfo.cma to intermediate area - Copying OCaml library component libllvm_debuginfo.a to intermediate area - Copying OCaml library component llvm_debuginfo.cmxa to intermediate area - Copying OCaml library component llvm_debuginfo.a to intermediate area - Copying OCaml library component llvm_debuginfo.cmi to intermediate area - Copying OCaml library component llvm_debuginfo.cmti to intermediate area - Copying OCaml library component llvm_debuginfo.cmt to intermediate area - Copying OCaml library component llvm_debuginfo.cmx to intermediate area - [ 66%] Built target ocaml_llvm_debuginfo - [ 66%] Copying irreader_ocaml.c to build area - [ 66%] Building OCaml stub object file irreader_ocaml.o - [ 66%] Copying llvm_irreader.mli to build area - [ 66%] Copying llvm_irreader.ml to build area - [ 66%] Building OCaml library llvm_irreader - [ 66%] Building OCaml documentation for llvm_irreader - Copying OCaml library component llvm_irreader.mli to intermediate area - Copying OCaml library component llvm_irreader.cma to intermediate area - Copying OCaml library component libllvm_irreader.a to intermediate area - Copying OCaml library component llvm_irreader.cmxa to intermediate area - Copying OCaml library component llvm_irreader.a to intermediate area - Copying OCaml library component llvm_irreader.cmi to intermediate area - Copying OCaml library component llvm_irreader.cmti to intermediate area - Copying OCaml library component llvm_irreader.cmt to intermediate area - Copying OCaml library component llvm_irreader.cmx to intermediate area - [ 66%] Built target ocaml_llvm_irreader - [ 66%] Copying linker_ocaml.c to build area - [ 66%] Building OCaml stub object file linker_ocaml.o - [ 66%] Copying llvm_linker.mli to build area - [ 66%] Copying llvm_linker.ml to build area - [ 66%] Building OCaml library llvm_linker - [ 66%] Building OCaml documentation for llvm_linker - Copying OCaml library component llvm_linker.mli to intermediate area - Copying OCaml library component llvm_linker.cma to intermediate area - Copying OCaml library component libllvm_linker.a to intermediate area - Copying OCaml library component llvm_linker.cmxa to intermediate area - Copying OCaml library component llvm_linker.a to intermediate area - Copying OCaml library component llvm_linker.cmi to intermediate area - Copying OCaml library component llvm_linker.cmti to intermediate area - Copying OCaml library component llvm_linker.cmt to intermediate area - Copying OCaml library component llvm_linker.cmx to intermediate area - [ 66%] Built target ocaml_llvm_linker - [ 66%] Copying ipo_ocaml.c to build area - [ 66%] Building OCaml stub object file ipo_ocaml.o - [ 66%] Copying llvm_ipo.mli to build area - [ 66%] Copying llvm_ipo.ml to build area - [ 66%] Building OCaml library llvm_ipo - [ 66%] Building OCaml documentation for llvm_ipo - Copying OCaml library component llvm_ipo.mli to intermediate area - Copying OCaml library component llvm_ipo.cma to intermediate area - Copying OCaml library component libllvm_ipo.a to intermediate area - Copying OCaml library component llvm_ipo.cmxa to intermediate area - Copying OCaml library component llvm_ipo.a to intermediate area - Copying OCaml library component llvm_ipo.cmi to intermediate area - Copying OCaml library component llvm_ipo.cmti to intermediate area - Copying OCaml library component llvm_ipo.cmt to intermediate area - Copying OCaml library component llvm_ipo.cmx to intermediate area - [ 66%] Built target ocaml_llvm_ipo - [ 66%] Copying passmgr_builder_ocaml.c to build area - [100%] Building OCaml stub object file passmgr_builder_ocaml.o - [100%] Copying llvm_passmgr_builder.mli to build area - [100%] Copying llvm_passmgr_builder.ml to build area - [100%] Building OCaml library llvm_passmgr_builder - [100%] Building OCaml documentation for llvm_passmgr_builder - Copying OCaml library component llvm_passmgr_builder.mli to intermediate area - Copying OCaml library component llvm_passmgr_builder.cma to intermediate area - Copying OCaml library component libllvm_passmgr_builder.a to intermediate area - Copying OCaml library component llvm_passmgr_builder.cmxa to intermediate area - Copying OCaml library component llvm_passmgr_builder.a to intermediate area - Copying OCaml library component llvm_passmgr_builder.cmi to intermediate area - Copying OCaml library component llvm_passmgr_builder.cmti to intermediate area - Copying OCaml library component llvm_passmgr_builder.cmt to intermediate area - Copying OCaml library component llvm_passmgr_builder.cmx to intermediate area - [100%] Built target ocaml_llvm_passmgr_builder - [100%] Copying scalar_opts_ocaml.c to build area - [100%] Building OCaml stub object file scalar_opts_ocaml.o - [100%] Copying llvm_scalar_opts.mli to build area - [100%] Copying llvm_scalar_opts.ml to build area - [100%] Building OCaml library llvm_scalar_opts - [100%] Building OCaml documentation for llvm_scalar_opts - Copying OCaml library component llvm_scalar_opts.mli to intermediate area - Copying OCaml library component llvm_scalar_opts.cma to intermediate area - Copying OCaml library component libllvm_scalar_opts.a to intermediate area - Copying OCaml library component llvm_scalar_opts.cmxa to intermediate area - Copying OCaml library component llvm_scalar_opts.a to intermediate area - Copying OCaml library component llvm_scalar_opts.cmi to intermediate area - Copying OCaml library component llvm_scalar_opts.cmti to intermediate area - Copying OCaml library component llvm_scalar_opts.cmt to intermediate area - Copying OCaml library component llvm_scalar_opts.cmx to intermediate area - [100%] Built target ocaml_llvm_scalar_opts - [100%] Copying transform_utils_ocaml.c to build area - [100%] Building OCaml stub object file transform_utils_ocaml.o - [100%] Copying llvm_transform_utils.mli to build area - [100%] Copying llvm_transform_utils.ml to build area - [100%] Building OCaml library llvm_transform_utils - [100%] Building OCaml documentation for llvm_transform_utils - Copying OCaml library component llvm_transform_utils.mli to intermediate area - Copying OCaml library component llvm_transform_utils.cma to intermediate area - Copying OCaml library component libllvm_transform_utils.a to intermediate area - Copying OCaml library component llvm_transform_utils.cmxa to intermediate area - Copying OCaml library component llvm_transform_utils.a to intermediate area - Copying OCaml library component llvm_transform_utils.cmi to intermediate area - Copying OCaml library component llvm_transform_utils.cmti to intermediate area - Copying OCaml library component llvm_transform_utils.cmt to intermediate area - Copying OCaml library component llvm_transform_utils.cmx to intermediate area - [100%] Built target ocaml_llvm_transform_utils - [100%] Copying vectorize_ocaml.c to build area - [100%] Building OCaml stub object file vectorize_ocaml.o - [100%] Copying llvm_vectorize.mli to build area - [100%] Copying llvm_vectorize.ml to build area - [100%] Building OCaml library llvm_vectorize - [100%] Building OCaml documentation for llvm_vectorize - Copying OCaml library component llvm_vectorize.mli to intermediate area - Copying OCaml library component llvm_vectorize.cma to intermediate area - Copying OCaml library component libllvm_vectorize.a to intermediate area - Copying OCaml library component llvm_vectorize.cmxa to intermediate area - Copying OCaml library component llvm_vectorize.a to intermediate area - Copying OCaml library component llvm_vectorize.cmi to intermediate area - Copying OCaml library component llvm_vectorize.cmti to intermediate area - Copying OCaml library component llvm_vectorize.cmt to intermediate area - Copying OCaml library component llvm_vectorize.cmx to intermediate area - [100%] Built target ocaml_llvm_vectorize - [100%] Built target ocaml_all - + cd ../.. - + llvm_build shared - + cd llvm - + cp ../cmake/Modules/EnableLanguageNolink.cmake ../cmake/Modules/ExtendPath.cmake ../cmake/Modules/FindPrefixFromConfig.cmake ../cmake/Modules/HandleCompilerRT.cmake ../cmake/Modules/HandleOutOfTreeLLVM.cmake ../cmake/Modules/LLVMCheckCompilerLinkerFlag.cmake ../cmake/Modules/SetPlatformToolchainTools.cmake cmake/ - + mkdir build-shared - + cd build-shared - ++ llvm-config-14 --build-mode - ++ llvm-config-14 --targets-built - ++ filter_experimental_targets - ++ sed 's/ /;/g' - ++ sed s/AVR//g - ++ sed s/M68k//g - ++ sed s/Nios2//g - ++ xargs - ++ llvm-config-14 --libdir - ++ '[' shared = shared ']' - ++ echo TRUE - ++ llvm-config-14 --libs - + cmake -DCMAKE_BUILD_TYPE=Release '-DLLVM_TARGETS_TO_BUILD=AArch64;AMDGPU;ARM;BPF;Hexagon;Lanai;Mips;MSP430;NVPTX;PowerPC;RISCV;Sparc;SystemZ;VE;WebAssembly;X86;XCore' -DLLVM_OCAML_EXTERNAL_LLVM_LIBDIR=/usr/lib/llvm-14/lib -DBUILD_SHARED_LIBS=TRUE -DLLVM_OCAML_OUT_OF_TREE=TRUE -DLLVM_OCAML_INSTALL_PATH=/home/opam/.opam/4.02/lib -DLLVM_OCAML_EXTERNAL_LLVM_LIBS=-lLLVM-14 .. - -- The C compiler identification is GNU 12.2.0 - -- The CXX compiler identification is GNU 12.2.0 - -- The ASM compiler identification is GNU - -- Found assembler: /usr/bin/cc - -- Detecting C compiler ABI info - -- Detecting C compiler ABI info - done - -- Check for working C compiler: /usr/bin/cc - skipped - -- Detecting C compile features - -- Detecting C compile features - done - -- Detecting CXX compiler ABI info - -- Detecting CXX compiler ABI info - done - -- Check for working CXX compiler: /usr/bin/c++ - skipped - -- Detecting CXX compile features - -- Detecting CXX compile features - done - -- Looking for dlfcn.h - -- Looking for dlfcn.h - found - -- Looking for errno.h - -- Looking for errno.h - found - -- Looking for fcntl.h - -- Looking for fcntl.h - found - -- Looking for link.h - -- Looking for link.h - found - -- Looking for malloc/malloc.h - -- Looking for malloc/malloc.h - not found - -- Looking for pthread.h - -- Looking for pthread.h - found - -- Looking for signal.h - -- Looking for signal.h - found - -- Looking for sys/ioctl.h - -- Looking for sys/ioctl.h - found - -- Looking for sys/mman.h - -- Looking for sys/mman.h - found - -- Looking for sys/param.h - -- Looking for sys/param.h - found - -- Looking for sys/resource.h - -- Looking for sys/resource.h - found - -- Looking for sys/stat.h - -- Looking for sys/stat.h - found - -- Looking for sys/time.h - -- Looking for sys/time.h - found - -- Looking for sys/types.h - -- Looking for sys/types.h - found - -- Looking for sysexits.h - -- Looking for sysexits.h - found - -- Looking for termios.h - -- Looking for termios.h - found - -- Looking for unistd.h - -- Looking for unistd.h - found - -- Looking for valgrind/valgrind.h - -- Looking for valgrind/valgrind.h - not found - -- Looking for fenv.h - -- Looking for fenv.h - found - -- Looking for FE_ALL_EXCEPT - -- Looking for FE_ALL_EXCEPT - found - -- Looking for FE_INEXACT - -- Looking for FE_INEXACT - found - -- Looking for mach/mach.h - -- Looking for mach/mach.h - not found - -- Looking for histedit.h - -- Looking for histedit.h - not found - -- Looking for CrashReporterClient.h - -- Looking for CrashReporterClient.h - not found - -- Looking for linux/magic.h - -- Looking for linux/magic.h - found - -- Looking for pthread_create in pthread - -- Looking for pthread_create in pthread - found - -- Looking for pthread_getspecific in pthread - -- Looking for pthread_getspecific in pthread - found - -- Looking for pthread_rwlock_init in pthread - -- Looking for pthread_rwlock_init in pthread - found - -- Looking for pthread_mutex_lock in pthread - -- Looking for pthread_mutex_lock in pthread - found - -- Looking for dlopen in dl - -- Looking for dlopen in dl - found - -- Looking for clock_gettime in rt - -- Looking for clock_gettime in rt - found - -- Looking for pfm_initialize in pfm - -- Looking for pfm_initialize in pfm - not found - -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success - -- Found Threads: TRUE - -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) - -- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.14") - -- Looking for xmlReadMemory - -- Looking for xmlReadMemory - found - -- Performing Test Terminfo_LINKABLE - -- Performing Test Terminfo_LINKABLE - Success - -- Found Terminfo: /usr/lib/x86_64-linux-gnu/libtinfo.so - -- Looking for xar_open in xar - -- Looking for xar_open in xar - not found - -- Looking for arc4random - -- Looking for arc4random - not found - -- Looking for backtrace - -- Looking for backtrace - found - -- backtrace facility detected in default set of libraries - -- Found Backtrace: /usr/include - -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed - -- Looking for __register_frame - -- Looking for __register_frame - found - -- Looking for __deregister_frame - -- Looking for __deregister_frame - found - -- Looking for __unw_add_dynamic_fde - -- Looking for __unw_add_dynamic_fde - not found - -- Looking for _Unwind_Backtrace - -- Looking for _Unwind_Backtrace - found - -- Looking for getpagesize - -- Looking for getpagesize - found - -- Looking for sysconf - -- Looking for sysconf - found - -- Looking for getrusage - -- Looking for getrusage - found - -- Looking for setrlimit - -- Looking for setrlimit - found - -- Looking for isatty - -- Looking for isatty - found - -- Looking for futimens - -- Looking for futimens - found - -- Looking for futimes - -- Looking for futimes - found - -- Looking for sigaltstack - -- Looking for sigaltstack - found - -- Looking for lseek64 - -- Looking for lseek64 - found - -- Looking for mallctl - -- Looking for mallctl - not found - -- Looking for mallinfo - -- Looking for mallinfo - found - -- Looking for mallinfo2 - -- Looking for mallinfo2 - found - -- Looking for malloc_zone_statistics - -- Looking for malloc_zone_statistics - not found - -- Looking for getrlimit - -- Looking for getrlimit - found - -- Looking for posix_spawn - -- Looking for posix_spawn - found - -- Looking for pread - -- Looking for pread - found - -- Looking for sbrk - -- Looking for sbrk - found - -- Looking for strerror - -- Looking for strerror - found - -- Looking for strerror_r - -- Looking for strerror_r - found - -- Looking for strerror_s - -- Looking for strerror_s - not found - -- Looking for setenv - -- Looking for setenv - found - -- Looking for dlopen - -- Looking for dlopen - found - -- Looking for dladdr - -- Looking for dladdr - not found - -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed - -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success - -- Looking for __GLIBC__ - -- Looking for __GLIBC__ - found - -- Looking for pthread_getname_np - -- Looking for pthread_getname_np - found - -- Looking for pthread_setname_np - -- Looking for pthread_setname_np - found - -- Looking for proc_pid_rusage - -- Looking for proc_pid_rusage - not found - -- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE - -- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE - Success - -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success - -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success - -- Performing Test LLVM_HAS_ATOMICS - -- Performing Test LLVM_HAS_ATOMICS - Success - -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success - -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed - -- Performing Test HAS_MAYBE_UNINITIALIZED - -- Performing Test HAS_MAYBE_UNINITIALIZED - Success - -- Native target architecture is X86 - -- Threads enabled. - -- Doxygen disabled. - -- Go bindings disabled. - -- Found OCaml: /home/opam/.opam/4.02/bin/ocamlfind - -- OCaml bindings enabled. - -- Could NOT find Python module pygments - -- Could NOT find Python module pygments.lexers.c_cpp - -- Could NOT find Python module yaml - -- LLVM host triple: x86_64-unknown-linux-gnu - -- LLVM default target triple: x86_64-unknown-linux-gnu - -- Performing Test C_SUPPORTS_FPIC - -- Performing Test C_SUPPORTS_FPIC - Success - -- Performing Test CXX_SUPPORTS_FPIC - -- Performing Test CXX_SUPPORTS_FPIC - Success - -- Building with -fPIC - -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success - -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success - -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success - -- Performing Test C_SUPPORTS_WERROR_DATE_TIME - -- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success - -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success - -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed - -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success - -- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - -- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed - -- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - -- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed - -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success - -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success - -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed - -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed - -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Success - -- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG - -- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG - Success - -- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG - -- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG - Success - -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success - -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - Failed - -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success - -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success - -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed - -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Failed - -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Failed - -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success - -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success - -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success - -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success - -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success - -- Performing Test C_SUPPORTS_FDATA_SECTIONS - -- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success - -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success - -- Looking for os_signpost_interval_begin - -- Looking for os_signpost_interval_begin - not found - -- Found Python3: /usr/bin/python3.10 (found suitable version "3.10.6", minimum required is "3.6") found components: Interpreter - -- Linker detection: GNU ld - -- Performing Test HAS_WERROR_GLOBAL_CTORS - -- Performing Test HAS_WERROR_GLOBAL_CTORS - Failed - -- Found Git: /usr/bin/git (found version "2.37.2") - -- Targeting AArch64 - -- Targeting AMDGPU - -- Targeting ARM - -- Targeting BPF - -- Targeting Hexagon - -- Targeting Lanai - -- Targeting Mips - -- Targeting MSP430 - -- Targeting NVPTX - -- Targeting PowerPC - -- Targeting RISCV - -- Targeting Sparc - -- Targeting SystemZ - -- Targeting VE - -- Targeting WebAssembly - -- Targeting X86 - -- Targeting XCore - -- Registering Bye as a pass plugin (static build: OFF) - -- Failed to find LLVM FileCheck - -- git version: v0.0.0 normalized to 0.0.0 - -- Version: 1.6.0 - -- Looking for shm_open in rt - -- Looking for shm_open in rt - found - -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success - -- Performing Test HAVE_CXX_FLAG_WALL - -- Performing Test HAVE_CXX_FLAG_WALL - Success - -- Performing Test HAVE_CXX_FLAG_WEXTRA - -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success - -- Performing Test HAVE_CXX_FLAG_WSHADOW - -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success - -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success - -- Performing Test HAVE_CXX_FLAG_PEDANTIC - -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success - -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success - -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed - -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success - -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success - -- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - -- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - Success - -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success - -- Performing Test HAVE_CXX_FLAG_WD654 - -- Performing Test HAVE_CXX_FLAG_WD654 - Failed - -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed - -- Performing Test HAVE_CXX_FLAG_COVERAGE - -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success - -- Performing Test HAVE_GNU_POSIX_REGEX - -- Performing Test HAVE_GNU_POSIX_REGEX - -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile - -- Performing Test HAVE_POSIX_REGEX - -- Performing Test HAVE_POSIX_REGEX - -- Performing Test HAVE_POSIX_REGEX -- success - -- Performing Test HAVE_STEADY_CLOCK - -- Performing Test HAVE_STEADY_CLOCK - -- Performing Test HAVE_STEADY_CLOCK -- success - -- Configuring done - -- Generating done - -- Build files have been written to: /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared - + make ocaml_all - [ 0%] Built target ocaml_make_directory - [ 0%] Copying llvm_ocaml.c to build area - [ 0%] Building OCaml stub object file llvm_ocaml.o - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_const_gep': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c:993:3: warning: 'LLVMConstGEP' is deprecated [-Wdeprecated-declarations] - 993 | return LLVMConstGEP(ConstantVal, (LLVMValueRef *)Op_val(Indices), - | ^~~~~~ - In file included from /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:18, - from /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c:21: - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:2157:18: note: declared here - 2157 | LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal, - | ^~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_const_in_bounds_gep': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c:999:3: warning: 'LLVMConstInBoundsGEP' is deprecated [-Wdeprecated-declarations] - 999 | return LLVMConstInBoundsGEP(ConstantVal, (LLVMValueRef *)Op_val(Indices), - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:2164:18: note: declared here - 2164 | LLVMValueRef LLVMConstInBoundsGEP(LLVMValueRef ConstantVal, - | ^~~~~~~~~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_add_alias': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c:1283:3: warning: 'LLVMAddAlias' is deprecated [-Wdeprecated-declarations] - 1283 | return LLVMAddAlias(M, Ty, Aliasee, String_val(Name)); - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:2389:18: note: declared here - 2389 | LLVMValueRef LLVMAddAlias(LLVMModuleRef M, LLVMTypeRef Ty, - | ^~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_invoke_nat': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c:1788:3: warning: 'LLVMBuildInvoke' is deprecated [-Wdeprecated-declarations] - 1788 | return LLVMBuildInvoke(Builder_val(B), Fn, (LLVMValueRef *)Op_val(Args), - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:3693:18: note: declared here - 3693 | LLVMValueRef LLVMBuildInvoke(LLVMBuilderRef, LLVMValueRef Fn, - | ^~~~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_load': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c:2026:3: warning: 'LLVMBuildLoad' is deprecated [-Wdeprecated-declarations] - 2026 | return LLVMBuildLoad(Builder_val(B), Pointer, String_val(Name)); - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:3892:18: note: declared here - 3892 | LLVMValueRef LLVMBuildLoad(LLVMBuilderRef, LLVMValueRef PointerVal, - | ^~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_gep': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c:2056:3: warning: 'LLVMBuildGEP' is deprecated [-Wdeprecated-declarations] - 2056 | return LLVMBuildGEP(Builder_val(B), Pointer, (LLVMValueRef *)Op_val(Indices), - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:3899:18: note: declared here - 3899 | LLVMValueRef LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer, - | ^~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_in_bounds_gep': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c:2063:3: warning: 'LLVMBuildInBoundsGEP' is deprecated [-Wdeprecated-declarations] - 2063 | return LLVMBuildInBoundsGEP(Builder_val(B), Pointer, - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:3904:18: note: declared here - 3904 | LLVMValueRef LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, - | ^~~~~~~~~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_struct_gep': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c:2071:3: warning: 'LLVMBuildStructGEP' is deprecated [-Wdeprecated-declarations] - 2071 | return LLVMBuildStructGEP(Builder_val(B), Pointer, Int_val(Index), - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:3909:18: note: declared here - 3909 | LLVMValueRef LLVMBuildStructGEP(LLVMBuilderRef B, LLVMValueRef Pointer, - | ^~~~~~~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_call': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c:2244:3: warning: 'LLVMBuildCall' is deprecated [-Wdeprecated-declarations] - 2244 | return LLVMBuildCall(Builder_val(B), Fn, (LLVMValueRef *)Op_val(Params), - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:3992:18: note: declared here - 3992 | LLVMValueRef LLVMBuildCall(LLVMBuilderRef, LLVMValueRef Fn, - | ^~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c: In function 'llvm_build_ptrdiff': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/llvm/llvm_ocaml.c:2306:3: warning: 'LLVMBuildPtrDiff' is deprecated [-Wdeprecated-declarations] - 2306 | return LLVMBuildPtrDiff(Builder_val(B), LHS, RHS, String_val(Name)); - | ^~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Core.h:4025:18: note: declared here - 4025 | LLVMValueRef LLVMBuildPtrDiff(LLVMBuilderRef, LLVMValueRef LHS, - | ^~~~~~~~~~~~~~~~ - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/include/llvm-c/Deprecated.h:29:3: note: in definition of macro 'LLVM_ATTRIBUTE_C_DEPRECATED' - 29 | decl __attribute__((deprecated)) - | ^~~~ - [ 0%] Copying llvm.mli to build area - [ 0%] Copying llvm.ml to build area - [ 0%] Building OCaml library llvm - [ 0%] Building OCaml documentation for llvm - Copying OCaml library component llvm.mli to intermediate area - Copying OCaml library component llvm.cma to intermediate area - Copying OCaml library component libllvm.a to intermediate area - Copying OCaml library component llvm.cmxa to intermediate area - Copying OCaml library component llvm.a to intermediate area - Copying OCaml library component llvm.cmi to intermediate area - Copying OCaml library component llvm.cmti to intermediate area - Copying OCaml library component llvm.cmt to intermediate area - Copying OCaml library component llvm.cmx to intermediate area - Copying OCaml library component dllllvm.so to intermediate area - [ 0%] Built target ocaml_llvm - [ 0%] Copying target_ocaml.c to build area - [ 0%] Building OCaml stub object file target_ocaml.o - [ 0%] Copying llvm_target.mli to build area - [ 0%] Copying llvm_target.ml to build area - [ 0%] Building OCaml library llvm_target - [ 0%] Building OCaml documentation for llvm_target - Copying OCaml library component llvm_target.mli to intermediate area - Copying OCaml library component llvm_target.cma to intermediate area - Copying OCaml library component libllvm_target.a to intermediate area - Copying OCaml library component llvm_target.cmxa to intermediate area - Copying OCaml library component llvm_target.a to intermediate area - Copying OCaml library component llvm_target.cmi to intermediate area - Copying OCaml library component llvm_target.cmti to intermediate area - Copying OCaml library component llvm_target.cmt to intermediate area - Copying OCaml library component llvm_target.cmx to intermediate area - Copying OCaml library component dllllvm_target.so to intermediate area - [ 0%] Built target ocaml_llvm_target - [ 0%] Copying executionengine_ocaml.c to build area - [ 0%] Building OCaml stub object file executionengine_ocaml.o - [ 0%] Copying llvm_executionengine.mli to build area - [ 0%] Copying llvm_executionengine.ml to build area - [ 0%] Building OCaml library llvm_executionengine - [ 0%] Building OCaml documentation for llvm_executionengine - Copying OCaml library component llvm_executionengine.mli to intermediate area - Copying OCaml library component llvm_executionengine.cma to intermediate area - Copying OCaml library component libllvm_executionengine.a to intermediate area - Copying OCaml library component llvm_executionengine.cmxa to intermediate area - Copying OCaml library component llvm_executionengine.a to intermediate area - Copying OCaml library component llvm_executionengine.cmi to intermediate area - Copying OCaml library component llvm_executionengine.cmti to intermediate area - Copying OCaml library component llvm_executionengine.cmt to intermediate area - Copying OCaml library component llvm_executionengine.cmx to intermediate area - Copying OCaml library component dllllvm_executionengine.so to intermediate area - [ 0%] Built target ocaml_llvm_executionengine - [ 0%] Copying all_backends_ocaml.c to build area - [ 0%] Building OCaml stub object file all_backends_ocaml.o - [ 0%] Copying llvm_all_backends.mli to build area - [ 0%] Copying llvm_all_backends.ml to build area - [ 0%] Building OCaml library llvm_all_backends - [ 0%] Building OCaml documentation for llvm_all_backends - Copying OCaml library component llvm_all_backends.mli to intermediate area - Copying OCaml library component llvm_all_backends.cma to intermediate area - Copying OCaml library component libllvm_all_backends.a to intermediate area - Copying OCaml library component llvm_all_backends.cmxa to intermediate area - Copying OCaml library component llvm_all_backends.a to intermediate area - Copying OCaml library component llvm_all_backends.cmi to intermediate area - Copying OCaml library component llvm_all_backends.cmti to intermediate area - Copying OCaml library component llvm_all_backends.cmt to intermediate area - Copying OCaml library component llvm_all_backends.cmx to intermediate area - Copying OCaml library component dllllvm_all_backends.so to intermediate area - [ 0%] Built target ocaml_llvm_all_backends - [ 0%] Copying analysis_ocaml.c to build area - [ 0%] Building OCaml stub object file analysis_ocaml.o - [ 0%] Copying llvm_analysis.mli to build area - [ 33%] Copying llvm_analysis.ml to build area - [ 33%] Building OCaml library llvm_analysis - [ 33%] Building OCaml documentation for llvm_analysis - Copying OCaml library component llvm_analysis.mli to intermediate area - Copying OCaml library component llvm_analysis.cma to intermediate area - Copying OCaml library component libllvm_analysis.a to intermediate area - Copying OCaml library component llvm_analysis.cmxa to intermediate area - Copying OCaml library component llvm_analysis.a to intermediate area - Copying OCaml library component llvm_analysis.cmi to intermediate area - Copying OCaml library component llvm_analysis.cmti to intermediate area - Copying OCaml library component llvm_analysis.cmt to intermediate area - Copying OCaml library component llvm_analysis.cmx to intermediate area - Copying OCaml library component dllllvm_analysis.so to intermediate area - [ 33%] Built target ocaml_llvm_analysis - [ 33%] Building OCaml stub object file AArch64_ocaml.o - [ 33%] Building OCaml library llvm_AArch64 - [ 33%] Building OCaml documentation for llvm_AArch64 - Copying OCaml library component llvm_AArch64.mli to intermediate area - Copying OCaml library component llvm_AArch64.cma to intermediate area - Copying OCaml library component libllvm_AArch64.a to intermediate area - Copying OCaml library component llvm_AArch64.cmxa to intermediate area - Copying OCaml library component llvm_AArch64.a to intermediate area - Copying OCaml library component llvm_AArch64.cmi to intermediate area - Copying OCaml library component llvm_AArch64.cmti to intermediate area - Copying OCaml library component llvm_AArch64.cmt to intermediate area - Copying OCaml library component llvm_AArch64.cmx to intermediate area - Copying OCaml library component dllllvm_AArch64.so to intermediate area - [ 33%] Built target ocaml_llvm_AArch64 - [ 33%] Building OCaml stub object file AMDGPU_ocaml.o - [ 33%] Building OCaml library llvm_AMDGPU - [ 33%] Building OCaml documentation for llvm_AMDGPU - Copying OCaml library component llvm_AMDGPU.mli to intermediate area - Copying OCaml library component llvm_AMDGPU.cma to intermediate area - Copying OCaml library component libllvm_AMDGPU.a to intermediate area - Copying OCaml library component llvm_AMDGPU.cmxa to intermediate area - Copying OCaml library component llvm_AMDGPU.a to intermediate area - Copying OCaml library component llvm_AMDGPU.cmi to intermediate area - Copying OCaml library component llvm_AMDGPU.cmti to intermediate area - Copying OCaml library component llvm_AMDGPU.cmt to intermediate area - Copying OCaml library component llvm_AMDGPU.cmx to intermediate area - Copying OCaml library component dllllvm_AMDGPU.so to intermediate area - [ 33%] Built target ocaml_llvm_AMDGPU - [ 33%] Building OCaml stub object file ARM_ocaml.o - [ 33%] Building OCaml library llvm_ARM - [ 33%] Building OCaml documentation for llvm_ARM - Copying OCaml library component llvm_ARM.mli to intermediate area - Copying OCaml library component llvm_ARM.cma to intermediate area - Copying OCaml library component libllvm_ARM.a to intermediate area - Copying OCaml library component llvm_ARM.cmxa to intermediate area - Copying OCaml library component llvm_ARM.a to intermediate area - Copying OCaml library component llvm_ARM.cmi to intermediate area - Copying OCaml library component llvm_ARM.cmti to intermediate area - Copying OCaml library component llvm_ARM.cmt to intermediate area - Copying OCaml library component llvm_ARM.cmx to intermediate area - Copying OCaml library component dllllvm_ARM.so to intermediate area - [ 33%] Built target ocaml_llvm_ARM - [ 66%] Building OCaml stub object file BPF_ocaml.o - [ 66%] Building OCaml library llvm_BPF - [ 66%] Building OCaml documentation for llvm_BPF - Copying OCaml library component llvm_BPF.mli to intermediate area - Copying OCaml library component llvm_BPF.cma to intermediate area - Copying OCaml library component libllvm_BPF.a to intermediate area - Copying OCaml library component llvm_BPF.cmxa to intermediate area - Copying OCaml library component llvm_BPF.a to intermediate area - Copying OCaml library component llvm_BPF.cmi to intermediate area - Copying OCaml library component llvm_BPF.cmti to intermediate area - Copying OCaml library component llvm_BPF.cmt to intermediate area - Copying OCaml library component llvm_BPF.cmx to intermediate area - Copying OCaml library component dllllvm_BPF.so to intermediate area - [ 66%] Built target ocaml_llvm_BPF - [ 66%] Building OCaml stub object file Hexagon_ocaml.o - [ 66%] Building OCaml library llvm_Hexagon - [ 66%] Building OCaml documentation for llvm_Hexagon - Copying OCaml library component llvm_Hexagon.mli to intermediate area - Copying OCaml library component llvm_Hexagon.cma to intermediate area - Copying OCaml library component libllvm_Hexagon.a to intermediate area - Copying OCaml library component llvm_Hexagon.cmxa to intermediate area - Copying OCaml library component llvm_Hexagon.a to intermediate area - Copying OCaml library component llvm_Hexagon.cmi to intermediate area - Copying OCaml library component llvm_Hexagon.cmti to intermediate area - Copying OCaml library component llvm_Hexagon.cmt to intermediate area - Copying OCaml library component llvm_Hexagon.cmx to intermediate area - Copying OCaml library component dllllvm_Hexagon.so to intermediate area - [ 66%] Built target ocaml_llvm_Hexagon - [ 66%] Building OCaml stub object file Lanai_ocaml.o - [ 66%] Building OCaml library llvm_Lanai - [ 66%] Building OCaml documentation for llvm_Lanai - Copying OCaml library component llvm_Lanai.mli to intermediate area - Copying OCaml library component llvm_Lanai.cma to intermediate area - Copying OCaml library component libllvm_Lanai.a to intermediate area - Copying OCaml library component llvm_Lanai.cmxa to intermediate area - Copying OCaml library component llvm_Lanai.a to intermediate area - Copying OCaml library component llvm_Lanai.cmi to intermediate area - Copying OCaml library component llvm_Lanai.cmti to intermediate area - Copying OCaml library component llvm_Lanai.cmt to intermediate area - Copying OCaml library component llvm_Lanai.cmx to intermediate area - Copying OCaml library component dllllvm_Lanai.so to intermediate area - [ 66%] Built target ocaml_llvm_Lanai - [ 66%] Building OCaml stub object file Mips_ocaml.o - [ 66%] Building OCaml library llvm_Mips - [ 66%] Building OCaml documentation for llvm_Mips - Copying OCaml library component llvm_Mips.mli to intermediate area - Copying OCaml library component llvm_Mips.cma to intermediate area - Copying OCaml library component libllvm_Mips.a to intermediate area - Copying OCaml library component llvm_Mips.cmxa to intermediate area - Copying OCaml library component llvm_Mips.a to intermediate area - Copying OCaml library component llvm_Mips.cmi to intermediate area - Copying OCaml library component llvm_Mips.cmti to intermediate area - Copying OCaml library component llvm_Mips.cmt to intermediate area - Copying OCaml library component llvm_Mips.cmx to intermediate area - Copying OCaml library component dllllvm_Mips.so to intermediate area - [ 66%] Built target ocaml_llvm_Mips - [ 66%] Building OCaml stub object file MSP430_ocaml.o - [ 66%] Building OCaml library llvm_MSP430 - [ 66%] Building OCaml documentation for llvm_MSP430 - Copying OCaml library component llvm_MSP430.mli to intermediate area - Copying OCaml library component llvm_MSP430.cma to intermediate area - Copying OCaml library component libllvm_MSP430.a to intermediate area - Copying OCaml library component llvm_MSP430.cmxa to intermediate area - Copying OCaml library component llvm_MSP430.a to intermediate area - Copying OCaml library component llvm_MSP430.cmi to intermediate area - Copying OCaml library component llvm_MSP430.cmti to intermediate area - Copying OCaml library component llvm_MSP430.cmt to intermediate area - Copying OCaml library component llvm_MSP430.cmx to intermediate area - Copying OCaml library component dllllvm_MSP430.so to intermediate area - [ 66%] Built target ocaml_llvm_MSP430 - [ 66%] Building OCaml stub object file NVPTX_ocaml.o - [ 66%] Building OCaml library llvm_NVPTX - [ 66%] Building OCaml documentation for llvm_NVPTX - Copying OCaml library component llvm_NVPTX.mli to intermediate area - Copying OCaml library component llvm_NVPTX.cma to intermediate area - Copying OCaml library component libllvm_NVPTX.a to intermediate area - Copying OCaml library component llvm_NVPTX.cmxa to intermediate area - Copying OCaml library component llvm_NVPTX.a to intermediate area - Copying OCaml library component llvm_NVPTX.cmi to intermediate area - Copying OCaml library component llvm_NVPTX.cmti to intermediate area - Copying OCaml library component llvm_NVPTX.cmt to intermediate area - Copying OCaml library component llvm_NVPTX.cmx to intermediate area - Copying OCaml library component dllllvm_NVPTX.so to intermediate area - [ 66%] Built target ocaml_llvm_NVPTX - [ 66%] Building OCaml stub object file PowerPC_ocaml.o - [ 66%] Building OCaml library llvm_PowerPC - [ 66%] Building OCaml documentation for llvm_PowerPC - Copying OCaml library component llvm_PowerPC.mli to intermediate area - Copying OCaml library component llvm_PowerPC.cma to intermediate area - Copying OCaml library component libllvm_PowerPC.a to intermediate area - Copying OCaml library component llvm_PowerPC.cmxa to intermediate area - Copying OCaml library component llvm_PowerPC.a to intermediate area - Copying OCaml library component llvm_PowerPC.cmi to intermediate area - Copying OCaml library component llvm_PowerPC.cmti to intermediate area - Copying OCaml library component llvm_PowerPC.cmt to intermediate area - Copying OCaml library component llvm_PowerPC.cmx to intermediate area - Copying OCaml library component dllllvm_PowerPC.so to intermediate area - [ 66%] Built target ocaml_llvm_PowerPC - [ 66%] Building OCaml stub object file RISCV_ocaml.o - [ 66%] Building OCaml library llvm_RISCV - [ 66%] Building OCaml documentation for llvm_RISCV - Copying OCaml library component llvm_RISCV.mli to intermediate area - Copying OCaml library component llvm_RISCV.cma to intermediate area - Copying OCaml library component libllvm_RISCV.a to intermediate area - Copying OCaml library component llvm_RISCV.cmxa to intermediate area - Copying OCaml library component llvm_RISCV.a to intermediate area - Copying OCaml library component llvm_RISCV.cmi to intermediate area - Copying OCaml library component llvm_RISCV.cmti to intermediate area - Copying OCaml library component llvm_RISCV.cmt to intermediate area - Copying OCaml library component llvm_RISCV.cmx to intermediate area - Copying OCaml library component dllllvm_RISCV.so to intermediate area - [ 66%] Built target ocaml_llvm_RISCV - [ 66%] Building OCaml stub object file Sparc_ocaml.o - [ 66%] Building OCaml library llvm_Sparc - [ 66%] Building OCaml documentation for llvm_Sparc - Copying OCaml library component llvm_Sparc.mli to intermediate area - Copying OCaml library component llvm_Sparc.cma to intermediate area - Copying OCaml library component libllvm_Sparc.a to intermediate area - Copying OCaml library component llvm_Sparc.cmxa to intermediate area - Copying OCaml library component llvm_Sparc.a to intermediate area - Copying OCaml library component llvm_Sparc.cmi to intermediate area - Copying OCaml library component llvm_Sparc.cmti to intermediate area - Copying OCaml library component llvm_Sparc.cmt to intermediate area - Copying OCaml library component llvm_Sparc.cmx to intermediate area - Copying OCaml library component dllllvm_Sparc.so to intermediate area - [ 66%] Built target ocaml_llvm_Sparc - [ 66%] Building OCaml stub object file SystemZ_ocaml.o - [ 66%] Building OCaml library llvm_SystemZ - [ 66%] Building OCaml documentation for llvm_SystemZ - Copying OCaml library component llvm_SystemZ.mli to intermediate area - Copying OCaml library component llvm_SystemZ.cma to intermediate area - Copying OCaml library component libllvm_SystemZ.a to intermediate area - Copying OCaml library component llvm_SystemZ.cmxa to intermediate area - Copying OCaml library component llvm_SystemZ.a to intermediate area - Copying OCaml library component llvm_SystemZ.cmi to intermediate area - Copying OCaml library component llvm_SystemZ.cmti to intermediate area - Copying OCaml library component llvm_SystemZ.cmt to intermediate area - Copying OCaml library component llvm_SystemZ.cmx to intermediate area - Copying OCaml library component dllllvm_SystemZ.so to intermediate area - [ 66%] Built target ocaml_llvm_SystemZ - [ 66%] Building OCaml stub object file VE_ocaml.o - [ 66%] Building OCaml library llvm_VE - [ 66%] Building OCaml documentation for llvm_VE - Copying OCaml library component llvm_VE.mli to intermediate area - Copying OCaml library component llvm_VE.cma to intermediate area - Copying OCaml library component libllvm_VE.a to intermediate area - Copying OCaml library component llvm_VE.cmxa to intermediate area - Copying OCaml library component llvm_VE.a to intermediate area - Copying OCaml library component llvm_VE.cmi to intermediate area - Copying OCaml library component llvm_VE.cmti to intermediate area - Copying OCaml library component llvm_VE.cmt to intermediate area - Copying OCaml library component llvm_VE.cmx to intermediate area - Copying OCaml library component dllllvm_VE.so to intermediate area - [ 66%] Built target ocaml_llvm_VE - [ 66%] Building OCaml stub object file WebAssembly_ocaml.o - [ 66%] Building OCaml library llvm_WebAssembly - [ 66%] Building OCaml documentation for llvm_WebAssembly - Copying OCaml library component llvm_WebAssembly.mli to intermediate area - Copying OCaml library component llvm_WebAssembly.cma to intermediate area - Copying OCaml library component libllvm_WebAssembly.a to intermediate area - Copying OCaml library component llvm_WebAssembly.cmxa to intermediate area - Copying OCaml library component llvm_WebAssembly.a to intermediate area - Copying OCaml library component llvm_WebAssembly.cmi to intermediate area - Copying OCaml library component llvm_WebAssembly.cmti to intermediate area - Copying OCaml library component llvm_WebAssembly.cmt to intermediate area - Copying OCaml library component llvm_WebAssembly.cmx to intermediate area - Copying OCaml library component dllllvm_WebAssembly.so to intermediate area - [ 66%] Built target ocaml_llvm_WebAssembly - [ 66%] Building OCaml stub object file X86_ocaml.o - [ 66%] Building OCaml library llvm_X86 - [ 66%] Building OCaml documentation for llvm_X86 - Copying OCaml library component llvm_X86.mli to intermediate area - Copying OCaml library component llvm_X86.cma to intermediate area - Copying OCaml library component libllvm_X86.a to intermediate area - Copying OCaml library component llvm_X86.cmxa to intermediate area - Copying OCaml library component llvm_X86.a to intermediate area - Copying OCaml library component llvm_X86.cmi to intermediate area - Copying OCaml library component llvm_X86.cmti to intermediate area - Copying OCaml library component llvm_X86.cmt to intermediate area - Copying OCaml library component llvm_X86.cmx to intermediate area - Copying OCaml library component dllllvm_X86.so to intermediate area - [ 66%] Built target ocaml_llvm_X86 - [ 66%] Building OCaml stub object file XCore_ocaml.o - [ 66%] Building OCaml library llvm_XCore - [ 66%] Building OCaml documentation for llvm_XCore - Copying OCaml library component llvm_XCore.mli to intermediate area - Copying OCaml library component llvm_XCore.cma to intermediate area - Copying OCaml library component libllvm_XCore.a to intermediate area - Copying OCaml library component llvm_XCore.cmxa to intermediate area - Copying OCaml library component llvm_XCore.a to intermediate area - Copying OCaml library component llvm_XCore.cmi to intermediate area - Copying OCaml library component llvm_XCore.cmti to intermediate area - Copying OCaml library component llvm_XCore.cmt to intermediate area - Copying OCaml library component llvm_XCore.cmx to intermediate area - Copying OCaml library component dllllvm_XCore.so to intermediate area - [ 66%] Built target ocaml_llvm_XCore - [ 66%] Copying bitreader_ocaml.c to build area - [ 66%] Building OCaml stub object file bitreader_ocaml.o - [ 66%] Copying llvm_bitreader.mli to build area - [ 66%] Copying llvm_bitreader.ml to build area - [ 66%] Building OCaml library llvm_bitreader - [ 66%] Building OCaml documentation for llvm_bitreader - Copying OCaml library component llvm_bitreader.mli to intermediate area - Copying OCaml library component llvm_bitreader.cma to intermediate area - Copying OCaml library component libllvm_bitreader.a to intermediate area - Copying OCaml library component llvm_bitreader.cmxa to intermediate area - Copying OCaml library component llvm_bitreader.a to intermediate area - Copying OCaml library component llvm_bitreader.cmi to intermediate area - Copying OCaml library component llvm_bitreader.cmti to intermediate area - Copying OCaml library component llvm_bitreader.cmt to intermediate area - Copying OCaml library component llvm_bitreader.cmx to intermediate area - Copying OCaml library component dllllvm_bitreader.so to intermediate area - [ 66%] Built target ocaml_llvm_bitreader - [ 66%] Copying bitwriter_ocaml.c to build area - [ 66%] Building OCaml stub object file bitwriter_ocaml.o - [ 66%] Copying llvm_bitwriter.mli to build area - [ 66%] Copying llvm_bitwriter.ml to build area - [ 66%] Building OCaml library llvm_bitwriter - [ 66%] Building OCaml documentation for llvm_bitwriter - Copying OCaml library component llvm_bitwriter.mli to intermediate area - Copying OCaml library component llvm_bitwriter.cma to intermediate area - Copying OCaml library component libllvm_bitwriter.a to intermediate area - Copying OCaml library component llvm_bitwriter.cmxa to intermediate area - Copying OCaml library component llvm_bitwriter.a to intermediate area - Copying OCaml library component llvm_bitwriter.cmi to intermediate area - Copying OCaml library component llvm_bitwriter.cmti to intermediate area - Copying OCaml library component llvm_bitwriter.cmt to intermediate area - Copying OCaml library component llvm_bitwriter.cmx to intermediate area - Copying OCaml library component dllllvm_bitwriter.so to intermediate area - [ 66%] Built target ocaml_llvm_bitwriter - [ 66%] Copying debuginfo_ocaml.c to build area - [ 66%] Building OCaml stub object file debuginfo_ocaml.o - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/debuginfo/debuginfo_ocaml.c: In function 'map_DIFlag': - /home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6/llvm/build-shared/bindings/ocaml/debuginfo/debuginfo_ocaml.c:140:1: warning: control reaches end of non-void function [-Wreturn-type] - 140 | } - | ^ - [ 66%] Copying llvm_debuginfo.mli to build area - [ 66%] Copying llvm_debuginfo.ml to build area - [ 66%] Building OCaml library llvm_debuginfo - [ 66%] Building OCaml documentation for llvm_debuginfo - Copying OCaml library component llvm_debuginfo.mli to intermediate area - Copying OCaml library component llvm_debuginfo.cma to intermediate area - Copying OCaml library component libllvm_debuginfo.a to intermediate area - Copying OCaml library component llvm_debuginfo.cmxa to intermediate area - Copying OCaml library component llvm_debuginfo.a to intermediate area - Copying OCaml library component llvm_debuginfo.cmi to intermediate area - Copying OCaml library component llvm_debuginfo.cmti to intermediate area - Copying OCaml library component llvm_debuginfo.cmt to intermediate area - Copying OCaml library component llvm_debuginfo.cmx to intermediate area - Copying OCaml library component dllllvm_debuginfo.so to intermediate area - [ 66%] Built target ocaml_llvm_debuginfo - [ 66%] Copying irreader_ocaml.c to build area - [ 66%] Building OCaml stub object file irreader_ocaml.o - [ 66%] Copying llvm_irreader.mli to build area - [ 66%] Copying llvm_irreader.ml to build area - [ 66%] Building OCaml library llvm_irreader - [ 66%] Building OCaml documentation for llvm_irreader - Copying OCaml library component llvm_irreader.mli to intermediate area - Copying OCaml library component llvm_irreader.cma to intermediate area - Copying OCaml library component libllvm_irreader.a to intermediate area - Copying OCaml library component llvm_irreader.cmxa to intermediate area - Copying OCaml library component llvm_irreader.a to intermediate area - Copying OCaml library component llvm_irreader.cmi to intermediate area - Copying OCaml library component llvm_irreader.cmti to intermediate area - Copying OCaml library component llvm_irreader.cmt to intermediate area - Copying OCaml library component llvm_irreader.cmx to intermediate area - Copying OCaml library component dllllvm_irreader.so to intermediate area - [ 66%] Built target ocaml_llvm_irreader - [ 66%] Copying linker_ocaml.c to build area - [ 66%] Building OCaml stub object file linker_ocaml.o - [ 66%] Copying llvm_linker.mli to build area - [ 66%] Copying llvm_linker.ml to build area - [ 66%] Building OCaml library llvm_linker - [ 66%] Building OCaml documentation for llvm_linker - Copying OCaml library component llvm_linker.mli to intermediate area - Copying OCaml library component llvm_linker.cma to intermediate area - Copying OCaml library component libllvm_linker.a to intermediate area - Copying OCaml library component llvm_linker.cmxa to intermediate area - Copying OCaml library component llvm_linker.a to intermediate area - Copying OCaml library component llvm_linker.cmi to intermediate area - Copying OCaml library component llvm_linker.cmti to intermediate area - Copying OCaml library component llvm_linker.cmt to intermediate area - Copying OCaml library component llvm_linker.cmx to intermediate area - Copying OCaml library component dllllvm_linker.so to intermediate area - [ 66%] Built target ocaml_llvm_linker - [ 66%] Copying ipo_ocaml.c to build area - [ 66%] Building OCaml stub object file ipo_ocaml.o - [ 66%] Copying llvm_ipo.mli to build area - [ 66%] Copying llvm_ipo.ml to build area - [ 66%] Building OCaml library llvm_ipo - [ 66%] Building OCaml documentation for llvm_ipo - Copying OCaml library component llvm_ipo.mli to intermediate area - Copying OCaml library component llvm_ipo.cma to intermediate area - Copying OCaml library component libllvm_ipo.a to intermediate area - Copying OCaml library component llvm_ipo.cmxa to intermediate area - Copying OCaml library component llvm_ipo.a to intermediate area - Copying OCaml library component llvm_ipo.cmi to intermediate area - Copying OCaml library component llvm_ipo.cmti to intermediate area - Copying OCaml library component llvm_ipo.cmt to intermediate area - Copying OCaml library component llvm_ipo.cmx to intermediate area - Copying OCaml library component dllllvm_ipo.so to intermediate area - [ 66%] Built target ocaml_llvm_ipo - [ 66%] Copying passmgr_builder_ocaml.c to build area - [100%] Building OCaml stub object file passmgr_builder_ocaml.o - [100%] Copying llvm_passmgr_builder.mli to build area - [100%] Copying llvm_passmgr_builder.ml to build area - [100%] Building OCaml library llvm_passmgr_builder - [100%] Building OCaml documentation for llvm_passmgr_builder - Copying OCaml library component llvm_passmgr_builder.mli to intermediate area - Copying OCaml library component llvm_passmgr_builder.cma to intermediate area - Copying OCaml library component libllvm_passmgr_builder.a to intermediate area - Copying OCaml library component llvm_passmgr_builder.cmxa to intermediate area - Copying OCaml library component llvm_passmgr_builder.a to intermediate area - Copying OCaml library component llvm_passmgr_builder.cmi to intermediate area - Copying OCaml library component llvm_passmgr_builder.cmti to intermediate area - Copying OCaml library component llvm_passmgr_builder.cmt to intermediate area - Copying OCaml library component llvm_passmgr_builder.cmx to intermediate area - Copying OCaml library component dllllvm_passmgr_builder.so to intermediate area - [100%] Built target ocaml_llvm_passmgr_builder - [100%] Copying scalar_opts_ocaml.c to build area - [100%] Building OCaml stub object file scalar_opts_ocaml.o - [100%] Copying llvm_scalar_opts.mli to build area - [100%] Copying llvm_scalar_opts.ml to build area - [100%] Building OCaml library llvm_scalar_opts - [100%] Building OCaml documentation for llvm_scalar_opts - Copying OCaml library component llvm_scalar_opts.mli to intermediate area - Copying OCaml library component llvm_scalar_opts.cma to intermediate area - Copying OCaml library component libllvm_scalar_opts.a to intermediate area - Copying OCaml library component llvm_scalar_opts.cmxa to intermediate area - Copying OCaml library component llvm_scalar_opts.a to intermediate area - Copying OCaml library component llvm_scalar_opts.cmi to intermediate area - Copying OCaml library component llvm_scalar_opts.cmti to intermediate area - Copying OCaml library component llvm_scalar_opts.cmt to intermediate area - Copying OCaml library component llvm_scalar_opts.cmx to intermediate area - Copying OCaml library component dllllvm_scalar_opts.so to intermediate area - [100%] Built target ocaml_llvm_scalar_opts - [100%] Copying transform_utils_ocaml.c to build area - [100%] Building OCaml stub object file transform_utils_ocaml.o - [100%] Copying llvm_transform_utils.mli to build area - [100%] Copying llvm_transform_utils.ml to build area - [100%] Building OCaml library llvm_transform_utils - [100%] Building OCaml documentation for llvm_transform_utils - Copying OCaml library component llvm_transform_utils.mli to intermediate area - Copying OCaml library component llvm_transform_utils.cma to intermediate area - Copying OCaml library component libllvm_transform_utils.a to intermediate area - Copying OCaml library component llvm_transform_utils.cmxa to intermediate area - Copying OCaml library component llvm_transform_utils.a to intermediate area - Copying OCaml library component llvm_transform_utils.cmi to intermediate area - Copying OCaml library component llvm_transform_utils.cmti to intermediate area - Copying OCaml library component llvm_transform_utils.cmt to intermediate area - Copying OCaml library component llvm_transform_utils.cmx to intermediate area - Copying OCaml library component dllllvm_transform_utils.so to intermediate area - [100%] Built target ocaml_llvm_transform_utils - [100%] Copying vectorize_ocaml.c to build area - [100%] Building OCaml stub object file vectorize_ocaml.o - [100%] Copying llvm_vectorize.mli to build area - [100%] Copying llvm_vectorize.ml to build area - [100%] Building OCaml library llvm_vectorize - [100%] Building OCaml documentation for llvm_vectorize - Copying OCaml library component llvm_vectorize.mli to intermediate area - Copying OCaml library component llvm_vectorize.cma to intermediate area - Copying OCaml library component libllvm_vectorize.a to intermediate area - Copying OCaml library component llvm_vectorize.cmxa to intermediate area - Copying OCaml library component llvm_vectorize.a to intermediate area - Copying OCaml library component llvm_vectorize.cmi to intermediate area - Copying OCaml library component llvm_vectorize.cmti to intermediate area - Copying OCaml library component llvm_vectorize.cmt to intermediate area - Copying OCaml library component llvm_vectorize.cmx to intermediate area - Copying OCaml library component dllllvm_vectorize.so to intermediate area - [100%] Built target ocaml_llvm_vectorize - [100%] Built target ocaml_all - + cd ../.. -> compiled llvm.14.0.6 Processing 102/104: [llvm: bash install.sh] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "bash" "-ex" "install.sh" "llvm-config-14" "/home/opam/.opam/4.02/lib" "cmake" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/llvm.14.0.6) - + llvm_config=llvm-config-14 - + libdir=/home/opam/.opam/4.02/lib - + cmake=cmake - + make=make - + action=install - + case "$action" in - + llvm_install static - + cd llvm - + test -d build-static - + cd build-static - + cmake -P bindings/ocaml/cmake_install.cmake - -- Install configuration: "Release" - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_all_backends.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_analysis.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_AArch64.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_AArch64 - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_AMDGPU.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_AMDGPU - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_ARM.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_ARM - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_BPF.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_BPF - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_Hexagon.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_Hexagon - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_Lanai.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_Lanai - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_Mips.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_Mips - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_MSP430.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_MSP430 - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_NVPTX.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_NVPTX - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_PowerPC.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_PowerPC - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_RISCV.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_RISCV - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_Sparc.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_Sparc - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_SystemZ.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_SystemZ - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_VE.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_VE - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_WebAssembly.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_WebAssembly - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_X86.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_X86 - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_XCore.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cmx - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_XCore - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_bitreader.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_bitwriter.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_debuginfo.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_irreader.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_linker.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_target.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_ipo.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_passmgr_builder.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_scalar_opts.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_transform_utils.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_vectorize.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cmx - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_executionengine.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cmx - + mkdir /home/opam/.opam/4.02/lib/llvm/static - + mv /home/opam/.opam/4.02/lib/llvm/llvm.cma /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cma /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cma /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cma /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cma /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cma /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cma /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cma /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cma /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cma /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cma /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cma /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cma /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cma /home/opam/.opam/4.02/lib/llvm/llvm_VE.cma /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cma /home/opam/.opam/4.02/lib/llvm/llvm_X86.cma /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cma /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cma /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cma /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cma /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cma /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cma /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cma /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cma /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cma /home/opam/.opam/4.02/lib/llvm/llvm_linker.cma /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cma /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cma /home/opam/.opam/4.02/lib/llvm/llvm_target.cma /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cma /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cma /home/opam/.opam/4.02/lib/llvm/static - + mv /home/opam/.opam/4.02/lib/llvm/llvm.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_VE.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_X86.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_linker.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_target.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cmxa /home/opam/.opam/4.02/lib/llvm/static - + mv /home/opam/.opam/4.02/lib/llvm/llvm.a /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.a /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.a /home/opam/.opam/4.02/lib/llvm/llvm_ARM.a /home/opam/.opam/4.02/lib/llvm/llvm_BPF.a /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.a /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.a /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.a /home/opam/.opam/4.02/lib/llvm/llvm_Mips.a /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.a /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.a /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.a /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.a /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.a /home/opam/.opam/4.02/lib/llvm/llvm_VE.a /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.a /home/opam/.opam/4.02/lib/llvm/llvm_X86.a /home/opam/.opam/4.02/lib/llvm/llvm_XCore.a /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.a /home/opam/.opam/4.02/lib/llvm/llvm_analysis.a /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.a /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.a /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.a /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.a /home/opam/.opam/4.02/lib/llvm/llvm_ipo.a /home/opam/.opam/4.02/lib/llvm/llvm_irreader.a /home/opam/.opam/4.02/lib/llvm/llvm_linker.a /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.a /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.a /home/opam/.opam/4.02/lib/llvm/llvm_target.a /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.a /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.a /home/opam/.opam/4.02/lib/llvm/static - + cd .. - + cd .. - + llvm_install shared - + cd llvm - + test -d build-shared - + cd build-shared - + cmake -P bindings/ocaml/cmake_install.cmake - -- Install configuration: "Release" - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_all_backends.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_all_backends.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_analysis.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_analysis.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_AArch64.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_AArch64.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_AArch64 - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_AMDGPU.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_AMDGPU.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_AMDGPU - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_ARM.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_ARM.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_ARM - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_BPF.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_BPF.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_BPF - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_Hexagon.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_Hexagon.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_Hexagon - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_Lanai.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_Lanai.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_Lanai - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_Mips.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_Mips.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_Mips - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_MSP430.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_MSP430.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_MSP430 - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_NVPTX.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_NVPTX.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_NVPTX - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_PowerPC.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_PowerPC.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_PowerPC - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_RISCV.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_RISCV.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_RISCV - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_Sparc.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_Sparc.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_Sparc - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_SystemZ.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_SystemZ.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_SystemZ - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_VE.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_VE.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_VE.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_VE - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_WebAssembly.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_WebAssembly.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_WebAssembly - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_X86.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_X86.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_X86.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_X86 - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_XCore.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_XCore.so - -- Installing: /home/opam/.opam/4.02/lib/META.llvm_XCore - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_bitreader.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_bitreader.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_bitwriter.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_bitwriter.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_debuginfo.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_debuginfo.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_irreader.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_irreader.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_linker.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_linker.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_linker.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_target.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_target.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_target.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_ipo.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_ipo.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_passmgr_builder.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_passmgr_builder.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_scalar_opts.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_scalar_opts.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_transform_utils.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_transform_utils.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_vectorize.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_vectorize.so - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.mli - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cma - -- Installing: /home/opam/.opam/4.02/lib/llvm/libllvm_executionengine.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cmxa - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.a - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cmi - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cmti - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cmt - -- Installing: /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cmx - -- Installing: /home/opam/.opam/4.02/lib/stublibs/dllllvm_executionengine.so - + mkdir /home/opam/.opam/4.02/lib/llvm/shared - + mv /home/opam/.opam/4.02/lib/llvm/llvm.cma /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cma /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cma /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cma /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cma /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cma /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cma /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cma /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cma /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cma /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cma /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cma /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cma /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cma /home/opam/.opam/4.02/lib/llvm/llvm_VE.cma /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cma /home/opam/.opam/4.02/lib/llvm/llvm_X86.cma /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cma /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cma /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cma /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cma /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cma /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cma /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cma /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cma /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cma /home/opam/.opam/4.02/lib/llvm/llvm_linker.cma /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cma /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cma /home/opam/.opam/4.02/lib/llvm/llvm_target.cma /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cma /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cma /home/opam/.opam/4.02/lib/llvm/shared - + mv /home/opam/.opam/4.02/lib/llvm/llvm.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_ARM.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_BPF.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_Mips.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_VE.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_X86.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_XCore.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_analysis.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_ipo.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_irreader.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_linker.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_target.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.cmxa /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.cmxa /home/opam/.opam/4.02/lib/llvm/shared - + mv /home/opam/.opam/4.02/lib/llvm/llvm.a /home/opam/.opam/4.02/lib/llvm/llvm_AArch64.a /home/opam/.opam/4.02/lib/llvm/llvm_AMDGPU.a /home/opam/.opam/4.02/lib/llvm/llvm_ARM.a /home/opam/.opam/4.02/lib/llvm/llvm_BPF.a /home/opam/.opam/4.02/lib/llvm/llvm_Hexagon.a /home/opam/.opam/4.02/lib/llvm/llvm_Lanai.a /home/opam/.opam/4.02/lib/llvm/llvm_MSP430.a /home/opam/.opam/4.02/lib/llvm/llvm_Mips.a /home/opam/.opam/4.02/lib/llvm/llvm_NVPTX.a /home/opam/.opam/4.02/lib/llvm/llvm_PowerPC.a /home/opam/.opam/4.02/lib/llvm/llvm_RISCV.a /home/opam/.opam/4.02/lib/llvm/llvm_Sparc.a /home/opam/.opam/4.02/lib/llvm/llvm_SystemZ.a /home/opam/.opam/4.02/lib/llvm/llvm_VE.a /home/opam/.opam/4.02/lib/llvm/llvm_WebAssembly.a /home/opam/.opam/4.02/lib/llvm/llvm_X86.a /home/opam/.opam/4.02/lib/llvm/llvm_XCore.a /home/opam/.opam/4.02/lib/llvm/llvm_all_backends.a /home/opam/.opam/4.02/lib/llvm/llvm_analysis.a /home/opam/.opam/4.02/lib/llvm/llvm_bitreader.a /home/opam/.opam/4.02/lib/llvm/llvm_bitwriter.a /home/opam/.opam/4.02/lib/llvm/llvm_debuginfo.a /home/opam/.opam/4.02/lib/llvm/llvm_executionengine.a /home/opam/.opam/4.02/lib/llvm/llvm_ipo.a /home/opam/.opam/4.02/lib/llvm/llvm_irreader.a /home/opam/.opam/4.02/lib/llvm/llvm_linker.a /home/opam/.opam/4.02/lib/llvm/llvm_passmgr_builder.a /home/opam/.opam/4.02/lib/llvm/llvm_scalar_opts.a /home/opam/.opam/4.02/lib/llvm/llvm_target.a /home/opam/.opam/4.02/lib/llvm/llvm_transform_utils.a /home/opam/.opam/4.02/lib/llvm/llvm_vectorize.a /home/opam/.opam/4.02/lib/llvm/shared - + cd .. - + cd .. -> installed llvm.14.0.6 Processing 103/104: [hardcaml-llvmsim: ocaml build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/pkg.ml" "build" (CWD=/home/opam/.opam/4.02/.opam-switch/build/hardcaml-llvmsim.0.3.0) - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - ocamlfind ocamldep -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -modules src/utils.mli > src/utils.mli.depends - ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/utils.cmi src/utils.mli - + ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/utils.cmi src/utils.mli - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - ocamlfind ocamldep -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -modules src/utils.ml > src/utils.ml.depends - ocamlfind ocamldep -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -modules src/globals.mli > src/globals.mli.depends - ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/globals.cmi src/globals.mli - + ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/globals.cmi src/globals.mli - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - ocamlfind ocamldep -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -modules src/globals.ml > src/globals.ml.depends - ocamlfind ocamldep -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -modules src/info.mli > src/info.mli.depends - ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/info.cmi src/info.mli - + ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/info.cmi src/info.mli - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - ocamlfind ocamldep -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -modules src/info.ml > src/info.ml.depends - ocamlfind ocamldep -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -modules src/compile.mli > src/compile.mli.depends - ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/compile.cmi src/compile.mli - + ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/compile.cmi src/compile.mli - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - ocamlfind ocamldep -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -modules src/compile.ml > src/compile.ml.depends - ocamlfind ocamldep -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -modules src/sim.mli > src/sim.mli.depends - ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/sim.cmi src/sim.mli - + ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/sim.cmi src/sim.mli - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - ocamlfind ocamldep -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -modules src/sim.ml > src/sim.ml.depends - ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/utils.cmo src/utils.ml - ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/globals.cmo src/globals.ml - ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/info.cmo src/info.ml - ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/compile.cmo src/compile.ml - + ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/info.cmo src/info.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/sim.cmo src/sim.ml - + ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/compile.cmo src/compile.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - File "src/compile.ml", line 67, characters 6-25: - Warning 26: unused variable compile_generic_mux. - + ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/utils.cmo src/utils.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - + ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/globals.cmo src/globals.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - + ocamlfind ocamlc -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -I src -o src/sim.cmo src/sim.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - File "src/sim.ml", line 247, characters 6-10: - Warning 26: unused variable name. - ocamlfind ocamlc -pack -g src/utils.cmo src/globals.cmo src/info.cmo src/compile.cmo src/sim.cmo -o src/HardCamlLlvmsim.cmo - ocamlfind ocamlopt -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -for-pack HardCamlLlvmsim -I src -o src/utils.cmx src/utils.ml - + ocamlfind ocamlopt -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -for-pack HardCamlLlvmsim -I src -o src/utils.cmx src/utils.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - ocamlfind ocamlopt -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -for-pack HardCamlLlvmsim -I src -o src/globals.cmx src/globals.ml - + ocamlfind ocamlopt -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -for-pack HardCamlLlvmsim -I src -o src/globals.cmx src/globals.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - ocamlfind ocamlopt -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -for-pack HardCamlLlvmsim -I src -o src/compile.cmx src/compile.ml - + ocamlfind ocamlopt -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -for-pack HardCamlLlvmsim -I src -o src/compile.cmx src/compile.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - File "src/compile.ml", line 67, characters 6-25: - Warning 26: unused variable compile_generic_mux. - ocamlfind ocamlopt -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -for-pack HardCamlLlvmsim -I src -o src/info.cmx src/info.ml - + ocamlfind ocamlopt -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -for-pack HardCamlLlvmsim -I src -o src/info.cmx src/info.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - ocamlfind ocamlopt -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -for-pack HardCamlLlvmsim -I src -o src/sim.cmx src/sim.ml - + ocamlfind ocamlopt -c -g -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis -for-pack HardCamlLlvmsim -I src -o src/sim.cmx src/sim.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - File "src/sim.ml", line 247, characters 6-10: - Warning 26: unused variable name. - touch src/HardCamlLlvmsim.mli ; if ocamlfind ocamlopt -pack -g -I src src/utils.cmx src/globals.cmx src/info.cmx src/compile.cmx src/sim.cmx -o src/HardCamlLlvmsim.cmx ; then rm -f src/HardCamlLlvmsim.mli ; else rm -f src/HardCamlLlvmsim.mli ; exit 1; fi - ocamlfind ocamlopt -shared -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis src/HardCamlLlvmsim.cmx -o src/HardCamlLlvmsim.cmxs - + ocamlfind ocamlopt -shared -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis src/HardCamlLlvmsim.cmx -o src/HardCamlLlvmsim.cmxs - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - ocamlfind ocamlopt -a -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis src/HardCamlLlvmsim.cmx -o src/HardCamlLlvmsim.cmxa - + ocamlfind ocamlopt -a -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis src/HardCamlLlvmsim.cmx -o src/HardCamlLlvmsim.cmxa - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - ocamlfind ocamlc -a -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis src/HardCamlLlvmsim.cmo -o src/HardCamlLlvmsim.cma - + ocamlfind ocamlc -a -package hardcaml -package hardcaml.dynlink -package llvm -package llvm.executionengine -package llvm.bitreader -package llvm.bitwriter -package llvm.analysis src/HardCamlLlvmsim.cmo -o src/HardCamlLlvmsim.cma - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - # Parallel statistics: { count(total): 1(27), max: 5, min: 5, average(total): 5.000(1.148) } -> compiled hardcaml-llvmsim.0.3.0 -> installed hardcaml-llvmsim.0.3.0 Done. <><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><> => Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead. # Run eval $(opam env) to update the current shell environment 2022-09-03 07:36.09 ---> saved as "595b1bb5e8da726d241480a15053db881d7490e4cbb70abf46fc58ded9bd483c" Job succeeded