Build:
- 0
2024-09-12 08:35.52: New job: Voodoo prep git.1.7.1; 277d341ea52888c73bdfd49ef651c497 2024-09-12 08:35.52: Waiting for resource in pool OCluster 2024-09-12 19:18.19: Waiting for worker… 2024-09-12 19:19.24: Got resource from pool OCluster 2024-09-12 19:19.24: Using cache hint "docs-universe-prep-4.05.0" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 && opam depext -iy voodoo-prep")) (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")))) (from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (shell "sudo mkdir /src")) (copy (src packages) (dst /src/packages)) (copy (src repo) (dst /src/repo)) (run (network host) (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni")) (run (shell "opam repo remove default && opam repo add opam /src")) (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.1.11.4 ocamlfind.1.9.6")) (env DUNE_CACHE disabled) (env DUNE_CACHE_TRANSPORT direct) (env DUNE_CACHE_DUPLICATION copy) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "(sudo apt update) && ((opam depext -viy git.1.7.1 uri.4.2.0 stringext.1.6.0 sexplib0.v0.13.0 sexplib.v0.13.0 seq.0.2.2 result.1.5 parsexp.v0.13.0 ocplib-endian.1.2 ocamlmod.0.0.9 ocamlify.0.0.1 ocamlgraph.1.8.8 ocamlfind.1.9.6 ocamlbuild.0.14.3 oasis.0.4.11 num.0 mstruct.1.4.0 mmap.1.2.0 lwt.5.2.0 jbuilder.transition hex.1.4.0 dune-configurator.1.0.0 dune.1.11.4 dolog.3.0 cstruct.3.1.1 crc.1.0.0 cppo.1.6.9 cmdliner.0.9.8 bigstringaf.0.6.1 bigarray-compat.1.1.0 base-num.base base-bytes.base base.v0.13.2 angstrom.0.14.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u git:277d341ea52888c73bdfd49ef651c497,uri:62ba156521d26d68de5d01c5af5d904c,mstruct:4d31d1f53511cb3bc0a7c3354bc87b60,hex:f443d1db662eb1c187a735c017290695,crc:5e5d0f28ca2ab4e9c67a5d480353f3fb")) (run (network host) (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config))) (shell "(echo '0.787183') && (for DATA in prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0,crc.1.0.0-5e5d0f28ca2ab4e9c67a5d480353f3fb,crc.1.0.0 prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0,hex.1.4.0-f443d1db662eb1c187a735c017290695,hex.1.4.0 prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0,mstruct.1.4.0-4d31d1f53511cb3bc0a7c3354bc87b60,mstruct.1.4.0 prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0,uri.4.2.0-62ba156521d26d68de5d01c5af5d904c,uri.4.2.0 prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1,git.1.7.1-277d341ea52888c73bdfd49ef651c497,git.1.7.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0,crc.1.0.0-5e5d0f28ca2ab4e9c67a5d480353f3fb,crc.1.0.0 prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0,hex.1.4.0-f443d1db662eb1c187a735c017290695,hex.1.4.0 prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0,mstruct.1.4.0-4d31d1f53511cb3bc0a7c3354bc87b60,mstruct.1.4.0 prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0,uri.4.2.0-62ba156521d26d68de5d01c5af5d904c,uri.4.2.0 prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1,git.1.7.1-277d341ea52888c73bdfd49ef651c497,git.1.7.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0,crc.1.0.0-5e5d0f28ca2ab4e9c67a5d480353f3fb,crc.1.0.0 prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0,hex.1.4.0-f443d1db662eb1c187a735c017290695,hex.1.4.0 prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0,mstruct.1.4.0-4d31d1f53511cb3bc0a7c3354bc87b60,mstruct.1.4.0 prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0,uri.4.2.0-62ba156521d26d68de5d01c5af5d904c,uri.4.2.0 prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1,git.1.7.1-277d341ea52888c73bdfd49ef651c497,git.1.7.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) ) END-OF-SPEC ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git ae484b5dc34f164f1813384d3e8e24abbe1d4f9a --local-file prep.spec \ --pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.05.0 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2024-09-12 19:19.24: RETRYING: 2024-09-12/083552-voodoo-prep-f64544 Number of retries: 0 (retriable error condition) Building on asteria.caelum.ci.dev All commits already cached Updating files: 71% (22920/32074) Updating files: 72% (23094/32074) Updating files: 73% (23415/32074) Updating files: 74% (23735/32074) Updating files: 75% (24056/32074) Updating files: 76% (24377/32074) Updating files: 77% (24697/32074) Updating files: 78% (25018/32074) Updating files: 79% (25339/32074) Updating files: 80% (25660/32074) Updating files: 81% (25980/32074) Updating files: 82% (26301/32074) Updating files: 83% (26622/32074) Updating files: 84% (26943/32074) Updating files: 85% (27263/32074) Updating files: 86% (27584/32074) Updating files: 87% (27905/32074) Updating files: 88% (28226/32074) Updating files: 89% (28546/32074) Updating files: 90% (28867/32074) Updating files: 91% (29188/32074) Updating files: 92% (29509/32074) Updating files: 93% (29829/32074) Updating files: 94% (30150/32074) Updating files: 95% (30471/32074) Updating files: 96% (30792/32074) Updating files: 97% (31112/32074) Updating files: 98% (31433/32074) Updating files: 99% (31754/32074) Updating files: 100% (32074/32074) Updating files: 100% (32074/32074), done. HEAD is now at ae484b5dc3 packages not available on windows because they embed an oasis configure script broken on windows (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c) 2024-09-12 19:12.24 ---> using "7c8c890fbdf3a5ce9ada73a70c4872c63f6da4c66697c2f0b58387309e41a001" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 19:12.24 ---> using "20c183f0d0338fbcef1c46f42e8678e12d47780c46d34e49189d2f9667146690" from cache /home/opam: (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Fetched 295 kB in 1s (540 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libpkgconf3 pkgconf pkgconf-bin Suggested packages: m4-doc The following NEW packages will be installed: libpkgconf3 m4 pkg-config pkgconf pkgconf-bin 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 392 kB of archives. After this operation, 969 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB] Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB] Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB] Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 392 kB in 0s (6783 kB/s) Selecting previously unselected package libpkgconf3: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 ... 18733 files and directories currently installed.) Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ... Unpacking libpkgconf3:amd64 (1.8.1-1) ... Selecting previously unselected package m4. Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... Unpacking m4 (1.4.19-3) ... Selecting previously unselected package pkgconf-bin. Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ... Unpacking pkgconf-bin (1.8.1-1) ... Selecting previously unselected package pkgconf:amd64. Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ... Unpacking pkgconf:amd64 (1.8.1-1) ... Selecting previously unselected package pkg-config:amd64. Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ... Unpacking pkg-config:amd64 (1.8.1-1) ... Setting up m4 (1.4.19-3) ... Setting up libpkgconf3:amd64 (1.8.1-1) ... Setting up pkgconf-bin (1.8.1-1) ... Setting up pkgconf:amd64 (1.8.1-1) ... Setting up pkg-config:amd64 (1.8.1-1) ... Processing triggers for libc-bin (2.36-9+deb12u8) ... 2024-09-12 19:12.24 ---> using "8c0f8771fbef6314a3959e88202d1780ecd2b0743dffb0ee03d00fa52dbfc6fb" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 && opam depext -iy voodoo-prep")) [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y Package voodoo-prep does not exist, create as a NEW package? [Y/n] y [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-lib does not exist, create as a NEW package? [Y/n] y [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-gen does not exist, create as a NEW package? [Y/n] y [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-do does not exist, create as a NEW package? [Y/n] y [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. # All required OS packages found. # Now letting opam install the packages <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 The following actions will be performed: - install ocamlbuild 0.14.3 [required by bos] - install cmdliner 1.0.4 [required by voodoo-prep] - install ocamlfind 1.9.6 [required by bos] - install topkg 1.0.7 [required by bos] - install ocamlfind-secondary 1.9.6 [required by dune] - install astring 0.8.5 [required by bos] - install dune 3.16.0 [required by voodoo-prep] - install fpath 0.7.3 [required by voodoo-prep] - install stdlib-shims 0.3.0 [required by fmt] - install seq 0.3.1 [required by fmt] - install result 1.5 [required by rresult] - install opam-file-format 2.1.6 [required by opam-format] - install cppo 1.7.0 [required by opam-core] - install ocamlgraph 2.0.0 [required by opam-core] - install re 1.11.0 [required by opam-format] - install fmt 0.8.9 [required by bos] - install rresult 0.6.0 [required by bos] - install opam-core 2.1.6 [required by opam-format] - install logs 0.7.0 [required by bos] - install opam-format 2.1.6 [required by voodoo-prep] - install bos 0.2.0 [required by voodoo-prep] - install voodoo-prep ~dev* ===== 22 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [astring.0.8.5] found in cache [bos.0.2.0] found in cache [cmdliner.1.0.4] found in cache [cppo.1.7.0] found in cache [dune.3.16.0] found in cache [fmt.0.8.9] found in cache [fpath.0.7.3] found in cache [logs.0.7.0] found in cache [ocamlbuild.0.14.3] found in cache [ocamlfind.1.9.6] found in cache [ocamlfind-secondary.1.9.6] found in cache [ocamlgraph.2.0.0] found in cache [opam-core.2.1.6] found in cache [opam-file-format.2.1.6] found in cache [opam-format.2.1.6] found in cache [re.1.11.0] found in cache [result.1.5] found in cache [rresult.0.6.0] found in cache [seq.0.3.1] found in cache [stdlib-shims.0.3.0] found in cache [topkg.1.0.7] found in cache [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed cmdliner.1.0.4 -> installed ocamlfind.1.9.6 -> installed ocamlfind-secondary.1.9.6 -> installed ocamlbuild.0.14.3 -> installed topkg.1.0.7 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.16.0 -> installed result.1.5 -> installed seq.0.3.1 -> installed opam-file-format.2.1.6 -> installed stdlib-shims.0.3.0 -> installed cppo.1.7.0 -> installed rresult.0.6.0 -> installed re.1.11.0 -> installed fmt.0.8.9 -> installed ocamlgraph.2.0.0 -> installed logs.0.7.0 -> installed bos.0.2.0 -> installed opam-core.2.1.6 -> installed opam-format.2.1.6 -> installed voodoo-prep.~dev Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:12.24 ---> using "92b96a9320a3c564e921cf6f693e681f388ab6efdb6d4fb243d4b61a1bead82f" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 19:12.24 ---> using "20e9b993b022113842bc0975a803d68b5b5c71e4a43205065eeb9bca43d9f290" from cache 2024-09-12 19:12.24 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c) 2024-09-12 19:12.24 ---> using "7c8c890fbdf3a5ce9ada73a70c4872c63f6da4c66697c2f0b58387309e41a001" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 19:12.24 ---> using "20c183f0d0338fbcef1c46f42e8678e12d47780c46d34e49189d2f9667146690" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 19:12.24 ---> using "21dd1d46569643818950834cd483e48a237692c6efc675d8e7e354e7f652bc6b" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 19:12.26 ---> using "3c57507b0a683a34824f9fb51cc3491537763a7bc269bfcc247c1a15e10382b7" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 19:12.26 ---> using "4978c0ffa59cb105cff97fb48096a56f499de31ad42f37c56ded970fe4b46ffd" from cache /home/opam: (run (network host) (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then 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. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-09-12 19:12.26 ---> using "191c81a8b7f161cb11898f6e6b18c38ea846de84f8d60a72919f623e8390159b" from cache /home/opam: (run (shell "opam repo remove default && opam repo add opam /src")) Repositories removed from the selections of switch 4.05. Use '--all' to forget about them altogether. [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 4.05 only. Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively. 2024-09-12 19:12.26 ---> using "72b2bd71369c3655024e72a480214ccf0ddb191690b588f3dafe276d66151ad6" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 19:12.26 ---> using "9345bcdfec4d8890685261b283978974804a717279424680750825338fd6311a" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.1.11.4 ocamlfind.1.9.6")) The following actions will be performed: - install dune 1.11.4 - install ocamlfind 1.9.6 ===== 2 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.6 (cached) -> retrieved dune.1.11.4 (cached) -> installed ocamlfind.1.9.6 -> installed dune.1.11.4 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:12.26 ---> using "6ba010ec1c4bf1cc33fb37b3160009143718dc2cc7d0bccc946d9b8bc3749c77" from cache /home/opam: (env DUNE_CACHE disabled) /home/opam: (env DUNE_CACHE_TRANSPORT direct) /home/opam: (env DUNE_CACHE_DUPLICATION copy) /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "(sudo apt update) && ((opam depext -viy git.1.7.1 uri.4.2.0 stringext.1.6.0 sexplib0.v0.13.0 sexplib.v0.13.0 seq.0.2.2 result.1.5 parsexp.v0.13.0 ocplib-endian.1.2 ocamlmod.0.0.9 ocamlify.0.0.1 ocamlgraph.1.8.8 ocamlfind.1.9.6 ocamlbuild.0.14.3 oasis.0.4.11 num.0 mstruct.1.4.0 mmap.1.2.0 lwt.5.2.0 jbuilder.transition hex.1.4.0 dune-configurator.1.0.0 dune.1.11.4 dolog.3.0 cstruct.3.1.1 crc.1.0.0 cppo.1.6.9 cmdliner.0.9.8 bigstringaf.0.6.1 bigarray-compat.1.1.0 base-num.base base-bytes.base base.v0.13.2 angstrom.0.14.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Fetched 295 kB in 0s (840 kB/s) Reading package lists... Building dependency tree... Reading state information... All packages are up to date. Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y The following actions will be performed: - recompile opam-depext 1.2.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved opam-depext.1.2.3 (cached) -> removed opam-depext.1.2.3 -> installed opam-depext.1.2.3 Done. <><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><> => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead # Run eval $(opam env) to update the current shell environment <><> Carrying on to "opam depext -viy git.1.7.1 uri.4.2.0 stringext.1.6.0 sexplib0.v0.13.0 sexplib.v0.13.0 seq.0.2.2 result.1.5 parsexp.v0.13.0 ocplib-endian.1.2 ocamlmod.0.0.9 ocamlify.0.0.1 ocamlgraph.1.8.8 ocamlfind.1.9.6 ocamlbuild.0.14.3 oasis.0.4.11 num.0 mstruct.1.4.0 mmap.1.2.0 lwt.5.2.0 jbuilder.transition hex.1.4.0 dune-configurator.1.0.0 dune.1.11.4 dolog.3.0 cstruct.3.1.1 crc.1.0.0 cppo.1.6.9 cmdliner.0.9.8 bigstringaf.0.6.1 bigarray-compat.1.1.0 base-num.base base-bytes.base base.v0.13.2 angstrom.0.14.1" Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies. # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. [NOTE] Package dune is already installed (current version is 1.11.4). [NOTE] Package ocamlfind is already installed (current version is 1.9.6). The following actions will be performed: - install cppo 1.6.9 - install dune-configurator 1.0.0 - install ocamlbuild 0.14.3 - install ocamlgraph 1.8.8 - install sexplib0 v0.13.0 - install bigarray-compat 1.1.0 - install stringext 1.6.0 - install result 1.5 - install base-num base - install seq 0.2.2 - install base-bytes base - install jbuilder transition - install ocamlmod 0.0.9 - install ocamlify 0.0.1 - install dolog 3.0 - install cmdliner 0.9.8 - install base v0.13.2 - install mmap 1.2.0 - install bigstringaf 0.6.1 - install num 0 - install ocplib-endian 1.2 - install oasis 0.4.11 - install parsexp v0.13.0 - install angstrom 0.14.1 - install lwt 5.2.0 - install sexplib v0.13.0 - install uri 4.2.0 - install cstruct 3.1.1 - install mstruct 1.4.0 - install hex 1.4.0 - install crc 1.0.0 - install git 1.7.1 ===== 32 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/96: Processing 2/96: Processing 3/96: Processing 4/96: Processing 5/96: Processing 6/96: Processing 7/96: -> installed base-bytes.base Processing 8/96: -> installed base-num.base Processing 9/96: -> retrieved angstrom.0.14.1 (cached) Processing 10/96: -> retrieved base.v0.13.2 (cached) Processing 11/96: -> retrieved bigarray-compat.1.1.0 (cached) Processing 12/96: Processing 13/96: [bigarray-compat: dune build] -> retrieved bigstringaf.0.6.1 (cached) Processing 14/96: [bigarray-compat: dune build] -> retrieved cmdliner.0.9.8 (cached) Processing 15/96: [bigarray-compat: dune build] -> retrieved cppo.1.6.9 (cached) Processing 16/96: [bigarray-compat: dune build] Processing 17/96: [bigarray-compat: dune build] [cppo: dune build] -> retrieved crc.1.0.0 (cached) Processing 18/96: [bigarray-compat: dune build] [cppo: dune build] Processing 19/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] Processing 20/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] -> installed dune-configurator.1.0.0 Processing 21/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] -> retrieved cstruct.3.1.1 (cached) Processing 22/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] -> retrieved dolog.3.0 (cached) Processing 23/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] Processing 24/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] Processing 25/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] -> installed jbuilder.transition Processing 26/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] -> retrieved hex.1.4.0 (cached) Processing 27/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] -> retrieved lwt.5.2.0 (cached) Processing 28/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] -> retrieved mmap.1.2.0 (cached) Processing 29/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] Processing 30/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] Processing 31/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] -> installed num.0 Processing 32/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] -> retrieved mstruct.1.4.0 (cached) Processing 33/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] -> retrieved ocamlbuild.0.14.3 (cached) Processing 34/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] Processing 35/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] [ocamlbuild: make configure.make] -> retrieved oasis.0.4.11 (cached) Processing 36/96: [git.1.7.1: http] [bigarray-compat: dune build] [cppo: dune build] [ocamlbuild: make configure.make] -> compiled bigarray-compat.1.1.0 Processing 36/96: [git.1.7.1: http] [cppo: dune build] [ocamlbuild: make configure.make] -> installed bigarray-compat.1.1.0 Processing 37/96: [git.1.7.1: http] [cppo: dune build] [ocamlbuild: make configure.make] Processing 38/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [ocamlbuild: make configure.make] Processing 39/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make configure.make] -> retrieved ocamlgraph.1.8.8 (cached) Processing 40/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make configure.make] Processing 41/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make configure.make] [ocamlgraph: touch] - (echo "# This file was generated from configure.make"; \ - echo ;\ - echo "OCAML_PREFIX=/home/opam/.opam/4.05"; \ - echo "OCAML_BINDIR=/home/opam/.opam/4.05/bin"; \ - echo "OCAML_LIBDIR=/home/opam/.opam/4.05/lib/ocaml"; \ - echo "OCAML_MANDIR=/home/opam/.opam/4.05/man"; \ - echo ;\ - echo "EXT_OBJ=.o"; \ - echo "EXT_ASM=.s"; \ - echo "EXT_LIB=.a"; \ - echo "EXT_DLL=.so"; \ - echo "EXE="; \ - echo ;\ - echo "OCAML_NATIVE=true"; \ - echo "OCAML_NATIVE_TOOLS=true"; \ - echo "NATDYNLINK=true"; \ - echo "SUPPORT_SHARED_LIBRARIES=true"; \ - echo ;\ - echo "PREFIX=/home/opam/.opam/4.05"; \ - echo "BINDIR=/home/opam/.opam/4.05/bin"; \ - echo "LIBDIR=/home/opam/.opam/4.05/lib"; \ - echo "MANDIR=/home/opam/.opam/4.05/man"; \ - ) > Makefile.config - (echo "(* This file was generated from ../configure.make *)"; \ - echo ;\ - echo 'let bindir = "/home/opam/.opam/4.05/bin"'; \ - echo 'let libdir = "/home/opam/.opam/4.05/lib"'; \ - echo 'let ocaml_libdir = "/home/opam/.opam/4.05/lib/ocaml"'; \ - echo 'let libdir_abs = "/home/opam/.opam/4.05/lib"'; \ - echo 'let ocaml_native = true'; \ - echo 'let ocaml_native_tools = true'; \ - echo 'let supports_shared_libraries = true';\ - echo 'let a = "a"'; \ - echo 'let o = "o"'; \ - echo 'let so = "so"'; \ - echo 'let ext_dll = ".so"'; \ - echo 'let exe = ""'; \ - echo 'let version = "0.14.3"'; \ - ) > src/ocamlbuild_config.ml Processing 41/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: touch] -> retrieved ocamlify.0.0.1 (cached) Processing 42/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: touch] -> retrieved ocamlmod.0.0.9 (cached) Processing 43/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: touch] Processing 43/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] -> retrieved ocplib-endian.1.2 (cached) Processing 44/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] -> retrieved parsexp.v0.13.0 (cached) Processing 45/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] -> retrieved result.1.5 (cached) Processing 46/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] Processing 47/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] -> retrieved seq.0.2.2 (cached) Processing 48/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] Processing 49/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] [seq: dune build] -> retrieved sexplib.v0.13.0 (cached) Processing 50/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] [seq: dune build] -> retrieved sexplib0.v0.13.0 (cached) Processing 51/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] [seq: dune build] Processing 52/96: [git.1.7.1: http] [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] [seq: dune build] [sexplib0: dune build] Processing 52/96: [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] [seq: dune build] [sexplib0: dune build] -> retrieved stringext.1.6.0 (cached) Processing 53/96: [bigstringaf: dune build] [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] [seq: dune build] [sexplib0: dune build] [stringext: dune build] -> retrieved git.1.7.1 (https://github.com/mirage/ocaml-git/archive/1.7.1.tar.gz) -> retrieved uri.4.2.0 (cached) -> compiled bigstringaf.0.6.1 Processing 53/96: [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] [seq: dune build] [sexplib0: dune build] [stringext: dune build] -> installed bigstringaf.0.6.1 Processing 54/96: [cppo: dune build] [mmap: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] [seq: dune build] [sexplib0: dune build] [stringext: dune build] -> compiled mmap.1.2.0 Processing 54/96: [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] [seq: dune build] [sexplib0: dune build] [stringext: dune build] -> installed mmap.1.2.0 Processing 55/96: [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] [seq: dune build] [sexplib0: dune build] [stringext: dune build] -> compiled cppo.1.6.9 Processing 55/96: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] [seq: dune build] [sexplib0: dune build] [stringext: dune build] -> installed cppo.1.6.9 Processing 56/96: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [result: dune build] [seq: dune build] [sexplib0: dune build] [stringext: dune build] Processing 57/96: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ocplib-endian: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [stringext: dune build] -> compiled result.1.5 Processing 57/96: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ocplib-endian: dune build] [seq: dune build] [sexplib0: dune build] [stringext: dune build] -> installed result.1.5 Processing 58/96: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ocplib-endian: dune build] [seq: dune build] [sexplib0: dune build] [stringext: dune build] Processing 59/96: [angstrom: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ocplib-endian: dune build] [seq: dune build] [sexplib0: dune build] [stringext: dune build] - checking for ocamlc... ocamlc - ocaml version is 4.05.0 - ocaml library path is /home/opam/.opam/4.05/lib/ocaml - checking for ocamlopt... ocamlopt - checking ocamlopt version... ok - checking for ocamlc.opt... ocamlc.opt - checking ocamlc.opt version... ok - checking for ocamlopt.opt... ocamlopt.opt - checking ocamlc.opt version... ok - checking for ocamldep... ocamldep - checking for ocamllex... ocamllex - checking for ocamllex.opt... ocamllex.opt - checking for ocamlyacc... ocamlyacc - checking for ocamldoc... ocamldoc - checking for ocamldoc.opt... ocamldoc.opt - checking for ocamlweb... true - checking for ocamlfind... ocamlfind - OCamlfind detected and enabled - ocamlfind: Package `lablgtk2' not found - checking for /home/opam/.opam/4.05/lib/ocaml/lablgtk2/lablgtk.cmxa... no - checking Win32 platform... no - configure: WARNING: lablgnomecanvas not found: the graph editor and view_graph will not be compiled - configure: creating ./config.status - config.status: creating Makefile Processing 59/96: [angstrom: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [seq: dune build] [sexplib0: dune build] [stringext: dune build] -> compiled stringext.1.6.0 Processing 59/96: [angstrom: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [seq: dune build] [sexplib0: dune build] -> installed stringext.1.6.0 Processing 60/96: [angstrom: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [seq: dune build] [sexplib0: dune build] -> compiled seq.0.2.2 Processing 60/96: [angstrom: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [sexplib0: dune build] -> installed seq.0.2.2 Processing 61/96: [angstrom: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [sexplib0: dune build] -> compiled sexplib0.v0.13.0 Processing 61/96: [angstrom: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] -> installed sexplib0.v0.13.0 Processing 62/96: [angstrom: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] Processing 63/96: [angstrom: dune build] [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] -> compiled ocplib-endian.1.2 Processing 63/96: [angstrom: dune build] [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] -> installed ocplib-endian.1.2 Processing 64/96: [angstrom: dune build] [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] Processing 65/96: [angstrom: dune build] [base: dune build] [lwt: dune exec] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] -> compiled angstrom.0.14.1 Processing 65/96: [base: dune build] [lwt: dune exec] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] -> installed angstrom.0.14.1 Processing 66/96: [base: dune build] [lwt: dune exec] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] Processing 67/96: [base: dune build] [lwt: dune exec] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [uri: dune build] Processing 67/96: [base: dune build] [lwt: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [uri: dune build] -> compiled uri.4.2.0 Processing 67/96: [base: dune build] [lwt: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] -> installed uri.4.2.0 Processing 68/96: [base: dune build] [lwt: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] -> compiled lwt.5.2.0 Processing 68/96: [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] -> installed lwt.5.2.0 Processing 69/96: [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] - if test -d /home/opam/.opam/4.05/lib/ocaml/ocamlbuild; then\ - >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\ - "/home/opam/.opam/4.05/lib/ocaml/ocamlbuild";\ - >&2 echo "Installation aborted; if you want to bypass this"\ - "safety check, pass CHECK_IF_PREINSTALLED=false to make";\ - exit 2;\ - fi - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamllex.opt src/glob_lexer.mll - 55 states, 419 transitions, table size 2006 bytes - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamllex.opt src/lexers.mll - 251 states, 1051 transitions, table size 5710 bytes - 4334 additional bytes used for bindings - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp - ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo - mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi - mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml - ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo - ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp - ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx - mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx - mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o - ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml - ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml - ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml - ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml - ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx - ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx - ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte - ./man/options_man.byte > man/ocamlbuild.options.1 - cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1 - /usr/bin/make ocamlbuild.install - make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - rm -f ocamlbuild.install - touch ocamlbuild.install - /usr/bin/make install-bin-opam - make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - echo 'bin: [' >> ocamlbuild.install - echo ' "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-lib-opam - make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - echo 'lib: [' >> ocamlbuild.install - /usr/bin/make install-lib-basics-opam - make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - echo ' "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install - echo ' "META"' >> ocamlbuild.install - for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-lib-byte-opam - make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-lib-native-opam - make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-man-opam - make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - echo 'man: [' >> ocamlbuild.install - echo ' "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-doc-opam - make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - echo 'doc: [' >> ocamlbuild.install - echo ' "LICENSE"' >> ocamlbuild.install - echo ' "Changes"' >> ocamlbuild.install - echo ' "Readme.md"' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' - make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3' -> compiled ocamlbuild.0.14.3 Processing 69/96: [base: dune build] [ocamlgraph: make] -> installed ocamlbuild.0.14.3 Processing 70/96: [base: dune build] [ocamlgraph: make] Processing 71/96: [base: dune build] [cmdliner: ocaml] [ocamlgraph: make] Processing 72/96: [base: dune build] [cmdliner: ocaml] [dolog: ocaml setup.ml] [ocamlgraph: make] Processing 73/96: [base: dune build] [cmdliner: ocaml] [dolog: ocaml setup.ml] [ocamlgraph: make] [ocamlify: ocaml setup.ml] Processing 74/96: [base: dune build] [cmdliner: ocaml] [dolog: ocaml setup.ml] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] - File "pkg/topkg-ext.ml", line 42, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "/home/gildor/programmation/oasis/src/oasis/PropList.ml", line 93, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "/home/gildor/programmation/oasis/src/oasis/OASISUtils.ml", line 106, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "/home/gildor/programmation/oasis/src/oasis/OASISExpr.ml", line 99, characters 24-40: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 28, characters 21-40: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 29, characters 21-38: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 146, characters 31-50: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 147, characters 31-48: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 148, characters 31-50: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 149, characters 31-48: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - I: Running command '/home/opam/.opam/4.05/bin/ocamlc.opt -config > /tmp/oasis-1576fe.txt' - I: Running command '/home/opam/.opam/4.05/bin/ocamlfind query -format %v findlib > /tmp/oasis-653a95.txt' - - Configuration: - - OCamlbuild additional flags: ................... - Compile with ocaml profile flag on.: ........... false - Compile with ocaml debug flag on.: ............. true - Remove a directory.: ........................... rm -rf - Remove a file.: ................................ rm -f - suffix_program: ................................ - is_native: ..................................... true - findlib_version: ............................... 1.9.6 - PS documentation: .............................. $docdir - PDF documentation: ............................. $docdir - DVI documentation: ............................. $docdir - HTML documentation: ............................ $docdir - Documentation root: ............................ $datarootdir/doc/$pkg_name - Man documentation: ............................. $datarootdir/man - Locale-dependent data: ......................... $datarootdir/locale - Info documentation: ............................ $datarootdir/info - Read-only architecture-independent data: ....... $datarootdir - Read-only arch-independent data root: .......... $prefix/share - Object code libraries: ......................... $exec_prefix/lib - Modifiable single-machine data: ................ $prefix/var - Modifiable architecture-independent data: ...... $prefix/com - Read-only single-machine data: ................. $prefix/etc - Program executables: ........................... $exec_prefix/libexec - System admin executables: ...................... $exec_prefix/sbin - User executables: .............................. $exec_prefix/bin - Install architecture-dependent files in dir: ... $prefix - Install architecture-independent files dir: .... /home/opam/.opam/4.05 - systhread_supported: ........................... true - default_executable_name: ....................... a.out - ext_dll: ....................................... .so - ext_lib: ....................................... .a - ext_asm: ....................................... .s - ext_obj: ....................................... .o - model: ......................................... default - native_c_compiler: ............................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT - bytecomp_c_compiler: ........................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - standard_runtime: .............................. /home/opam/.opam/4.05/bin/ocamlrun - standard_library: .............................. /home/opam/.opam/4.05/lib/ocaml - standard_library_default: ...................... /home/opam/.opam/4.05/lib/ocaml - ocaml_version: ................................. 4.05.0 - ccomp_type: .................................... cc - architecture: .................................. amd64 - system: ........................................ linux - os_type: ....................................... Unix - Package version: ............................... 0.0.1 - Package name: .................................. ocamlify - ocamlbuild: .................................... /home/opam/.opam/4.05/bin/ocamlbuild - ocamlopt: ...................................... /home/opam/.opam/4.05/bin/ocamlopt.opt - ocamlc: ........................................ /home/opam/.opam/4.05/bin/ocamlc.opt - ocamlfind: ..................................... /home/opam/.opam/4.05/bin/ocamlfind - - /home/opam/.opam/4.05/bin/ocamldep.opt -modules src/cmdliner.ml > src/cmdliner.ml.depends - /home/opam/.opam/4.05/bin/ocamldep.opt -modules src/cmdliner.mli > src/cmdliner.mli.depends - /home/opam/.opam/4.05/bin/ocamlc.opt -c -annot -bin-annot -I src -I test -o src/cmdliner.cmi src/cmdliner.mli - /home/opam/.opam/4.05/bin/ocamlopt.opt -c -annot -bin-annot -I src -I test -o src/cmdliner.cmx src/cmdliner.ml - + /home/opam/.opam/4.05/bin/ocamlopt.opt -c -annot -bin-annot -I src -I test -o src/cmdliner.cmx src/cmdliner.ml - File "src/cmdliner.ml", line 427, characters 15-32: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "src/cmdliner.ml", line 428, characters 15-31: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "src/cmdliner.ml", line 507, characters 16-32: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "src/cmdliner.ml", line 529, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "src/cmdliner.ml", line 534, characters 19-35: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "src/cmdliner.ml", line 534, characters 45-61: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "src/cmdliner.ml", line 917, characters 31-47: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - /home/opam/.opam/4.05/bin/ocamlopt.opt -a -I src src/cmdliner.cmx -o src/cmdliner.cmxa - /home/opam/.opam/4.05/bin/ocamlc.opt -c -annot -bin-annot -I src -I test -o src/cmdliner.cmo src/cmdliner.ml - + /home/opam/.opam/4.05/bin/ocamlc.opt -c -annot -bin-annot -I src -I test -o src/cmdliner.cmo src/cmdliner.ml - File "src/cmdliner.ml", line 427, characters 15-32: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "src/cmdliner.ml", line 428, characters 15-31: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "src/cmdliner.ml", line 507, characters 16-32: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "src/cmdliner.ml", line 529, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "src/cmdliner.ml", line 534, characters 19-35: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "src/cmdliner.ml", line 534, characters 45-61: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "src/cmdliner.ml", line 917, characters 31-47: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - /home/opam/.opam/4.05/bin/ocamlc.opt -a -I src src/cmdliner.cmo -o src/cmdliner.cma - /home/opam/.opam/4.05/bin/ocamlopt.opt -shared -linkall -I src src/cmdliner.cmxa -o src/cmdliner.cmxs -> compiled cmdliner.0.9.8 Processing 74/96: [base: dune build] [dolog: ocaml setup.ml] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] -> installed cmdliner.0.9.8 Processing 75/96: [base: dune build] [dolog: ocaml setup.ml] [ocamlgraph: make] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] - File "./setup.ml", line 318, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 318, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 330, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 368, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 474, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1825, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1831, characters 16-35: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "setup.ml", line 5847, characters 11-28: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 5848, characters 11-30: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.05/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.05/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.05/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.05/bin/ocamlbuild - Package name: ........................................ dolog - Package version: ..................................... 0.3 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.05.0 - standard_library_default: ............................ /home/opam/.opam/4.05/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.05/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.05/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.05 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.6 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_unix: ............................................ /home/opam/.opam/4.05/lib/ocaml - - sed -e s/VERSION/1.8.8/ -e s/CMA/graph.cma/ -e s/CMXA/graph.cmxa/ -e s/CMXS/graph.cmxs/ \ - META.in > META - rm -f src/version.ml - echo "let version = \""1.8.8"\"" > src/version.ml - echo 'let date = "'"Thu Sep 12 20:13:44 BST 2024"'"' >> src/version.ml - rm -f .depend - ocamldep -slash -I src -I lib -I editor -I view_graph -I dgraph\ - lib/*.ml lib/*.mli \ - src/*.ml src/*.mli \ - editor/*.mli editor/*.ml \ - view_graph/*.mli view_graph/*.ml \ - dgraph/*.mli dgraph/*.ml > .depend - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/sig.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/sig_pack.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_ast.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/unionfind.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/unionfind.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/heap.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/heap.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/bitv.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/bitv.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/persistentQueue.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/persistentQueue.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/version.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/util.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/util.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/blocks.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/persistent.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/persistent.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/imperative.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/imperative.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/delaunay.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/delaunay.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/builder.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/builder.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/classic.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/classic.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/rand.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/rand.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/oper.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/oper.ml - File "src/oper.ml", line 52, characters 2-30: - Warning 60: unused module H. - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/components.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/components.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/path.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/path.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/nonnegative.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/nonnegative.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/traverse.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/traverse.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/coloring.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/coloring.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/topological.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/topological.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/kruskal.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/kruskal.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/flow.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/flow.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/prim.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/prim.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dominator.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dominator.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphviz.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphviz.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gml.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gml.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_parser.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_parser.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_lexer.ml - File "src/dot_lexer.mll", line 38, characters 21-37: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/pack.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/pack.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gmap.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gmap.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/minsep.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/minsep.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/cliquetree.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/cliquetree.ml - File "src/cliquetree.ml", line 21, characters 2-31: - Warning 60: unused module OVSet. - File "src/cliquetree.ml", line 149, characters 2-32: - Warning 60: unused module EdgeSet. - File "src/cliquetree.ml", line 150, characters 2-34: - Warning 60: unused module H. - File "src/cliquetree.ml", line 153, characters 2-32: - Warning 60: unused module Choose. - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mcs_m.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mcs_m.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/md.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/md.ml - File "src/md.ml", line 20, characters 2-34: - Warning 60: unused module VertexSet. - File "src/md.ml", line 22, characters 2-32: - Warning 60: unused module Choose. - File "src/md.ml", line 88, characters 2-34: - Warning 60: unused module VertexSet. - File "src/md.ml", line 90, characters 2-32: - Warning 60: unused module Choose. - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/strat.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/strat.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/fixpoint.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/fixpoint.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/leaderlist.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/leaderlist.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/contraction.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/contraction.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphml.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphml.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/merge.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/merge.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mincut.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mincut.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/clique.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/clique.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/weakTopological.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/weakTopological.ml - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/chaoticIteration.mli - ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/chaoticIteration.ml - ocamlc.opt -I src -I lib -pack -g -o graph.cmo src/sig.cmi src/sig_pack.cmi src/dot_ast.cmi lib/unionfind.cmo lib/heap.cmo lib/bitv.cmo lib/persistentQueue.cmo src/version.cmo src/util.cmo src/blocks.cmo src/persistent.cmo src/imperative.cmo src/delaunay.cmo src/builder.cmo src/classic.cmo src/rand.cmo src/oper.cmo src/components.cmo src/path.cmo src/nonnegative.cmo src/traverse.cmo src/coloring.cmo src/topological.cmo src/kruskal.cmo src/flow.cmo src/prim.cmo src/dominator.cmo src/graphviz.cmo src/gml.cmo src/dot_parser.cmo src/dot_lexer.cmo src/dot.cmo src/pack.cmo src/gmap.cmo src/minsep.cmo src/cliquetree.cmo src/mcs_m.cmo src/md.cmo src/strat.cmo src/fixpoint.cmo src/leaderlist.cmo src/contraction.cmo src/graphml.cmo src/merge.cmo src/mincut.cmo src/clique.cmo src/weakTopological.cmo src/chaoticIteration.cmo - ocamlc.opt -I src -I lib -a -g -o graph.cma graph.cmo - ocamlopt.opt -c -I src -I lib -for-pack Graph lib/unionfind.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph lib/heap.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph lib/bitv.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph lib/persistentQueue.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/version.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/util.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/blocks.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/persistent.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/imperative.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/delaunay.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/builder.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/classic.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/rand.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/oper.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/components.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/path.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/nonnegative.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/traverse.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/coloring.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/topological.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/kruskal.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/flow.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/prim.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/dominator.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/graphviz.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/gml.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/dot_parser.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/dot_lexer.ml - File "src/dot_lexer.mll", line 38, characters 21-37: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - ocamlopt.opt -c -I src -I lib -for-pack Graph src/dot.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/pack.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/gmap.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/minsep.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/cliquetree.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/mcs_m.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/md.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/strat.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/fixpoint.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/leaderlist.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/contraction.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/graphml.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/merge.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/mincut.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/clique.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/weakTopological.ml - ocamlopt.opt -c -I src -I lib -for-pack Graph src/chaoticIteration.ml - ocamlopt.opt -I src -I lib -pack -o graph.cmx src/sig.cmi src/sig_pack.cmi src/dot_ast.cmi lib/unionfind.cmx lib/heap.cmx lib/bitv.cmx lib/persistentQueue.cmx src/version.cmx src/util.cmx src/blocks.cmx src/persistent.cmx src/imperative.cmx src/delaunay.cmx src/builder.cmx src/classic.cmx src/rand.cmx src/oper.cmx src/components.cmx src/path.cmx src/nonnegative.cmx src/traverse.cmx src/coloring.cmx src/topological.cmx src/kruskal.cmx src/flow.cmx src/prim.cmx src/dominator.cmx src/graphviz.cmx src/gml.cmx src/dot_parser.cmx src/dot_lexer.cmx src/dot.cmx src/pack.cmx src/gmap.cmx src/minsep.cmx src/cliquetree.cmx src/mcs_m.cmx src/md.cmx src/strat.cmx src/fixpoint.cmx src/leaderlist.cmx src/contraction.cmx src/graphml.cmx src/merge.cmx src/mincut.cmx src/clique.cmx src/weakTopological.cmx src/chaoticIteration.cmx - ocamlopt.opt -I src -I lib -a -o graph.cmxa graph.cmx - ocamlopt.opt -I src -I lib -shared -o graph.cmxs graph.cmx -> compiled ocamlgraph.1.8.8 Processing 75/96: [base: dune build] [dolog: ocaml setup.ml] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] Processing 76/96: [base: dune build] [dolog: ocaml setup.ml] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ocamlgraph: make install-findlib] - ocamlc src/.base.objs/byte/base__Import0.{cmi,cmo,cmt} - File "src/import0.ml", line 7, characters 4-374: - Warning 3: deprecated: module Shadow_stdlib.Array - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Array instead - File "src/import0.ml", line 7, characters 4-374: - Warning 3: deprecated: module Shadow_stdlib.Array - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Array instead - File "src/import0.ml", line 7, characters 4-415: - Warning 3: deprecated: module Shadow_stdlib.Bool - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bool instead - File "src/import0.ml", line 7, characters 4-415: - Warning 3: deprecated: module Shadow_stdlib.Bool - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bool instead - File "src/import0.ml", line 7, characters 4-460: - Warning 3: deprecated: module Shadow_stdlib.Buffer - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Buffer instead - File "src/import0.ml", line 7, characters 4-460: - Warning 3: deprecated: module Shadow_stdlib.Buffer - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Buffer instead - File "src/import0.ml", line 7, characters 4-503: - Warning 3: deprecated: module Shadow_stdlib.Bytes - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bytes instead - File "src/import0.ml", line 7, characters 4-503: - Warning 3: deprecated: module Shadow_stdlib.Bytes - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bytes instead - File "src/import0.ml", line 7, characters 4-544: - Warning 3: deprecated: module Shadow_stdlib.Char - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Char instead - File "src/import0.ml", line 7, characters 4-544: - Warning 3: deprecated: module Shadow_stdlib.Char - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Char instead - File "src/import0.ml", line 7, characters 4-587: - Warning 3: deprecated: module Shadow_stdlib.Float - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Float instead - File "src/import0.ml", line 7, characters 4-587: - Warning 3: deprecated: module Shadow_stdlib.Float - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Float instead - File "src/import0.ml", line 7, characters 4-634: - Warning 3: deprecated: module Shadow_stdlib.Hashtbl - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Hashtbl instead - File "src/import0.ml", line 7, characters 4-634: - Warning 3: deprecated: module Shadow_stdlib.Hashtbl - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Hashtbl instead - File "src/import0.ml", line 7, characters 4-673: - Warning 3: deprecated: module Shadow_stdlib.Int - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int instead - File "src/import0.ml", line 7, characters 4-673: - Warning 3: deprecated: module Shadow_stdlib.Int - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int instead - File "src/import0.ml", line 7, characters 4-716: - Warning 3: deprecated: module Shadow_stdlib.Int32 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int32 instead - File "src/import0.ml", line 7, characters 4-716: - Warning 3: deprecated: module Shadow_stdlib.Int32 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int32 instead - File "src/import0.ml", line 7, characters 4-759: - Warning 3: deprecated: module Shadow_stdlib.Int64 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int64 instead - File "src/import0.ml", line 7, characters 4-759: - Warning 3: deprecated: module Shadow_stdlib.Int64 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int64 instead - File "src/import0.ml", line 7, characters 4-800: - Warning 3: deprecated: module Shadow_stdlib.Lazy - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Lazy instead - File "src/import0.ml", line 7, characters 4-800: - Warning 3: deprecated: module Shadow_stdlib.Lazy - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Lazy instead - File "src/import0.ml", line 7, characters 4-841: - Warning 3: deprecated: module Shadow_stdlib.List - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.List instead - File "src/import0.ml", line 7, characters 4-841: - Warning 3: deprecated: module Shadow_stdlib.List - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.List instead - File "src/import0.ml", line 7, characters 4-880: - Warning 3: deprecated: module Shadow_stdlib.Map - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Map instead - File "src/import0.ml", line 7, characters 4-880: - Warning 3: deprecated: module Shadow_stdlib.Map - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Map instead - File "src/import0.ml", line 7, characters 4-931: - Warning 3: deprecated: module Shadow_stdlib.Nativeint - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Nativeint instead - File "src/import0.ml", line 7, characters 4-931: - Warning 3: deprecated: module Shadow_stdlib.Nativeint - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Nativeint instead - File "src/import0.ml", line 7, characters 4-976: - Warning 3: deprecated: module Shadow_stdlib.Option - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Option instead - File "src/import0.ml", line 7, characters 4-976: - Warning 3: deprecated: module Shadow_stdlib.Option - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Option instead - File "src/import0.ml", line 7, characters 4-1021: - Warning 3: deprecated: module Shadow_stdlib.Printf - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Printf instead - File "src/import0.ml", line 7, characters 4-1021: - Warning 3: deprecated: module Shadow_stdlib.Printf - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Printf instead - File "src/import0.ml", line 7, characters 4-1064: - Warning 3: deprecated: module Shadow_stdlib.Queue - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Queue instead - File "src/import0.ml", line 7, characters 4-1064: - Warning 3: deprecated: module Shadow_stdlib.Queue - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Queue instead - File "src/import0.ml", line 7, characters 4-1109: - Warning 3: deprecated: module Shadow_stdlib.Random - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Random instead - File "src/import0.ml", line 7, characters 4-1109: - Warning 3: deprecated: module Shadow_stdlib.Random - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Random instead - File "src/import0.ml", line 7, characters 4-1154: - Warning 3: deprecated: module Shadow_stdlib.Result - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Result instead - File "src/import0.ml", line 7, characters 4-1154: - Warning 3: deprecated: module Shadow_stdlib.Result - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Result instead - File "src/import0.ml", line 7, characters 4-1193: - Warning 3: deprecated: module Shadow_stdlib.Set - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Set instead - File "src/import0.ml", line 7, characters 4-1193: - Warning 3: deprecated: module Shadow_stdlib.Set - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Set instead - File "src/import0.ml", line 7, characters 4-1236: - Warning 3: deprecated: module Shadow_stdlib.Stack - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Stack instead - File "src/import0.ml", line 7, characters 4-1236: - Warning 3: deprecated: module Shadow_stdlib.Stack - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Stack instead - File "src/import0.ml", line 7, characters 4-1281: - Warning 3: deprecated: module Shadow_stdlib.String - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.String instead - File "src/import0.ml", line 7, characters 4-1281: - Warning 3: deprecated: module Shadow_stdlib.String - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.String instead - File "src/import0.ml", line 7, characters 4-1320: - Warning 3: deprecated: module Shadow_stdlib.Sys - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Sys instead - File "src/import0.ml", line 7, characters 4-1320: - Warning 3: deprecated: module Shadow_stdlib.Sys - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Sys instead - File "src/import0.ml", line 7, characters 4-1363: - Warning 3: deprecated: module Shadow_stdlib.Uchar - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Uchar instead - File "src/import0.ml", line 7, characters 4-1363: - Warning 3: deprecated: module Shadow_stdlib.Uchar - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Uchar instead - File "src/import0.ml", line 7, characters 4-1404: - Warning 3: deprecated: module Shadow_stdlib.Unit - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Unit instead - File "src/import0.ml", line 7, characters 4-1404: - Warning 3: deprecated: module Shadow_stdlib.Unit - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Unit instead - File "src/import0.ml", line 118, characters 10-20: - Warning 3: deprecated: module Pervasives - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Pervasives instead - ocamlopt src/.base.objs/native/base__Import0.{cmx,o} - File "src/import0.ml", line 7, characters 4-374: - Warning 3: deprecated: module Shadow_stdlib.Array - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Array instead - File "src/import0.ml", line 7, characters 4-374: - Warning 3: deprecated: module Shadow_stdlib.Array - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Array instead - File "src/import0.ml", line 7, characters 4-415: - Warning 3: deprecated: module Shadow_stdlib.Bool - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bool instead - File "src/import0.ml", line 7, characters 4-415: - Warning 3: deprecated: module Shadow_stdlib.Bool - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bool instead - File "src/import0.ml", line 7, characters 4-460: - Warning 3: deprecated: module Shadow_stdlib.Buffer - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Buffer instead - File "src/import0.ml", line 7, characters 4-460: - Warning 3: deprecated: module Shadow_stdlib.Buffer - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Buffer instead - File "src/import0.ml", line 7, characters 4-503: - Warning 3: deprecated: module Shadow_stdlib.Bytes - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bytes instead - File "src/import0.ml", line 7, characters 4-503: - Warning 3: deprecated: module Shadow_stdlib.Bytes - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bytes instead - File "src/import0.ml", line 7, characters 4-544: - Warning 3: deprecated: module Shadow_stdlib.Char - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Char instead - File "src/import0.ml", line 7, characters 4-544: - Warning 3: deprecated: module Shadow_stdlib.Char - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Char instead - File "src/import0.ml", line 7, characters 4-587: - Warning 3: deprecated: module Shadow_stdlib.Float - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Float instead - File "src/import0.ml", line 7, characters 4-587: - Warning 3: deprecated: module Shadow_stdlib.Float - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Float instead - File "src/import0.ml", line 7, characters 4-634: - Warning 3: deprecated: module Shadow_stdlib.Hashtbl - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Hashtbl instead - File "src/import0.ml", line 7, characters 4-634: - Warning 3: deprecated: module Shadow_stdlib.Hashtbl - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Hashtbl instead - File "src/import0.ml", line 7, characters 4-673: - Warning 3: deprecated: module Shadow_stdlib.Int - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int instead - File "src/import0.ml", line 7, characters 4-673: - Warning 3: deprecated: module Shadow_stdlib.Int - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int instead - File "src/import0.ml", line 7, characters 4-716: - Warning 3: deprecated: module Shadow_stdlib.Int32 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int32 instead - File "src/import0.ml", line 7, characters 4-716: - Warning 3: deprecated: module Shadow_stdlib.Int32 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int32 instead - File "src/import0.ml", line 7, characters 4-759: - Warning 3: deprecated: module Shadow_stdlib.Int64 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int64 instead - File "src/import0.ml", line 7, characters 4-759: - Warning 3: deprecated: module Shadow_stdlib.Int64 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int64 instead - File "src/import0.ml", line 7, characters 4-800: - Warning 3: deprecated: module Shadow_stdlib.Lazy - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Lazy instead - File "src/import0.ml", line 7, characters 4-800: - Warning 3: deprecated: module Shadow_stdlib.Lazy - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Lazy instead - File "src/import0.ml", line 7, characters 4-841: - Warning 3: deprecated: module Shadow_stdlib.List - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.List instead - File "src/import0.ml", line 7, characters 4-841: - Warning 3: deprecated: module Shadow_stdlib.List - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.List instead - File "src/import0.ml", line 7, characters 4-880: - Warning 3: deprecated: module Shadow_stdlib.Map - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Map instead - File "src/import0.ml", line 7, characters 4-880: - Warning 3: deprecated: module Shadow_stdlib.Map - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Map instead - File "src/import0.ml", line 7, characters 4-931: - Warning 3: deprecated: module Shadow_stdlib.Nativeint - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Nativeint instead - File "src/import0.ml", line 7, characters 4-931: - Warning 3: deprecated: module Shadow_stdlib.Nativeint - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Nativeint instead - File "src/import0.ml", line 7, characters 4-976: - Warning 3: deprecated: module Shadow_stdlib.Option - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Option instead - File "src/import0.ml", line 7, characters 4-976: - Warning 3: deprecated: module Shadow_stdlib.Option - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Option instead - File "src/import0.ml", line 7, characters 4-1021: - Warning 3: deprecated: module Shadow_stdlib.Printf - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Printf instead - File "src/import0.ml", line 7, characters 4-1021: - Warning 3: deprecated: module Shadow_stdlib.Printf - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Printf instead - File "src/import0.ml", line 7, characters 4-1064: - Warning 3: deprecated: module Shadow_stdlib.Queue - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Queue instead - File "src/import0.ml", line 7, characters 4-1064: - Warning 3: deprecated: module Shadow_stdlib.Queue - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Queue instead - File "src/import0.ml", line 7, characters 4-1109: - Warning 3: deprecated: module Shadow_stdlib.Random - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Random instead - File "src/import0.ml", line 7, characters 4-1109: - Warning 3: deprecated: module Shadow_stdlib.Random - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Random instead - File "src/import0.ml", line 7, characters 4-1154: - Warning 3: deprecated: module Shadow_stdlib.Result - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Result instead - File "src/import0.ml", line 7, characters 4-1154: - Warning 3: deprecated: module Shadow_stdlib.Result - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Result instead - File "src/import0.ml", line 7, characters 4-1193: - Warning 3: deprecated: module Shadow_stdlib.Set - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Set instead - File "src/import0.ml", line 7, characters 4-1193: - Warning 3: deprecated: module Shadow_stdlib.Set - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Set instead - File "src/import0.ml", line 7, characters 4-1236: - Warning 3: deprecated: module Shadow_stdlib.Stack - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Stack instead - File "src/import0.ml", line 7, characters 4-1236: - Warning 3: deprecated: module Shadow_stdlib.Stack - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Stack instead - File "src/import0.ml", line 7, characters 4-1281: - Warning 3: deprecated: module Shadow_stdlib.String - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.String instead - File "src/import0.ml", line 7, characters 4-1281: - Warning 3: deprecated: module Shadow_stdlib.String - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.String instead - File "src/import0.ml", line 7, characters 4-1320: - Warning 3: deprecated: module Shadow_stdlib.Sys - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Sys instead - File "src/import0.ml", line 7, characters 4-1320: - Warning 3: deprecated: module Shadow_stdlib.Sys - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Sys instead - File "src/import0.ml", line 7, characters 4-1363: - Warning 3: deprecated: module Shadow_stdlib.Uchar - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Uchar instead - File "src/import0.ml", line 7, characters 4-1363: - Warning 3: deprecated: module Shadow_stdlib.Uchar - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Uchar instead - File "src/import0.ml", line 7, characters 4-1404: - Warning 3: deprecated: module Shadow_stdlib.Unit - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Unit instead - File "src/import0.ml", line 7, characters 4-1404: - Warning 3: deprecated: module Shadow_stdlib.Unit - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Unit instead - File "src/import0.ml", line 118, characters 10-20: - Warning 3: deprecated: module Pervasives - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Pervasives instead - ocamlc src/.base.objs/byte/base.{cmi,cmo,cmt} - File "src/base.ml", line 37, characters 4-132: - Warning 3: deprecated: module Shadow_stdlib.Array - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Array instead - File "src/base.ml", line 37, characters 4-132: - Warning 3: deprecated: module Shadow_stdlib.Array - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Array instead - File "src/base.ml", line 37, characters 4-173: - Warning 3: deprecated: module Shadow_stdlib.Bool - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bool instead - File "src/base.ml", line 37, characters 4-173: - Warning 3: deprecated: module Shadow_stdlib.Bool - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bool instead - File "src/base.ml", line 37, characters 4-218: - Warning 3: deprecated: module Shadow_stdlib.Buffer - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Buffer instead - File "src/base.ml", line 37, characters 4-218: - Warning 3: deprecated: module Shadow_stdlib.Buffer - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Buffer instead - File "src/base.ml", line 37, characters 4-261: - Warning 3: deprecated: module Shadow_stdlib.Bytes - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bytes instead - File "src/base.ml", line 37, characters 4-261: - Warning 3: deprecated: module Shadow_stdlib.Bytes - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bytes instead - File "src/base.ml", line 37, characters 4-302: - Warning 3: deprecated: module Shadow_stdlib.Char - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Char instead - File "src/base.ml", line 37, characters 4-302: - Warning 3: deprecated: module Shadow_stdlib.Char - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Char instead - File "src/base.ml", line 37, characters 4-345: - Warning 3: deprecated: module Shadow_stdlib.Float - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Float instead - File "src/base.ml", line 37, characters 4-345: - Warning 3: deprecated: module Shadow_stdlib.Float - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Float instead - File "src/base.ml", line 37, characters 4-392: - Warning 3: deprecated: module Shadow_stdlib.Hashtbl - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Hashtbl instead - File "src/base.ml", line 37, characters 4-392: - Warning 3: deprecated: module Shadow_stdlib.Hashtbl - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Hashtbl instead - File "src/base.ml", line 37, characters 4-431: - Warning 3: deprecated: module Shadow_stdlib.Int - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int instead - File "src/base.ml", line 37, characters 4-431: - Warning 3: deprecated: module Shadow_stdlib.Int - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int instead - File "src/base.ml", line 37, characters 4-474: - Warning 3: deprecated: module Shadow_stdlib.Int32 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int32 instead - File "src/base.ml", line 37, characters 4-474: - Warning 3: deprecated: module Shadow_stdlib.Int32 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int32 instead - File "src/base.ml", line 37, characters 4-517: - Warning 3: deprecated: module Shadow_stdlib.Int64 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int64 instead - File "src/base.ml", line 37, characters 4-517: - Warning 3: deprecated: module Shadow_stdlib.Int64 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int64 instead - File "src/base.ml", line 37, characters 4-558: - Warning 3: deprecated: module Shadow_stdlib.Lazy - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Lazy instead - File "src/base.ml", line 37, characters 4-558: - Warning 3: deprecated: module Shadow_stdlib.Lazy - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Lazy instead - File "src/base.ml", line 37, characters 4-599: - Warning 3: deprecated: module Shadow_stdlib.List - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.List instead - File "src/base.ml", line 37, characters 4-599: - Warning 3: deprecated: module Shadow_stdlib.List - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.List instead - File "src/base.ml", line 37, characters 4-638: - Warning 3: deprecated: module Shadow_stdlib.Map - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Map instead - File "src/base.ml", line 37, characters 4-638: - Warning 3: deprecated: module Shadow_stdlib.Map - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Map instead - File "src/base.ml", line 37, characters 4-689: - Warning 3: deprecated: module Shadow_stdlib.Nativeint - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Nativeint instead - File "src/base.ml", line 37, characters 4-689: - Warning 3: deprecated: module Shadow_stdlib.Nativeint - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Nativeint instead - File "src/base.ml", line 37, characters 4-734: - Warning 3: deprecated: module Shadow_stdlib.Option - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Option instead - File "src/base.ml", line 37, characters 4-734: - Warning 3: deprecated: module Shadow_stdlib.Option - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Option instead - File "src/base.ml", line 37, characters 4-779: - Warning 3: deprecated: module Shadow_stdlib.Printf - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Printf instead - File "src/base.ml", line 37, characters 4-779: - Warning 3: deprecated: module Shadow_stdlib.Printf - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Printf instead - File "src/base.ml", line 37, characters 4-822: - Warning 3: deprecated: module Shadow_stdlib.Queue - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Queue instead - File "src/base.ml", line 37, characters 4-822: - Warning 3: deprecated: module Shadow_stdlib.Queue - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Queue instead - File "src/base.ml", line 37, characters 4-867: - Warning 3: deprecated: module Shadow_stdlib.Random - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Random instead - File "src/base.ml", line 37, characters 4-867: - Warning 3: deprecated: module Shadow_stdlib.Random - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Random instead - File "src/base.ml", line 37, characters 4-912: - Warning 3: deprecated: module Shadow_stdlib.Result - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Result instead - File "src/base.ml", line 37, characters 4-912: - Warning 3: deprecated: module Shadow_stdlib.Result - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Result instead - File "src/base.ml", line 37, characters 4-951: - Warning 3: deprecated: module Shadow_stdlib.Set - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Set instead - File "src/base.ml", line 37, characters 4-951: - Warning 3: deprecated: module Shadow_stdlib.Set - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Set instead - File "src/base.ml", line 37, characters 4-994: - Warning 3: deprecated: module Shadow_stdlib.Stack - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Stack instead - File "src/base.ml", line 37, characters 4-994: - Warning 3: deprecated: module Shadow_stdlib.Stack - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Stack instead - File "src/base.ml", line 37, characters 4-1039: - Warning 3: deprecated: module Shadow_stdlib.String - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.String instead - File "src/base.ml", line 37, characters 4-1039: - Warning 3: deprecated: module Shadow_stdlib.String - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.String instead - File "src/base.ml", line 37, characters 4-1078: - Warning 3: deprecated: module Shadow_stdlib.Sys - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Sys instead - File "src/base.ml", line 37, characters 4-1078: - Warning 3: deprecated: module Shadow_stdlib.Sys - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Sys instead - File "src/base.ml", line 37, characters 4-1121: - Warning 3: deprecated: module Shadow_stdlib.Uchar - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Uchar instead - File "src/base.ml", line 37, characters 4-1121: - Warning 3: deprecated: module Shadow_stdlib.Uchar - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Uchar instead - File "src/base.ml", line 37, characters 4-1162: - Warning 3: deprecated: module Shadow_stdlib.Unit - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Unit instead - File "src/base.ml", line 37, characters 4-1162: - Warning 3: deprecated: module Shadow_stdlib.Unit - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Unit instead - File "src/base.ml", line 37, characters 4-1244: - Warning 3: deprecated: module Shadow_stdlib.Lexing - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Lexing instead - File "src/base.ml", line 37, characters 4-1244: - Warning 3: deprecated: module Shadow_stdlib.Lexing - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Lexing instead - ocamlopt src/.base.objs/native/base.{cmx,o} - File "src/base.ml", line 37, characters 4-132: - Warning 3: deprecated: module Shadow_stdlib.Array - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Array instead - File "src/base.ml", line 37, characters 4-132: - Warning 3: deprecated: module Shadow_stdlib.Array - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Array instead - File "src/base.ml", line 37, characters 4-173: - Warning 3: deprecated: module Shadow_stdlib.Bool - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bool instead - File "src/base.ml", line 37, characters 4-173: - Warning 3: deprecated: module Shadow_stdlib.Bool - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bool instead - File "src/base.ml", line 37, characters 4-218: - Warning 3: deprecated: module Shadow_stdlib.Buffer - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Buffer instead - File "src/base.ml", line 37, characters 4-218: - Warning 3: deprecated: module Shadow_stdlib.Buffer - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Buffer instead - File "src/base.ml", line 37, characters 4-261: - Warning 3: deprecated: module Shadow_stdlib.Bytes - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bytes instead - File "src/base.ml", line 37, characters 4-261: - Warning 3: deprecated: module Shadow_stdlib.Bytes - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Bytes instead - File "src/base.ml", line 37, characters 4-302: - Warning 3: deprecated: module Shadow_stdlib.Char - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Char instead - File "src/base.ml", line 37, characters 4-302: - Warning 3: deprecated: module Shadow_stdlib.Char - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Char instead - File "src/base.ml", line 37, characters 4-345: - Warning 3: deprecated: module Shadow_stdlib.Float - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Float instead - File "src/base.ml", line 37, characters 4-345: - Warning 3: deprecated: module Shadow_stdlib.Float - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Float instead - File "src/base.ml", line 37, characters 4-392: - Warning 3: deprecated: module Shadow_stdlib.Hashtbl - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Hashtbl instead - File "src/base.ml", line 37, characters 4-392: - Warning 3: deprecated: module Shadow_stdlib.Hashtbl - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Hashtbl instead - File "src/base.ml", line 37, characters 4-431: - Warning 3: deprecated: module Shadow_stdlib.Int - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int instead - File "src/base.ml", line 37, characters 4-431: - Warning 3: deprecated: module Shadow_stdlib.Int - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int instead - File "src/base.ml", line 37, characters 4-474: - Warning 3: deprecated: module Shadow_stdlib.Int32 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int32 instead - File "src/base.ml", line 37, characters 4-474: - Warning 3: deprecated: module Shadow_stdlib.Int32 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int32 instead - File "src/base.ml", line 37, characters 4-517: - Warning 3: deprecated: module Shadow_stdlib.Int64 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int64 instead - File "src/base.ml", line 37, characters 4-517: - Warning 3: deprecated: module Shadow_stdlib.Int64 - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Int64 instead - File "src/base.ml", line 37, characters 4-558: - Warning 3: deprecated: module Shadow_stdlib.Lazy - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Lazy instead - File "src/base.ml", line 37, characters 4-558: - Warning 3: deprecated: module Shadow_stdlib.Lazy - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Lazy instead - File "src/base.ml", line 37, characters 4-599: - Warning 3: deprecated: module Shadow_stdlib.List - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.List instead - File "src/base.ml", line 37, characters 4-599: - Warning 3: deprecated: module Shadow_stdlib.List - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.List instead - File "src/base.ml", line 37, characters 4-638: - Warning 3: deprecated: module Shadow_stdlib.Map - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Map instead - File "src/base.ml", line 37, characters 4-638: - Warning 3: deprecated: module Shadow_stdlib.Map - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Map instead - File "src/base.ml", line 37, characters 4-689: - Warning 3: deprecated: module Shadow_stdlib.Nativeint - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Nativeint instead - File "src/base.ml", line 37, characters 4-689: - Warning 3: deprecated: module Shadow_stdlib.Nativeint - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Nativeint instead - File "src/base.ml", line 37, characters 4-734: - Warning 3: deprecated: module Shadow_stdlib.Option - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Option instead - File "src/base.ml", line 37, characters 4-734: - Warning 3: deprecated: module Shadow_stdlib.Option - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Option instead - File "src/base.ml", line 37, characters 4-779: - Warning 3: deprecated: module Shadow_stdlib.Printf - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Printf instead - File "src/base.ml", line 37, characters 4-779: - Warning 3: deprecated: module Shadow_stdlib.Printf - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Printf instead - File "src/base.ml", line 37, characters 4-822: - Warning 3: deprecated: module Shadow_stdlib.Queue - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Queue instead - File "src/base.ml", line 37, characters 4-822: - Warning 3: deprecated: module Shadow_stdlib.Queue - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Queue instead - File "src/base.ml", line 37, characters 4-867: - Warning 3: deprecated: module Shadow_stdlib.Random - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Random instead - File "src/base.ml", line 37, characters 4-867: - Warning 3: deprecated: module Shadow_stdlib.Random - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Random instead - File "src/base.ml", line 37, characters 4-912: - Warning 3: deprecated: module Shadow_stdlib.Result - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Result instead - File "src/base.ml", line 37, characters 4-912: - Warning 3: deprecated: module Shadow_stdlib.Result - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Result instead - File "src/base.ml", line 37, characters 4-951: - Warning 3: deprecated: module Shadow_stdlib.Set - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Set instead - File "src/base.ml", line 37, characters 4-951: - Warning 3: deprecated: module Shadow_stdlib.Set - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Set instead - File "src/base.ml", line 37, characters 4-994: - Warning 3: deprecated: module Shadow_stdlib.Stack - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Stack instead - File "src/base.ml", line 37, characters 4-994: - Warning 3: deprecated: module Shadow_stdlib.Stack - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Stack instead - File "src/base.ml", line 37, characters 4-1039: - Warning 3: deprecated: module Shadow_stdlib.String - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.String instead - File "src/base.ml", line 37, characters 4-1039: - Warning 3: deprecated: module Shadow_stdlib.String - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.String instead - File "src/base.ml", line 37, characters 4-1078: - Warning 3: deprecated: module Shadow_stdlib.Sys - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Sys instead - File "src/base.ml", line 37, characters 4-1078: - Warning 3: deprecated: module Shadow_stdlib.Sys - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Sys instead - File "src/base.ml", line 37, characters 4-1121: - Warning 3: deprecated: module Shadow_stdlib.Uchar - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Uchar instead - File "src/base.ml", line 37, characters 4-1121: - Warning 3: deprecated: module Shadow_stdlib.Uchar - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Uchar instead - File "src/base.ml", line 37, characters 4-1162: - Warning 3: deprecated: module Shadow_stdlib.Unit - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Unit instead - File "src/base.ml", line 37, characters 4-1162: - Warning 3: deprecated: module Shadow_stdlib.Unit - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Unit instead - File "src/base.ml", line 37, characters 4-1244: - Warning 3: deprecated: module Shadow_stdlib.Lexing - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Lexing instead - File "src/base.ml", line 37, characters 4-1244: - Warning 3: deprecated: module Shadow_stdlib.Lexing - [2016-09] this element comes from the stdlib distributed with OCaml. - Referring to the stdlib directly is discouraged by Base. You should either - use the equivalent functionality offered by Base, or if you really want to - refer to the stdlib, use Caml.Lexing instead -> compiled base.v0.13.2 Processing 76/96: [dolog: ocaml setup.ml] [ocamlify: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ocamlgraph: make install-findlib] - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.05/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.05/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.05/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.05/bin/ocamlbuild - Package name: ........................................ ocamlmod - Package version: ..................................... 0.0.9 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.05.0 - standard_library_default: ............................ /home/opam/.opam/4.05/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.05/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.05/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.05 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.6 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_str: ............................................. /home/opam/.opam/4.05/lib/ocaml - - File "/home/gildor/programmation/oasis/src/oasis/PropList.ml", line 93, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "/home/gildor/programmation/oasis/src/oasis/OASISUtils.ml", line 106, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "/home/gildor/programmation/oasis/src/oasis/OASISExpr.ml", line 99, characters 24-40: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 28, characters 21-40: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 29, characters 21-38: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 146, characters 31-50: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 147, characters 31-48: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 148, characters 31-50: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 149, characters 31-48: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - I: Running command '/home/opam/.opam/4.05/bin/ocamlbuild src/ocamlify.byte -tag debug' - /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - ocamlfind ocamldep -modules src/ocamlify.ml > src/ocamlify.ml.depends - ocamlfind ocamldep -modules src/OCamlifyConfig.ml > src/OCamlifyConfig.ml.depends - ocamlfind ocamlc -c -g -I src -o src/OCamlifyConfig.cmo src/OCamlifyConfig.ml - ocamlfind ocamlc -c -g -I src -o src/ocamlify.cmo src/ocamlify.ml - ocamlfind ocamlc -g -linkpkg -I src src/OCamlifyConfig.cmo src/ocamlify.cmo -o src/ocamlify.byte - I: Running command 'cp '_build/src/ocamlify.byte' '_build/src/ocamlify'' -> compiled ocamlify.0.0.1 Processing 76/96: [dolog: ocaml setup.ml] [ocamlmod: ocaml setup.ml] [ocamlgraph: make install-findlib] - File "./setup.ml", line 318, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 318, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 330, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 368, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 474, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1825, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1831, characters 16-35: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "setup.ml", line 5847, characters 11-28: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 5848, characters 11-30: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules lib/log.mli > lib/log.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package unix -I lib -o lib/log.cmi lib/log.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules lib/log.ml > lib/log.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package unix -I lib -o lib/log.cmo lib/log.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/log.cmo -o lib/dolog.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package unix -I lib -o lib/log.cmx lib/log.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/log.cmx -o lib/dolog.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -linkall -I lib lib/dolog.cmxa -o lib/dolog.cmxs - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules lib_test/example.ml > lib_test/example.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package unix -I lib_test -I lib -o lib_test/example.cmo lib_test/example.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -linkpkg -package unix -I lib -I lib_test lib/dolog.cma lib_test/example.cmo -o lib_test/example.byte - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules lib_test/test.ml > lib_test/test.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package unix -I lib_test -I lib -o lib_test/test.cmo lib_test/test.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -linkpkg -package unix -I lib -I lib_test lib/dolog.cma lib_test/test.cmo -o lib_test/test.byte - + /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - File "myocamlbuild.ml", line 518, characters 43-62: - Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize - Use String.uncapitalize_ascii instead. - File "myocamlbuild.ml", line 531, characters 51-70: - Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize - Use String.uncapitalize_ascii instead. -> compiled dolog.3.0 Processing 76/96: [ocamlmod: ocaml setup.ml] [ocamlgraph: make install-findlib] - ocamlfind install ocamlgraph META \ - src/*.mli view_graph/*.mli dgraph/*.mli \ - graph.a graph.cmo graph.cmi graph.cma \ - graph.o graph.a graph.cmx graph.cmxa graph.cmxs - Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.cmxs - Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.cmxa - Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.cmx - Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.a - Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.o - Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.cma - Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.cmi - Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.cmo - ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.05/lib/ocamlgraph/graph.a - Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.a - Installed /home/opam/.opam/4.05/lib/ocamlgraph/xDotDraw.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/xDot.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphViewItem.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphView.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphTreeModel.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphTreeLayout.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphSubTree.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphRandModel.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphModel.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphContainer.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/viewGraph_utils.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/viewGraph_select.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/viewGraph_core.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/weakTopological.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/util.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/traverse.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/topological.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/strat.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/sig_pack.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/sig.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/rand.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/prim.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/persistent.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/path.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/pack.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/oper.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/nonnegative.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/minsep.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/mincut.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/merge.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/md.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/mcs_m.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/leaderlist.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/kruskal.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/imperative.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/graphviz.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/graphml.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/gml.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/gmap.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/flow.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/fixpoint.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/dot_parser.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/dot_ast.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/dot.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/dominator.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/delaunay.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/contraction.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/components.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/coloring.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/cliquetree.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/clique.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/classic.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/chaoticIteration.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/builder.mli - Installed /home/opam/.opam/4.05/lib/ocamlgraph/META -> installed ocamlgraph.1.8.8 Processing 76/96: [ocamlmod: ocaml setup.ml] -> installed base.v0.13.2 Processing 77/96: [ocamlmod: ocaml setup.ml] Processing 78/96: [ocamlmod: ocaml setup.ml] [parsexp: dune build] Processing 79/96: [ocamlmod: ocaml setup.ml] [parsexp: dune build] [dolog: ocaml setup.ml] -> compiled parsexp.v0.13.0 Processing 79/96: [ocamlmod: ocaml setup.ml] [dolog: ocaml setup.ml] - File "./setup.ml", line 318, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 318, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 330, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 368, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 474, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1825, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1831, characters 16-35: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "setup.ml", line 5847, characters 11-28: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 5848, characters 11-30: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - Installed /home/opam/.opam/4.05/lib/dolog/log.mli - Installed /home/opam/.opam/4.05/lib/dolog/dolog.cma - Installed /home/opam/.opam/4.05/lib/dolog/dolog.cmxa - Installed /home/opam/.opam/4.05/lib/dolog/dolog.a - Installed /home/opam/.opam/4.05/lib/dolog/dolog.cmxs - Installed /home/opam/.opam/4.05/lib/dolog/log.cmi - Installed /home/opam/.opam/4.05/lib/dolog/log.cmti - Installed /home/opam/.opam/4.05/lib/dolog/log.cmt - Installed /home/opam/.opam/4.05/lib/dolog/log.annot - Installed /home/opam/.opam/4.05/lib/dolog/log.cmx - Installed /home/opam/.opam/4.05/lib/dolog/META -> installed dolog.3.0 Processing 79/96: [ocamlmod: ocaml setup.ml] Processing 80/96: [ocamlmod: ocaml setup.ml] [ocamlify: ocaml setup.ml] - /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - File "_tags", line 21, characters 18-27: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 23, characters 19-28: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package str -modules src/ocamlmod.ml > src/ocamlmod.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package str -modules src/ocamlmodConf.ml > src/ocamlmodConf.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -I src -o src/ocamlmodConf.cmo src/ocamlmodConf.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -I src -o src/ocamlmod.cmo src/ocamlmod.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -I src -o src/ocamlmod.cmo src/ocamlmod.ml - File "src/ocamlmod.ml", line 52, characters 4-21: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "src/ocamlmod.ml", line 29, characters 6-13: - Warning 26: unused variable real_fn. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -linkpkg -package str -I src src/ocamlmodConf.cmo src/ocamlmod.cmo -o src/ocamlmod.byte -> compiled ocamlmod.0.0.9 Processing 80/96: [ocamlify: ocaml setup.ml] + /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocamlify.0.0.1) - File "/home/gildor/programmation/oasis/src/oasis/PropList.ml", line 93, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "/home/gildor/programmation/oasis/src/oasis/OASISUtils.ml", line 106, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "/home/gildor/programmation/oasis/src/oasis/OASISExpr.ml", line 99, characters 24-40: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 28, characters 21-40: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/oasis/OASISLibrary.ml", line 29, characters 21-38: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 146, characters 31-50: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 147, characters 31-48: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 148, characters 31-50: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "/home/gildor/programmation/oasis/src/plugins/internal/InternalInstallPlugin.ml", line 149, characters 31-48: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - I: Copying file '/home/opam/.opam/4.05/.opam-switch/build/ocamlify.0.0.1/_build/src/ocamlify' to '/home/opam/.opam/4.05/bin/ocamlify' - I: Running command 'cp '/home/opam/.opam/4.05/.opam-switch/build/ocamlify.0.0.1/_build/src/ocamlify' '/home/opam/.opam/4.05/bin/ocamlify'' -> installed ocamlify.0.0.1 Processing 81/96: [ocamlmod: ocaml setup.ml] + /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocamlmod.0.0.9) -> installed ocamlmod.0.0.9 Processing 82/96: [oasis: ocaml setup.ml] -> installed parsexp.v0.13.0 Processing 83/96: [oasis: ocaml setup.ml] Processing 84/96: [oasis: ocaml setup.ml] [sexplib: dune build] -> compiled sexplib.v0.13.0 Processing 84/96: [oasis: ocaml setup.ml] -> installed sexplib.v0.13.0 Processing 85/96: [oasis: ocaml setup.ml] Processing 86/96: [cstruct: jbuilder build] [oasis: ocaml setup.ml] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - File "async/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "fuzz/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "js/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lib_test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "lwt/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx_test/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx_test/with-lwt/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "ppx_test/with-sexp/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. - File "unix/jbuild", line 1, characters 0-0: - Warning: jbuild files are deprecated, please convert this file to a dune file - instead. - Note: You can use "dune upgrade" to convert your project to dune. -> compiled cstruct.3.1.1 Processing 86/96: [oasis: ocaml setup.ml] -> installed cstruct.3.1.1 Processing 87/96: [oasis: ocaml setup.ml] Processing 88/96: [hex: dune build] [oasis: ocaml setup.ml] Processing 89/96: [hex: dune build] [mstruct: jbuilder build] [oasis: ocaml setup.ml] -> compiled hex.1.4.0 Processing 89/96: [mstruct: jbuilder build] [oasis: ocaml setup.ml] -> installed hex.1.4.0 Processing 90/96: [mstruct: jbuilder build] [oasis: ocaml setup.ml] - The jbuilder binary is deprecated and will cease to be maintained in July 2019. - Please switch to dune instead. - 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. -> compiled mstruct.1.4.0 Processing 90/96: [oasis: ocaml setup.ml] -> installed mstruct.1.4.0 Processing 91/96: [oasis: ocaml setup.ml] + /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.05" (CWD=/home/opam/.opam/4.05/.opam-switch/build/oasis.0.4.11) - - Configuration: - ocamlfind: ................................................... /home/opam/.opam/4.05/bin/ocamlfind - ocamlc: ...................................................... /home/opam/.opam/4.05/bin/ocamlc.opt - ocamlopt: .................................................... /home/opam/.opam/4.05/bin/ocamlopt.opt - ocamlbuild: .................................................. /home/opam/.opam/4.05/bin/ocamlbuild - Package name: ................................................ oasis - Package version: ............................................. 0.4.11 - os_type: ..................................................... Unix - system: ...................................................... linux - architecture: ................................................ amd64 - ccomp_type: .................................................. cc - ocaml_version: ............................................... 4.05.0 - standard_library_default: .................................... /home/opam/.opam/4.05/lib/ocaml - standard_library: ............................................ /home/opam/.opam/4.05/lib/ocaml - standard_runtime: ............................................ /home/opam/.opam/4.05/bin/ocamlrun - bytecomp_c_compiler: ......................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ........................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ....................................................... default - ext_obj: ..................................................... .o - ext_asm: ..................................................... .s - ext_lib: ..................................................... .a - ext_dll: ..................................................... .so - default_executable_name: ..................................... a.out - systhread_supported: ......................................... true - Install architecture-independent files dir: .................. /home/opam/.opam/4.05 - Install architecture-dependent files in dir: ................. $prefix - User executables: ............................................ $exec_prefix/bin - System admin executables: .................................... $exec_prefix/sbin - Program executables: ......................................... $exec_prefix/libexec - Read-only single-machine data: ............................... $prefix/etc - Modifiable architecture-independent data: .................... $prefix/com - Modifiable single-machine data: .............................. $prefix/var - Object code libraries: ....................................... $exec_prefix/lib - Read-only arch-independent data root: ........................ $prefix/share - Read-only architecture-independent data: ..................... $datarootdir - Info documentation: .......................................... $datarootdir/info - Locale-dependent data: ....................................... $datarootdir/locale - Man documentation: ........................................... $datarootdir/man - Documentation root: .......................................... $datarootdir/doc/$pkg_name - HTML documentation: .......................................... $docdir - DVI documentation: ........................................... $docdir - PDF documentation: ........................................... $docdir - PS documentation: ............................................ $docdir - findlib_version: ............................................. 1.9.6 - is_native: ................................................... true - suffix_program: .............................................. - Remove a file.: .............................................. rm -f - Remove a directory.: ......................................... rm -rf - Turn ocaml debug flag on: .................................... true - Turn ocaml profile flag on: .................................. false - Compiler support generation of .cmxs.: ....................... true - OCamlbuild additional flags: ................................. - Install OASIS and base libraries, for plugins development: ... true - Build OASIS tools for development: ........................... false - Build test-quickstart: ....................................... true - Build test-omake: ............................................ false - Build test-devel: ............................................ false - Create documentations: ....................................... true - Compile tests executable and library and run them: ........... false - make: ........................................................ /usr/bin/make - ocamlmod: .................................................... /home/opam/.opam/4.05/bin/ocamlmod - ocamlyacc: ................................................... /home/opam/.opam/4.05/bin/ocamlyacc - ocamllex: .................................................... /home/opam/.opam/4.05/bin/ocamllex - ocamlify: .................................................... /home/opam/.opam/4.05/bin/ocamlify - pkg_unix: .................................................... /home/opam/.opam/4.05/lib/ocaml - pkg_ocamlbuild: .............................................. /home/opam/.opam/4.05/lib/ocamlbuild - ocamldoc: .................................................... /home/opam/.opam/4.05/bin/ocamldoc - pkg_dynlink: ................................................. /home/opam/.opam/4.05/lib/ocaml - pkg_findlib: ................................................. /home/opam/.opam/4.05/lib/findlib - + /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/4.05/.opam-switch/build/oasis.0.4.11) - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - File "test/data/TestFull/dev/_tags", line 27, characters 8-17: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/FormatExt.mli > src/oasis/FormatExt.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/FormatExt.cmi src/oasis/FormatExt.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/FormatExt.ml > src/oasis/FormatExt.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISString.ml > src/oasis/OASISString.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISString.cmo src/oasis/OASISString.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/PropList.mli > src/oasis/PropList.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/PropList.cmi src/oasis/PropList.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/PropList.ml > src/oasis/PropList.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISGettext.mli > src/oasis/OASISGettext.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGettext.cmi src/oasis/OASISGettext.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISUtils.mli > src/oasis/OASISUtils.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUtils.cmi src/oasis/OASISUtils.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISUtils.ml > src/oasis/OASISUtils.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISUnixPath.mli > src/oasis/OASISUnixPath.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUnixPath.cmi src/oasis/OASISUnixPath.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISUnixPath.ml > src/oasis/OASISUnixPath.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPath_intern.ml > src/oasis/OASISPath_intern.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPath_intern.cmo src/oasis/OASISPath_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileSystem.mli > src/oasis/OASISFileSystem.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileSystem.cmi src/oasis/OASISFileSystem.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileSystem.ml > src/oasis/OASISFileSystem.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISContext.mli > src/oasis/OASISContext.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISContext.cmi src/oasis/OASISContext.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISContext.ml > src/oasis/OASISContext.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourcePatterns.mli > src/oasis/OASISSourcePatterns.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISDataNotation.ml > src/oasis/OASISDataNotation.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDataNotation.cmo src/oasis/OASISDataNotation.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourcePatterns.cmi src/oasis/OASISSourcePatterns.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourcePatterns.ml > src/oasis/OASISSourcePatterns.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISGettext.ml > src/oasis/OASISGettext.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISMessage.mli > src/oasis/OASISMessage.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMessage.cmi src/oasis/OASISMessage.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISMessage.ml > src/oasis/OASISMessage.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISText.ml > src/oasis/OASISText.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISValues.mli > src/oasis/OASISValues.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues.cmi src/oasis/OASISValues.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTypes.mli > src/oasis/OASISTypes.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExpr.mli > src/oasis/OASISExpr.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense.mli > src/oasis/OASISLicense.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion.mli > src/oasis/OASISVersion.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion.cmi src/oasis/OASISVersion.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISText.cmo src/oasis/OASISText.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExpr.cmi src/oasis/OASISExpr.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense.cmi src/oasis/OASISLicense.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTypes.cmi src/oasis/OASISTypes.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTypes.ml > src/oasis/OASISTypes.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISParse.mli > src/oasis/OASISParse.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISParse.cmi src/oasis/OASISParse.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISParse.ml > src/oasis/OASISParse.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst.ml > src/oasis/OASISAst.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst_types.ml > src/oasis/OASISAst_types.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISBuildSection.mli > src/oasis/OASISBuildSection.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSection.mli > src/oasis/OASISSection.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection.cmi src/oasis/OASISSection.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISCheck.ml > src/oasis/OASISCheck.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFeatures.ml > src/oasis/OASISFeatures.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPlugin.mli > src/oasis/OASISPlugin.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileTemplate.mli > src/oasis/OASISFileTemplate.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSetupUpdate.ml > src/oasis/OASISSetupUpdate.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileTemplate.cmi src/oasis/OASISFileTemplate.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSetupUpdate.cmo src/oasis/OASISSetupUpdate.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSchema_intern.ml > src/oasis/OASISSchema_intern.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_types.cmo src/oasis/OASISAst_types.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFeatures.cmo src/oasis/OASISFeatures.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPlugin.cmi src/oasis/OASISPlugin.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema_intern.cmo src/oasis/OASISSchema_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISDocument.mli > src/oasis/OASISDocument.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSchema.mli > src/oasis/OASISSchema.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema.cmi src/oasis/OASISSchema.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISDocument_intern.ml > src/oasis/OASISDocument_intern.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISBuildSection_intern.ml > src/oasis/OASISBuildSection_intern.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISCustom.ml > src/oasis/OASISCustom.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSection_intern.ml > src/oasis/OASISSection_intern.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection_intern.cmo src/oasis/OASISBuildSection_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISCustom.cmo src/oasis/OASISCustom.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection_intern.cmo src/oasis/OASISSection_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExecutable.mli > src/oasis/OASISExecutable.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExecutable_intern.ml > src/oasis/OASISExecutable_intern.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFindlib.mli > src/oasis/OASISFindlib.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFlag.mli > src/oasis/OASISFlag.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFlag_intern.ml > src/oasis/OASISFlag_intern.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLibrary.mli > src/oasis/OASISLibrary.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLibrary_intern.ml > src/oasis/OASISLibrary_intern.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISObject.mli > src/oasis/OASISObject.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISObject_intern.ml > src/oasis/OASISObject_intern.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPackage.mli > src/oasis/OASISPackage.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPackage_intern.ml > src/oasis/OASISPackage_intern.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISConf.ml > src/oasis/OASISConf.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISConf.cmo src/oasis/OASISConf.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourceRepository.mli > src/oasis/OASISSourceRepository.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourceRepository_intern.ml > src/oasis/OASISSourceRepository_intern.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTest.mli > src/oasis/OASISTest.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTest_intern.ml > src/oasis/OASISTest_intern.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection.cmi src/oasis/OASISBuildSection.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISCheck.cmo src/oasis/OASISCheck.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument.cmi src/oasis/OASISDocument.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument_intern.cmo src/oasis/OASISDocument_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable.cmi src/oasis/OASISExecutable.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable_intern.cmo src/oasis/OASISExecutable_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFindlib.cmi src/oasis/OASISFindlib.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag.cmi src/oasis/OASISFlag.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag_intern.cmo src/oasis/OASISFlag_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary.cmi src/oasis/OASISLibrary.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary_intern.cmo src/oasis/OASISLibrary_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject.cmi src/oasis/OASISObject.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject_intern.cmo src/oasis/OASISObject_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage.cmi src/oasis/OASISPackage.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage_intern.cmo src/oasis/OASISPackage_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository.cmi src/oasis/OASISSourceRepository.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository_intern.cmo src/oasis/OASISSourceRepository_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest.cmi src/oasis/OASISTest.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest_intern.cmo src/oasis/OASISTest_intern.ml - /home/opam/.opam/4.05/bin/ocamllex.opt -q src/oasis/OASISAst_lexer.mll - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst_lexer.ml > src/oasis/OASISAst_lexer.ml.depends - /home/opam/.opam/4.05/bin/ocamlyacc src/oasis/OASISAst_parser.mly - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst_parser.mli > src/oasis/OASISAst_parser.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_parser.cmi src/oasis/OASISAst_parser.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISMutex.ml > src/oasis/OASISMutex.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst.cmo src/oasis/OASISAst.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_lexer.cmo src/oasis/OASISAst_lexer.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMutex.cmo src/oasis/OASISMutex.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISValues.ml > src/oasis/OASISValues.ml.depends - /home/opam/.opam/4.05/bin/ocamllex.opt -q src/oasis/OASISValues_lexer.mll - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISValues_lexer.ml > src/oasis/OASISValues_lexer.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues_lexer.cmo src/oasis/OASISValues_lexer.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExpr.ml > src/oasis/OASISExpr.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion.ml > src/oasis/OASISVersion.ml.depends - /home/opam/.opam/4.05/bin/ocamllex.opt -q src/oasis/OASISVersion_lexer.mll - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion_lexer.ml > src/oasis/OASISVersion_lexer.ml.depends - /home/opam/.opam/4.05/bin/ocamlyacc src/oasis/OASISVersion_parser.mly - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion_parser.mli > src/oasis/OASISVersion_parser.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion_types.ml > src/oasis/OASISVersion_types.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_types.cmo src/oasis/OASISVersion_types.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_parser.cmi src/oasis/OASISVersion_parser.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_lexer.cmo src/oasis/OASISVersion_lexer.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense.ml > src/oasis/OASISLicense.ml.depends - /home/opam/.opam/4.05/bin/ocamllex.opt -q src/oasis/OASISLicense_lexer.mll - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense_lexer.ml > src/oasis/OASISLicense_lexer.ml.depends - /home/opam/.opam/4.05/bin/ocamlyacc src/oasis/OASISLicense_parser.mly - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense_parser.mli > src/oasis/OASISLicense_parser.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense_types.ml > src/oasis/OASISLicense_types.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_types.cmo src/oasis/OASISLicense_types.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_parser.cmi src/oasis/OASISLicense_parser.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_lexer.cmo src/oasis/OASISLicense_lexer.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileTemplate.ml > src/oasis/OASISFileTemplate.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileUtil.mli > src/oasis/OASISFileUtil.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISHostPath.mli > src/oasis/OASISHostPath.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileUtil.cmi src/oasis/OASISFileUtil.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHostPath.cmi src/oasis/OASISHostPath.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISBuildSection.ml > src/oasis/OASISBuildSection.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISGraph.ml > src/oasis/OASISGraph.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGraph.cmo src/oasis/OASISGraph.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISDocument.ml > src/oasis/OASISDocument.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExecutable.ml > src/oasis/OASISExecutable.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFlag.ml > src/oasis/OASISFlag.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLibrary.ml > src/oasis/OASISLibrary.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISObject.ml > src/oasis/OASISObject.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPackage.ml > src/oasis/OASISPackage.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSourceRepository.ml > src/oasis/OASISSourceRepository.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISTest.ml > src/oasis/OASISTest.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISPlugin.ml > src/oasis/OASISPlugin.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFindlib.ml > src/oasis/OASISFindlib.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSchema.ml > src/oasis/OASISSchema.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISSection.ml > src/oasis/OASISSection.ml.depends - ocamlify --depends --output src/oasis/OASISData.mlify.depends src/oasis/OASISData.mlify - ocamlmod src/oasis/OASISSys.mod - ocamlmod src/oasis/OASISSysLight.mod - ocamlmod src/oasis/OASISSysBundle.mod - ocamlify --output src/oasis/OASISData.ml src/oasis/OASISData.mlify - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISData.ml > src/oasis/OASISData.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExec.mli > src/oasis/OASISExec.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExec.cmi src/oasis/OASISExec.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISExec.ml > src/oasis/OASISExec.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFileUtil.ml > src/oasis/OASISFileUtil.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISHostPath.ml > src/oasis/OASISHostPath.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISVersion_parser.ml > src/oasis/OASISVersion_parser.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISLicense_parser.ml > src/oasis/OASISLicense_parser.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISAst_parser.ml > src/oasis/OASISAst_parser.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISQuickstart.ml > src/oasis/OASISQuickstart.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISFormat.ml > src/oasis/OASISFormat.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFormat.cmo src/oasis/OASISFormat.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/oasis/OASISHelp.ml > src/oasis/OASISHelp.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISData.cmo src/oasis/OASISData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/FormatExt.cmo src/oasis/FormatExt.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/PropList.cmo src/oasis/PropList.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUtils.cmo src/oasis/OASISUtils.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUnixPath.cmo src/oasis/OASISUnixPath.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileSystem.cmo src/oasis/OASISFileSystem.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISContext.cmo src/oasis/OASISContext.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourcePatterns.cmo src/oasis/OASISSourcePatterns.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGettext.cmo src/oasis/OASISGettext.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMessage.cmo src/oasis/OASISMessage.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTypes.cmo src/oasis/OASISTypes.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISParse.cmo src/oasis/OASISParse.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues.cmo src/oasis/OASISValues.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExpr.cmo src/oasis/OASISExpr.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion.cmo src/oasis/OASISVersion.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense.cmo src/oasis/OASISLicense.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileTemplate.cmo src/oasis/OASISFileTemplate.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection.cmo src/oasis/OASISBuildSection.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument.cmo src/oasis/OASISDocument.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable.cmo src/oasis/OASISExecutable.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag.cmo src/oasis/OASISFlag.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary.cmo src/oasis/OASISLibrary.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject.cmo src/oasis/OASISObject.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage.cmo src/oasis/OASISPackage.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository.cmo src/oasis/OASISSourceRepository.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest.cmo src/oasis/OASISTest.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPlugin.cmo src/oasis/OASISPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFindlib.cmo src/oasis/OASISFindlib.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema.cmo src/oasis/OASISSchema.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection.cmo src/oasis/OASISSection.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExec.cmo src/oasis/OASISExec.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileUtil.cmo src/oasis/OASISFileUtil.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHostPath.cmo src/oasis/OASISHostPath.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_parser.cmo src/oasis/OASISVersion_parser.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_parser.cmo src/oasis/OASISLicense_parser.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_parser.cmo src/oasis/OASISAst_parser.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISQuickstart.cmo src/oasis/OASISQuickstart.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHelp.cmo src/oasis/OASISHelp.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/oasis src/oasis/OASISString.cmo src/oasis/FormatExt.cmo src/oasis/OASISGettext.cmo src/oasis/PropList.cmo src/oasis/OASISUtils.cmo src/oasis/OASISPath_intern.cmo src/oasis/OASISUnixPath.cmo src/oasis/OASISFileSystem.cmo src/oasis/OASISContext.cmo src/oasis/OASISDataNotation.cmo src/oasis/OASISSourcePatterns.cmo src/oasis/OASISMessage.cmo src/oasis/OASISValues_lexer.cmo src/oasis/OASISValues.cmo src/oasis/OASISText.cmo src/oasis/OASISExpr.cmo src/oasis/OASISLicense_types.cmo src/oasis/OASISLicense_parser.cmo src/oasis/OASISLicense_lexer.cmo src/oasis/OASISVersion_types.cmo src/oasis/OASISVersion_parser.cmo src/oasis/OASISVersion_lexer.cmo src/oasis/OASISVersion.cmo src/oasis/OASISLicense.cmo src/oasis/OASISTypes.cmo src/oasis/OASISAst_types.cmo src/oasis/OASISGraph.cmo src/oasis/OASISSection.cmo src/oasis/OASISBuildSection.cmo src/oasis/OASISFeatures.cmo src/oasis/OASISConf.cmo src/oasis/OASISExec.cmo src/oasis/OASISFileUtil.cmo src/oasis/OASISHostPath.cmo src/oasis/OASISFileTemplate.cmo src/oasis/OASISSetupUpdate.cmo src/oasis/OASISPlugin.cmo src/oasis/OASISSchema_intern.cmo src/oasis/OASISCheck.cmo src/oasis/OASISBuildSection_intern.cmo src/oasis/OASISCustom.cmo src/oasis/OASISSection_intern.cmo src/oasis/OASISDocument_intern.cmo src/oasis/OASISSchema.cmo src/oasis/OASISDocument.cmo src/oasis/OASISExecutable_intern.cmo src/oasis/OASISExecutable.cmo src/oasis/OASISFindlib.cmo src/oasis/OASISFlag_intern.cmo src/oasis/OASISFlag.cmo src/oasis/OASISLibrary_intern.cmo src/oasis/OASISLibrary.cmo src/oasis/OASISObject_intern.cmo src/oasis/OASISObject.cmo src/oasis/OASISPackage_intern.cmo src/oasis/OASISPackage.cmo src/oasis/OASISSourceRepository_intern.cmo src/oasis/OASISSourceRepository.cmo src/oasis/OASISTest_intern.cmo src/oasis/OASISTest.cmo src/oasis/OASISAst.cmo src/oasis/OASISAst_parser.cmo src/oasis/OASISAst_lexer.cmo src/oasis/OASISMutex.cmo src/oasis/OASISParse.cmo src/oasis/OASISData.cmo src/oasis/OASISFormat.cmo src/oasis/OASISQuickstart.cmo src/oasis/OASISHelp.cmo -o src/oasis/oasis.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISString.cmx src/oasis/OASISString.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGettext.cmx src/oasis/OASISGettext.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUtils.cmx src/oasis/OASISUtils.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPath_intern.cmx src/oasis/OASISPath_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISUnixPath.cmx src/oasis/OASISUnixPath.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileSystem.cmx src/oasis/OASISFileSystem.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDataNotation.cmx src/oasis/OASISDataNotation.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISContext.cmx src/oasis/OASISContext.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/FormatExt.cmx src/oasis/FormatExt.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues_lexer.cmx src/oasis/OASISValues_lexer.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISValues.cmx src/oasis/OASISValues.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_types.cmx src/oasis/OASISLicense_types.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_parser.cmx src/oasis/OASISLicense_parser.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMessage.cmx src/oasis/OASISMessage.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_types.cmx src/oasis/OASISVersion_types.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_parser.cmx src/oasis/OASISVersion_parser.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion_lexer.cmx src/oasis/OASISVersion_lexer.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense_lexer.cmx src/oasis/OASISLicense_lexer.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISVersion.cmx src/oasis/OASISVersion.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourcePatterns.cmx src/oasis/OASISSourcePatterns.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISText.cmx src/oasis/OASISText.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/PropList.cmx src/oasis/PropList.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExpr.cmx src/oasis/OASISExpr.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLicense.cmx src/oasis/OASISLicense.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTypes.cmx src/oasis/OASISTypes.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISGraph.cmx src/oasis/OASISGraph.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection.cmx src/oasis/OASISSection.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExec.cmx src/oasis/OASISExec.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileUtil.cmx src/oasis/OASISFileUtil.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHostPath.cmx src/oasis/OASISHostPath.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISConf.cmx src/oasis/OASISConf.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFileTemplate.cmx src/oasis/OASISFileTemplate.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSetupUpdate.cmx src/oasis/OASISSetupUpdate.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_types.cmx src/oasis/OASISAst_types.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFeatures.cmx src/oasis/OASISFeatures.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPlugin.cmx src/oasis/OASISPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema_intern.cmx src/oasis/OASISSchema_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection_intern.cmx src/oasis/OASISBuildSection_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISCustom.cmx src/oasis/OASISCustom.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSection_intern.cmx src/oasis/OASISSection_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument_intern.cmx src/oasis/OASISDocument_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSchema.cmx src/oasis/OASISSchema.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable_intern.cmx src/oasis/OASISExecutable_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag_intern.cmx src/oasis/OASISFlag_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISBuildSection.cmx src/oasis/OASISBuildSection.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary_intern.cmx src/oasis/OASISLibrary_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject_intern.cmx src/oasis/OASISObject_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage_intern.cmx src/oasis/OASISPackage_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository_intern.cmx src/oasis/OASISSourceRepository_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest_intern.cmx src/oasis/OASISTest_intern.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISCheck.cmx src/oasis/OASISCheck.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISDocument.cmx src/oasis/OASISDocument.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISExecutable.cmx src/oasis/OASISExecutable.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFindlib.cmx src/oasis/OASISFindlib.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFlag.cmx src/oasis/OASISFlag.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISLibrary.cmx src/oasis/OASISLibrary.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISObject.cmx src/oasis/OASISObject.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISPackage.cmx src/oasis/OASISPackage.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISSourceRepository.cmx src/oasis/OASISSourceRepository.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISTest.cmx src/oasis/OASISTest.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_parser.cmx src/oasis/OASISAst_parser.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst.cmx src/oasis/OASISAst.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISAst_lexer.cmx src/oasis/OASISAst_lexer.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISMutex.cmx src/oasis/OASISMutex.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISFormat.cmx src/oasis/OASISFormat.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISData.cmx src/oasis/OASISData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISParse.cmx src/oasis/OASISParse.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISQuickstart.cmx src/oasis/OASISQuickstart.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package unix -I src/oasis -o src/oasis/OASISHelp.cmx src/oasis/OASISHelp.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/oasis src/oasis/OASISString.cmx src/oasis/FormatExt.cmx src/oasis/OASISGettext.cmx src/oasis/PropList.cmx src/oasis/OASISUtils.cmx src/oasis/OASISPath_intern.cmx src/oasis/OASISUnixPath.cmx src/oasis/OASISFileSystem.cmx src/oasis/OASISContext.cmx src/oasis/OASISDataNotation.cmx src/oasis/OASISSourcePatterns.cmx src/oasis/OASISMessage.cmx src/oasis/OASISValues_lexer.cmx src/oasis/OASISValues.cmx src/oasis/OASISText.cmx src/oasis/OASISExpr.cmx src/oasis/OASISLicense_types.cmx src/oasis/OASISLicense_parser.cmx src/oasis/OASISLicense_lexer.cmx src/oasis/OASISVersion_types.cmx src/oasis/OASISVersion_parser.cmx src/oasis/OASISVersion_lexer.cmx src/oasis/OASISVersion.cmx src/oasis/OASISLicense.cmx src/oasis/OASISTypes.cmx src/oasis/OASISAst_types.cmx src/oasis/OASISGraph.cmx src/oasis/OASISSection.cmx src/oasis/OASISBuildSection.cmx src/oasis/OASISConf.cmx src/oasis/OASISExec.cmx src/oasis/OASISFeatures.cmx src/oasis/OASISFileUtil.cmx src/oasis/OASISHostPath.cmx src/oasis/OASISFileTemplate.cmx src/oasis/OASISSetupUpdate.cmx src/oasis/OASISPlugin.cmx src/oasis/OASISSchema_intern.cmx src/oasis/OASISBuildSection_intern.cmx src/oasis/OASISCheck.cmx src/oasis/OASISCustom.cmx src/oasis/OASISSection_intern.cmx src/oasis/OASISDocument_intern.cmx src/oasis/OASISSchema.cmx src/oasis/OASISDocument.cmx src/oasis/OASISExecutable_intern.cmx src/oasis/OASISExecutable.cmx src/oasis/OASISFindlib.cmx src/oasis/OASISFlag_intern.cmx src/oasis/OASISFlag.cmx src/oasis/OASISLibrary_intern.cmx src/oasis/OASISLibrary.cmx src/oasis/OASISObject_intern.cmx src/oasis/OASISObject.cmx src/oasis/OASISPackage_intern.cmx src/oasis/OASISPackage.cmx src/oasis/OASISSourceRepository_intern.cmx src/oasis/OASISSourceRepository.cmx src/oasis/OASISTest_intern.cmx src/oasis/OASISTest.cmx src/oasis/OASISAst.cmx src/oasis/OASISAst_parser.cmx src/oasis/OASISAst_lexer.cmx src/oasis/OASISMutex.cmx src/oasis/OASISParse.cmx src/oasis/OASISData.cmx src/oasis/OASISFormat.cmx src/oasis/OASISQuickstart.cmx src/oasis/OASISHelp.cmx -o src/oasis/oasis.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/oasis src/oasis/oasis.cmxa src/oasis/OASISString.cmx src/oasis/FormatExt.cmx src/oasis/OASISGettext.cmx src/oasis/PropList.cmx src/oasis/OASISUtils.cmx src/oasis/OASISPath_intern.cmx src/oasis/OASISUnixPath.cmx src/oasis/OASISFileSystem.cmx src/oasis/OASISContext.cmx src/oasis/OASISDataNotation.cmx src/oasis/OASISSourcePatterns.cmx src/oasis/OASISMessage.cmx src/oasis/OASISValues_lexer.cmx src/oasis/OASISValues.cmx src/oasis/OASISText.cmx src/oasis/OASISExpr.cmx src/oasis/OASISLicense_types.cmx src/oasis/OASISLicense_parser.cmx src/oasis/OASISLicense_lexer.cmx src/oasis/OASISVersion_types.cmx src/oasis/OASISVersion_parser.cmx src/oasis/OASISVersion_lexer.cmx src/oasis/OASISVersion.cmx src/oasis/OASISLicense.cmx src/oasis/OASISTypes.cmx src/oasis/OASISAst_types.cmx src/oasis/OASISGraph.cmx src/oasis/OASISSection.cmx src/oasis/OASISBuildSection.cmx src/oasis/OASISConf.cmx src/oasis/OASISExec.cmx src/oasis/OASISFeatures.cmx src/oasis/OASISFileUtil.cmx src/oasis/OASISHostPath.cmx src/oasis/OASISFileTemplate.cmx src/oasis/OASISSetupUpdate.cmx src/oasis/OASISPlugin.cmx src/oasis/OASISSchema_intern.cmx src/oasis/OASISBuildSection_intern.cmx src/oasis/OASISCheck.cmx src/oasis/OASISCustom.cmx src/oasis/OASISSection_intern.cmx src/oasis/OASISDocument_intern.cmx src/oasis/OASISSchema.cmx src/oasis/OASISDocument.cmx src/oasis/OASISExecutable_intern.cmx src/oasis/OASISExecutable.cmx src/oasis/OASISFindlib.cmx src/oasis/OASISFlag_intern.cmx src/oasis/OASISFlag.cmx src/oasis/OASISLibrary_intern.cmx src/oasis/OASISLibrary.cmx src/oasis/OASISObject_intern.cmx src/oasis/OASISObject.cmx src/oasis/OASISPackage_intern.cmx src/oasis/OASISPackage.cmx src/oasis/OASISSourceRepository_intern.cmx src/oasis/OASISSourceRepository.cmx src/oasis/OASISTest_intern.cmx src/oasis/OASISTest.cmx src/oasis/OASISAst.cmx src/oasis/OASISAst_parser.cmx src/oasis/OASISAst_lexer.cmx src/oasis/OASISMutex.cmx src/oasis/OASISParse.cmx src/oasis/OASISData.cmx src/oasis/OASISFormat.cmx src/oasis/OASISQuickstart.cmx src/oasis/OASISHelp.cmx -o src/oasis/oasis.cmxs - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseArgExt.mli > src/base/BaseArgExt.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseArgExt.cmi src/base/BaseArgExt.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseArgExt.ml > src/base/BaseArgExt.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseBuilt.mli > src/base/BaseBuilt.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseBuilt.cmi src/base/BaseBuilt.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseBuilt.ml > src/base/BaseBuilt.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseContext.mli > src/base/BaseContext.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseLog.mli > src/base/BaseLog.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseMessage.mli > src/base/BaseMessage.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseStandardVar.mli > src/base/BaseStandardVar.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseContext.cmi src/base/BaseContext.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseLog.cmi src/base/BaseLog.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseMessage.cmi src/base/BaseMessage.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseStandardVar.cmi src/base/BaseStandardVar.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCheck.mli > src/base/BaseCheck.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCheck.cmi src/base/BaseCheck.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCheck.ml > src/base/BaseCheck.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseEnv.mli > src/base/BaseEnv.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnv.cmi src/base/BaseEnv.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCustom.mli > src/base/BaseCustom.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCustom.cmi src/base/BaseCustom.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCustom.ml > src/base/BaseCustom.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseData.mli > src/base/BaseData.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseData.cmi src/base/BaseData.mli - ocamlify --depends --output src/base/BaseData.mlify.depends src/base/BaseData.mlify - ocamlmod src/base/BaseSys.mod - ocamlmod src/base/BaseSysEnvironment.mod - ocamlmod src/base/BaseSysBundle.mod - ocamlify --output src/base/BaseData.ml src/base/BaseData.mlify - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseData.ml > src/base/BaseData.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseDoc.mli > src/base/BaseDoc.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDoc.cmi src/base/BaseDoc.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseDoc.ml > src/base/BaseDoc.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseEnvLight.mli > src/base/BaseEnvLight.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnvLight.cmi src/base/BaseEnvLight.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseEnvLight.ml > src/base/BaseEnvLight.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseEnv.ml > src/base/BaseEnv.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseFileAB.mli > src/base/BaseFileAB.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseFileAB.cmi src/base/BaseFileAB.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseFileAB.ml > src/base/BaseFileAB.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseGenerate.mli > src/base/BaseGenerate.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseGenerate.cmi src/base/BaseGenerate.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseGenerate.ml > src/base/BaseGenerate.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseCompat.ml > src/base/BaseCompat.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseSetup.mli > src/base/BaseSetup.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseSetup.cmi src/base/BaseSetup.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCompat.cmo src/base/BaseCompat.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseLog.ml > src/base/BaseLog.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseOCamlcConfig.mli > src/base/BaseOCamlcConfig.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseOCamlcConfig.cmi src/base/BaseOCamlcConfig.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseOCamlcConfig.ml > src/base/BaseOCamlcConfig.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseSetup.ml > src/base/BaseSetup.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseDynVar.mli > src/base/BaseDynVar.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseTest.mli > src/base/BaseTest.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDynVar.cmi src/base/BaseDynVar.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseTest.cmi src/base/BaseTest.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseStandardVar.ml > src/base/BaseStandardVar.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseTest.ml > src/base/BaseTest.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseDynVar.ml > src/base/BaseDynVar.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseMessage.ml > src/base/BaseMessage.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules src/base/BaseContext.ml > src/base/BaseContext.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseArgExt.cmo src/base/BaseArgExt.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseBuilt.cmo src/base/BaseBuilt.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCheck.cmo src/base/BaseCheck.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCustom.cmo src/base/BaseCustom.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseData.cmo src/base/BaseData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDoc.cmo src/base/BaseDoc.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnvLight.cmo src/base/BaseEnvLight.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnv.cmo src/base/BaseEnv.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseFileAB.cmo src/base/BaseFileAB.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseGenerate.cmo src/base/BaseGenerate.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseLog.cmo src/base/BaseLog.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseOCamlcConfig.cmo src/base/BaseOCamlcConfig.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseSetup.cmo src/base/BaseSetup.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseStandardVar.cmo src/base/BaseStandardVar.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseTest.cmo src/base/BaseTest.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDynVar.cmo src/base/BaseDynVar.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseMessage.cmo src/base/BaseMessage.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseContext.cmo src/base/BaseContext.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/base src/base/BaseArgExt.cmo src/base/BaseContext.cmo src/base/BaseLog.cmo src/base/BaseMessage.cmo src/base/BaseEnvLight.cmo src/base/BaseEnv.cmo src/base/BaseCheck.cmo src/base/BaseOCamlcConfig.cmo src/base/BaseStandardVar.cmo src/base/BaseBuilt.cmo src/base/BaseCustom.cmo src/base/BaseData.cmo src/base/BaseDoc.cmo src/base/BaseFileAB.cmo src/base/BaseDynVar.cmo src/base/BaseTest.cmo src/base/BaseSetup.cmo src/base/BaseCompat.cmo src/base/BaseGenerate.cmo -o src/base/base.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseContext.cmx src/base/BaseContext.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnvLight.cmx src/base/BaseEnvLight.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseMessage.cmx src/base/BaseMessage.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseEnv.cmx src/base/BaseEnv.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCheck.cmx src/base/BaseCheck.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseOCamlcConfig.cmx src/base/BaseOCamlcConfig.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseLog.cmx src/base/BaseLog.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseStandardVar.cmx src/base/BaseStandardVar.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCustom.cmx src/base/BaseCustom.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseData.cmx src/base/BaseData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDoc.cmx src/base/BaseDoc.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseBuilt.cmx src/base/BaseBuilt.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseFileAB.cmx src/base/BaseFileAB.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseDynVar.cmx src/base/BaseDynVar.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseTest.cmx src/base/BaseTest.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseSetup.cmx src/base/BaseSetup.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseCompat.cmx src/base/BaseCompat.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseArgExt.cmx src/base/BaseArgExt.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -package unix -I src/base -I src/oasis -o src/base/BaseGenerate.cmx src/base/BaseGenerate.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/base src/base/BaseArgExt.cmx src/base/BaseContext.cmx src/base/BaseEnvLight.cmx src/base/BaseEnv.cmx src/base/BaseMessage.cmx src/base/BaseCheck.cmx src/base/BaseLog.cmx src/base/BaseOCamlcConfig.cmx src/base/BaseStandardVar.cmx src/base/BaseBuilt.cmx src/base/BaseCustom.cmx src/base/BaseData.cmx src/base/BaseDoc.cmx src/base/BaseFileAB.cmx src/base/BaseDynVar.cmx src/base/BaseTest.cmx src/base/BaseSetup.cmx src/base/BaseCompat.cmx src/base/BaseGenerate.cmx -o src/base/base.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/base src/base/base.cmxa src/base/BaseArgExt.cmx src/base/BaseContext.cmx src/base/BaseEnvLight.cmx src/base/BaseEnv.cmx src/base/BaseMessage.cmx src/base/BaseCheck.cmx src/base/BaseLog.cmx src/base/BaseOCamlcConfig.cmx src/base/BaseStandardVar.cmx src/base/BaseBuilt.cmx src/base/BaseCustom.cmx src/base/BaseData.cmx src/base/BaseDoc.cmx src/base/BaseFileAB.cmx src/base/BaseDynVar.cmx src/base/BaseTest.cmx src/base/BaseSetup.cmx src/base/BaseCompat.cmx src/base/BaseGenerate.cmx -o src/base/base.cmxs - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/OASISBuiltinPlugins.ml > src/OASISBuiltinPlugins.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/custom/CustomPlugin.ml > src/plugins/custom/CustomPlugin.ml.depends - ocamlify --depends --output src/plugins/custom/CustomData.mlify.depends src/plugins/custom/CustomData.mlify - ocamlmod src/plugins/custom/CustomSys.mod - ocamlify --output src/plugins/custom/CustomData.ml src/plugins/custom/CustomData.mlify - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/custom/CustomData.ml > src/plugins/custom/CustomData.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/custom -o src/plugins/custom/CustomData.cmo src/plugins/custom/CustomData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/devfiles/DevFilesPlugin.ml > src/plugins/extra/devfiles/DevFilesPlugin.ml.depends - ocamlify --depends --output src/plugins/extra/devfiles/DevFilesData.mlify.depends src/plugins/extra/devfiles/DevFilesData.mlify - ocamlify --output src/plugins/extra/devfiles/DevFilesData.ml src/plugins/extra/devfiles/DevFilesData.mlify - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/devfiles/DevFilesData.ml > src/plugins/extra/devfiles/DevFilesData.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/devfiles -o src/plugins/extra/devfiles/DevFilesData.cmo src/plugins/extra/devfiles/DevFilesData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/internal/InternalConfigurePlugin.ml > src/plugins/internal/InternalConfigurePlugin.ml.depends - ocamlify --depends --output src/plugins/internal/InternalData.mlify.depends src/plugins/internal/InternalData.mlify - ocamlmod src/plugins/internal/InternalSys.mod - ocamlify --output src/plugins/internal/InternalData.ml src/plugins/internal/InternalData.mlify - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/internal/InternalData.ml > src/plugins/internal/InternalData.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/internal/InternalId.ml > src/plugins/internal/InternalId.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalData.cmo src/plugins/internal/InternalData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalId.cmo src/plugins/internal/InternalId.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/internal/InternalInstallPlugin.ml > src/plugins/internal/InternalInstallPlugin.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/META/METAPlugin.ml > src/plugins/extra/META/METAPlugin.ml.depends - ocamlify --depends --output src/plugins/extra/META/METAData.mlify.depends src/plugins/extra/META/METAData.mlify - ocamlify --output src/plugins/extra/META/METAData.ml src/plugins/extra/META/METAData.mlify - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/META/METAData.ml > src/plugins/extra/META/METAData.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/META -o src/plugins/extra/META/METAData.cmo src/plugins/extra/META/METAData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/none/NonePlugin.ml > src/plugins/none/NonePlugin.ml.depends - ocamlify --depends --output src/plugins/none/NoneData.mlify.depends src/plugins/none/NoneData.mlify - ocamlmod src/plugins/none/NoneSys.mod - ocamlify --output src/plugins/none/NoneData.ml src/plugins/none/NoneData.mlify - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/none/NoneData.ml > src/plugins/none/NoneData.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/none -o src/plugins/none/NoneData.cmo src/plugins/none/NoneData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildDocPlugin.ml > src/plugins/ocamlbuild/OCamlbuildDocPlugin.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildCommon.ml > src/plugins/ocamlbuild/OCamlbuildCommon.ml.depends - ocamlify --depends --output src/plugins/ocamlbuild/OCamlbuildData.mlify.depends src/plugins/ocamlbuild/OCamlbuildData.mlify - ocamlmod src/plugins/ocamlbuild/MyOCamlbuildSys.mod - ocamlmod src/plugins/ocamlbuild/OCamlbuildSys.mod - ocamlify --output src/plugins/ocamlbuild/OCamlbuildData.ml src/plugins/ocamlbuild/OCamlbuildData.mlify - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildData.ml > src/plugins/ocamlbuild/OCamlbuildData.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildId.ml > src/plugins/ocamlbuild/OCamlbuildId.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildData.cmo src/plugins/ocamlbuild/OCamlbuildData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildCommon.cmo src/plugins/ocamlbuild/OCamlbuildCommon.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildId.cmo src/plugins/ocamlbuild/OCamlbuildId.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/OCamlbuildPlugin.ml > src/plugins/ocamlbuild/OCamlbuildPlugin.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/MyOCamlbuildBase.ml > src/plugins/ocamlbuild/MyOCamlbuildBase.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml > src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmo src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/MyOCamlbuildBase.cmo src/plugins/ocamlbuild/MyOCamlbuildBase.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakePlugin.ml > src/plugins/omake/OMakePlugin.ml.depends - ocamlify --depends --output src/plugins/omake/OMakeData.mlify.depends src/plugins/omake/OMakeData.mlify - ocamlmod src/plugins/omake/OMakeSys.mod - ocamlify --output src/plugins/omake/OMakeData.ml src/plugins/omake/OMakeData.mlify - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakeData.ml > src/plugins/omake/OMakeData.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakeEquip.ml > src/plugins/omake/OMakeEquip.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeData.cmo src/plugins/omake/OMakeData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakeFields.ml > src/plugins/omake/OMakeFields.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/omake/OMakeFormat.ml > src/plugins/omake/OMakeFormat.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeFields.cmo src/plugins/omake/OMakeFields.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeFormat.cmo src/plugins/omake/OMakeFormat.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeEquip.cmo src/plugins/omake/OMakeEquip.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/stdfiles/StdFilesPlugin.ml > src/plugins/extra/stdfiles/StdFilesPlugin.ml.depends - ocamlify --depends --output src/plugins/extra/stdfiles/StdFilesData.mlify.depends src/plugins/extra/stdfiles/StdFilesData.mlify - ocamlify --output src/plugins/extra/stdfiles/StdFilesData.ml src/plugins/extra/stdfiles/StdFilesData.mlify - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/plugins/extra/stdfiles/StdFilesData.ml > src/plugins/extra/stdfiles/StdFilesData.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/stdfiles -o src/plugins/extra/stdfiles/StdFilesData.cmo src/plugins/extra/stdfiles/StdFilesData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/custom -o src/plugins/custom/CustomPlugin.cmo src/plugins/custom/CustomPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/devfiles -o src/plugins/extra/devfiles/DevFilesPlugin.cmo src/plugins/extra/devfiles/DevFilesPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalConfigurePlugin.cmo src/plugins/internal/InternalConfigurePlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalInstallPlugin.cmo src/plugins/internal/InternalInstallPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/META -o src/plugins/extra/META/METAPlugin.cmo src/plugins/extra/META/METAPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/none -o src/plugins/none/NonePlugin.cmo src/plugins/none/NonePlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmo src/plugins/ocamlbuild/OCamlbuildDocPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildPlugin.cmo src/plugins/ocamlbuild/OCamlbuildPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakePlugin.cmo src/plugins/omake/OMakePlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/stdfiles -o src/plugins/extra/stdfiles/StdFilesPlugin.cmo src/plugins/extra/stdfiles/StdFilesPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/OASISBuiltinPlugins.cmo src/OASISBuiltinPlugins.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src src/plugins/custom/CustomData.cmo src/plugins/custom/CustomPlugin.cmo src/plugins/extra/META/METAData.cmo src/plugins/extra/META/METAPlugin.cmo src/plugins/extra/devfiles/DevFilesData.cmo src/plugins/extra/devfiles/DevFilesPlugin.cmo src/plugins/extra/stdfiles/StdFilesData.cmo src/plugins/extra/stdfiles/StdFilesPlugin.cmo src/plugins/internal/InternalData.cmo src/plugins/internal/InternalId.cmo src/plugins/internal/InternalConfigurePlugin.cmo src/plugins/internal/InternalInstallPlugin.cmo src/plugins/none/NoneData.cmo src/plugins/none/NonePlugin.cmo src/plugins/ocamlbuild/OCamlbuildCommon.cmo src/plugins/ocamlbuild/OCamlbuildData.cmo src/plugins/ocamlbuild/OCamlbuildId.cmo src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmo src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmo src/plugins/ocamlbuild/MyOCamlbuildBase.cmo src/plugins/ocamlbuild/OCamlbuildPlugin.cmo src/plugins/omake/OMakeData.cmo src/plugins/omake/OMakeFields.cmo src/plugins/omake/OMakeFormat.cmo src/plugins/omake/OMakeEquip.cmo src/plugins/omake/OMakePlugin.cmo src/OASISBuiltinPlugins.cmo -o src/builtin-plugins.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/custom -o src/plugins/custom/CustomData.cmx src/plugins/custom/CustomData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/devfiles -o src/plugins/extra/devfiles/DevFilesData.cmx src/plugins/extra/devfiles/DevFilesData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalData.cmx src/plugins/internal/InternalData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalId.cmx src/plugins/internal/InternalId.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/META -o src/plugins/extra/META/METAData.cmx src/plugins/extra/META/METAData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/none -o src/plugins/none/NoneData.cmx src/plugins/none/NoneData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildData.cmx src/plugins/ocamlbuild/OCamlbuildData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildCommon.cmx src/plugins/ocamlbuild/OCamlbuildCommon.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildId.cmx src/plugins/ocamlbuild/OCamlbuildId.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmx src/plugins/ocamlbuild/MyOCamlbuildFindlib.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/MyOCamlbuildBase.cmx src/plugins/ocamlbuild/MyOCamlbuildBase.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeData.cmx src/plugins/omake/OMakeData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeFields.cmx src/plugins/omake/OMakeFields.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeFormat.cmx src/plugins/omake/OMakeFormat.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakeEquip.cmx src/plugins/omake/OMakeEquip.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/stdfiles -o src/plugins/extra/stdfiles/StdFilesData.cmx src/plugins/extra/stdfiles/StdFilesData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/custom -o src/plugins/custom/CustomPlugin.cmx src/plugins/custom/CustomPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/devfiles -o src/plugins/extra/devfiles/DevFilesPlugin.cmx src/plugins/extra/devfiles/DevFilesPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalConfigurePlugin.cmx src/plugins/internal/InternalConfigurePlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/internal -o src/plugins/internal/InternalInstallPlugin.cmx src/plugins/internal/InternalInstallPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/META -o src/plugins/extra/META/METAPlugin.cmx src/plugins/extra/META/METAPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/none -o src/plugins/none/NonePlugin.cmx src/plugins/none/NonePlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmx src/plugins/ocamlbuild/OCamlbuildDocPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -I +ocamlbuild -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/omake -I src/plugins/ocamlbuild -o src/plugins/ocamlbuild/OCamlbuildPlugin.cmx src/plugins/ocamlbuild/OCamlbuildPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/plugins/omake/OMakePlugin.cmx src/plugins/omake/OMakePlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/plugins/extra/stdfiles -o src/plugins/extra/stdfiles/StdFilesPlugin.cmx src/plugins/extra/stdfiles/StdFilesPlugin.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -package unix -package ocamlbuild -I src -I src/base -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/OASISBuiltinPlugins.cmx src/OASISBuiltinPlugins.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src src/plugins/custom/CustomData.cmx src/plugins/custom/CustomPlugin.cmx src/plugins/extra/META/METAData.cmx src/plugins/extra/META/METAPlugin.cmx src/plugins/extra/devfiles/DevFilesData.cmx src/plugins/extra/devfiles/DevFilesPlugin.cmx src/plugins/extra/stdfiles/StdFilesData.cmx src/plugins/extra/stdfiles/StdFilesPlugin.cmx src/plugins/internal/InternalData.cmx src/plugins/internal/InternalId.cmx src/plugins/internal/InternalConfigurePlugin.cmx src/plugins/internal/InternalInstallPlugin.cmx src/plugins/none/NoneData.cmx src/plugins/none/NonePlugin.cmx src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmx src/plugins/ocamlbuild/MyOCamlbuildBase.cmx src/plugins/ocamlbuild/OCamlbuildCommon.cmx src/plugins/ocamlbuild/OCamlbuildData.cmx src/plugins/ocamlbuild/OCamlbuildId.cmx src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmx src/plugins/ocamlbuild/OCamlbuildPlugin.cmx src/plugins/omake/OMakeData.cmx src/plugins/omake/OMakeFields.cmx src/plugins/omake/OMakeFormat.cmx src/plugins/omake/OMakeEquip.cmx src/plugins/omake/OMakePlugin.cmx src/OASISBuiltinPlugins.cmx -o src/builtin-plugins.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake src/builtin-plugins.cmxa src/plugins/custom/CustomData.cmx src/plugins/custom/CustomPlugin.cmx src/plugins/extra/META/METAData.cmx src/plugins/extra/META/METAPlugin.cmx src/plugins/extra/devfiles/DevFilesData.cmx src/plugins/extra/devfiles/DevFilesPlugin.cmx src/plugins/extra/stdfiles/StdFilesData.cmx src/plugins/extra/stdfiles/StdFilesPlugin.cmx src/plugins/internal/InternalData.cmx src/plugins/internal/InternalId.cmx src/plugins/internal/InternalConfigurePlugin.cmx src/plugins/internal/InternalInstallPlugin.cmx src/plugins/none/NoneData.cmx src/plugins/none/NonePlugin.cmx src/plugins/ocamlbuild/MyOCamlbuildFindlib.cmx src/plugins/ocamlbuild/MyOCamlbuildBase.cmx src/plugins/ocamlbuild/OCamlbuildCommon.cmx src/plugins/ocamlbuild/OCamlbuildData.cmx src/plugins/ocamlbuild/OCamlbuildId.cmx src/plugins/ocamlbuild/OCamlbuildDocPlugin.cmx src/plugins/ocamlbuild/OCamlbuildPlugin.cmx src/plugins/omake/OMakeData.cmx src/plugins/omake/OMakeFields.cmx src/plugins/omake/OMakeFormat.cmx src/plugins/omake/OMakeEquip.cmx src/plugins/omake/OMakePlugin.cmx src/OASISBuiltinPlugins.cmx -o src/builtin-plugins.cmxs - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -package ocamlbuild -modules src/dynrun/OASISDynRun.ml > src/dynrun/OASISDynRun.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -package unix -package ocamlbuild -I src/dynrun -I src -I src/base -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/dynrun/OASISDynRun.cmo src/dynrun/OASISDynRun.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/dynrun src/dynrun/OASISDynRun.cmo -o src/dynrun/dynrun.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -package unix -package ocamlbuild -I src/dynrun -I src -I src/base -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/dynrun/OASISDynRun.cmx src/dynrun/OASISDynRun.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/dynrun src/dynrun/OASISDynRun.cmx -o src/dynrun/dynrun.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/dynrun src/dynrun/dynrun.cmxa src/dynrun/OASISDynRun.cmx -o src/dynrun/dynrun.cmxs - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -modules src/ext/plugin-loader/src/PluginLoader.ml > src/ext/plugin-loader/src/PluginLoader.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -package findlib -package dynlink -I src/ext/plugin-loader/src -o src/ext/plugin-loader/src/PluginLoader.cmo src/ext/plugin-loader/src/PluginLoader.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/ext/plugin-loader/src src/ext/plugin-loader/src/PluginLoader.cmo -o src/ext/plugin-loader/src/plugin-loader.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -package findlib -package dynlink -I src/ext/plugin-loader/src -o src/ext/plugin-loader/src/PluginLoader.cmx src/ext/plugin-loader/src/PluginLoader.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/ext/plugin-loader/src src/ext/plugin-loader/src/PluginLoader.cmx -o src/ext/plugin-loader/src/plugin-loader.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/ext/plugin-loader/src src/ext/plugin-loader/src/plugin-loader.cmxa src/ext/plugin-loader/src/PluginLoader.cmx -o src/ext/plugin-loader/src/plugin-loader.cmxs - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLISubCommand.mli > src/cli/CLISubCommand.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLISubCommand.cmi src/cli/CLISubCommand.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLISubCommand.ml > src/cli/CLISubCommand.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIPluginLoader.ml > src/cli/CLIPluginLoader.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIPluginsLoaded.ml > src/cli/CLIPluginsLoaded.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPluginsLoaded.cmo src/cli/CLIPluginsLoaded.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPluginLoader.cmo src/cli/CLIPluginLoader.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIArgExt.ml > src/cli/CLIArgExt.ml.depends - ocamlify --depends --output src/cli/CLIData.mlify.depends src/cli/CLIData.mlify - ocamlify --output src/cli/CLIData.ml src/cli/CLIData.mlify - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIData.ml > src/cli/CLIData.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIData.cmo src/cli/CLIData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLICommon.mli > src/cli/CLICommon.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLICommon.cmi src/cli/CLICommon.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLICommon.ml > src/cli/CLICommon.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/CLIPager.ml > src/cli/CLIPager.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLISubCommand.cmo src/cli/CLISubCommand.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIArgExt.cmo src/cli/CLIArgExt.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLICommon.cmo src/cli/CLICommon.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPager.cmo src/cli/CLIPager.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/cli src/cli/CLIPluginsLoaded.cmo src/cli/CLIPluginLoader.cmo src/cli/CLISubCommand.cmo src/cli/CLIData.cmo src/cli/CLIArgExt.cmo src/cli/CLICommon.cmo src/cli/CLIPager.cmo -o src/cli/cli.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Main.ml > src/cli/Main.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Check.ml > src/cli/Check.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Help.ml > src/cli/Help.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Manual.ml > src/cli/Manual.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query.ml > src/cli/Query.ml.depends - /home/opam/.opam/4.05/bin/ocamllex.opt -q src/cli/Query_lexer.mll - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query_lexer.ml > src/cli/Query_lexer.ml.depends - /home/opam/.opam/4.05/bin/ocamlyacc src/cli/Query_parser.mly - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query_parser.mli > src/cli/Query_parser.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query_types.ml > src/cli/Query_types.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_types.cmo src/cli/Query_types.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_parser.cmi src/cli/Query_parser.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_lexer.cmo src/cli/Query_lexer.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Quickstart.ml > src/cli/Quickstart.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Setup.ml > src/cli/Setup.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Setup.cmo src/cli/Setup.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/SetupClean.ml > src/cli/SetupClean.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/SetupDev.ml > src/cli/SetupDev.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Version.ml > src/cli/Version.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Check.cmo src/cli/Check.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Help.cmo src/cli/Help.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Manual.cmo src/cli/Manual.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query.cmo src/cli/Query.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Quickstart.cmo src/cli/Quickstart.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/SetupClean.cmo src/cli/SetupClean.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/SetupDev.cmo src/cli/SetupDev.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Version.cmo src/cli/Version.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Main.cmo src/cli/Main.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPluginsLoaded.cmx src/cli/CLIPluginsLoaded.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPluginLoader.cmx src/cli/CLIPluginLoader.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIData.cmx src/cli/CLIData.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLISubCommand.cmx src/cli/CLISubCommand.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLICommon.cmx src/cli/CLICommon.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIArgExt.cmx src/cli/CLIArgExt.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/CLIPager.cmx src/cli/CLIPager.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package findlib -package dynlink -package unix -package ocamlbuild -modules src/cli/Query_parser.ml > src/cli/Query_parser.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_types.cmx src/cli/Query_types.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_parser.cmx src/cli/Query_parser.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query_lexer.cmx src/cli/Query_lexer.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Setup.cmx src/cli/Setup.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Check.cmx src/cli/Check.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Help.cmx src/cli/Help.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Manual.cmx src/cli/Manual.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Query.cmx src/cli/Query.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Quickstart.cmx src/cli/Quickstart.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/SetupClean.cmx src/cli/SetupClean.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/SetupDev.cmx src/cli/SetupDev.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Version.cmx src/cli/Version.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src/oasis -I src/base -I src -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -I src/ext/plugin-loader/src -I src/cli -package findlib -package dynlink -package unix -package ocamlbuild -I src/cli -I src -I src/base -I src/ext/plugin-loader/src -I src/oasis -I src/plugins/custom -I src/plugins/extra/META -I src/plugins/extra/devfiles -I src/plugins/extra/stdfiles -I src/plugins/internal -I src/plugins/none -I src/plugins/ocamlbuild -I src/plugins/omake -o src/cli/Main.cmx src/cli/Main.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/cli src/cli/CLIPluginsLoaded.cmx src/cli/CLIPluginLoader.cmx src/cli/CLISubCommand.cmx src/cli/CLIData.cmx src/cli/CLIArgExt.cmx src/cli/CLICommon.cmx src/cli/CLIPager.cmx -o src/cli/cli.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package findlib -package dynlink -package unix -package ocamlbuild -I src/oasis -I src/base -I src -I src/ext/plugin-loader/src -I src/cli src/oasis/oasis.cmxa src/base/base.cmxa src/builtin-plugins.cmxa src/ext/plugin-loader/src/plugin-loader.cmxa src/cli/cli.cmxa src/cli/Check.cmx src/cli/Help.cmx src/cli/Manual.cmx src/cli/Query_types.cmx src/cli/Query_parser.cmx src/cli/Query_lexer.cmx src/cli/Query.cmx src/cli/Setup.cmx src/cli/Quickstart.cmx src/cli/SetupClean.cmx src/cli/SetupDev.cmx src/cli/Version.cmx src/cli/Main.cmx -o src/cli/Main.native -> compiled oasis.0.4.11 Processing 92/96: [oasis: ocaml setup.ml] + /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/oasis.0.4.11) - W: Nothing to install for findlib library 'test-common' - W: Nothing to install for findlib library 'pluginloaderLib' - W: Nothing to install for findlib library 'plugin3' - W: Nothing to install for findlib library 'plugin2' - W: Nothing to install for findlib library 'plugin1' - Installed /home/opam/.opam/4.05/lib/plugin-loader/PluginLoader.ml - Installed /home/opam/.opam/4.05/lib/plugin-loader/plugin-loader.cma - Installed /home/opam/.opam/4.05/lib/plugin-loader/plugin-loader.cmxa - Installed /home/opam/.opam/4.05/lib/plugin-loader/plugin-loader.a - Installed /home/opam/.opam/4.05/lib/plugin-loader/plugin-loader.cmxs - Installed /home/opam/.opam/4.05/lib/plugin-loader/PluginLoader.cmi - Installed /home/opam/.opam/4.05/lib/plugin-loader/PluginLoader.cmt - Installed /home/opam/.opam/4.05/lib/plugin-loader/PluginLoader.annot - Installed /home/opam/.opam/4.05/lib/plugin-loader/PluginLoader.cmx - Installed /home/opam/.opam/4.05/lib/plugin-loader/META - W: Cannot find source header for module library in OASISData oasis - Installed /home/opam/.opam/4.05/lib/oasis/FormatExt.mli - Installed /home/opam/.opam/4.05/lib/oasis/PropList.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISUtils.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISUnixPath.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileSystem.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISContext.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourcePatterns.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISGettext.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISMessage.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISText.ml - Installed /home/opam/.opam/4.05/lib/oasis/OASISTypes.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISParse.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISValues.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISExpr.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISVersion.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISLicense.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileTemplate.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISBuildSection.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISDocument.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISExecutable.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISFlag.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISSetupUpdate.ml - Installed /home/opam/.opam/4.05/lib/oasis/OASISLibrary.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISObject.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISPackage.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourceRepository.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISTest.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISPlugin.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISFindlib.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISSchema.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISSection.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISString.ml - Installed /home/opam/.opam/4.05/lib/oasis/OASISExec.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileUtil.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISHostPath.mli - Installed /home/opam/.opam/4.05/lib/oasis/OASISGraph.ml - Installed /home/opam/.opam/4.05/lib/oasis/OASISFeatures.ml - Installed /home/opam/.opam/4.05/lib/oasis/OASISDataNotation.ml - Installed /home/opam/.opam/4.05/lib/oasis/oasis.cma - Installed /home/opam/.opam/4.05/lib/oasis/oasis.cmxa - Installed /home/opam/.opam/4.05/lib/oasis/oasis.a - Installed /home/opam/.opam/4.05/lib/oasis/oasis.cmxs - Installed /home/opam/.opam/4.05/lib/oasis/OASISDataNotation.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISDataNotation.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISDataNotation.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISFeatures.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISFeatures.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISFeatures.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISGraph.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISGraph.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISGraph.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISHostPath.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISHostPath.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISHostPath.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISHostPath.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileUtil.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileUtil.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileUtil.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileUtil.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISExec.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISExec.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISExec.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISExec.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISString.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISString.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISString.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISData.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISData.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISData.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISSection.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISSection.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISSection.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISSection.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISSchema.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISSchema.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISSchema.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISSchema.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISFindlib.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISFindlib.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISFindlib.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISFindlib.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISPlugin.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISPlugin.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISPlugin.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISPlugin.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISTest.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISTest.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISTest.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISTest.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourceRepository.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourceRepository.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourceRepository.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourceRepository.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISPackage.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISPackage.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISPackage.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISPackage.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISObject.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISObject.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISObject.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISObject.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISLibrary.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISLibrary.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISLibrary.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISLibrary.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISSetupUpdate.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISSetupUpdate.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISSetupUpdate.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISFlag.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISFlag.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISFlag.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISFlag.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISExecutable.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISExecutable.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISExecutable.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISExecutable.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISDocument.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISDocument.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISDocument.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISDocument.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISBuildSection.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISBuildSection.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISBuildSection.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISBuildSection.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileTemplate.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileTemplate.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileTemplate.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileTemplate.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISLicense.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISLicense.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISLicense.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISLicense.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISVersion.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISVersion.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISVersion.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISVersion.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISExpr.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISExpr.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISExpr.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISExpr.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISValues.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISValues.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISValues.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISValues.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISParse.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISParse.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISParse.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISParse.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISTypes.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISTypes.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISTypes.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISTypes.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISText.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISText.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISText.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISMessage.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISMessage.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISMessage.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISMessage.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISGettext.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISGettext.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISGettext.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISGettext.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourcePatterns.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourcePatterns.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourcePatterns.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourcePatterns.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISContext.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISContext.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISContext.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISContext.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileSystem.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileSystem.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileSystem.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileSystem.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISUnixPath.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISUnixPath.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISUnixPath.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISUnixPath.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISUtils.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISUtils.cmti - Installed /home/opam/.opam/4.05/lib/oasis/OASISUtils.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISUtils.annot - Installed /home/opam/.opam/4.05/lib/oasis/PropList.cmi - Installed /home/opam/.opam/4.05/lib/oasis/PropList.cmti - Installed /home/opam/.opam/4.05/lib/oasis/PropList.cmt - Installed /home/opam/.opam/4.05/lib/oasis/PropList.annot - Installed /home/opam/.opam/4.05/lib/oasis/FormatExt.cmi - Installed /home/opam/.opam/4.05/lib/oasis/FormatExt.cmti - Installed /home/opam/.opam/4.05/lib/oasis/FormatExt.cmt - Installed /home/opam/.opam/4.05/lib/oasis/FormatExt.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISPath_intern.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISSchema_intern.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISTest_intern.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourceRepository_intern.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISPackage_intern.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISObject_intern.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISLibrary_intern.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISFlag_intern.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISExecutable_intern.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISDocument_intern.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISBuildSection_intern.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISSection_intern.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISFormat.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISHelp.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISQuickstart.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISCustom.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISCheck.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISAst.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISAst_parser.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISAst_lexer.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISAst_types.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISConf.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISValues_lexer.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISLicense_parser.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISLicense_lexer.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISLicense_types.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISVersion_parser.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISVersion_lexer.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISVersion_types.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISMutex.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISDataNotation.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISFeatures.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISGraph.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISHostPath.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileUtil.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISExec.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISString.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISData.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISSection.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISSchema.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISFindlib.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISPlugin.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISTest.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourceRepository.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISPackage.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISObject.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISLibrary.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISSetupUpdate.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISFlag.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISExecutable.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISDocument.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISBuildSection.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileTemplate.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISLicense.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISVersion.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISExpr.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISValues.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISParse.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISTypes.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISText.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISMessage.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISGettext.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISSourcePatterns.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISContext.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISFileSystem.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISUnixPath.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISUtils.cmx - Installed /home/opam/.opam/4.05/lib/oasis/PropList.cmx - Installed /home/opam/.opam/4.05/lib/oasis/FormatExt.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISDynRun.ml - Installed /home/opam/.opam/4.05/lib/oasis/dynrun.cma - Installed /home/opam/.opam/4.05/lib/oasis/dynrun.cmxa - Installed /home/opam/.opam/4.05/lib/oasis/dynrun.a - Installed /home/opam/.opam/4.05/lib/oasis/dynrun.cmxs - Installed /home/opam/.opam/4.05/lib/oasis/OASISDynRun.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISDynRun.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISDynRun.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISDynRun.cmx - Installed /home/opam/.opam/4.05/lib/oasis/CLISubCommand.mli - Installed /home/opam/.opam/4.05/lib/oasis/CLIArgExt.ml - Installed /home/opam/.opam/4.05/lib/oasis/CLICommon.mli - Installed /home/opam/.opam/4.05/lib/oasis/CLIPager.ml - Installed /home/opam/.opam/4.05/lib/oasis/cli.cma - Installed /home/opam/.opam/4.05/lib/oasis/CLIPager.cmi - Installed /home/opam/.opam/4.05/lib/oasis/CLIPager.cmt - Installed /home/opam/.opam/4.05/lib/oasis/CLIPager.annot - Installed /home/opam/.opam/4.05/lib/oasis/CLICommon.cmi - Installed /home/opam/.opam/4.05/lib/oasis/CLICommon.cmti - Installed /home/opam/.opam/4.05/lib/oasis/CLICommon.cmt - Installed /home/opam/.opam/4.05/lib/oasis/CLICommon.annot - Installed /home/opam/.opam/4.05/lib/oasis/CLIArgExt.cmi - Installed /home/opam/.opam/4.05/lib/oasis/CLIArgExt.cmt - Installed /home/opam/.opam/4.05/lib/oasis/CLIArgExt.annot - Installed /home/opam/.opam/4.05/lib/oasis/CLISubCommand.cmi - Installed /home/opam/.opam/4.05/lib/oasis/CLISubCommand.cmti - Installed /home/opam/.opam/4.05/lib/oasis/CLISubCommand.cmt - Installed /home/opam/.opam/4.05/lib/oasis/CLISubCommand.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISBuiltinPlugins.ml - Installed /home/opam/.opam/4.05/lib/oasis/METAPlugin.ml - Installed /home/opam/.opam/4.05/lib/oasis/InternalConfigurePlugin.ml - Installed /home/opam/.opam/4.05/lib/oasis/InternalInstallPlugin.ml - Installed /home/opam/.opam/4.05/lib/oasis/NonePlugin.ml - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildPlugin.ml - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildDocPlugin.ml - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildCommon.ml - Installed /home/opam/.opam/4.05/lib/oasis/CustomPlugin.ml - Installed /home/opam/.opam/4.05/lib/oasis/DevFilesPlugin.ml - Installed /home/opam/.opam/4.05/lib/oasis/StdFilesPlugin.ml - Installed /home/opam/.opam/4.05/lib/oasis/OMakePlugin.ml - Installed /home/opam/.opam/4.05/lib/oasis/builtin-plugins.cma - Installed /home/opam/.opam/4.05/lib/oasis/builtin-plugins.cmxa - Installed /home/opam/.opam/4.05/lib/oasis/builtin-plugins.a - Installed /home/opam/.opam/4.05/lib/oasis/builtin-plugins.cmxs - Installed /home/opam/.opam/4.05/lib/oasis/OMakePlugin.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OMakePlugin.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OMakePlugin.annot - Installed /home/opam/.opam/4.05/lib/oasis/StdFilesPlugin.cmi - Installed /home/opam/.opam/4.05/lib/oasis/StdFilesPlugin.cmt - Installed /home/opam/.opam/4.05/lib/oasis/StdFilesPlugin.annot - Installed /home/opam/.opam/4.05/lib/oasis/DevFilesPlugin.cmi - Installed /home/opam/.opam/4.05/lib/oasis/DevFilesPlugin.cmt - Installed /home/opam/.opam/4.05/lib/oasis/DevFilesPlugin.annot - Installed /home/opam/.opam/4.05/lib/oasis/CustomPlugin.cmi - Installed /home/opam/.opam/4.05/lib/oasis/CustomPlugin.cmt - Installed /home/opam/.opam/4.05/lib/oasis/CustomPlugin.annot - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildCommon.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildCommon.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildCommon.annot - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildDocPlugin.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildDocPlugin.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildDocPlugin.annot - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildPlugin.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildPlugin.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildPlugin.annot - Installed /home/opam/.opam/4.05/lib/oasis/NonePlugin.cmi - Installed /home/opam/.opam/4.05/lib/oasis/NonePlugin.cmt - Installed /home/opam/.opam/4.05/lib/oasis/NonePlugin.annot - Installed /home/opam/.opam/4.05/lib/oasis/InternalInstallPlugin.cmi - Installed /home/opam/.opam/4.05/lib/oasis/InternalInstallPlugin.cmt - Installed /home/opam/.opam/4.05/lib/oasis/InternalInstallPlugin.annot - Installed /home/opam/.opam/4.05/lib/oasis/InternalConfigurePlugin.cmi - Installed /home/opam/.opam/4.05/lib/oasis/InternalConfigurePlugin.cmt - Installed /home/opam/.opam/4.05/lib/oasis/InternalConfigurePlugin.annot - Installed /home/opam/.opam/4.05/lib/oasis/METAPlugin.cmi - Installed /home/opam/.opam/4.05/lib/oasis/METAPlugin.cmt - Installed /home/opam/.opam/4.05/lib/oasis/METAPlugin.annot - Installed /home/opam/.opam/4.05/lib/oasis/OASISBuiltinPlugins.cmi - Installed /home/opam/.opam/4.05/lib/oasis/OASISBuiltinPlugins.cmt - Installed /home/opam/.opam/4.05/lib/oasis/OASISBuiltinPlugins.annot - Installed /home/opam/.opam/4.05/lib/oasis/OMakeFormat.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OMakeEquip.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OMakeFields.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OMakeData.cmx - Installed /home/opam/.opam/4.05/lib/oasis/StdFilesData.cmx - Installed /home/opam/.opam/4.05/lib/oasis/DevFilesData.cmx - Installed /home/opam/.opam/4.05/lib/oasis/METAData.cmx - Installed /home/opam/.opam/4.05/lib/oasis/CustomData.cmx - Installed /home/opam/.opam/4.05/lib/oasis/MyOCamlbuildFindlib.cmx - Installed /home/opam/.opam/4.05/lib/oasis/MyOCamlbuildBase.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildId.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildData.cmx - Installed /home/opam/.opam/4.05/lib/oasis/InternalId.cmx - Installed /home/opam/.opam/4.05/lib/oasis/InternalData.cmx - Installed /home/opam/.opam/4.05/lib/oasis/NoneData.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OMakePlugin.cmx - Installed /home/opam/.opam/4.05/lib/oasis/StdFilesPlugin.cmx - Installed /home/opam/.opam/4.05/lib/oasis/DevFilesPlugin.cmx - Installed /home/opam/.opam/4.05/lib/oasis/CustomPlugin.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildCommon.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildDocPlugin.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OCamlbuildPlugin.cmx - Installed /home/opam/.opam/4.05/lib/oasis/NonePlugin.cmx - Installed /home/opam/.opam/4.05/lib/oasis/InternalInstallPlugin.cmx - Installed /home/opam/.opam/4.05/lib/oasis/InternalConfigurePlugin.cmx - Installed /home/opam/.opam/4.05/lib/oasis/METAPlugin.cmx - Installed /home/opam/.opam/4.05/lib/oasis/OASISBuiltinPlugins.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseArgExt.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseBuilt.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseCheck.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseCustom.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseData.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseDoc.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseEnvLight.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseEnv.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseFileAB.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseGenerate.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseLog.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseOCamlcConfig.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseSetup.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseStandardVar.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseTest.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseDynVar.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseMessage.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseContext.mli - Installed /home/opam/.opam/4.05/lib/oasis/BaseCompat.ml - Installed /home/opam/.opam/4.05/lib/oasis/base.cma - Installed /home/opam/.opam/4.05/lib/oasis/base.cmxa - Installed /home/opam/.opam/4.05/lib/oasis/base.a - Installed /home/opam/.opam/4.05/lib/oasis/base.cmxs - Installed /home/opam/.opam/4.05/lib/oasis/BaseCompat.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseCompat.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseCompat.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseContext.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseContext.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseContext.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseContext.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseMessage.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseMessage.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseMessage.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseMessage.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseDynVar.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseDynVar.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseDynVar.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseDynVar.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseTest.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseTest.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseTest.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseTest.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseStandardVar.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseStandardVar.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseStandardVar.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseStandardVar.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseSetup.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseSetup.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseSetup.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseSetup.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseOCamlcConfig.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseOCamlcConfig.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseOCamlcConfig.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseOCamlcConfig.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseLog.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseLog.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseLog.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseLog.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseGenerate.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseGenerate.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseGenerate.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseGenerate.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseFileAB.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseFileAB.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseFileAB.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseFileAB.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseEnv.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseEnv.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseEnv.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseEnv.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseEnvLight.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseEnvLight.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseEnvLight.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseEnvLight.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseDoc.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseDoc.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseDoc.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseDoc.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseData.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseData.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseData.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseData.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseCustom.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseCustom.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseCustom.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseCustom.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseCheck.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseCheck.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseCheck.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseCheck.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseBuilt.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseBuilt.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseBuilt.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseBuilt.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseArgExt.cmi - Installed /home/opam/.opam/4.05/lib/oasis/BaseArgExt.cmti - Installed /home/opam/.opam/4.05/lib/oasis/BaseArgExt.cmt - Installed /home/opam/.opam/4.05/lib/oasis/BaseArgExt.annot - Installed /home/opam/.opam/4.05/lib/oasis/BaseCompat.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseContext.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseMessage.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseDynVar.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseTest.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseStandardVar.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseSetup.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseOCamlcConfig.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseLog.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseGenerate.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseFileAB.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseEnv.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseEnvLight.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseDoc.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseData.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseCustom.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseCheck.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseBuilt.cmx - Installed /home/opam/.opam/4.05/lib/oasis/BaseArgExt.cmx - Installed /home/opam/.opam/4.05/lib/oasis/META -> installed oasis.0.4.11 Processing 93/96: [crc: ocaml setup.ml] + /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-configure" "--disable-xen" (CWD=/home/opam/.opam/4.05/.opam-switch/build/crc.1.0.0) - W: No exported module defined for library crc_xen - W: No exported module defined for library crc_xen - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.05/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.05/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.05/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.05/bin/ocamlbuild - Package name: ........................................ crc - Package version: ..................................... 1.0.0 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.05.0 - standard_library_default: ............................ /home/opam/.opam/4.05/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.05/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.05/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.6 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Build Xen support: ................................... false - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_cstruct: ......................................... /home/opam/.opam/4.05/lib/cstruct - ocamldoc: ............................................ /home/opam/.opam/4.05/bin/ocamldoc - Processing 93/96: [crc: make] + /usr/bin/make (CWD=/home/opam/.opam/4.05/.opam-switch/build/crc.1.0.0) - ocaml setup.ml -build -j 4 - W: No exported module defined for library crc_xen - W: No exported module defined for library crc_xen - /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - File "_tags", line 39, characters 22-31: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 42, characters 19-28: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -c lib/crc_stubs.c - mv crc_stubs.o lib/crc_stubs.o - /home/opam/.opam/4.05/bin/ocamlfind ocamlmklib -o lib/crc_stubs -g lib/crc_stubs.o - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -modules lib/crc.mli > lib/crc.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -bin-annot -ccopt -O2 -ccopt disabled -package cstruct -I lib -o lib/crc.cmi lib/crc.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -modules lib/crc.ml > lib/crc.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -bin-annot -ccopt -O2 -ccopt disabled -package cstruct -I lib -o lib/crc.cmo lib/crc.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -dllib -lcrc_stubs -cclib -lcrc_stubs -bin-annot -I lib lib/crc.cmo -o lib/crc.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -bin-annot -ccopt -O2 -ccopt disabled -package cstruct -I lib -o lib/crc.cmx lib/crc.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -cclib -lcrc_stubs -bin-annot -I lib lib/crc.cmx -o lib/crc.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib -I lib lib/crc.cmxa lib/crc.cmx -o lib/crc.cmxs - # No parallelism done -> compiled crc.1.0.0 Processing 94/96: [crc: make install] + /usr/bin/make "PREFIX=/home/opam/.opam/4.05" "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/crc.1.0.0) - ocaml setup.ml -install - W: No exported module defined for library crc_xen - W: No exported module defined for library crc_xen - Installed /home/opam/.opam/4.05/lib/crc/crc.mli - Installed /home/opam/.opam/4.05/lib/crc/libcrc_stubs.a - Installed /home/opam/.opam/4.05/lib/crc/crc.cma - Installed /home/opam/.opam/4.05/lib/crc/crc.cmxa - Installed /home/opam/.opam/4.05/lib/crc/crc.a - Installed /home/opam/.opam/4.05/lib/crc/crc.cmxs - Installed /home/opam/.opam/4.05/lib/crc/crc.cmi - Installed /home/opam/.opam/4.05/lib/crc/crc.cmti - Installed /home/opam/.opam/4.05/lib/crc/crc.cmt - Installed /home/opam/.opam/4.05/lib/crc/crc.annot - Installed /home/opam/.opam/4.05/lib/crc/crc.cmx - Installed /home/opam/.opam/4.05/lib/stublibs/dllcrc_stubs.so - Installed /home/opam/.opam/4.05/lib/stublibs/dllcrc_stubs.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.05/lib/stublibs is not mentioned in ld.conf - Installed /home/opam/.opam/4.05/lib/crc/META -> installed crc.1.0.0 Processing 95/96: [git: ./configure] + /home/opam/.opam/4.05/.opam-switch/build/git.1.7.1/./configure "--prefix" "/home/opam/.opam/4.05" "--disable-mirage" "--disable-unix" (CWD=/home/opam/.opam/4.05/.opam-switch/build/git.1.7.1) - File "./setup.ml", line 318, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 318, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 330, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 368, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 474, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1825, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1831, characters 16-35: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "setup.ml", line 5847, characters 11-28: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 5848, characters 11-30: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.05/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.05/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.05/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.05/bin/ocamlbuild - Package name: ........................................ git - Package version: ..................................... 1.7.1 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.05.0 - standard_library_default: ............................ /home/opam/.opam/4.05/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.05/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.05/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.05 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.6 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - build the Unix library: .............................. false - build the Mirage library: ............................ false - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_mstruct: ......................................... /home/opam/.opam/4.05/lib/mstruct - pkg_dolog: ........................................... /home/opam/.opam/4.05/lib/dolog - pkg_ocamlgraph: ...................................... /home/opam/.opam/4.05/lib/ocamlgraph - pkg_uri: ............................................. /home/opam/.opam/4.05/lib/uri - pkg_lwt: ............................................. /home/opam/.opam/4.05/lib/lwt - pkg_hex: ............................................. /home/opam/.opam/4.05/lib/hex - pkg_stringext: ....................................... /home/opam/.opam/4.05/lib/stringext - pkg_crc: ............................................. /home/opam/.opam/4.05/lib/crc - pkg_compiler_libs_toplevel: .......................... /home/opam/.opam/4.05/lib/ocaml/compiler-libs - ocamldoc: ............................................ /home/opam/.opam/4.05/bin/ocamldoc - Processing 95/96: [git: make] + /usr/bin/make (CWD=/home/opam/.opam/4.05/.opam-switch/build/git.1.7.1) - echo "let current = \"1.7.1\"" > lib/version.ml - ocaml setup.ml -build - File "./setup.ml", line 318, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 318, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 330, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 368, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 474, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1825, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1831, characters 16-35: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "setup.ml", line 5847, characters 11-28: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 5848, characters 11-30: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - W: Cannot find source file matching module 'git' in library git - /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - File "_tags", line 58, characters 23-37: - Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 71, characters 23-37: - Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 72, characters 23-43: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 79, characters 23-35: - Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 84, characters 23-30: - Warning: the tag "pkg_zip" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 89, characters 25-36: - Warning: the tag "pkg_channel" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 90, characters 25-39: - Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 91, characters 25-43: - Warning: the tag "pkg_conduit.mirage" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 93, characters 25-39: - Warning: the tag "pkg_dns.mirage" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 96, characters 25-36: - Warning: the tag "pkg_io-page" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 98, characters 25-40: - Warning: the tag "pkg_mirage-flow" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 99, characters 25-40: - Warning: the tag "pkg_mirage-http" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 100, characters 25-45: - Warning: the tag "pkg_mirage-types.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 110, characters 26-40: - Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 111, characters 26-46: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 118, characters 26-38: - Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 123, characters 26-33: - Warning: the tag "pkg_zip" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 128, characters 18-32: - Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 129, characters 18-38: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 136, characters 18-30: - Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 141, characters 18-25: - Warning: the tag "pkg_zip" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 146, characters 31-43: - Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 147, characters 31-42: - Warning: the tag "pkg_channel" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 148, characters 31-45: - Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 149, characters 31-51: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 150, characters 31-49: - Warning: the tag "pkg_conduit.mirage" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 152, characters 31-45: - Warning: the tag "pkg_dns.mirage" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 155, characters 31-42: - Warning: the tag "pkg_io-page" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 156, characters 31-47: - Warning: the tag "pkg_io-page.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 159, characters 31-46: - Warning: the tag "pkg_mirage-flow" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 160, characters 31-49: - Warning: the tag "pkg_mirage-fs-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 161, characters 31-46: - Warning: the tag "pkg_mirage-http" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 162, characters 31-51: - Warning: the tag "pkg_mirage-types.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 164, characters 31-43: - Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 169, characters 31-38: - Warning: the tag "pkg_zip" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 174, characters 23-35: - Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 175, characters 23-34: - Warning: the tag "pkg_channel" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 176, characters 23-37: - Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 177, characters 23-43: - Warning: the tag "pkg_conduit.lwt-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 178, characters 23-41: - Warning: the tag "pkg_conduit.mirage" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 180, characters 23-37: - Warning: the tag "pkg_dns.mirage" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 183, characters 23-34: - Warning: the tag "pkg_io-page" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 184, characters 23-39: - Warning: the tag "pkg_io-page.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 187, characters 23-38: - Warning: the tag "pkg_mirage-flow" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 188, characters 23-41: - Warning: the tag "pkg_mirage-fs-unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 189, characters 23-38: - Warning: the tag "pkg_mirage-http" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 190, characters 23-43: - Warning: the tag "pkg_mirage-types.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 192, characters 23-35: - Warning: the tag "pkg_nocrypto" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 197, characters 23-30: - Warning: the tag "pkg_zip" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/misc.mli > lib/misc.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/misc.cmi lib/misc.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/misc.ml > lib/misc.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/SHA.mli > lib/SHA.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/object.mli > lib/object.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/object.cmi lib/object.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/SHA.cmi lib/SHA.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/SHA.ml > lib/SHA.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/inflate.mli > lib/inflate.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/inflate.cmi lib/inflate.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/inflate.ml > lib/inflate.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/object_type.mli > lib/object_type.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/object_type.cmi lib/object_type.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/object_type.ml > lib/object_type.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/blob.mli > lib/blob.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/blob.cmi lib/blob.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/blob.ml > lib/blob.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/tree.mli > lib/tree.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/tree.cmi lib/tree.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/tree.ml > lib/tree.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/commit.mli > lib/commit.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/user.mli > lib/user.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/user.cmi lib/user.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/commit.cmi lib/commit.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/commit.ml > lib/commit.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/tag.mli > lib/tag.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/tag.cmi lib/tag.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/tag.ml > lib/tag.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/reference.mli > lib/reference.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/reference.cmi lib/reference.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/reference.ml > lib/reference.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/value.mli > lib/value.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/value.cmi lib/value.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/value.ml > lib/value.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/LRU.mli > lib/LRU.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/LRU.cmi lib/LRU.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/pack.mli > lib/pack.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/pack_index.mli > lib/pack_index.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/packed_value.mli > lib/packed_value.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/pack_index.cmi lib/pack_index.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/packed_value.cmi lib/packed_value.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/pack.cmi lib/pack.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/pack.ml > lib/pack.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/pack_index.ml > lib/pack_index.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/packed_value.ml > lib/packed_value.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/packed_refs.mli > lib/packed_refs.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/packed_refs.cmi lib/packed_refs.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/packed_refs.ml > lib/packed_refs.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/index.mli > lib/index.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/index.cmi lib/index.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/index.ml > lib/index.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/sync.mli > lib/sync.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/gri.mli > lib/gri.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/store.mli > lib/store.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/gri.cmi lib/gri.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/store.cmi lib/store.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/sync.cmi lib/sync.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/sync.ml > lib/sync.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/global_graph.mli > lib/global_graph.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/version.ml > lib/version.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/global_graph.cmi lib/global_graph.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/version.cmo lib/version.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/gri.ml > lib/gri.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/search.mli > lib/search.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/search.cmi lib/search.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/search.ml > lib/search.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/global_graph.ml > lib/global_graph.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/user.ml > lib/user.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/memory.mli > lib/memory.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/memory.cmi lib/memory.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/memory.ml > lib/memory.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/FS.mli > lib/FS.mli.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/FS.cmi lib/FS.mli - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/FS.ml > lib/FS.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -modules lib/LRU.ml > lib/LRU.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/misc.cmo lib/misc.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/misc.cmo lib/misc.ml - File "lib/misc.ml", line 44, characters 2-34: - Warning 3: deprecated: EndianString.BigEndian.set_int32 - Use EndianBytes.set_int13 instead. - File "lib/misc.ml", line 17, characters 0-54: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/SHA.cmo lib/SHA.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/SHA.cmo lib/SHA.ml - File "lib/SHA.ml", line 17, characters 0-54: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/inflate.cmo lib/inflate.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/object_type.cmo lib/object_type.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/object_type.cmo lib/object_type.ml - File "lib/object_type.ml", line 17, characters 0-61: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/blob.cmo lib/blob.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/blob.cmo lib/blob.ml - File "lib/blob.ml", line 18, characters 0-54: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/tree.cmo lib/tree.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/tree.cmo lib/tree.ml - File "lib/tree.ml", line 17, characters 0-54: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/commit.cmo lib/commit.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/commit.cmo lib/commit.ml - File "lib/commit.ml", line 17, characters 0-56: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/tag.cmo lib/tag.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/tag.cmo lib/tag.ml - File "lib/tag.ml", line 17, characters 0-53: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/reference.cmo lib/reference.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/reference.cmo lib/reference.ml - File "lib/reference.ml", line 17, characters 0-59: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/value.cmo lib/value.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/value.cmo lib/value.ml - File "lib/value.ml", line 67, characters 2-27: - Warning 60: unused module SHA_IO. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/pack.cmo lib/pack.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/pack_index.cmo lib/pack_index.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/pack_index.cmo lib/pack_index.ml - File "lib/pack_index.ml", line 366, characters 10-42: - Warning 3: deprecated: EndianString.BigEndian.set_int64 - Use EndianBytes.set_int64 instead. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/packed_value.cmo lib/packed_value.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/packed_value.cmo lib/packed_value.ml - File "lib/packed_value.ml", line 105, characters 35-50: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - File "lib/packed_value.ml", line 194, characters 2-26: - Warning 60: unused module Map. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/packed_refs.cmo lib/packed_refs.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/index.cmo lib/index.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/sync.cmo lib/sync.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/gri.cmo lib/gri.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/search.cmo lib/search.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/global_graph.cmo lib/global_graph.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/global_graph.cmo lib/global_graph.ml - File "lib/global_graph.ml", line 63, characters 0-27: - Warning 60: unused module KO. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/user.cmo lib/user.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/user.cmo lib/user.ml - File "lib/user.ml", line 100, characters 17-32: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - File "lib/user.ml", line 106, characters 17-32: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - File "lib/user.ml", line 17, characters 0-54: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/memory.cmo lib/memory.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/FS.cmo lib/FS.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/FS.cmo lib/FS.ml - File "lib/FS.ml", line 58, characters 2-48: - Warning 60: unused module Packed_value_IO. - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -I lib -o lib/LRU.cmo lib/LRU.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -pack -g -annot -bin-annot lib/misc.cmo lib/object.cmi lib/SHA.cmo lib/inflate.cmo lib/object_type.cmo lib/blob.cmo lib/tree.cmo lib/user.cmo lib/commit.cmo lib/tag.cmo lib/reference.cmo lib/LRU.cmo lib/value.cmo lib/pack_index.cmo lib/packed_value.cmo lib/pack.cmo lib/packed_refs.cmo lib/index.cmo lib/store.cmi lib/search.cmo lib/global_graph.cmo lib/gri.cmo lib/version.cmo lib/sync.cmo lib/memory.cmo lib/FS.cmo -o lib/git.cmo - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/git.cmo -o lib/git.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/misc.cmx lib/misc.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/misc.cmx lib/misc.ml - File "lib/misc.ml", line 44, characters 2-34: - Warning 3: deprecated: EndianString.BigEndian.set_int32 - Use EndianBytes.set_int13 instead. - File "lib/misc.ml", line 17, characters 0-54: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/SHA.cmx lib/SHA.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/SHA.cmx lib/SHA.ml - File "lib/SHA.ml", line 17, characters 0-54: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/user.cmx lib/user.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/user.cmx lib/user.ml - File "lib/user.ml", line 100, characters 17-32: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - File "lib/user.ml", line 106, characters 17-32: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - File "lib/user.ml", line 17, characters 0-54: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/object_type.cmx lib/object_type.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/object_type.cmx lib/object_type.ml - File "lib/object_type.ml", line 17, characters 0-61: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/blob.cmx lib/blob.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/blob.cmx lib/blob.ml - File "lib/blob.ml", line 18, characters 0-54: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/commit.cmx lib/commit.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/commit.cmx lib/commit.ml - File "lib/commit.ml", line 17, characters 0-56: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/inflate.cmx lib/inflate.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/tag.cmx lib/tag.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/tag.cmx lib/tag.ml - File "lib/tag.ml", line 17, characters 0-53: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/tree.cmx lib/tree.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/tree.cmx lib/tree.ml - File "lib/tree.ml", line 17, characters 0-54: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/LRU.cmx lib/LRU.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/value.cmx lib/value.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/value.cmx lib/value.ml - File "lib/value.ml", line 67, characters 2-27: - Warning 60: unused module SHA_IO. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/pack_index.cmx lib/pack_index.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/pack_index.cmx lib/pack_index.ml - File "lib/pack_index.ml", line 366, characters 10-42: - Warning 3: deprecated: EndianString.BigEndian.set_int64 - Use EndianBytes.set_int64 instead. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/packed_value.cmx lib/packed_value.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/packed_value.cmx lib/packed_value.ml - File "lib/packed_value.ml", line 105, characters 35-50: - Warning 52: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (See manual section 8.5) - File "lib/packed_value.ml", line 194, characters 2-26: - Warning 60: unused module Map. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/reference.cmx lib/reference.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/reference.cmx lib/reference.ml - File "lib/reference.ml", line 17, characters 0-59: - Warning 60: unused module Log. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/index.cmx lib/index.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/pack.cmx lib/pack.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/search.cmx lib/search.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/global_graph.cmx lib/global_graph.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/global_graph.cmx lib/global_graph.ml - File "lib/global_graph.ml", line 63, characters 0-27: - Warning 60: unused module KO. - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/gri.cmx lib/gri.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/version.cmx lib/version.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/packed_refs.cmx lib/packed_refs.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/sync.cmx lib/sync.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/memory.cmx lib/memory.ml - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/FS.cmx lib/FS.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package crc -package dolog -package hex -package lwt -package mstruct -package ocamlgraph -package stringext -package uri -w A-4-41-44 -for-pack Git -I lib -o lib/FS.cmx lib/FS.ml - File "lib/FS.ml", line 58, characters 2-48: - Warning 60: unused module Packed_value_IO. - touch lib/git.mli ; if /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I lib lib/misc.cmx lib/object.cmi lib/SHA.cmx lib/inflate.cmx lib/object_type.cmx lib/blob.cmx lib/tree.cmx lib/user.cmx lib/commit.cmx lib/tag.cmx lib/reference.cmx lib/LRU.cmx lib/value.cmx lib/pack_index.cmx lib/packed_value.cmx lib/pack.cmx lib/packed_refs.cmx lib/index.cmx lib/store.cmi lib/search.cmx lib/global_graph.cmx lib/gri.cmx lib/version.cmx lib/sync.cmx lib/memory.cmx lib/FS.cmx -o lib/git.cmx ; then rm -f lib/git.mli ; else rm -f lib/git.mli ; exit 1; fi - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/git.cmx -o lib/git.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib lib/git.cmxa lib/git.cmx -o lib/git.cmxs - /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package compiler-libs.toplevel -modules lib/top/git_top.ml > lib/top/git_top.ml.depends - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -w A-4-41-44 -I lib/top -o lib/top/git_top.cmo lib/top/git_top.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -w A-4-41-44 -I lib/top -o lib/top/git_top.cmo lib/top/git_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs - /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib/top lib/top/git_top.cmo -o lib/top/git_top.cma - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -w A-4-41-44 -I lib/top -o lib/top/git_top.cmx lib/top/git_top.ml - + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -w A-4-41-44 -I lib/top -o lib/top/git_top.cmx lib/top/git_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs - File "_none_", line 1: - Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib/top lib/top/git_top.cmx -o lib/top/git_top.cmxa - /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib/top lib/top/git_top.cmxa lib/top/git_top.cmx -o lib/top/git_top.cmxs - + /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - File "myocamlbuild.ml", line 518, characters 43-62: - Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize - Use String.uncapitalize_ascii instead. - File "myocamlbuild.ml", line 531, characters 51-70: - Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize - Use String.uncapitalize_ascii instead. -> compiled git.1.7.1 Processing 96/96: [git: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/git.1.7.1) - ocaml setup.ml -install - File "./setup.ml", line 318, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 318, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 327, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 330, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 368, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 474, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1825, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1831, characters 16-35: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "setup.ml", line 5847, characters 11-28: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 5848, characters 11-30: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - Installed /home/opam/.opam/4.05/lib/git/misc.mli - Installed /home/opam/.opam/4.05/lib/git/SHA.mli - Installed /home/opam/.opam/4.05/lib/git/inflate.mli - Installed /home/opam/.opam/4.05/lib/git/object.mli - Installed /home/opam/.opam/4.05/lib/git/object_type.mli - Installed /home/opam/.opam/4.05/lib/git/blob.mli - Installed /home/opam/.opam/4.05/lib/git/tree.mli - Installed /home/opam/.opam/4.05/lib/git/commit.mli - Installed /home/opam/.opam/4.05/lib/git/tag.mli - Installed /home/opam/.opam/4.05/lib/git/reference.mli - Installed /home/opam/.opam/4.05/lib/git/value.mli - Installed /home/opam/.opam/4.05/lib/git/pack.mli - Installed /home/opam/.opam/4.05/lib/git/pack_index.mli - Installed /home/opam/.opam/4.05/lib/git/packed_value.mli - Installed /home/opam/.opam/4.05/lib/git/packed_refs.mli - Installed /home/opam/.opam/4.05/lib/git/index.mli - Installed /home/opam/.opam/4.05/lib/git/sync.mli - Installed /home/opam/.opam/4.05/lib/git/gri.mli - Installed /home/opam/.opam/4.05/lib/git/search.mli - Installed /home/opam/.opam/4.05/lib/git/global_graph.mli - Installed /home/opam/.opam/4.05/lib/git/user.mli - Installed /home/opam/.opam/4.05/lib/git/store.mli - Installed /home/opam/.opam/4.05/lib/git/memory.mli - Installed /home/opam/.opam/4.05/lib/git/FS.mli - Installed /home/opam/.opam/4.05/lib/git/version.ml - Installed /home/opam/.opam/4.05/lib/git/git.cmt - Installed /home/opam/.opam/4.05/lib/git/git.cmi - Installed /home/opam/.opam/4.05/lib/git/git.cma - Installed /home/opam/.opam/4.05/lib/git/git.cmxa - Installed /home/opam/.opam/4.05/lib/git/git.a - Installed /home/opam/.opam/4.05/lib/git/git.cmxs - Installed /home/opam/.opam/4.05/lib/git/version.cmt - Installed /home/opam/.opam/4.05/lib/git/version.annot - Installed /home/opam/.opam/4.05/lib/git/FS.cmti - Installed /home/opam/.opam/4.05/lib/git/FS.cmt - Installed /home/opam/.opam/4.05/lib/git/FS.annot - Installed /home/opam/.opam/4.05/lib/git/memory.cmti - Installed /home/opam/.opam/4.05/lib/git/memory.cmt - Installed /home/opam/.opam/4.05/lib/git/memory.annot - Installed /home/opam/.opam/4.05/lib/git/store.cmti - Installed /home/opam/.opam/4.05/lib/git/user.cmti - Installed /home/opam/.opam/4.05/lib/git/user.cmt - Installed /home/opam/.opam/4.05/lib/git/user.annot - Installed /home/opam/.opam/4.05/lib/git/global_graph.cmti - Installed /home/opam/.opam/4.05/lib/git/global_graph.cmt - Installed /home/opam/.opam/4.05/lib/git/global_graph.annot - Installed /home/opam/.opam/4.05/lib/git/search.cmti - Installed /home/opam/.opam/4.05/lib/git/search.cmt - Installed /home/opam/.opam/4.05/lib/git/search.annot - Installed /home/opam/.opam/4.05/lib/git/gri.cmti - Installed /home/opam/.opam/4.05/lib/git/gri.cmt - Installed /home/opam/.opam/4.05/lib/git/gri.annot - Installed /home/opam/.opam/4.05/lib/git/sync.cmti - Installed /home/opam/.opam/4.05/lib/git/sync.cmt - Installed /home/opam/.opam/4.05/lib/git/sync.annot - Installed /home/opam/.opam/4.05/lib/git/index.cmti - Installed /home/opam/.opam/4.05/lib/git/index.cmt - Installed /home/opam/.opam/4.05/lib/git/index.annot - Installed /home/opam/.opam/4.05/lib/git/packed_refs.cmti - Installed /home/opam/.opam/4.05/lib/git/packed_refs.cmt - Installed /home/opam/.opam/4.05/lib/git/packed_refs.annot - Installed /home/opam/.opam/4.05/lib/git/packed_value.cmti - Installed /home/opam/.opam/4.05/lib/git/packed_value.cmt - Installed /home/opam/.opam/4.05/lib/git/packed_value.annot - Installed /home/opam/.opam/4.05/lib/git/pack_index.cmti - Installed /home/opam/.opam/4.05/lib/git/pack_index.cmt - Installed /home/opam/.opam/4.05/lib/git/pack_index.annot - Installed /home/opam/.opam/4.05/lib/git/pack.cmti - Installed /home/opam/.opam/4.05/lib/git/pack.cmt - Installed /home/opam/.opam/4.05/lib/git/pack.annot - Installed /home/opam/.opam/4.05/lib/git/value.cmti - Installed /home/opam/.opam/4.05/lib/git/value.cmt - Installed /home/opam/.opam/4.05/lib/git/value.annot - Installed /home/opam/.opam/4.05/lib/git/reference.cmti - Installed /home/opam/.opam/4.05/lib/git/reference.cmt - Installed /home/opam/.opam/4.05/lib/git/reference.annot - Installed /home/opam/.opam/4.05/lib/git/tag.cmti - Installed /home/opam/.opam/4.05/lib/git/tag.cmt - Installed /home/opam/.opam/4.05/lib/git/tag.annot - Installed /home/opam/.opam/4.05/lib/git/commit.cmti - Installed /home/opam/.opam/4.05/lib/git/commit.cmt - Installed /home/opam/.opam/4.05/lib/git/commit.annot - Installed /home/opam/.opam/4.05/lib/git/tree.cmti - Installed /home/opam/.opam/4.05/lib/git/tree.cmt - Installed /home/opam/.opam/4.05/lib/git/tree.annot - Installed /home/opam/.opam/4.05/lib/git/blob.cmti - Installed /home/opam/.opam/4.05/lib/git/blob.cmt - Installed /home/opam/.opam/4.05/lib/git/blob.annot - Installed /home/opam/.opam/4.05/lib/git/object_type.cmti - Installed /home/opam/.opam/4.05/lib/git/object_type.cmt - Installed /home/opam/.opam/4.05/lib/git/object_type.annot - Installed /home/opam/.opam/4.05/lib/git/object.cmti - Installed /home/opam/.opam/4.05/lib/git/inflate.cmti - Installed /home/opam/.opam/4.05/lib/git/inflate.cmt - Installed /home/opam/.opam/4.05/lib/git/inflate.annot - Installed /home/opam/.opam/4.05/lib/git/SHA.cmti - Installed /home/opam/.opam/4.05/lib/git/SHA.cmt - Installed /home/opam/.opam/4.05/lib/git/SHA.annot - Installed /home/opam/.opam/4.05/lib/git/misc.cmti - Installed /home/opam/.opam/4.05/lib/git/misc.cmt - Installed /home/opam/.opam/4.05/lib/git/misc.annot - Installed /home/opam/.opam/4.05/lib/git/git.cmx - Installed /home/opam/.opam/4.05/lib/git/git_top.ml - Installed /home/opam/.opam/4.05/lib/git/git_top.cma - Installed /home/opam/.opam/4.05/lib/git/git_top.cmxa - Installed /home/opam/.opam/4.05/lib/git/git_top.a - Installed /home/opam/.opam/4.05/lib/git/git_top.cmxs - Installed /home/opam/.opam/4.05/lib/git/git_top.cmi - Installed /home/opam/.opam/4.05/lib/git/git_top.cmt - Installed /home/opam/.opam/4.05/lib/git/git_top.annot - Installed /home/opam/.opam/4.05/lib/git/git_top.cmx - Installed /home/opam/.opam/4.05/lib/git/META -> installed git.1.7.1 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 2024-09-12 19:14.32 ---> saved as "ace5dfba56cbc750629bb7eaf3f92e69002aa6baf92111be0c9b5e1473bb3dc5" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u git:277d341ea52888c73bdfd49ef651c497,uri:62ba156521d26d68de5d01c5af5d904c,mstruct:4d31d1f53511cb3bc0a7c3354bc87b60,hex:f443d1db662eb1c187a735c017290695,crc:5e5d0f28ca2ab4e9c67a5d480353f3fb")) 2024-09-12 19:14.34 ---> saved as "03d19828f2481d2b89a9ccbeb9c00bf69ba3beb472fa010ea52782439498eb06" /home/opam: (run (network host) (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config))) (shell "(echo '0.787183') && (for DATA in prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0,crc.1.0.0-5e5d0f28ca2ab4e9c67a5d480353f3fb,crc.1.0.0 prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0,hex.1.4.0-f443d1db662eb1c187a735c017290695,hex.1.4.0 prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0,mstruct.1.4.0-4d31d1f53511cb3bc0a7c3354bc87b60,mstruct.1.4.0 prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0,uri.4.2.0-62ba156521d26d68de5d01c5af5d904c,uri.4.2.0 prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1,git.1.7.1-277d341ea52888c73bdfd49ef651c497,git.1.7.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0,crc.1.0.0-5e5d0f28ca2ab4e9c67a5d480353f3fb,crc.1.0.0 prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0,hex.1.4.0-f443d1db662eb1c187a735c017290695,hex.1.4.0 prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0,mstruct.1.4.0-4d31d1f53511cb3bc0a7c3354bc87b60,mstruct.1.4.0 prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0,uri.4.2.0-62ba156521d26d68de5d01c5af5d904c,uri.4.2.0 prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1,git.1.7.1-277d341ea52888c73bdfd49ef651c497,git.1.7.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0,crc.1.0.0-5e5d0f28ca2ab4e9c67a5d480353f3fb,crc.1.0.0 prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0,hex.1.4.0-f443d1db662eb1c187a735c017290695,hex.1.4.0 prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0,mstruct.1.4.0-4d31d1f53511cb3bc0a7c3354bc87b60,mstruct.1.4.0 prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0,uri.4.2.0-62ba156521d26d68de5d01c5af5d904c,uri.4.2.0 prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1,git.1.7.1-277d341ea52888c73bdfd49ef651c497,git.1.7.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.787183 prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0/lib/ prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0/lib/crc/ prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0/lib/crc/crc.ocamlobjinfo prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0/lib/crc/META prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0/lib/crc/crc.cmi prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0/lib/crc/crc.cmt prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0/lib/crc/crc.cmti prep/universes/5e5d0f28ca2ab4e9c67a5d480353f3fb/crc/1.0.0/opam prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/doc/ prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/doc/hex/ prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/doc/hex/CHANGES.md prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/doc/hex/LICENSE.md prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/doc/hex/README.md prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/lib/ prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/lib/hex/ prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/lib/hex/hex.ocamlobjinfo prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/lib/hex/META prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/lib/hex/dune-package prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/lib/hex/hex.cmi prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/lib/hex/hex.cmt prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/lib/hex/hex.cmti prep/universes/f443d1db662eb1c187a735c017290695/hex/1.4.0/opam prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/doc/ prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/doc/mstruct/ prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/doc/mstruct/CHANGES.md prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/doc/mstruct/LICENSE.md prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/doc/mstruct/README.md prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/lib/ prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/lib/mstruct/ prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/lib/mstruct/mstruct.ocamlobjinfo prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/lib/mstruct/META prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/lib/mstruct/dune-package prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/lib/mstruct/mstruct.cmi prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/lib/mstruct/mstruct.cmt prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/lib/mstruct/mstruct.cmti prep/universes/4d31d1f53511cb3bc0a7c3354bc87b60/mstruct/1.4.0/opam prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/doc/ prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/doc/uri/ prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/doc/uri/CHANGES.md prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/doc/uri/LICENSE.md prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/doc/uri/README.md prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/ prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/ prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/uri.ocamlobjinfo prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/META prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/dune-package prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/services/ prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/services/uri_services.ocamlobjinfo prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/services/uri_services.cmi prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/services/uri_services.cmt prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/services/uri_services.cmti prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/services_full/ prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/services_full/uri_services_full.ocamlobjinfo prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/services_full/uri_services_full.cmi prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/services_full/uri_services_full.cmt prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/services_full/uri_services_full.cmti prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/uri.cmi prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/uri.cmt prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/lib/uri/uri.cmti prep/universes/62ba156521d26d68de5d01c5af5d904c/uri/4.2.0/opam prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/ prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/ prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/git.ocamlobjinfo prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/git_top.ocamlobjinfo prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/FS.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/FS.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/META prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/SHA.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/SHA.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/blob.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/blob.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/commit.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/commit.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/git.cmi prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/git.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/git_top.cmi prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/git_top.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/global_graph.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/global_graph.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/gri.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/gri.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/index.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/index.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/inflate.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/inflate.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/memory.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/memory.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/misc.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/misc.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/object.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/object_type.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/object_type.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/pack.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/pack.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/pack_index.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/pack_index.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/packed_refs.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/packed_refs.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/packed_value.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/packed_value.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/reference.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/reference.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/search.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/search.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/store.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/sync.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/sync.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/tag.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/tag.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/tree.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/tree.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/user.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/user.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/value.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/value.cmti prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/lib/git/version.cmt prep/universes/277d341ea52888c73bdfd49ef651c497/git/1.7.1/opam Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. HASHES:crc.1.0.0-5e5d0f28ca2ab4e9c67a5d480353f3fb:193ddf5b02e58afa0db7b30f08deecddea483f6c8a3a79b05983aa8c2fb91b3c HASHES:hex.1.4.0-f443d1db662eb1c187a735c017290695:182269842f061a6b0b5acc5ca381505171a8b824bba7a68a570aeed1722466d6 HASHES:mstruct.1.4.0-4d31d1f53511cb3bc0a7c3354bc87b60:c2996bfc7b5a4321d27cde2fc01fabb8c893062af331263dd44adc4460e9fba1 HASHES:uri.4.2.0-62ba156521d26d68de5d01c5af5d904c:80e4b45e47298a6d182524cc21b710f3e607752a6ca27bad22f2223fa9e54351 HASHES:git.1.7.1-277d341ea52888c73bdfd49ef651c497:9943ba62f6e8046886b2e2c295dcf87dd9a41dbddc6883699000817727c80a4c 2024-09-12 19:14.36 ---> saved as "5b9924eda3c0da21db46b08427c2bdf00c6b3c309f02ba52f6be9135aa58ba59" Job succeeded 2024-09-12 19:22.22: git.1.7.1-277d341ea52888c73bdfd49ef651c497 -> 9943ba62f6e8046886b2e2c295dcf87dd9a41dbddc6883699000817727c80a4c 2024-09-12 19:22.22: uri.4.2.0-62ba156521d26d68de5d01c5af5d904c -> 80e4b45e47298a6d182524cc21b710f3e607752a6ca27bad22f2223fa9e54351 2024-09-12 19:22.22: mstruct.1.4.0-4d31d1f53511cb3bc0a7c3354bc87b60 -> c2996bfc7b5a4321d27cde2fc01fabb8c893062af331263dd44adc4460e9fba1 2024-09-12 19:22.22: hex.1.4.0-f443d1db662eb1c187a735c017290695 -> 182269842f061a6b0b5acc5ca381505171a8b824bba7a68a570aeed1722466d6 2024-09-12 19:22.22: crc.1.0.0-5e5d0f28ca2ab4e9c67a5d480353f3fb -> 193ddf5b02e58afa0db7b30f08deecddea483f6c8a3a79b05983aa8c2fb91b3c 2024-09-12 19:22.22: Job succeeded