Build:
- 0
2024-09-12 08:35.53: New job: Voodoo prep conduit.0.13.0; 2f3f088cdfd11bde28873e96a510cb74 2024-09-12 08:35.53: Waiting for resource in pool OCluster 2024-09-12 19:35.59: Waiting for worker… 2024-09-12 19:38.07: Got resource from pool OCluster 2024-09-12 19:38.07: Using cache hint "docs-universe-prep-4.04.2" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-4.04@sha256:c9383d78d2c3181108912e34b3674b2cf2868b1e7630425a7922fe6009d98f6e) (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.04@sha256:c9383d78d2c3181108912e34b3674b2cf2868b1e7630425a7922fe6009d98f6e) (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.3.16.0 ocamlfind.1.9.6")) (env DUNE_CACHE enabled) (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 conduit.0.13.0 uri.1.9.2 topkg.1.0.4 stringext.1.6.0 sexplib.113.33.00+4.03 seq.0.3.1 result.1.5 re.1.11.0 ppxfind.1.4 ppx_type_conv.113.33.02+4.03 ppx_tools.5.0 ppx_sexp_conv.113.33.01+4.03 ppx_optcomp.113.33.01+4.03 ppx_driver.113.33.02+4.03 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_core.113.33.01+4.03 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ipaddr.2.7.2 dune.3.16.0 cstruct.6.0.1 cppo.1.7.0 bigarray-compat.1.1.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u conduit:2f3f088cdfd11bde28873e96a510cb74,uri:eb408fc2a8626552037e2e0788a9c376,stringext:e1657b8621e6d0fea91308e7bef1f686,sexplib:e4de8bfd8e94c8261a073ab5e948c083,ppx_sexp_conv:072bbd1bac6359687a2834f075879577,ipaddr:16276a52d48a1e6d704f5b9ed1574eff")) (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.599496') && (for DATA in prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2,ipaddr.2.7.2-16276a52d48a1e6d704f5b9ed1574eff,ipaddr.2.7.2 prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03,ppx_sexp_conv.113.33.01+4.03-072bbd1bac6359687a2834f075879577,ppx_sexp_conv.113.33.01+4.03 prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03,sexplib.113.33.00+4.03-e4de8bfd8e94c8261a073ab5e948c083,sexplib.113.33.00+4.03 prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0,stringext.1.6.0-e1657b8621e6d0fea91308e7bef1f686,stringext.1.6.0 prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2,uri.1.9.2-eb408fc2a8626552037e2e0788a9c376,uri.1.9.2 prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0,conduit.0.13.0-2f3f088cdfd11bde28873e96a510cb74,conduit.0.13.0; 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/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2,ipaddr.2.7.2-16276a52d48a1e6d704f5b9ed1574eff,ipaddr.2.7.2 prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03,ppx_sexp_conv.113.33.01+4.03-072bbd1bac6359687a2834f075879577,ppx_sexp_conv.113.33.01+4.03 prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03,sexplib.113.33.00+4.03-e4de8bfd8e94c8261a073ab5e948c083,sexplib.113.33.00+4.03 prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0,stringext.1.6.0-e1657b8621e6d0fea91308e7bef1f686,stringext.1.6.0 prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2,uri.1.9.2-eb408fc2a8626552037e2e0788a9c376,uri.1.9.2 prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0,conduit.0.13.0-2f3f088cdfd11bde28873e96a510cb74,conduit.0.13.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2,ipaddr.2.7.2-16276a52d48a1e6d704f5b9ed1574eff,ipaddr.2.7.2 prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03,ppx_sexp_conv.113.33.01+4.03-072bbd1bac6359687a2834f075879577,ppx_sexp_conv.113.33.01+4.03 prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03,sexplib.113.33.00+4.03-e4de8bfd8e94c8261a073ab5e948c083,sexplib.113.33.00+4.03 prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0,stringext.1.6.0-e1657b8621e6d0fea91308e7bef1f686,stringext.1.6.0 prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2,uri.1.9.2-eb408fc2a8626552037e2e0788a9c376,uri.1.9.2 prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0,conduit.0.13.0-2f3f088cdfd11bde28873e96a510cb74,conduit.0.13.0; 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 5ee688bb15d6f6e2321121b77eb06b2139310f2b --local-file prep.spec \ --pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.04.2 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2024-09-12 19:38.07: RETRYING: 2024-09-12/083553-voodoo-prep-1ca8ff Number of retries: 0 (retriable error condition) Building on asteria.caelum.ci.dev All commits already cached Updating files: 66% (21311/32082) Updating files: 67% (21495/32082) Updating files: 68% (21816/32082) Updating files: 69% (22137/32082) Updating files: 70% (22458/32082) Updating files: 71% (22779/32082) Updating files: 72% (23100/32082) Updating files: 73% (23420/32082) Updating files: 74% (23741/32082) Updating files: 75% (24062/32082) Updating files: 76% (24383/32082) Updating files: 77% (24704/32082) Updating files: 78% (25024/32082) Updating files: 79% (25345/32082) Updating files: 80% (25666/32082) Updating files: 81% (25987/32082) Updating files: 82% (26308/32082) Updating files: 83% (26629/32082) Updating files: 84% (26949/32082) Updating files: 85% (27270/32082) Updating files: 86% (27591/32082) Updating files: 87% (27912/32082) Updating files: 88% (28233/32082) Updating files: 89% (28553/32082) Updating files: 90% (28874/32082) Updating files: 91% (29195/32082) Updating files: 92% (29516/32082) Updating files: 93% (29837/32082) Updating files: 94% (30158/32082) Updating files: 95% (30478/32082) Updating files: 96% (30799/32082) Updating files: 97% (31120/32082) Updating files: 98% (31441/32082) Updating files: 99% (31762/32082) Updating files: 100% (32082/32082) Updating files: 100% (32082/32082), done. HEAD is now at 5ee688bb15 Windows support for ocaml-secondary-compiler.4.14.2 (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.04@sha256:c9383d78d2c3181108912e34b3674b2cf2868b1e7630425a7922fe6009d98f6e) 2024-09-12 19:32.07 ---> using "f87fb70ec3cca16a72304f6622609e20ed65f9dc71a3c59f9ac95deeea57cf58" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 19:32.07 ---> using "a48ab2cbe5f69ffffa952e57492097050ee2bbcea8e6418724430a302e1f28ac" 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 0s (992 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 (7611 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:32.07 ---> using "c05c8e792d06864fe204e80bc6edf0226468f0c399671e9c11182e88b67bb71b" 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.4 [required by bos] - install ocamlfind-secondary 1.9.6 [required by dune] - install base-bytes base [required by astring] - install dune 3.16.0 [required by voodoo-prep] - install astring 0.8.3 [required by bos] - 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 fpath 0.7.3 [required by voodoo-prep] - install ocamlgraph 2.0.0 [required by opam-core] - install re 1.11.0 [required by opam-format] - install fmt 0.8.6 [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* ===== 23 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [astring.0.8.3] 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.6] 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.4] 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 base-bytes.base -> installed ocamlfind-secondary.1.9.6 -> installed ocamlbuild.0.14.3 -> installed topkg.1.0.4 -> installed astring.0.8.3 -> installed fpath.0.7.3 -> installed dune.3.16.0 -> installed seq.0.3.1 -> installed result.1.5 -> installed opam-file-format.2.1.6 -> installed cppo.1.7.0 -> installed stdlib-shims.0.3.0 -> installed rresult.0.6.0 -> installed re.1.11.0 -> installed fmt.0.8.6 -> 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:32.07 ---> using "de4cf1e0481f1ce776364b2222a02b65dff447796dbd1b58623b6ea4481f1d08" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 19:32.07 ---> using "634eeb583d70a4c997ec49d9bf73370b30532564850dcd581f39f299b8cab525" from cache 2024-09-12 19:32.07 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.04@sha256:c9383d78d2c3181108912e34b3674b2cf2868b1e7630425a7922fe6009d98f6e) 2024-09-12 19:32.07 ---> using "f87fb70ec3cca16a72304f6622609e20ed65f9dc71a3c59f9ac95deeea57cf58" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 19:32.07 ---> using "a48ab2cbe5f69ffffa952e57492097050ee2bbcea8e6418724430a302e1f28ac" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 19:32.07 ---> using "af32c8b753a73dcabeec1a102b31cf31eec12134d3ca6721c9542413fd7b92e7" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 19:32.08 ---> using "d43914ff85f45d62ce88e2e005d64e5518048599f2adf71e4fa6b463a5229559" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 19:32.08 ---> using "58ed4f47bcef651d4e561a0dba06c3bf728166b6bad707e941140ec33b33621e" 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:32.08 ---> using "d0273eaf1aa309fe6626cfa6b27a56e08326a3332043ada79a1a5bf9d623e7f6" from cache /home/opam: (run (shell "opam repo remove default && opam repo add opam /src")) Repositories removed from the selections of switch 4.04. Use '--all' to forget about them altogether. [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 4.04 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:32.08 ---> using "11ddc5eeade7022fe8677c366b442943c9fe65c3bb412dc483b63083f3a53d52" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 19:32.08 ---> using "197d3e05380a445ba1bed5ea83c826a6b8b4b8fc4c170e41897a6941c2370b94" 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.3.16.0 ocamlfind.1.9.6")) The following actions will be performed: - install ocamlfind 1.9.6 - install ocamlfind-secondary 1.9.6 [required by dune] - install dune 3.16.0 ===== 3 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.6 (cached) -> retrieved dune.3.16.0 (cached) -> retrieved ocamlfind-secondary.1.9.6 (cached) -> installed ocamlfind.1.9.6 -> installed ocamlfind-secondary.1.9.6 -> installed dune.3.16.0 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:32.08 ---> using "6e5a6e7b5aee62454414736a056f9802e81911ae287d1d6729a1b17358f7704f" from cache /home/opam: (env DUNE_CACHE enabled) /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 conduit.0.13.0 uri.1.9.2 topkg.1.0.4 stringext.1.6.0 sexplib.113.33.00+4.03 seq.0.3.1 result.1.5 re.1.11.0 ppxfind.1.4 ppx_type_conv.113.33.02+4.03 ppx_tools.5.0 ppx_sexp_conv.113.33.01+4.03 ppx_optcomp.113.33.01+4.03 ppx_driver.113.33.02+4.03 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_core.113.33.01+4.03 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ipaddr.2.7.2 dune.3.16.0 cstruct.6.0.1 cppo.1.7.0 bigarray-compat.1.1.0 base-bytes.base 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 (864 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 conduit.0.13.0 uri.1.9.2 topkg.1.0.4 stringext.1.6.0 sexplib.113.33.00+4.03 seq.0.3.1 result.1.5 re.1.11.0 ppxfind.1.4 ppx_type_conv.113.33.02+4.03 ppx_tools.5.0 ppx_sexp_conv.113.33.01+4.03 ppx_optcomp.113.33.01+4.03 ppx_driver.113.33.02+4.03 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_core.113.33.01+4.03 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ipaddr.2.7.2 dune.3.16.0 cstruct.6.0.1 cppo.1.7.0 bigarray-compat.1.1.0 base-bytes.base" 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 3.16.0). [NOTE] Package ocamlfind is already installed (current version is 1.9.6). The following actions will be performed: - install ppx_derivers 1.2.1 - install ocamlbuild 0.14.3 - install seq 0.3.1 - install bigarray-compat 1.1.0 - install stringext 1.6.0 - install result 1.5 - install base-bytes base - install cppo 1.7.0 - install ppx_tools 5.0 - install topkg 1.0.4 - install sexplib 113.33.00+4.03 - install re 1.11.0 - install cstruct 6.0.1 - install ocaml-migrate-parsetree 1.8.0 - install ppx_core 113.33.01+4.03 - install ppxfind 1.4 - install ppx_optcomp 113.33.01+4.03 - install ppx_deriving 4.5-1 - install ppx_driver 113.33.02+4.03 - install ppx_type_conv 113.33.02+4.03 - install ppx_sexp_conv 113.33.01+4.03 - install uri 1.9.2 - install ipaddr 2.7.2 - install conduit 0.13.0 ===== 24 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/72: Processing 3/72: Processing 4/72: Processing 5/72: -> installed base-bytes.base Processing 6/72: -> retrieved bigarray-compat.1.1.0 (cached) Processing 7/72: Processing 8/72: [bigarray-compat: dune build] -> retrieved conduit.0.13.0 (cached) Processing 9/72: [bigarray-compat: dune build] -> retrieved cppo.1.7.0 (cached) Processing 10/72: [bigarray-compat: dune build] Processing 11/72: [bigarray-compat: dune build] [cppo: dune build] -> retrieved cstruct.6.0.1 (cached) Processing 12/72: [bigarray-compat: dune build] [cppo: dune build] -> retrieved ipaddr.2.7.2 (cached) Processing 13/72: [bigarray-compat: dune build] [cppo: dune build] -> retrieved ocamlbuild.0.14.3 (cached) Processing 14/72: [bigarray-compat: dune build] [cppo: dune build] Processing 15/72: [bigarray-compat: dune build] [cppo: dune build] [ocamlbuild: make configure.make] -> retrieved ocaml-migrate-parsetree.1.8.0 (cached) Processing 16/72: [bigarray-compat: dune build] [cppo: dune build] [ocamlbuild: make configure.make] -> retrieved ppx_core.113.33.01+4.03 (cached) Processing 17/72: [bigarray-compat: dune build] [cppo: dune build] [ocamlbuild: make configure.make] -> retrieved ppx_derivers.1.2.1 (cached) Processing 18/72: [bigarray-compat: dune build] [cppo: dune build] [ocamlbuild: make configure.make] Processing 19/72: [bigarray-compat: dune build] [cppo: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build] - (echo "# This file was generated from configure.make"; \ - echo ;\ - echo "OCAML_PREFIX=/home/opam/.opam/4.04"; \ - echo "OCAML_BINDIR=/home/opam/.opam/4.04/bin"; \ - echo "OCAML_LIBDIR=/home/opam/.opam/4.04/lib/ocaml"; \ - echo "OCAML_MANDIR=/home/opam/.opam/4.04/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.04"; \ - echo "BINDIR=/home/opam/.opam/4.04/bin"; \ - echo "LIBDIR=/home/opam/.opam/4.04/lib"; \ - echo "MANDIR=/home/opam/.opam/4.04/man"; \ - ) > Makefile.config - (echo "(* This file was generated from ../configure.make *)"; \ - echo ;\ - echo 'let bindir = "/home/opam/.opam/4.04/bin"'; \ - echo 'let libdir = "/home/opam/.opam/4.04/lib"'; \ - echo 'let ocaml_libdir = "/home/opam/.opam/4.04/lib/ocaml"'; \ - echo 'let libdir_abs = "/home/opam/.opam/4.04/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 19/72: [bigarray-compat: dune build] [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> compiled bigarray-compat.1.1.0 Processing 19/72: [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> installed bigarray-compat.1.1.0 Processing 20/72: [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] Processing 21/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_deriving.4.5-1 (cached) Processing 22/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_driver.113.33.02+4.03 (cached) Processing 23/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_optcomp.113.33.01+4.03 (cached) Processing 24/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_sexp_conv.113.33.01+4.03 (cached) Processing 25/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_tools.5.0 (cached) Processing 26/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] Processing 27/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] -> retrieved ppx_type_conv.113.33.02+4.03 (cached) Processing 28/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] -> retrieved ppxfind.1.4 (cached) Processing 29/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] -> retrieved re.1.11.0 (cached) Processing 30/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [ppx_tools: make all] -> compiled ppx_derivers.1.2.1 Processing 30/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] -> installed ppx_derivers.1.2.1 Processing 31/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] -> retrieved result.1.5 (cached) Processing 32/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] Processing 33/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] -> retrieved seq.0.3.1 (cached) Processing 34/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] Processing 35/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] -> retrieved sexplib.113.33.00+4.03 (cached) Processing 36/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] -> retrieved stringext.1.6.0 (cached) Processing 37/72: [cppo: dune build] [cstruct: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [stringext: dune build] -> retrieved topkg.1.0.4 (cached) -> retrieved uri.1.9.2 (cached) -> compiled cstruct.6.0.1 Processing 37/72: [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [stringext: dune build] -> installed cstruct.6.0.1 Processing 38/72: [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [result: dune build] [seq: dune build] [stringext: dune build] -> compiled result.1.5 Processing 38/72: [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [stringext: dune build] -> installed result.1.5 Processing 39/72: [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [stringext: dune build] Processing 40/72: [cppo: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [seq: dune build] [stringext: dune build] -> compiled seq.0.3.1 Processing 40/72: [cppo: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [stringext: dune build] -> installed seq.0.3.1 Processing 41/72: [cppo: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [stringext: dune build] Processing 42/72: [cppo: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] [stringext: dune build] -> compiled stringext.1.6.0 Processing 42/72: [cppo: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] -> installed stringext.1.6.0 Processing 43/72: [cppo: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] -> compiled cppo.1.7.0 Processing 43/72: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] -> installed cppo.1.7.0 Processing 44/72: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make all] [re: dune build] - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.mli - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.mli - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml - ocamlc -bin-annot -a -o ppx_tools.cma ast_convenience.cmo ast_mapper_class.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c genlifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o genlifter ocamlcommon.cma ppx_tools.cma genlifter.cmo - ./genlifter -I +compiler-libs Parsetree.expression > ast_lifter.ml || rm -rf ast_lifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_lifter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c dumpast.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o dumpast ocamlcommon.cma ocamlbytecomp.cma ast_lifter.cmo dumpast.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ppx_metaquot.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o ppx_metaquot ocamlcommon.cma ppx_tools.cma ast_lifter.cmo ppx_metaquot.cmo - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -c rewriter.ml - ocamlc -bin-annot -w +A-4-17-44-45 -I +compiler-libs -safe-string -o rewriter ocamlcommon.cma rewriter.cmo - ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_convenience.ml - ocamlopt -w +A-4-17-44-45 -I +compiler-libs -safe-string -c ast_mapper_class.ml - ocamlopt -a -o ppx_tools.cmxa ast_convenience.cmx ast_mapper_class.cmx - ocamlopt -shared -o ppx_tools.cmxs -linkall ppx_tools.cmxa -> compiled ppx_tools.5.0 Processing 44/72: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] Processing 45/72: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] [ppx_tools: make install] -> compiled re.1.11.0 Processing 45/72: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_tools: make install] - ocamlfind install ppx_tools META genlifter dumpast ppx_metaquot rewriter ppx_tools.cma ppx_tools.cmxa ppx_tools.a ppx_tools.cmxs ast_convenience.mli ast_convenience.cmi ast_convenience.cmt ast_convenience.cmti ast_convenience.cmx ast_mapper_class.mli ast_mapper_class.cmi ast_mapper_class.cmt ast_mapper_class.cmti ast_mapper_class.cmx - Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.cmx - Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.cmti - Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.cmt - Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.cmi - Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_mapper_class.mli - Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.cmx - Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.cmti - Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.cmt - Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.cmi - Installed /home/opam/.opam/4.04/lib/ppx_tools/ast_convenience.mli - Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_tools.cmxs - Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_tools.a - Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_tools.cmxa - Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_tools.cma - Installed /home/opam/.opam/4.04/lib/ppx_tools/rewriter - Installed /home/opam/.opam/4.04/lib/ppx_tools/ppx_metaquot - Installed /home/opam/.opam/4.04/lib/ppx_tools/dumpast - Installed /home/opam/.opam/4.04/lib/ppx_tools/genlifter - Installed /home/opam/.opam/4.04/lib/ppx_tools/META -> installed ppx_tools.5.0 Processing 45/72: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] -> installed re.1.11.0 Processing 46/72: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] - if test -d /home/opam/.opam/4.04/lib/ocaml/ocamlbuild; then\ - >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\ - "/home/opam/.opam/4.04/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.04/.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.04/.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.04/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-lib-opam - make[2]: Entering directory '/home/opam/.opam/4.04/.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.04/.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.04/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-lib-byte-opam - make[3]: Entering directory '/home/opam/.opam/4.04/.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.04/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-lib-native-opam - make[3]: Entering directory '/home/opam/.opam/4.04/.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.04/.opam-switch/build/ocamlbuild.0.14.3' - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-man-opam - make[2]: Entering directory '/home/opam/.opam/4.04/.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.04/.opam-switch/build/ocamlbuild.0.14.3' - /usr/bin/make install-doc-opam - make[2]: Entering directory '/home/opam/.opam/4.04/.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.04/.opam-switch/build/ocamlbuild.0.14.3' - make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ocamlbuild.0.14.3' -> compiled ocamlbuild.0.14.3 Processing 46/72: [ocaml-migrate-parsetree: dune build] -> installed ocamlbuild.0.14.3 Processing 47/72: [ocaml-migrate-parsetree: dune build] Processing 48/72: [ocaml-migrate-parsetree: dune build] [ppx_core: ./configure] Processing 49/72: [ocaml-migrate-parsetree: dune build] [ppx_core: ./configure] [sexplib: ./configure] Processing 50/72: [ocaml-migrate-parsetree: dune build] [ppx_core: ./configure] [sexplib: ./configure] [topkg: ocaml build] -> compiled ocaml-migrate-parsetree.1.8.0 Processing 50/72: [ppx_core: ./configure] [sexplib: ./configure] [topkg: ocaml build] -> installed ocaml-migrate-parsetree.1.8.0 Processing 51/72: [ppx_core: ./configure] [sexplib: ./configure] [topkg: ocaml build] Processing 52/72: [ppx_core: ./configure] [ppxfind: dune build] [sexplib: ./configure] [topkg: ocaml build] - File "./setup.ml", line 316, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 316, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 325, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 325, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 328, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 366, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 472, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1823, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1829, 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.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ ppx_core - Package version: ..................................... 113.33.01+4.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.04 - 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_compiler_libs_common: ............................ /home/opam/.opam/4.04/lib/ocaml/compiler-libs - pkg_compiler_libs_bytecomp: .......................... /home/opam/.opam/4.04/lib/ocaml/compiler-libs - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.04/lib/ppx_tools - Processing 52/72: [ppx_core: make] [ppxfind: dune build] [sexplib: ./configure] [topkg: ocaml build] - File "./setup.ml", line 316, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 316, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 325, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 325, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 328, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 366, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 472, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1823, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1829, 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.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ sexplib - Package version: ..................................... 113.33.00+4.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.04 - 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_bigarray: ........................................ /home/opam/.opam/4.04/lib/ocaml - pkg_num: ............................................. /home/opam/.opam/4.04/lib/num - pkg_unix: ............................................ /home/opam/.opam/4.04/lib/ocaml - Processing 52/72: [ppx_core: make] [ppxfind: dune build] [sexplib: make] [topkg: ocaml build] -> compiled ppxfind.1.4 Processing 52/72: [ppx_core: make] [sexplib: make] [topkg: ocaml build] -> installed ppxfind.1.4 Processing 53/72: [ppx_core: make] [sexplib: make] [topkg: ocaml build] [ppx_deriving: patch] applying fix_dune_3.patch Processing 54/72: [ppx_core: make] [ppx_deriving: patch] [sexplib: make] [topkg: ocaml build] Processing 54/72: [ppx_core: make] [ppx_deriving: dune build] [sexplib: make] [topkg: ocaml build] -> compiled ppx_deriving.4.5-1 Processing 54/72: [ppx_core: make] [sexplib: make] [topkg: ocaml build] -> installed ppx_deriving.4.5-1 Processing 55/72: [ppx_core: make] [sexplib: make] [topkg: ocaml build] - ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends - ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli - ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends - ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends - ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends - ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli - ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli - ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli - ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli - ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends - ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends - ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends - ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml - ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml - ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends - ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli - ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends - ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli - ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml - ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml - ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends - ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml - ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends - ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli - ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends - ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml - ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends - ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli - ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends - ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends - ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml - ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml - ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends - ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends - ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends - ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli - ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml - ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml - ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends - ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml - ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa - ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmo src/topkg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmo src/topkg_build.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmo src/topkg_cmd.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmo src/topkg_codec.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmo src/topkg_distrib.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmo src/topkg_fexts.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmo src/topkg_install.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmo src/topkg_ipc.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmo src/topkg_log.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmo src/topkg_opam.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmo src/topkg_pkg.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmo src/topkg_publish.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmo src/topkg_result.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmo src/topkg_test.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml - ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma - # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) } -> compiled topkg.1.0.4 Processing 55/72: [ppx_core: make] [sexplib: make] -> installed topkg.1.0.4 Processing 56/72: [ppx_core: make] [sexplib: make] - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - File "setup.ml", line 316, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 316, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 325, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 325, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 328, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 366, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 472, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 1823, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 1829, 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. - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ sexplib - Package version: ..................................... 113.33.00+4.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.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_bigarray: ........................................ /home/opam/.opam/4.04/lib/ocaml - pkg_num: ............................................. /home/opam/.opam/4.04/lib/num - pkg_unix: ............................................ /home/opam/.opam/4.04/lib/ocaml - - ./setup.exe -build - W: Cannot find source file matching module 'sexplib_unix' in library sexplib_unix - W: Cannot find source file matching module 'sexplib_num' in library sexplib_num - W: Cannot find source file matching module 'sexplib' in library sexplib - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/conv.mli > src/conv.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/sexp.mli > src/sexp.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/sexp_intf.ml > src/sexp_intf.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -pp 'cpp -undef -traditional -Isyntax -w' -predicates ppx_driver -predicates ppx_driver -modules src/pre_sexp.ml > src/pre_sexp.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/lexer.mli > src/lexer.mli.depends - /home/opam/.opam/4.04/bin/ocamlyacc src/parser.mly - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/parser.mli > src/parser.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/type.ml > src/type.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/type.cmo src/type.ml - /home/opam/.opam/4.04/bin/ocamlyacc src/parser_with_layout.mly - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/parser_with_layout.mli > src/parser_with_layout.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/type_with_layout.mli > src/type_with_layout.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/src_pos.mli > src/src_pos.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates ppx_driver -w -40 -I src -o src/src_pos.cmi src/src_pos.mli - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates ppx_driver -w -40 -I src -o src/type_with_layout.cmi src/type_with_layout.mli - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates ppx_driver -w -40 -I src -o src/parser.cmi src/parser.mli - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates ppx_driver -w -40 -I src -o src/parser_with_layout.cmi src/parser_with_layout.mli - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates ppx_driver -w -40 -I src -o src/lexer.cmi src/lexer.mli - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -pp 'cpp -undef -traditional -Isyntax -w' -predicates ppx_driver -w -40 -I src -o src/pre_sexp.cmo src/pre_sexp.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/sexp_intf.cmo src/sexp_intf.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates ppx_driver -w -40 -I src -o src/sexp.cmi src/sexp.mli - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates ppx_driver -w -40 -I src -o src/conv.cmi src/conv.mli - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/conv.ml > src/conv.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/conv_error.ml > src/conv_error.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/exn_magic.mli > src/exn_magic.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates ppx_driver -w -40 -I src -o src/exn_magic.cmi src/exn_magic.mli - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/exn_magic.ml > src/exn_magic.ml.depends - /home/opam/.opam/4.04/bin/ocamllex.opt -q src/lexer.mll - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/lexer.ml > src/lexer.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/macro.mli > src/macro.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates ppx_driver -w -40 -I src -o src/macro.cmi src/macro.mli - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/macro.ml > src/macro.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/parser.ml > src/parser.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/parser_with_layout.ml > src/parser_with_layout.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/path.mli > src/path.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -predicates ppx_driver -w -40 -I src -o src/path.cmi src/path.mli - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/path.ml > src/path.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/sexp.ml > src/sexp.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/sexp_with_layout.ml > src/sexp_with_layout.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/sexp_with_layout.cmo src/sexp_with_layout.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/src_pos.ml > src/src_pos.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/std.ml > src/std.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -predicates ppx_driver -predicates ppx_driver -modules src/type_with_layout.ml > src/type_with_layout.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/conv.cmo src/conv.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/conv_error.cmo src/conv_error.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/exn_magic.cmo src/exn_magic.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/lexer.cmo src/lexer.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/macro.cmo src/macro.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/parser.cmo src/parser.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/parser_with_layout.cmo src/parser_with_layout.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/path.cmo src/path.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/sexp.cmo src/sexp.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/src_pos.cmo src/src_pos.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/std.cmo src/std.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/type_with_layout.cmo src/type_with_layout.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/type.cmo src/parser.cmo src/src_pos.cmo src/type_with_layout.cmo src/parser_with_layout.cmo src/lexer.cmo src/pre_sexp.cmo src/sexp_intf.cmo src/sexp_with_layout.cmo src/sexp.cmo src/conv.cmo src/conv_error.cmo src/exn_magic.cmo src/macro.cmo src/path.cmo src/std.cmo -o src/sexplib.cmo - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -thread -I src src/sexplib.cmo -o src/sexplib.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/type.cmx src/type.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/src_pos.cmx src/src_pos.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/type_with_layout.cmx src/type_with_layout.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/parser.cmx src/parser.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/parser_with_layout.cmx src/parser_with_layout.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/lexer.cmx src/lexer.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -pp 'cpp -undef -traditional -Isyntax -w' -predicates ppx_driver -w -40 -I src -o src/pre_sexp.cmx src/pre_sexp.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/sexp_with_layout.cmx src/sexp_with_layout.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/sexp_intf.cmx src/sexp_intf.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/sexp.cmx src/sexp.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/conv.cmx src/conv.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/macro.cmx src/macro.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/conv_error.cmx src/conv_error.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/exn_magic.cmx src/exn_magic.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/path.cmx src/path.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package bigarray -for-pack Sexplib -predicates ppx_driver -w -40 -I src -o src/std.cmx src/std.ml - touch src/sexplib.mli ; if /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/type.cmx src/parser.cmx src/src_pos.cmx src/type_with_layout.cmx src/parser_with_layout.cmx src/lexer.cmx src/pre_sexp.cmx src/sexp_intf.cmx src/sexp_with_layout.cmx src/sexp.cmx src/conv.cmx src/conv_error.cmx src/exn_magic.cmx src/macro.cmx src/path.cmx src/std.cmx -o src/sexplib.cmx ; then rm -f src/sexplib.mli ; else rm -f src/sexplib.mli ; exit 1; fi - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -thread -I src src/sexplib.cmx -o src/sexplib.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I src src/sexplib.cmxa -o src/sexplib.cmxs - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -package num -predicates ppx_driver -predicates ppx_driver -modules num/lib/sexplib_num_conv.mli > num/lib/sexplib_num_conv.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -predicates ppx_driver -w -40 -I num/lib -I src -o num/lib/sexplib_num_conv.cmi num/lib/sexplib_num_conv.mli - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -package num -predicates ppx_driver -predicates ppx_driver -modules num/lib/sexplib_num_conv.ml > num/lib/sexplib_num_conv.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package bigarray -package num -predicates ppx_driver -predicates ppx_driver -modules num/lib/std.ml > num/lib/std.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates ppx_driver -w -40 -I num/lib -I src -o num/lib/sexplib_num_conv.cmo num/lib/sexplib_num_conv.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates ppx_driver -w -40 -I num/lib -I src -o num/lib/std.cmo num/lib/std.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -pack -g -annot -bin-annot num/lib/sexplib_num_conv.cmo num/lib/std.cmo -o num/lib/sexplib_num.cmo - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -thread -I num/lib num/lib/sexplib_num.cmo -o num/lib/sexplib_num.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates ppx_driver -w -40 -I num/lib -I src -o num/lib/sexplib_num_conv.cmx num/lib/sexplib_num_conv.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates ppx_driver -w -40 -I num/lib -I src -o num/lib/sexplib_num_conv.cmx num/lib/sexplib_num_conv.ml - findlib: [WARNING] Interface std.cmi occurs in several directories: num/lib, src - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates ppx_driver -w -40 -I num/lib -I src -o num/lib/std.cmx num/lib/std.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package bigarray -package num -for-pack Sexplib_num -predicates ppx_driver -w -40 -I num/lib -I src -o num/lib/std.cmx num/lib/std.ml - findlib: [WARNING] Interface std.cmi occurs in several directories: num/lib, src - touch num/lib/sexplib_num.mli ; if /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I num/lib num/lib/sexplib_num_conv.cmx num/lib/std.cmx -o num/lib/sexplib_num.cmx ; then rm -f num/lib/sexplib_num.mli ; else rm -f num/lib/sexplib_num.mli ; exit 1; fi - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -thread -I num/lib num/lib/sexplib_num.cmx -o num/lib/sexplib_num.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I num/lib num/lib/sexplib_num.cmxa -o num/lib/sexplib_num.cmxs - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package unix -package bigarray -predicates ppx_driver -predicates ppx_driver -modules unix/lib/sexplib_unix_conv.ml > unix/lib/sexplib_unix_conv.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package unix -package bigarray -for-pack Sexplib_unix -predicates ppx_driver -w -40 -I unix/lib -I src -o unix/lib/sexplib_unix_conv.cmo unix/lib/sexplib_unix_conv.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -pack -g -annot -bin-annot unix/lib/sexplib_unix_conv.cmo -o unix/lib/sexplib_unix.cmo - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -thread -I unix/lib unix/lib/sexplib_unix.cmo -o unix/lib/sexplib_unix.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package unix -package bigarray -for-pack Sexplib_unix -predicates ppx_driver -w -40 -I unix/lib -I src -o unix/lib/sexplib_unix_conv.cmx unix/lib/sexplib_unix_conv.ml - touch unix/lib/sexplib_unix.mli ; if /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I unix/lib unix/lib/sexplib_unix_conv.cmx -o unix/lib/sexplib_unix.cmx ; then rm -f unix/lib/sexplib_unix.mli ; else rm -f unix/lib/sexplib_unix.mli ; exit 1; fi - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -thread -I unix/lib unix/lib/sexplib_unix.cmx -o unix/lib/sexplib_unix.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I unix/lib unix/lib/sexplib_unix.cmxa -o unix/lib/sexplib_unix.cmxs - + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/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. - /usr/bin/make sexplib.install - make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/sexplib.113.33.00+4.03' - ocaml -I js-utils js-utils/gen_install.ml - make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/sexplib.113.33.00+4.03' -> compiled sexplib.113.33.00+4.03 Processing 56/72: [ppx_core: make] -> installed sexplib.113.33.00+4.03 Processing 57/72: [ppx_core: make] + /usr/bin/make (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_core.113.33.01+4.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - File "setup.ml", line 316, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 316, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 325, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 325, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 328, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 366, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 472, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 1823, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 1829, 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. - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ ppx_core - Package version: ..................................... 113.33.01+4.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.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_compiler_libs_common: ............................ /home/opam/.opam/4.04/lib/ocaml/compiler-libs - pkg_compiler_libs_bytecomp: .......................... /home/opam/.opam/4.04/lib/ocaml/compiler-libs - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.04/lib/ppx_tools - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_core' in library ppx_core - W: Cannot find source file matching module 'Ast_builder_generated' in library ppx_core - W: Cannot find source file matching module 'Ast_pattern_generated' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_fold' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_fold_map' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_iter' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_map' in library ppx_core - W: Cannot find source file matching module 'Ast_traverse_map_with_context' in library ppx_core - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_builder.mli > src/ast_builder.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -predicates ppx_driver -modules src/gen/gen_ast_builder.ml > src/gen/gen_ast_builder.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -predicates ppx_driver -modules src/gen/common.ml > src/gen/common.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/common.cmo src/gen/common.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/common.cmo src/gen/common.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/gen_ast_builder.cmo src/gen/gen_ast_builder.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/gen_ast_builder.cmo src/gen/gen_ast_builder.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -I src/gen src/gen/common.cmo src/gen/gen_ast_builder.cmo -o src/gen/gen_ast_builder.byte - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -I src/gen src/gen/common.cmo src/gen/gen_ast_builder.cmo -o src/gen/gen_ast_builder.byte - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - src/gen/gen_ast_builder.byte -I +compiler-libs Parsetree - mv ast_builder_generated.ml src/ast_builder_generated.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_builder_generated.ml > src/ast_builder_generated.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_builder_intf.ml > src/ast_builder_intf.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_builder_generated.cmo src/ast_builder_generated.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_builder_generated.cmo src/ast_builder_generated.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_builder_intf.cmo src/ast_builder_intf.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_builder_intf.cmo src/ast_builder_intf.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_builder.cmi src/ast_builder.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_builder.cmi src/ast_builder.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_builder.ml > src/ast_builder.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_pattern.mli > src/ast_pattern.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_pattern0.ml > src/ast_pattern0.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -predicates ppx_driver -modules src/gen/gen_ast_pattern.ml > src/gen/gen_ast_pattern.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/gen_ast_pattern.cmo src/gen/gen_ast_pattern.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/gen_ast_pattern.cmo src/gen/gen_ast_pattern.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -I src/gen src/gen/common.cmo src/gen/gen_ast_pattern.cmo -o src/gen/gen_ast_pattern.byte - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -I src/gen src/gen/common.cmo src/gen/gen_ast_pattern.cmo -o src/gen/gen_ast_pattern.byte - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - src/gen/gen_ast_pattern.byte -I +compiler-libs Parsetree - mv ast_pattern_generated.ml src/ast_pattern_generated.ml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_pattern_generated.ml > src/ast_pattern_generated.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_pattern0.cmo src/ast_pattern0.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_pattern0.cmo src/ast_pattern0.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/common.mli > src/common.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_traverse.mli > src/ast_traverse.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -predicates ppx_driver -modules src/gen/gen.ml > src/gen/gen.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/gen.cmo src/gen/gen.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/gen.cmo src/gen/gen.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -I src/gen src/gen/common.cmo src/gen/gen.cmo -o src/gen/gen.byte - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -I src/gen src/gen/common.cmo src/gen/gen.cmo -o src/gen/gen.byte - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - src/gen/gen.byte -I +compiler-libs Parsetree - mv ast_traverse_map.ml src/ast_traverse_map.ml - mv ast_traverse_map.mli src/ast_traverse_map.mli - mv ast_traverse_iter.ml src/ast_traverse_iter.ml - mv ast_traverse_iter.mli src/ast_traverse_iter.mli - mv ast_traverse_fold.ml src/ast_traverse_fold.ml - mv ast_traverse_fold.mli src/ast_traverse_fold.mli - mv ast_traverse_fold_map.ml src/ast_traverse_fold_map.ml - mv ast_traverse_fold_map.mli src/ast_traverse_fold_map.mli - mv ast_traverse_map_with_context.ml src/ast_traverse_map_with_context.ml - mv ast_traverse_map_with_context.mli src/ast_traverse_map_with_context.mli - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_traverse_fold.mli > src/ast_traverse_fold.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_traverse_fold_map.mli > src/ast_traverse_fold_map.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_traverse_iter.mli > src/ast_traverse_iter.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_traverse_map.mli > src/ast_traverse_map.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_traverse_map_with_context.mli > src/ast_traverse_map_with_context.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_traverse_fold.cmi src/ast_traverse_fold.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_traverse_fold.cmi src/ast_traverse_fold.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_traverse_fold_map.cmi src/ast_traverse_fold_map.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_traverse_fold_map.cmi src/ast_traverse_fold_map.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_traverse_iter.cmi src/ast_traverse_iter.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_traverse_iter.cmi src/ast_traverse_iter.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_traverse_map.cmi src/ast_traverse_map.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_traverse_map.cmi src/ast_traverse_map.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_traverse_map_with_context.cmi src/ast_traverse_map_with_context.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_traverse_map_with_context.cmi src/ast_traverse_map_with_context.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_traverse.cmi src/ast_traverse.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_traverse.cmi src/ast_traverse.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/common.cmi src/common.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/common.cmi src/common.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_pattern_generated.cmo src/ast_pattern_generated.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_pattern_generated.cmo src/ast_pattern_generated.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_pattern.cmi src/ast_pattern.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/ast_pattern.cmi src/ast_pattern.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_pattern.ml > src/ast_pattern.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_traverse.ml > src/ast_traverse.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_traverse_fold.ml > src/ast_traverse_fold.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_traverse_fold_map.ml > src/ast_traverse_fold_map.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_traverse_iter.ml > src/ast_traverse_iter.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_traverse_map.ml > src/ast_traverse_map.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/ast_traverse_map_with_context.ml > src/ast_traverse_map_with_context.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/attribute.mli > src/attribute.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/attribute.cmi src/attribute.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/attribute.cmi src/attribute.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/attribute.ml > src/attribute.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/name.mli > src/name.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/name.cmi src/name.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/name.cmi src/name.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/caller_id.ml > src/caller_id.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/common.ml > src/common.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/extension.mli > src/extension.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/extension.cmi src/extension.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/extension.cmi src/extension.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/extension.ml > src/extension.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/file_path.mli > src/file_path.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/file_path.cmi src/file_path.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -predicates ppx_driver -w -40 -I src -o src/file_path.cmi src/file_path.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/file_path.ml > src/file_path.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/name.ml > src/name.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/caller_id.cmo src/caller_id.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/caller_id.cmo src/caller_id.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/spellcheck.ml > src/spellcheck.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/spellcheck.cmo src/spellcheck.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/spellcheck.cmo src/spellcheck.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.common -predicates ppx_driver -predicates ppx_driver -modules src/std.ml > src/std.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_builder.cmo src/ast_builder.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_builder.cmo src/ast_builder.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_pattern.cmo src/ast_pattern.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_pattern.cmo src/ast_pattern.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse.cmo src/ast_traverse.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse.cmo src/ast_traverse.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_fold.cmo src/ast_traverse_fold.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_fold.cmo src/ast_traverse_fold.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_fold_map.cmo src/ast_traverse_fold_map.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_fold_map.cmo src/ast_traverse_fold_map.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_iter.cmo src/ast_traverse_iter.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_iter.cmo src/ast_traverse_iter.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_map.cmo src/ast_traverse_map.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_map.cmo src/ast_traverse_map.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_map_with_context.cmo src/ast_traverse_map_with_context.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_map_with_context.cmo src/ast_traverse_map_with_context.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/attribute.cmo src/attribute.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/attribute.cmo src/attribute.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/common.cmo src/common.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/common.cmo src/common.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/extension.cmo src/extension.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/extension.cmo src/extension.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/file_path.cmo src/file_path.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/file_path.cmo src/file_path.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/name.cmo src/name.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/name.cmo src/name.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/std.cmo src/std.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/std.cmo src/std.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/ast_builder_generated.cmo src/ast_builder_intf.cmo src/ast_builder.cmo src/ast_pattern0.cmo src/ast_traverse_fold.cmo src/ast_traverse_fold_map.cmo src/ast_traverse_iter.cmo src/ast_traverse_map.cmo src/ast_traverse_map_with_context.cmo src/ast_traverse.cmo src/common.cmo src/ast_pattern_generated.cmo src/ast_pattern.cmo src/caller_id.cmo src/spellcheck.cmo src/name.cmo src/attribute.cmo src/extension.cmo src/file_path.cmo src/std.cmo -o src/ppx_core.cmo - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -thread -I src src/ppx_core.cmo -o src/ppx_core.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_builder_generated.cmx src/ast_builder_generated.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_builder_generated.cmx src/ast_builder_generated.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_builder_intf.cmx src/ast_builder_intf.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_builder_intf.cmx src/ast_builder_intf.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_pattern0.cmx src/ast_pattern0.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_pattern0.cmx src/ast_pattern0.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_builder.cmx src/ast_builder.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_builder.cmx src/ast_builder.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_fold.cmx src/ast_traverse_fold.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_fold.cmx src/ast_traverse_fold.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_fold_map.cmx src/ast_traverse_fold_map.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_fold_map.cmx src/ast_traverse_fold_map.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_iter.cmx src/ast_traverse_iter.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_iter.cmx src/ast_traverse_iter.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_map.cmx src/ast_traverse_map.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_map.cmx src/ast_traverse_map.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_map_with_context.cmx src/ast_traverse_map_with_context.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse_map_with_context.cmx src/ast_traverse_map_with_context.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse.cmx src/ast_traverse.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_traverse.cmx src/ast_traverse.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/common.cmx src/common.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/common.cmx src/common.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_pattern_generated.cmx src/ast_pattern_generated.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_pattern_generated.cmx src/ast_pattern_generated.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_pattern.cmx src/ast_pattern.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/ast_pattern.cmx src/ast_pattern.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/caller_id.cmx src/caller_id.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/caller_id.cmx src/caller_id.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/spellcheck.cmx src/spellcheck.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/spellcheck.cmx src/spellcheck.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/name.cmx src/name.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/name.cmx src/name.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/attribute.cmx src/attribute.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/attribute.cmx src/attribute.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/extension.cmx src/extension.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/extension.cmx src/extension.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/file_path.cmx src/file_path.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/file_path.cmx src/file_path.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/std.cmx src/std.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package compiler-libs.common -for-pack Ppx_core -predicates ppx_driver -w -40 -I src -o src/std.cmx src/std.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - touch src/ppx_core.mli ; if /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/ast_builder_generated.cmx src/ast_builder_intf.cmx src/ast_builder.cmx src/ast_pattern0.cmx src/ast_traverse_fold.cmx src/ast_traverse_fold_map.cmx src/ast_traverse_iter.cmx src/ast_traverse_map.cmx src/ast_traverse_map_with_context.cmx src/ast_traverse.cmx src/common.cmx src/ast_pattern_generated.cmx src/ast_pattern.cmx src/caller_id.cmx src/spellcheck.cmx src/name.cmx src/attribute.cmx src/extension.cmx src/file_path.cmx src/std.cmx -o src/ppx_core.cmx ; then rm -f src/ppx_core.mli ; else rm -f src/ppx_core.mli ; exit 1; fi - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -thread -I src src/ppx_core.cmx -o src/ppx_core.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_core.cmxa -o src/ppx_core.cmxs - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/common.cmx src/gen/common.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/common.cmx src/gen/common.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/gen.cmx src/gen/gen.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/gen.cmx src/gen/gen.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -I src/gen src/gen/common.cmx src/gen/gen.cmx -o src/gen/gen.native - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -I src/gen src/gen/common.cmx src/gen/gen.cmx -o src/gen/gen.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/gen_ast_pattern.cmx src/gen/gen_ast_pattern.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/gen_ast_pattern.cmx src/gen/gen_ast_pattern.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -I src/gen src/gen/common.cmx src/gen/gen_ast_pattern.cmx -o src/gen/gen_ast_pattern.native - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -I src/gen src/gen/common.cmx src/gen/gen_ast_pattern.cmx -o src/gen/gen_ast_pattern.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/gen_ast_builder.cmx src/gen/gen_ast_builder.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package compiler-libs.bytecomp -predicates ppx_driver -w -40 -I src/gen -o src/gen/gen_ast_builder.cmx src/gen/gen_ast_builder.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -I src/gen src/gen/common.cmx src/gen/gen_ast_builder.cmx -o src/gen/gen_ast_builder.native - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package compiler-libs.bytecomp -I src/gen src/gen/common.cmx src/gen/gen_ast_builder.cmx -o src/gen/gen_ast_builder.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/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. - /usr/bin/make ppx_core.install - make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ppx_core.113.33.01+4.03' - ocaml -I js-utils js-utils/gen_install.ml - make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ppx_core.113.33.01+4.03' -> compiled ppx_core.113.33.01+4.03 -> installed ppx_core.113.33.01+4.03 Processing 59/72: [ppx_optcomp: ./configure] + /home/opam/.opam/4.04/.opam-switch/build/ppx_optcomp.113.33.01+4.03/./configure "--prefix" "/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_optcomp.113.33.01+4.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ ppx_optcomp - Package version: ..................................... 113.33.00+4.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.04 - 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_ppx_core: ........................................ /home/opam/.opam/4.04/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.04/lib/ppx_tools - Processing 59/72: [ppx_optcomp: make] + /usr/bin/make (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_optcomp.113.33.01+4.03) - ocamlopt -o setup.exe setup.ml || \ - ocamlc -o setup.exe setup.ml || true - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ ppx_optcomp - Package version: ..................................... 113.33.00+4.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.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_ppx_core: ........................................ /home/opam/.opam/4.04/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.04/lib/ppx_tools - - ./setup.exe -build - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules src/ppx_optcomp.mli > src/ppx_optcomp.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ppx_optcomp.cmi src/ppx_optcomp.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ppx_optcomp.cmi src/ppx_optcomp.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules src/ppx_optcomp.ml > src/ppx_optcomp.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ppx_optcomp.cmo src/ppx_optcomp.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ppx_optcomp.cmo src/ppx_optcomp.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -thread -I src src/ppx_optcomp.cmo -o src/ppx_optcomp.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ppx_optcomp.cmx src/ppx_optcomp.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ppx_optcomp.cmx src/ppx_optcomp.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -thread -I src src/ppx_optcomp.cmx -o src/ppx_optcomp.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_optcomp.cmxa -o src/ppx_optcomp.cmxs - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules bin/optcomp.ml > bin/optcomp.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I bin -I src -o bin/optcomp.cmo bin/optcomp.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I bin -I src -o bin/optcomp.cmo bin/optcomp.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I bin -I src -o bin/optcomp.cmx bin/optcomp.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I bin -I src -o bin/optcomp.cmx bin/optcomp.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_core -I src -I bin src/ppx_optcomp.cmxa bin/optcomp.cmx -o bin/optcomp.native - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_core -I src -I bin src/ppx_optcomp.cmxa bin/optcomp.cmx -o bin/optcomp.native - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /usr/bin/make ppx_optcomp.install - make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ppx_optcomp.113.33.01+4.03' - ocaml -I js-utils js-utils/gen_install.ml - make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ppx_optcomp.113.33.01+4.03' -> compiled ppx_optcomp.113.33.01+4.03 -> installed ppx_optcomp.113.33.01+4.03 Processing 61/72: [ppx_driver: ./configure] + /home/opam/.opam/4.04/.opam-switch/build/ppx_driver.113.33.02+4.03/./configure "--prefix" "/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_driver.113.33.02+4.03) - File "./setup.ml", line 316, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 316, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 325, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 325, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 328, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 366, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 472, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1823, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1829, 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.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ ppx_driver - Package version: ..................................... 113.33.01+4.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.04 - 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_ppx_core: ........................................ /home/opam/.opam/4.04/lib/ppx_core - pkg_ppx_optcomp: ..................................... /home/opam/.opam/4.04/lib/ppx_optcomp - pkg_ocamlbuild: ...................................... /home/opam/.opam/4.04/lib/ocamlbuild - Processing 61/72: [ppx_driver: make] + /usr/bin/make (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_driver.113.33.02+4.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - File "setup.ml", line 316, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 316, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 325, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 325, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 328, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 366, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 472, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 1823, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 1829, 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. - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ ppx_driver - Package version: ..................................... 113.33.01+4.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.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_ppx_core: ........................................ /home/opam/.opam/4.04/lib/ppx_core - pkg_ppx_optcomp: ..................................... /home/opam/.opam/4.04/lib/ppx_optcomp - pkg_ocamlbuild: ...................................... /home/opam/.opam/4.04/lib/ocamlbuild - - ./setup.exe -build - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules src/ppx_driver.mli > src/ppx_driver.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ppx_driver.cmi src/ppx_driver.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ppx_driver.cmi src/ppx_driver.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules src/ppx_driver.ml > src/ppx_driver.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ppx_driver.cmo src/ppx_driver.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ppx_driver.cmo src/ppx_driver.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -thread -I src src/ppx_driver.cmo -o src/ppx_driver.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ppx_driver.cmx src/ppx_driver.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ppx_driver.cmx src/ppx_driver.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -thread -I src src/ppx_driver.cmx -o src/ppx_driver.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_driver.cmxa -o src/ppx_driver.cmxs - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -package ocamlbuild -predicates ppx_driver -predicates ppx_driver -modules ocamlbuild_plugin/ppx_driver_ocamlbuild.mli > ocamlbuild_plugin/ppx_driver_ocamlbuild.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -package ocamlbuild -predicates ppx_driver -w -40 -I ocamlbuild_plugin -I src -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmi ocamlbuild_plugin/ppx_driver_ocamlbuild.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -package ocamlbuild -predicates ppx_driver -w -40 -I ocamlbuild_plugin -I src -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmi ocamlbuild_plugin/ppx_driver_ocamlbuild.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -package ocamlbuild -predicates ppx_driver -predicates ppx_driver -modules ocamlbuild_plugin/ppx_driver_ocamlbuild.ml > ocamlbuild_plugin/ppx_driver_ocamlbuild.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -package ocamlbuild -predicates ppx_driver -w -40 -I ocamlbuild_plugin -I src -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmo ocamlbuild_plugin/ppx_driver_ocamlbuild.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -package ocamlbuild -predicates ppx_driver -w -40 -I ocamlbuild_plugin -I src -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmo ocamlbuild_plugin/ppx_driver_ocamlbuild.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -thread -I ocamlbuild_plugin ocamlbuild_plugin/ppx_driver_ocamlbuild.cmo -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -package ocamlbuild -predicates ppx_driver -w -40 -I ocamlbuild_plugin -I src -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmx ocamlbuild_plugin/ppx_driver_ocamlbuild.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -package ocamlbuild -predicates ppx_driver -w -40 -I ocamlbuild_plugin -I src -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmx ocamlbuild_plugin/ppx_driver_ocamlbuild.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -thread -I ocamlbuild_plugin ocamlbuild_plugin/ppx_driver_ocamlbuild.cmx -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I ocamlbuild_plugin ocamlbuild_plugin/ppx_driver_ocamlbuild.cmxa -o ocamlbuild_plugin/ppx_driver_ocamlbuild.cmxs - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules runner/ppx_driver_runner.ml > runner/ppx_driver_runner.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I runner -I src -o runner/ppx_driver_runner.cmo runner/ppx_driver_runner.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I runner -I src -o runner/ppx_driver_runner.cmo runner/ppx_driver_runner.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -linkall -thread -I runner runner/ppx_driver_runner.cmo -o runner/ppx_driver_runner.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I runner -I src -o runner/ppx_driver_runner.cmx runner/ppx_driver_runner.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I runner -I src -o runner/ppx_driver_runner.cmx runner/ppx_driver_runner.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -linkall -thread -I runner runner/ppx_driver_runner.cmx -o runner/ppx_driver_runner.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I runner runner/ppx_driver_runner.cmxa -o runner/ppx_driver_runner.cmxs - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_optcomp -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules runner_as_ppx/ppx_driver_runner_as_ppx.ml > runner_as_ppx/ppx_driver_runner_as_ppx.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I runner_as_ppx -I src -o runner_as_ppx/ppx_driver_runner_as_ppx.cmo runner_as_ppx/ppx_driver_runner_as_ppx.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I runner_as_ppx -I src -o runner_as_ppx/ppx_driver_runner_as_ppx.cmo runner_as_ppx/ppx_driver_runner_as_ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -linkall -thread -I runner_as_ppx runner_as_ppx/ppx_driver_runner_as_ppx.cmo -o runner_as_ppx/ppx_driver_runner_as_ppx.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I runner_as_ppx -I src -o runner_as_ppx/ppx_driver_runner_as_ppx.cmx runner_as_ppx/ppx_driver_runner_as_ppx.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_optcomp -package ppx_core -predicates ppx_driver -w -40 -I runner_as_ppx -I src -o runner_as_ppx/ppx_driver_runner_as_ppx.cmx runner_as_ppx/ppx_driver_runner_as_ppx.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -linkall -thread -I runner_as_ppx runner_as_ppx/ppx_driver_runner_as_ppx.cmx -o runner_as_ppx/ppx_driver_runner_as_ppx.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I runner_as_ppx runner_as_ppx/ppx_driver_runner_as_ppx.cmxa -o runner_as_ppx/ppx_driver_runner_as_ppx.cmxs - + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/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. - /usr/bin/make ppx_driver.install - make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ppx_driver.113.33.02+4.03' - ocaml -I js-utils js-utils/gen_install.ml - make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ppx_driver.113.33.02+4.03' -> compiled ppx_driver.113.33.02+4.03 -> installed ppx_driver.113.33.02+4.03 Processing 63/72: [ppx_type_conv: ./configure] + /home/opam/.opam/4.04/.opam-switch/build/ppx_type_conv.113.33.02+4.03/./configure "--prefix" "/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_type_conv.113.33.02+4.03) - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ ppx_type_conv - Package version: ..................................... 113.33.02+4.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.04 - 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_ppx_core: ........................................ /home/opam/.opam/4.04/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.04/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.04/lib/ppx_tools - pkg_ppx_deriving_api: ................................ /home/opam/.opam/4.04/lib/ppx_deriving/api - Processing 63/72: [ppx_type_conv: make] + /usr/bin/make (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_type_conv.113.33.02+4.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ ppx_type_conv - Package version: ..................................... 113.33.02+4.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.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_ppx_core: ........................................ /home/opam/.opam/4.04/lib/ppx_core - pkg_ppx_driver: ...................................... /home/opam/.opam/4.04/lib/ppx_driver - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.04/lib/ppx_tools - pkg_ppx_deriving_api: ................................ /home/opam/.opam/4.04/lib/ppx_deriving/api - - ./setup.exe -build - W: Cannot find source file matching module 'ppx_type_conv' in library ppx_type_conv - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules src/ignore_unused_warning.mli > src/ignore_unused_warning.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ignore_unused_warning.cmi src/ignore_unused_warning.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -w -40 -I src -o src/ignore_unused_warning.cmi src/ignore_unused_warning.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules src/ignore_unused_warning.ml > src/ignore_unused_warning.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules src/std.ml > src/std.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules src/type_conv.mli > src/type_conv.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -w -40 -I src -o src/type_conv.cmi src/type_conv.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -w -40 -I src -o src/type_conv.cmi src/type_conv.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules src/type_conv.ml > src/type_conv.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates ppx_driver -w -40 -I src -o src/ignore_unused_warning.cmo src/ignore_unused_warning.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates ppx_driver -w -40 -I src -o src/ignore_unused_warning.cmo src/ignore_unused_warning.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates ppx_driver -w -40 -I src -o src/std.cmo src/std.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates ppx_driver -w -40 -I src -o src/std.cmo src/std.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates ppx_driver -w -40 -I src -o src/type_conv.cmo src/type_conv.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates ppx_driver -w -40 -I src -o src/type_conv.cmo src/type_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/ignore_unused_warning.cmo src/type_conv.cmo src/std.cmo -o src/ppx_type_conv.cmo - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -thread -I src src/ppx_type_conv.cmo -o src/ppx_type_conv.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates ppx_driver -w -40 -I src -o src/ignore_unused_warning.cmx src/ignore_unused_warning.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates ppx_driver -w -40 -I src -o src/ignore_unused_warning.cmx src/ignore_unused_warning.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates ppx_driver -w -40 -I src -o src/type_conv.cmx src/type_conv.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates ppx_driver -w -40 -I src -o src/type_conv.cmx src/type_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates ppx_driver -w -40 -I src -o src/std.cmx src/std.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_driver -package ppx_core -for-pack Ppx_type_conv -predicates ppx_driver -w -40 -I src -o src/std.cmx src/std.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - touch src/ppx_type_conv.mli ; if /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src src/ignore_unused_warning.cmx src/type_conv.cmx src/std.cmx -o src/ppx_type_conv.cmx ; then rm -f src/ppx_type_conv.mli ; else rm -f src/ppx_type_conv.mli ; exit 1; fi - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -thread -I src src/ppx_type_conv.cmx -o src/ppx_type_conv.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_type_conv.cmxa -o src/ppx_type_conv.cmxs - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules ppx_deriving_exporter/ppx_type_conv_deriving.ml > ppx_deriving_exporter/ppx_type_conv_deriving.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates ppx_driver -w -40 -I ppx_deriving_exporter -I src -o ppx_deriving_exporter/ppx_type_conv_deriving.cmo ppx_deriving_exporter/ppx_type_conv_deriving.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates ppx_driver -w -40 -I ppx_deriving_exporter -I src -o ppx_deriving_exporter/ppx_type_conv_deriving.cmo ppx_deriving_exporter/ppx_type_conv_deriving.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -thread -I ppx_deriving_exporter ppx_deriving_exporter/ppx_type_conv_deriving.cmo -o ppx_deriving_exporter/ppx_type_conv_deriving.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates ppx_driver -w -40 -I ppx_deriving_exporter -I src -o ppx_deriving_exporter/ppx_type_conv_deriving.cmx ppx_deriving_exporter/ppx_type_conv_deriving.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I src -package ppx_tools.metaquot -package ppx_driver -package ppx_deriving.api -package ppx_core -predicates ppx_driver -w -40 -I ppx_deriving_exporter -I src -o ppx_deriving_exporter/ppx_type_conv_deriving.cmx ppx_deriving_exporter/ppx_type_conv_deriving.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -thread -I ppx_deriving_exporter ppx_deriving_exporter/ppx_type_conv_deriving.cmx -o ppx_deriving_exporter/ppx_type_conv_deriving.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I ppx_deriving_exporter ppx_deriving_exporter/ppx_type_conv_deriving.cmxa -o ppx_deriving_exporter/ppx_type_conv_deriving.cmxs - /usr/bin/make ppx_type_conv.install - make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ppx_type_conv.113.33.02+4.03' - ocaml -I js-utils js-utils/gen_install.ml - make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ppx_type_conv.113.33.02+4.03' -> compiled ppx_type_conv.113.33.02+4.03 -> installed ppx_type_conv.113.33.02+4.03 Processing 65/72: [ppx_sexp_conv: ./configure] + /home/opam/.opam/4.04/.opam-switch/build/ppx_sexp_conv.113.33.01+4.03/./configure "--prefix" "/home/opam/.opam/4.04" (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_sexp_conv.113.33.01+4.03) - File "./setup.ml", line 316, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 316, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 325, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 325, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 328, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 366, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 472, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "./setup.ml", line 1823, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "./setup.ml", line 1829, 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.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ ppx_sexp_conv - Package version: ..................................... 113.33.01+4.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.04 - 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_ppx_core: ........................................ /home/opam/.opam/4.04/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.04/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.04/lib/ppx_type_conv - Processing 65/72: [ppx_sexp_conv: make] + /usr/bin/make (CWD=/home/opam/.opam/4.04/.opam-switch/build/ppx_sexp_conv.113.33.01+4.03) - ocamlopt.opt -o setup.exe setup.ml || ocamlopt -o setup.exe setup.ml || ocamlc -o setup.exe setup.ml - File "setup.ml", line 316, characters 20-36: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 316, characters 42-58: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 325, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 325, characters 38-54: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 328, characters 25-41: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 366, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 472, characters 13-29: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "setup.ml", line 1823, characters 16-33: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "setup.ml", line 1829, 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. - for f in setup.*; do [ $f = setup.exe -o $f = setup.ml ] || rm -f $f; done - ./setup.exe -configure - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ ppx_sexp_conv - Package version: ..................................... 113.33.01+4.03 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /usr/local - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.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_ppx_core: ........................................ /home/opam/.opam/4.04/lib/ppx_core - pkg_ppx_tools_metaquot: .............................. /home/opam/.opam/4.04/lib/ppx_tools - pkg_ppx_type_conv: ................................... /home/opam/.opam/4.04/lib/ppx_type_conv - - ./setup.exe -build - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules expander/ppx_sexp_conv_expander.mli > expander/ppx_sexp_conv_expander.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmi expander/ppx_sexp_conv_expander.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmi expander/ppx_sexp_conv_expander.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules expander/ppx_sexp_conv_expander.ml > expander/ppx_sexp_conv_expander.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmo expander/ppx_sexp_conv_expander.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmo expander/ppx_sexp_conv_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -thread -I expander expander/ppx_sexp_conv_expander.cmo -o expander/ppx_sexp_conv_expander.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmx expander/ppx_sexp_conv_expander.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I expander -o expander/ppx_sexp_conv_expander.cmx expander/ppx_sexp_conv_expander.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -thread -I expander expander/ppx_sexp_conv_expander.cmx -o expander/ppx_sexp_conv_expander.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I expander expander/ppx_sexp_conv_expander.cmxa -o expander/ppx_sexp_conv_expander.cmxs - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules src/ppx_sexp_conv.mli > src/ppx_sexp_conv.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I src -I expander -o src/ppx_sexp_conv.cmi src/ppx_sexp_conv.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I src -I expander -o src/ppx_sexp_conv.cmi src/ppx_sexp_conv.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -predicates ppx_driver -modules src/ppx_sexp_conv.ml > src/ppx_sexp_conv.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I src -I expander -o src/ppx_sexp_conv.cmo src/ppx_sexp_conv.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I src -I expander -o src/ppx_sexp_conv.cmo src/ppx_sexp_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -linkall -thread -I src src/ppx_sexp_conv.cmo -o src/ppx_sexp_conv.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I src -I expander -o src/ppx_sexp_conv.cmx src/ppx_sexp_conv.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -I expander -package ppx_type_conv -package ppx_tools.metaquot -package ppx_core -predicates ppx_driver -w -40 -I src -I expander -o src/ppx_sexp_conv.cmx src/ppx_sexp_conv.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -linkall -thread -I src src/ppx_sexp_conv.cmx -o src/ppx_sexp_conv.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -linkall -I src src/ppx_sexp_conv.cmxa -o src/ppx_sexp_conv.cmxs - + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/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. - /usr/bin/make ppx_sexp_conv.install - make[1]: Entering directory '/home/opam/.opam/4.04/.opam-switch/build/ppx_sexp_conv.113.33.01+4.03' - ocaml -I js-utils js-utils/gen_install.ml - make[1]: Leaving directory '/home/opam/.opam/4.04/.opam-switch/build/ppx_sexp_conv.113.33.01+4.03' -> compiled ppx_sexp_conv.113.33.01+4.03 -> installed ppx_sexp_conv.113.33.01+4.03 Processing 67/72: [ipaddr: ocaml build] Processing 68/72: [ipaddr: ocaml build] [uri: ocaml setup.ml] - ocamlfind ocamldep -package 'bytes sexplib ppx_sexp_conv' -modules lib/ipaddr.ml > lib/ipaddr.ml.depends - ocamlfind ocamldep -package 'bytes sexplib ppx_sexp_conv' -modules lib/ipaddr.mli > lib/ipaddr.mli.depends - ocamlfind ocamldep -package 'bytes sexplib ppx_sexp_conv' -modules lib/macaddr.mli > lib/macaddr.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/macaddr.cmi lib/macaddr.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/macaddr.cmi lib/macaddr.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr.cmi lib/ipaddr.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr.cmi lib/ipaddr.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamldep -package 'bytes sexplib ppx_sexp_conv' -modules lib/macaddr.ml > lib/macaddr.ml.depends - ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/macaddr.cmx lib/macaddr.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/macaddr.cmx lib/macaddr.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - File "lib/macaddr.ml", line 37, characters 23-37: - Warning 3: deprecated: Char.uppercase - Use Char.uppercase_ascii instead. - File "lib/macaddr.ml", line 91, characters 24-34: - 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) - ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr.cmx lib/ipaddr.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr.cmx lib/ipaddr.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamlopt -a -package 'bytes sexplib ppx_sexp_conv' -I lib lib/macaddr.cmx lib/ipaddr.cmx -o lib/ipaddr.cmxa - + ocamlfind ocamlopt -a -package 'bytes sexplib ppx_sexp_conv' -I lib lib/macaddr.cmx lib/ipaddr.cmx -o lib/ipaddr.cmxa - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamlopt -shared -linkall -package 'bytes sexplib ppx_sexp_conv' -I lib lib/ipaddr.cmxa -o lib/ipaddr.cmxs - + ocamlfind ocamlopt -shared -linkall -package 'bytes sexplib ppx_sexp_conv' -I lib lib/ipaddr.cmxa -o lib/ipaddr.cmxs - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr.cmo lib/ipaddr.ml - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/macaddr.cmo lib/macaddr.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/macaddr.cmo lib/macaddr.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - File "lib/macaddr.ml", line 37, characters 23-37: - Warning 3: deprecated: Char.uppercase - Use Char.uppercase_ascii instead. - File "lib/macaddr.ml", line 91, characters 24-34: - 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) - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr.cmo lib/ipaddr.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamlc -a -package 'bytes sexplib ppx_sexp_conv' -I lib lib/macaddr.cmo lib/ipaddr.cmo -o lib/ipaddr.cma - + ocamlfind ocamlc -a -package 'bytes sexplib ppx_sexp_conv' -I lib lib/macaddr.cmo lib/ipaddr.cmo -o lib/ipaddr.cma - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamldep -package 'bytes sexplib ppx_sexp_conv' -modules lib/ipaddr_unix.ml > lib/ipaddr_unix.ml.depends - ocamlfind ocamldep -package 'bytes sexplib ppx_sexp_conv' -modules lib/ipaddr_unix.mli > lib/ipaddr_unix.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr_unix.cmi lib/ipaddr_unix.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr_unix.cmi lib/ipaddr_unix.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr_unix.cmx lib/ipaddr_unix.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr_unix.cmx lib/ipaddr_unix.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamlopt -a -package 'bytes sexplib ppx_sexp_conv' -I lib lib/ipaddr_unix.cmx -o lib/ipaddr_unix.cmxa - + ocamlfind ocamlopt -a -package 'bytes sexplib ppx_sexp_conv' -I lib lib/ipaddr_unix.cmx -o lib/ipaddr_unix.cmxa - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamlopt -shared -linkall -package 'bytes sexplib ppx_sexp_conv' -I lib lib/ipaddr_unix.cmxa -o lib/ipaddr_unix.cmxs - + ocamlfind ocamlopt -shared -linkall -package 'bytes sexplib ppx_sexp_conv' -I lib lib/ipaddr_unix.cmxa -o lib/ipaddr_unix.cmxs - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr_unix.cmo lib/ipaddr_unix.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package 'bytes sexplib ppx_sexp_conv' -I lib -o lib/ipaddr_unix.cmo lib/ipaddr_unix.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamlc -a -package 'bytes sexplib ppx_sexp_conv' -I lib lib/ipaddr_unix.cmo -o lib/ipaddr_unix.cma - + ocamlfind ocamlc -a -package 'bytes sexplib ppx_sexp_conv' -I lib lib/ipaddr_unix.cmo -o lib/ipaddr_unix.cma - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - ocamlfind ocamldep -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -modules top/ipaddr_top.ml > top/ipaddr_top.ml.depends - ocamlfind ocamldep -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -modules top/ipaddr_top.mli > top/ipaddr_top.mli.depends - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top -I lib -o top/ipaddr_top.cmi top/ipaddr_top.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top -I lib -o top/ipaddr_top.cmi top/ipaddr_top.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs - ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top -I lib -o top/ipaddr_top.cmx top/ipaddr_top.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top -I lib -o top/ipaddr_top.cmx top/ipaddr_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs - File "_none_", line 1: - Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque - ocamlfind ocamlopt -a -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top top/ipaddr_top.cmx -o top/ipaddr_top.cmxa - + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top top/ipaddr_top.cmx -o top/ipaddr_top.cmxa - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs - ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top top/ipaddr_top.cmxa -o top/ipaddr_top.cmxs - + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top top/ipaddr_top.cmxa -o top/ipaddr_top.cmxs - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs - ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top -I lib -o top/ipaddr_top.cmo top/ipaddr_top.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top -I lib -o top/ipaddr_top.cmo top/ipaddr_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs - ocamlfind ocamlc -a -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top top/ipaddr_top.cmo -o top/ipaddr_top.cma - + ocamlfind ocamlc -a -package compiler-libs.toplevel -package 'bytes sexplib ppx_sexp_conv' -I top top/ipaddr_top.cmo -o top/ipaddr_top.cma - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs - # Parallel statistics: { count(total): 1(29), max: 2, min: 2, average(total): 2.000(1.034) } -> compiled ipaddr.2.7.2 Processing 68/72: [uri: ocaml setup.ml] -> installed ipaddr.2.7.2 Processing 69/72: [uri: ocaml setup.ml] + /home/opam/.opam/4.04/bin/ocaml "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.04" "--disable-tests" (CWD=/home/opam/.opam/4.04/.opam-switch/build/uri.1.9.2) - 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.04/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.04/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.04/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.04/bin/ocamlbuild - Package name: ........................................ uri - Package version: ..................................... 1.9.2 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.04.2 - standard_library_default: ............................ /home/opam/.opam/4.04/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.04/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.04/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC - native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.04 - 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 full services library: ..................... false - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_re_posix: ........................................ /home/opam/.opam/4.04/lib/re/posix - pkg_stringext: ....................................... /home/opam/.opam/4.04/lib/stringext - pkg_sexplib: ......................................... /home/opam/.opam/4.04/lib/sexplib - pkg_ppx_sexp_conv: ................................... /home/opam/.opam/4.04/lib/ppx_sexp_conv - pkg_compiler_libs_toplevel: .......................... /home/opam/.opam/4.04/lib/ocaml/compiler-libs - ocamldoc: ............................................ /home/opam/.opam/4.04/bin/ocamldoc - + /home/opam/.opam/4.04/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/4.04/.opam-switch/build/uri.1.9.2) - 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. - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -modules lib/uri.mli > lib/uri.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri.cmi lib/uri.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri.cmi lib/uri.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -modules lib/uri.ml > lib/uri.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -modules lib/uri_re.mli > lib/uri_re.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_re.cmi lib/uri_re.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_re.cmi lib/uri_re.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -modules lib/uri_re.ml > lib/uri_re.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri.cmo lib/uri.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri.cmo lib/uri.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - File "lib/uri.ml", line 167, characters 23-39: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 194, characters 15-31: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 205, characters 26-42: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 284, characters 25-39: - Warning 3: deprecated: Char.uppercase - Use Char.uppercase_ascii instead. - File "lib/uri.ml", line 306, characters 33-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/uri.ml", line 321, characters 27-44: - 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/uri.ml", line 568, characters 17-33: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 607, characters 32-38: - Warning 3: deprecated: Re.get - Use Group.get - File "lib/uri.ml", line 612, characters 34-40: - Warning 3: deprecated: Re.get - Use Group.get - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_re.cmo lib/uri_re.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_re.cmo lib/uri_re.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - File "lib/uri_re.ml", line 24, characters 19-30: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 25, characters 19-30: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 29, characters 17-28: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 35, characters 19-30: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 36, characters 15-26: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 39, characters 18-29: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 64, characters 14-25: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 72, characters 13-24: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 95, characters 15-26: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 107, characters 22-33: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 110, characters 19-35: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 111, characters 19-35: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 112, characters 20-36: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 113, characters 16-32: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 114, characters 11-27: - Warning 3: deprecated: module Re_posix - Use Re.Posix - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I lib lib/uri_re.cmo lib/uri.cmo -o lib/uri.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_re.cmx lib/uri_re.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_re.cmx lib/uri_re.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - File "lib/uri_re.ml", line 24, characters 19-30: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 25, characters 19-30: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 29, characters 17-28: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 35, characters 19-30: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 36, characters 15-26: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 39, characters 18-29: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 64, characters 14-25: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 72, characters 13-24: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 95, characters 15-26: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 107, characters 22-33: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 110, characters 19-35: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 111, characters 19-35: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 112, characters 20-36: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 113, characters 16-32: - Warning 3: deprecated: module Re_posix - Use Re.Posix - File "lib/uri_re.ml", line 114, characters 11-27: - Warning 3: deprecated: module Re_posix - Use Re.Posix - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri.cmx lib/uri.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri.cmx lib/uri.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - File "lib/uri.ml", line 167, characters 23-39: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 194, characters 15-31: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 205, characters 26-42: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 284, characters 25-39: - Warning 3: deprecated: Char.uppercase - Use Char.uppercase_ascii instead. - File "lib/uri.ml", line 306, characters 33-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/uri.ml", line 321, characters 27-44: - 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/uri.ml", line 568, characters 17-33: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "lib/uri.ml", line 607, characters 32-38: - Warning 3: deprecated: Re.get - Use Group.get - File "lib/uri.ml", line 612, characters 34-40: - Warning 3: deprecated: Re.get - Use Group.get - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I lib lib/uri_re.cmx lib/uri.cmx -o lib/uri.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I lib lib/uri.cmxa lib/uri_re.cmx lib/uri.cmx -o lib/uri.cmxs - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -modules lib/uri_services.mli > lib/uri_services.mli.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_services.cmi lib/uri_services.mli - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_services.cmi lib/uri_services.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -modules lib/uri_services.ml > lib/uri_services.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_services.cmo lib/uri_services.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_services.cmo lib/uri_services.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I lib lib/uri_services.cmo -o lib/services.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_services.cmx lib/uri_services.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package stringext -package sexplib -package re.posix -package ppx_sexp_conv -I lib -o lib/uri_services.cmx lib/uri_services.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml/compiler-libs, /home/opam/.opam/4.04/lib/ocaml - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -a -I lib lib/uri_services.cmx -o lib/services.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I lib lib/services.cmxa lib/uri_services.cmx -o lib/services.cmxs - /home/opam/.opam/4.04/bin/ocamlfind ocamldep -package compiler-libs.toplevel -modules top/uri_top.ml > top/uri_top.ml.depends - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -I top -o top/uri_top.cmo top/uri_top.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -I top -o top/uri_top.cmo top/uri_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs - /home/opam/.opam/4.04/bin/ocamlfind ocamlc -a -I top top/uri_top.cmo -o top/uri_top.cma - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -I top -o top/uri_top.cmx top/uri_top.ml - + /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -I top -o top/uri_top.cmx top/uri_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/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.04/bin/ocamlfind ocamlopt -a -I top top/uri_top.cmx -o top/uri_top.cmxa - /home/opam/.opam/4.04/bin/ocamlfind ocamlopt -shared -I top top/uri_top.cmxa top/uri_top.cmx -o top/uri_top.cmxs - + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/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 uri.1.9.2 Processing 70/72: [uri: ocaml setup.ml] + /home/opam/.opam/4.04/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/uri.1.9.2) - 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.04/lib/uri/uri.mli - Installed /home/opam/.opam/4.04/lib/uri/uri_re.mli - Installed /home/opam/.opam/4.04/lib/uri/uri.cma - Installed /home/opam/.opam/4.04/lib/uri/uri.cmxa - Installed /home/opam/.opam/4.04/lib/uri/uri.a - Installed /home/opam/.opam/4.04/lib/uri/uri.cmxs - Installed /home/opam/.opam/4.04/lib/uri/uri_re.cmi - Installed /home/opam/.opam/4.04/lib/uri/uri_re.cmti - Installed /home/opam/.opam/4.04/lib/uri/uri_re.cmt - Installed /home/opam/.opam/4.04/lib/uri/uri_re.annot - Installed /home/opam/.opam/4.04/lib/uri/uri.cmi - Installed /home/opam/.opam/4.04/lib/uri/uri.cmti - Installed /home/opam/.opam/4.04/lib/uri/uri.cmt - Installed /home/opam/.opam/4.04/lib/uri/uri.annot - Installed /home/opam/.opam/4.04/lib/uri/uri_re.cmx - Installed /home/opam/.opam/4.04/lib/uri/uri.cmx - Installed /home/opam/.opam/4.04/lib/uri/uri_top.ml - Installed /home/opam/.opam/4.04/lib/uri/uri_top.cma - Installed /home/opam/.opam/4.04/lib/uri/uri_top.cmxa - Installed /home/opam/.opam/4.04/lib/uri/uri_top.a - Installed /home/opam/.opam/4.04/lib/uri/uri_top.cmxs - Installed /home/opam/.opam/4.04/lib/uri/uri_top.cmi - Installed /home/opam/.opam/4.04/lib/uri/uri_top.cmt - Installed /home/opam/.opam/4.04/lib/uri/uri_top.annot - Installed /home/opam/.opam/4.04/lib/uri/uri_top.cmx - Installed /home/opam/.opam/4.04/lib/uri/uri_services.mli - Installed /home/opam/.opam/4.04/lib/uri/services.cma - Installed /home/opam/.opam/4.04/lib/uri/services.cmxa - Installed /home/opam/.opam/4.04/lib/uri/services.a - Installed /home/opam/.opam/4.04/lib/uri/services.cmxs - Installed /home/opam/.opam/4.04/lib/uri/uri_services.cmi - Installed /home/opam/.opam/4.04/lib/uri/uri_services.cmti - Installed /home/opam/.opam/4.04/lib/uri/uri_services.cmt - Installed /home/opam/.opam/4.04/lib/uri/uri_services.annot - Installed /home/opam/.opam/4.04/lib/uri/uri_services.cmx - Installed /home/opam/.opam/4.04/lib/uri/META -> installed uri.1.9.2 Processing 71/72: [conduit: make] + /usr/bin/make (CWD=/home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0) - ocamlfind ocamlopt -predicates ppx_driver -o ppx -linkpkg \ - -package ppx_sexp_conv ppx_driver_runner.cmxa - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.04/lib/ocaml, /home/opam/.opam/4.04/lib/ocaml/compiler-libs - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.04/lib/ocamlbuild /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.04/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - ocamlfind ocamldep -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -modules lib/conduit.ml > lib/conduit.ml.depends - ocamlfind ocamldep -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -modules lib/conduit.mli > lib/conduit.mli.depends - ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -bin-annot -short-paths -principal -thread -strict-sequence -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -I lib -o lib/conduit.cmi lib/conduit.mli - ocamlfind ocamldep -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -modules lib/conduit_trie.ml > lib/conduit_trie.ml.depends - ocamlfind ocamldep -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -modules lib/conduit_trie.mli > lib/conduit_trie.mli.depends - ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -bin-annot -short-paths -principal -thread -strict-sequence -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -I lib -o lib/conduit_trie.cmi lib/conduit_trie.mli - ocamlfind ocamldep -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -modules lib/resolver.ml > lib/resolver.ml.depends - ocamlfind ocamldep -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -modules lib/resolver.mli > lib/resolver.mli.depends - ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -bin-annot -short-paths -principal -thread -strict-sequence -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -I lib -o lib/resolver.cmi lib/resolver.mli - ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -bin-annot -short-paths -principal -thread -strict-sequence -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -I lib -o lib/conduit.cmx lib/conduit.ml - ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -bin-annot -short-paths -principal -thread -strict-sequence -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -I lib -o lib/conduit_trie.cmx lib/conduit_trie.ml - ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -bin-annot -short-paths -principal -thread -strict-sequence -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -I lib -o lib/resolver.cmx lib/resolver.ml - ocamlfind ocamlopt -a -thread -package stringext -package uri -package cstruct -package ipaddr -package sexplib -I lib lib/conduit.cmx lib/conduit_trie.cmx lib/resolver.cmx -o lib/conduit.cmxa - ocamlfind ocamlopt -shared -linkall -thread -package stringext -package uri -package cstruct -package ipaddr -package sexplib -I lib lib/conduit.cmxa -o lib/conduit.cmxs - ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -bin-annot -short-paths -principal -thread -strict-sequence -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -I lib -o lib/conduit.cmo lib/conduit.ml - ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -bin-annot -short-paths -principal -thread -strict-sequence -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -I lib -o lib/conduit_trie.cmo lib/conduit_trie.ml - ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -bin-annot -short-paths -principal -thread -strict-sequence -pp /home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0/ppx -package stringext -package uri -package cstruct -package ipaddr -package sexplib -I lib -o lib/resolver.cmo lib/resolver.ml - ocamlfind ocamlc -a -thread -package stringext -package uri -package cstruct -package ipaddr -package sexplib -I lib lib/conduit.cmo lib/conduit_trie.cmo lib/resolver.cmo -o lib/conduit.cma -> compiled conduit.0.13.0 Processing 72/72: [conduit: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/4.04/.opam-switch/build/conduit.0.13.0) - ocamlfind: [WARNING] No such file: /home/opam/.opam/4.04/lib/conduit/META - Installed /home/opam/.opam/4.04/lib/conduit/intro.html - Installed /home/opam/.opam/4.04/lib/conduit/resolver.o - Installed /home/opam/.opam/4.04/lib/conduit/resolver.mli - Installed /home/opam/.opam/4.04/lib/conduit/resolver.cmx - Installed /home/opam/.opam/4.04/lib/conduit/resolver.cmti - Installed /home/opam/.opam/4.04/lib/conduit/resolver.cmt - Installed /home/opam/.opam/4.04/lib/conduit/resolver.cmo - Installed /home/opam/.opam/4.04/lib/conduit/resolver.cmi - Installed /home/opam/.opam/4.04/lib/conduit/conduit_trie.o - Installed /home/opam/.opam/4.04/lib/conduit/conduit_trie.mli - Installed /home/opam/.opam/4.04/lib/conduit/conduit_trie.cmx - Installed /home/opam/.opam/4.04/lib/conduit/conduit_trie.cmti - Installed /home/opam/.opam/4.04/lib/conduit/conduit_trie.cmt - Installed /home/opam/.opam/4.04/lib/conduit/conduit_trie.cmo - Installed /home/opam/.opam/4.04/lib/conduit/conduit_trie.cmi - Installed /home/opam/.opam/4.04/lib/conduit/conduit.o - Installed /home/opam/.opam/4.04/lib/conduit/conduit.mli - Installed /home/opam/.opam/4.04/lib/conduit/conduit.cmxs - Installed /home/opam/.opam/4.04/lib/conduit/conduit.cmxa - Installed /home/opam/.opam/4.04/lib/conduit/conduit.cmx - Installed /home/opam/.opam/4.04/lib/conduit/conduit.cmti - Installed /home/opam/.opam/4.04/lib/conduit/conduit.cmt - Installed /home/opam/.opam/4.04/lib/conduit/conduit.cmo - Installed /home/opam/.opam/4.04/lib/conduit/conduit.cmi - Installed /home/opam/.opam/4.04/lib/conduit/conduit.cma - Installed /home/opam/.opam/4.04/lib/conduit/conduit.a - Installed /home/opam/.opam/4.04/lib/conduit/META -> installed conduit.0.13.0 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:33.54 ---> saved as "7033f8fcfc0da51765eac7941d1e3a44f8a63c00b025f61ca9a87ece41f32a7f" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u conduit:2f3f088cdfd11bde28873e96a510cb74,uri:eb408fc2a8626552037e2e0788a9c376,stringext:e1657b8621e6d0fea91308e7bef1f686,sexplib:e4de8bfd8e94c8261a073ab5e948c083,ppx_sexp_conv:072bbd1bac6359687a2834f075879577,ipaddr:16276a52d48a1e6d704f5b9ed1574eff")) 2024-09-12 19:33.56 ---> saved as "dca1c4202799a0e5daf182b1a142e90b63a361064f5acb6f79de7a0156d5069a" /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.599496') && (for DATA in prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2,ipaddr.2.7.2-16276a52d48a1e6d704f5b9ed1574eff,ipaddr.2.7.2 prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03,ppx_sexp_conv.113.33.01+4.03-072bbd1bac6359687a2834f075879577,ppx_sexp_conv.113.33.01+4.03 prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03,sexplib.113.33.00+4.03-e4de8bfd8e94c8261a073ab5e948c083,sexplib.113.33.00+4.03 prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0,stringext.1.6.0-e1657b8621e6d0fea91308e7bef1f686,stringext.1.6.0 prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2,uri.1.9.2-eb408fc2a8626552037e2e0788a9c376,uri.1.9.2 prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0,conduit.0.13.0-2f3f088cdfd11bde28873e96a510cb74,conduit.0.13.0; 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/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2,ipaddr.2.7.2-16276a52d48a1e6d704f5b9ed1574eff,ipaddr.2.7.2 prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03,ppx_sexp_conv.113.33.01+4.03-072bbd1bac6359687a2834f075879577,ppx_sexp_conv.113.33.01+4.03 prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03,sexplib.113.33.00+4.03-e4de8bfd8e94c8261a073ab5e948c083,sexplib.113.33.00+4.03 prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0,stringext.1.6.0-e1657b8621e6d0fea91308e7bef1f686,stringext.1.6.0 prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2,uri.1.9.2-eb408fc2a8626552037e2e0788a9c376,uri.1.9.2 prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0,conduit.0.13.0-2f3f088cdfd11bde28873e96a510cb74,conduit.0.13.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2,ipaddr.2.7.2-16276a52d48a1e6d704f5b9ed1574eff,ipaddr.2.7.2 prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03,ppx_sexp_conv.113.33.01+4.03-072bbd1bac6359687a2834f075879577,ppx_sexp_conv.113.33.01+4.03 prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03,sexplib.113.33.00+4.03-e4de8bfd8e94c8261a073ab5e948c083,sexplib.113.33.00+4.03 prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0,stringext.1.6.0-e1657b8621e6d0fea91308e7bef1f686,stringext.1.6.0 prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2,uri.1.9.2-eb408fc2a8626552037e2e0788a9c376,uri.1.9.2 prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0,conduit.0.13.0-2f3f088cdfd11bde28873e96a510cb74,conduit.0.13.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.599496 prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/doc/ prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/doc/ipaddr/ prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/doc/ipaddr/CHANGES.md prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/doc/ipaddr/LICENSE.md prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/doc/ipaddr/README.md prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/ prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/ipaddr.ocamlobjinfo prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/ipaddr_top.ocamlobjinfo prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/ipaddr_unix.ocamlobjinfo prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/META prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/ipaddr.cmi prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/ipaddr.cmti prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/ipaddr_top.cmi prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/ipaddr_top.cmti prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/ipaddr_unix.cmi prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/ipaddr_unix.cmti prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/macaddr.cmi prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/lib/ipaddr/macaddr.cmti prep/universes/16276a52d48a1e6d704f5b9ed1574eff/ipaddr/2.7.2/opam prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03/lib/ prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03/lib/ppx_sexp_conv/ prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03/lib/ppx_sexp_conv/ppx_sexp_conv.ocamlobjinfo prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03/lib/ppx_sexp_conv/ppx_sexp_conv_expander.ocamlobjinfo prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03/lib/ppx_sexp_conv/META prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03/lib/ppx_sexp_conv/ppx_sexp_conv.cmi prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03/lib/ppx_sexp_conv/ppx_sexp_conv.cmt prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03/lib/ppx_sexp_conv/ppx_sexp_conv.cmti prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03/lib/ppx_sexp_conv/ppx_sexp_conv_expander.cmi prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03/lib/ppx_sexp_conv/ppx_sexp_conv_expander.cmt prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03/lib/ppx_sexp_conv/ppx_sexp_conv_expander.cmti prep/universes/072bbd1bac6359687a2834f075879577/ppx_sexp_conv/113.33.01+4.03/opam prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/ prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/ prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexplib.ocamlobjinfo prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexplib_num.ocamlobjinfo prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexplib_unix.ocamlobjinfo prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/META prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/conv.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/conv.cmti prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/conv_error.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/exn_magic.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/exn_magic.cmti prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/lexer.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/lexer.cmti prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/macro.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/macro.cmti prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/parser.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/parser.cmti prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/parser_with_layout.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/parser_with_layout.cmti prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/path.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/path.cmti prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/pre_sexp.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexp.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexp.cmti prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexp_intf.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexp_with_layout.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexplib.cmi prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexplib.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexplib_num.cmi prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexplib_num.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexplib_num_conv.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexplib_num_conv.cmti prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexplib_unix.cmi prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexplib_unix.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/sexplib_unix_conv.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/src_pos.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/src_pos.cmti prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/std.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/type.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/type_with_layout.cmt prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/lib/sexplib/type_with_layout.cmti prep/universes/e4de8bfd8e94c8261a073ab5e948c083/sexplib/113.33.00+4.03/opam prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/doc/ prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/doc/stringext/ prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/doc/stringext/CHANGES.md prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/doc/stringext/LICENSE.md prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/doc/stringext/README.md prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/lib/ prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/lib/stringext/ prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/lib/stringext/stringext.ocamlobjinfo prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/lib/stringext/META prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/lib/stringext/dune-package prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/lib/stringext/stringext.cmi prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/lib/stringext/stringext.cmt prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/lib/stringext/stringext.cmti prep/universes/e1657b8621e6d0fea91308e7bef1f686/stringext/1.6.0/opam prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/ prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/ prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/services.ocamlobjinfo prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri.ocamlobjinfo prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri_top.ocamlobjinfo prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/META prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri.cmi prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri.cmt prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri.cmti prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri_re.cmi prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri_re.cmt prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri_re.cmti prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri_services.cmi prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri_services.cmt prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri_services.cmti prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri_top.cmi prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/lib/uri/uri_top.cmt prep/universes/eb408fc2a8626552037e2e0788a9c376/uri/1.9.2/opam prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/ prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/conduit/ prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/conduit/conduit.ocamlobjinfo prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/conduit/META prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/conduit/conduit.cmi prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/conduit/conduit.cmt prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/conduit/conduit.cmti prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/conduit/conduit_trie.cmi prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/conduit/conduit_trie.cmt prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/conduit/conduit_trie.cmti prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/conduit/resolver.cmi prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/conduit/resolver.cmt prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/lib/conduit/resolver.cmti prep/universes/2f3f088cdfd11bde28873e96a510cb74/conduit/0.13.0/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. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. HASHES:ipaddr.2.7.2-16276a52d48a1e6d704f5b9ed1574eff:6da9613e4ba381b29ac28258516c753d311e2072d60102be12ae2a7199505111 HASHES:ppx_sexp_conv.113.33.01+4.03-072bbd1bac6359687a2834f075879577:ad3a026d18abc3fb8e00bf483ecaf8ba2a42510ced22be8e0a15c7ec2a68eef6 HASHES:sexplib.113.33.00+4.03-e4de8bfd8e94c8261a073ab5e948c083:d1b1bb537f2a268feb1d2cf42feda295ee28cf0dabbd72079e53159a84e36f71 HASHES:stringext.1.6.0-e1657b8621e6d0fea91308e7bef1f686:48910c19b2824a443d7dcbc79e860443a87c4bc95a6c52fba4c464e8b6870c40 HASHES:uri.1.9.2-eb408fc2a8626552037e2e0788a9c376:48b3f91ac2b90f07774384d4792253c531bb85271834b6dfa2333767545cdfc7 HASHES:conduit.0.13.0-2f3f088cdfd11bde28873e96a510cb74:d29fc1b25d51fb4986acaebdc2c7a2735e91ec802368358bfca4e3521cb55e73 2024-09-12 19:33.59 ---> saved as "58a4fb16c008cb5fd8e9bedd0a152a38359126e9dea2f7aec6d767b21c88f76d" Job succeeded 2024-09-12 19:41.33: conduit.0.13.0-2f3f088cdfd11bde28873e96a510cb74 -> d29fc1b25d51fb4986acaebdc2c7a2735e91ec802368358bfca4e3521cb55e73 2024-09-12 19:41.33: uri.1.9.2-eb408fc2a8626552037e2e0788a9c376 -> 48b3f91ac2b90f07774384d4792253c531bb85271834b6dfa2333767545cdfc7 2024-09-12 19:41.33: stringext.1.6.0-e1657b8621e6d0fea91308e7bef1f686 -> 48910c19b2824a443d7dcbc79e860443a87c4bc95a6c52fba4c464e8b6870c40 2024-09-12 19:41.33: sexplib.113.33.00+4.03-e4de8bfd8e94c8261a073ab5e948c083 -> d1b1bb537f2a268feb1d2cf42feda295ee28cf0dabbd72079e53159a84e36f71 2024-09-12 19:41.33: ppx_sexp_conv.113.33.01+4.03-072bbd1bac6359687a2834f075879577 -> ad3a026d18abc3fb8e00bf483ecaf8ba2a42510ced22be8e0a15c7ec2a68eef6 2024-09-12 19:41.33: ipaddr.2.7.2-16276a52d48a1e6d704f5b9ed1574eff -> 6da9613e4ba381b29ac28258516c753d311e2072d60102be12ae2a7199505111 2024-09-12 19:41.33: Job succeeded