Build:
- 0
2024-09-12 08:35.52: New job: Voodoo prep archetype.0.1.3; fc2d64045ede853ecc2e928b4486ac0a 2024-09-12 08:35.52: Waiting for resource in pool OCluster 2024-09-12 19:29.15: Waiting for worker… 2024-09-12 19:30.14: Got resource from pool OCluster 2024-09-12 19:30.14: Using cache hint "docs-universe-prep-4.14.2" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) (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.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) (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 archetype.0.1.3 yojson.2.2.2 why3.1.2.1 uri.4.4.0 stringext.1.6.0 stdlib-shims.0.3.0 sexplib0.v0.17.0 seq.base result.1.5 ppxlib.0.33.0 ppx_deriving_yojson.3.9.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocamlbuild.0.15.0 ocaml-syntax-shims.1.0.0 ocaml-compiler-libs.v0.12.4 num.1.5-1 menhir.20190924 eqaf.0.10 dune-configurator.3.16.0 dune.3.16.0 digestif.1.2.0 csexp.1.5.2 cppo.1.7.0 conf-autoconf.0.2 bigstringaf.0.10.0 angstrom.0.16.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u archetype:fc2d64045ede853ecc2e928b4486ac0a,ppx_deriving_yojson:c1755e4244efe898bdffb32447abb06f,digestif:7cac5ccc7e310101ea53ef841f1ba97a")) (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.758482') && (for DATA in prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0,digestif.1.2.0-7cac5ccc7e310101ea53ef841f1ba97a,digestif.1.2.0 prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0,ppx_deriving_yojson.3.9.0-c1755e4244efe898bdffb32447abb06f,ppx_deriving_yojson.3.9.0 prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3,archetype.0.1.3-fc2d64045ede853ecc2e928b4486ac0a,archetype.0.1.3; 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/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0,digestif.1.2.0-7cac5ccc7e310101ea53ef841f1ba97a,digestif.1.2.0 prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0,ppx_deriving_yojson.3.9.0-c1755e4244efe898bdffb32447abb06f,ppx_deriving_yojson.3.9.0 prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3,archetype.0.1.3-fc2d64045ede853ecc2e928b4486ac0a,archetype.0.1.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0,digestif.1.2.0-7cac5ccc7e310101ea53ef841f1ba97a,digestif.1.2.0 prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0,ppx_deriving_yojson.3.9.0-c1755e4244efe898bdffb32447abb06f,ppx_deriving_yojson.3.9.0 prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3,archetype.0.1.3-fc2d64045ede853ecc2e928b4486ac0a,archetype.0.1.3; 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 0e1db1f4176121955441dd10fd6470b79d8546a9 --local-file prep.spec \ --pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.2 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2024-09-12 19:30.14: RETRYING: 2024-09-12/083552-voodoo-prep-ffd582 Number of retries: 0 (retriable error condition) Building on asteria.caelum.ci.dev All commits already cached Updating files: 67% (21483/32043) Updating files: 68% (21790/32043) Updating files: 69% (22110/32043) Updating files: 70% (22431/32043) Updating files: 71% (22751/32043) Updating files: 72% (23071/32043) Updating files: 73% (23392/32043) Updating files: 74% (23712/32043) Updating files: 75% (24033/32043) Updating files: 76% (24353/32043) Updating files: 77% (24674/32043) Updating files: 78% (24994/32043) Updating files: 79% (25314/32043) Updating files: 80% (25635/32043) Updating files: 81% (25955/32043) Updating files: 82% (26276/32043) Updating files: 83% (26596/32043) Updating files: 84% (26917/32043) Updating files: 85% (27237/32043) Updating files: 86% (27557/32043) Updating files: 87% (27878/32043) Updating files: 88% (28198/32043) Updating files: 89% (28519/32043) Updating files: 90% (28839/32043) Updating files: 91% (29160/32043) Updating files: 92% (29480/32043) Updating files: 93% (29800/32043) Updating files: 94% (30121/32043) Updating files: 95% (30441/32043) Updating files: 96% (30762/32043) Updating files: 97% (31082/32043) Updating files: 98% (31403/32043) Updating files: 99% (31723/32043) Updating files: 100% (32043/32043) Updating files: 100% (32043/32043), done. HEAD is now at 0e1db1f417 Apply suggestions from code review (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam 5bece21b072e: Pulling fs layer 5bece21b072e: Verifying Checksum 5bece21b072e: Download complete 5bece21b072e: Pull complete Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1 Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1 2024-09-12 19:24.03 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 19:24.03 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" 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 (766 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 (7424 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:24.03 ---> using "64027e071d7f4bb79a519ab4cf43cd8d13e54fe5188051a605e9293619bec9b3" 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.15.0 [required by bos] - install dune 3.16.0 [required by voodoo-prep] - install ocamlfind 1.9.6 [required by bos] - install cmdliner 1.3.0 [required by voodoo-prep] - install seq base [required by re] - install swhid_core 0.1 [required by opam-core] - install stdlib-shims 0.3.0 [required by ocamlgraph, sha] - install opam-file-format 2.1.6 [required by opam-format] - install topkg 1.0.7 [required by bos] - install re 1.12.0 [required by opam-format] - install sha 1.15.4 [required by opam-core] - install ocamlgraph 2.1.0 [required by opam-core] - install uutf 1.0.3 [required by opam-core] - install rresult 0.7.0 [required by bos] - install fmt 0.9.0 [required by bos] - install astring 0.8.5 [required by bos] - install jsonm 1.0.2 [required by opam-core] - install logs 0.7.0 [required by bos] - install fpath 0.7.3 [required by voodoo-prep] - install opam-core 2.2.1 [required by opam-format] - install bos 0.2.1 [required by voodoo-prep] - install opam-format 2.2.1 [required by voodoo-prep] - install voodoo-prep ~dev* ===== 23 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [astring.0.8.5] found in cache [bos.0.2.1] found in cache [cmdliner.1.3.0] found in cache [dune.3.16.0] found in cache [fmt.0.9.0] found in cache [fpath.0.7.3] found in cache [jsonm.1.0.2] found in cache [logs.0.7.0] found in cache [ocamlbuild.0.15.0] found in cache [ocamlfind.1.9.6] found in cache [ocamlgraph.2.1.0] found in cache [opam-core.2.2.1] found in cache [opam-file-format.2.1.6] found in cache [opam-format.2.2.1] found in cache [re.1.12.0] found in cache [rresult.0.7.0] found in cache [sha.1.15.4] found in cache [stdlib-shims.0.3.0] found in cache [swhid_core.0.1] found in cache [topkg.1.0.7] found in cache [uutf.1.0.3] found in cache [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed seq.base -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed rresult.0.7.0 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed logs.0.7.0 -> installed dune.3.16.0 -> installed bos.0.2.1 -> installed stdlib-shims.0.3.0 -> installed swhid_core.0.1 -> installed opam-file-format.2.1.6 -> installed re.1.12.0 -> installed sha.1.15.4 -> installed ocamlgraph.2.1.0 -> installed opam-core.2.2.1 -> installed opam-format.2.2.1 -> installed voodoo-prep.~dev Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:24.03 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 19:24.03 ---> using "ff9243a4acf95fb20c4e62f411801f15f8ec3c4e6fcc150de31a9042ea281b68" from cache 2024-09-12 19:24.03 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam 5bece21b072e: Pulling fs layer 5bece21b072e: Verifying Checksum 5bece21b072e: Download complete 5bece21b072e: Pull complete Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1 Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1 2024-09-12 19:24.03 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 19:24.03 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 19:24.03 ---> using "589fc247a47cee4820aea953ca0c6137d5c05903e8d36d67782083bf9b53dcd0" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 19:24.05 ---> using "eaf1147f757816fba60951666b9dcf1396d1ee0cca60165ef2ec01f406470a66" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 19:24.05 ---> using "c7162714f0e0be0d406165a5c3c2189fd1b1ca8be4b2ad11558aee0ced2b83fd" 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:24.05 ---> using "d03826f2dcb25a6137daaafb2bffa5a3d0c290365138a6e72e23791ea2ecd957" from cache /home/opam: (run (shell "opam repo remove default && opam repo add opam /src")) Repositories removed from the selections of switch 4.14. Use '--all' to forget about them altogether. [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 4.14 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:24.05 ---> using "f30a7b9733fc0adaea55d0e10962edd62413e491f5e346868556600ff2bff829" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 19:24.05 ---> using "b57b0137043cddcf0002777ac5a280e60661ef9125ae283a79afe71e57951ad3" 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 dune 3.16.0 - install ocamlfind 1.9.6 ===== 2 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.6 (cached) -> retrieved dune.3.16.0 (cached) -> installed ocamlfind.1.9.6 -> installed dune.3.16.0 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:24.05 ---> using "37df27a1b4c47c79da28786374b48a806f4788f29dc57747cea31ba660bca55a" 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 archetype.0.1.3 yojson.2.2.2 why3.1.2.1 uri.4.4.0 stringext.1.6.0 stdlib-shims.0.3.0 sexplib0.v0.17.0 seq.base result.1.5 ppxlib.0.33.0 ppx_deriving_yojson.3.9.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocamlbuild.0.15.0 ocaml-syntax-shims.1.0.0 ocaml-compiler-libs.v0.12.4 num.1.5-1 menhir.20190924 eqaf.0.10 dune-configurator.3.16.0 dune.3.16.0 digestif.1.2.0 csexp.1.5.2 cppo.1.7.0 conf-autoconf.0.2 bigstringaf.0.10.0 angstrom.0.16.0 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 (786 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 archetype.0.1.3 yojson.2.2.2 why3.1.2.1 uri.4.4.0 stringext.1.6.0 stdlib-shims.0.3.0 sexplib0.v0.17.0 seq.base result.1.5 ppxlib.0.33.0 ppx_deriving_yojson.3.9.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocamlbuild.0.15.0 ocaml-syntax-shims.1.0.0 ocaml-compiler-libs.v0.12.4 num.1.5-1 menhir.20190924 eqaf.0.10 dune-configurator.3.16.0 dune.3.16.0 digestif.1.2.0 csexp.1.5.2 cppo.1.7.0 conf-autoconf.0.2 bigstringaf.0.10.0 angstrom.0.16.0" 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 # The following system packages are needed: autoconf [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 eqaf 0.10 - install ocamlbuild 0.15.0 - install num 1.5-1 - install stringext 1.6.0 - install conf-autoconf 0.2 - install result 1.5 - install seq base - install csexp 1.5.2 - install sexplib0 v0.17.0 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install cppo 1.7.0 - install stdlib-shims 0.3.0 - install digestif 1.2.0 - install menhir 20190924 - install yojson 2.2.2 - install dune-configurator 3.16.0 - install ppxlib 0.33.0 - install why3 1.2.1 - install bigstringaf 0.10.0 - install ppx_deriving 5.2.1 - install angstrom 0.16.0 - install ppx_deriving_yojson 3.9.0 - install uri 4.4.0 - install archetype 0.1.3 ===== 26 to install ===== The following system packages will first need to be installed: autoconf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> Let opam run your package manager to install the required system packages? (answer 'n' for other options) [Y/n] y + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package m4. - (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 .../archives/m4_1.4.19-3_amd64.deb ... - Unpacking m4 (1.4.19-3) ... - Selecting previously unselected package autoconf. - Preparing to unpack .../autoconf_2.71-3_all.deb ... - Unpacking autoconf (2.71-3) ... - Selecting previously unselected package autotools-dev. - Preparing to unpack .../autotools-dev_20220109.1_all.deb ... - Unpacking autotools-dev (20220109.1) ... - Selecting previously unselected package automake. - Preparing to unpack .../automake_1%3a1.16.5-1.3_all.deb ... - Unpacking automake (1:1.16.5-1.3) ... - Setting up m4 (1.4.19-3) ... - Setting up autotools-dev (20220109.1) ... - Setting up autoconf (2.71-3) ... - Setting up automake (1:1.16.5-1.3) ... - update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/78: Processing 2/78: [archetype.0.1.3: http] Processing 3/78: [archetype.0.1.3: http] -> retrieved bigstringaf.0.10.0 (cached) Processing 4/78: [archetype.0.1.3: http] Processing 5/78: [archetype.0.1.3: http] Processing 6/78: [archetype.0.1.3: http] [conf-autoconf: autoconf] -> retrieved angstrom.0.16.0 (cached) Processing 7/78: [archetype.0.1.3: http] [conf-autoconf: autoconf] Processing 7/78: [conf-autoconf: autoconf] -> retrieved cppo.1.7.0 (cached) Processing 8/78: [conf-autoconf: autoconf] Processing 9/78: [conf-autoconf: autoconf] [cppo: dune build] - autoconf (GNU Autoconf) 2.71 - Copyright (C) 2021 Free Software Foundation, Inc. - License GPLv3+/Autoconf: GNU GPL version 3 or later - <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html> - This is free software: you are free to change and redistribute it. - There is NO WARRANTY, to the extent permitted by law. - - Written by David J. MacKenzie and Akim Demaille. -> compiled conf-autoconf.0.2 Processing 9/78: [cppo: dune build] -> installed conf-autoconf.0.2 Processing 10/78: [cppo: dune build] -> retrieved csexp.1.5.2 (cached) Processing 11/78: [cppo: dune build] Processing 12/78: [cppo: dune build] [csexp: dune build] -> retrieved archetype.0.1.3 (https://github.com/edukera/archetype-lang/archive/0.1.3.tar.gz) Processing 13/78: [cppo: dune build] [csexp: dune build] -> retrieved eqaf.0.10 (cached) Processing 14/78: [cppo: dune build] [csexp: dune build] Processing 15/78: [cppo: dune build] [csexp: dune build] [eqaf: dune build] -> retrieved menhir.20190924 (cached) Processing 16/78: [cppo: dune build] [csexp: dune build] [eqaf: dune build] -> retrieved num.1.5-1 (cached) Processing 17/78: [cppo: dune build] [csexp: dune build] [eqaf: dune build] [num: patch] applying num-in-findlib-dir.patch Processing 18/78: [cppo: dune build] [csexp: dune build] [eqaf: dune build] [num: patch] -> retrieved ocaml-compiler-libs.v0.12.4 (cached) Processing 19/78: [cppo: dune build] [csexp: dune build] [eqaf: dune build] [num: patch] Processing 20/78: [cppo: dune build] [csexp: dune build] [eqaf: dune build] [num: patch] [ocaml-compiler-libs: dune build] -> compiled csexp.1.5.2 Processing 20/78: [cppo: dune build] [eqaf: dune build] [num: patch] [ocaml-compiler-libs: dune build] -> installed csexp.1.5.2 Processing 21/78: [cppo: dune build] [eqaf: dune build] [num: patch] [ocaml-compiler-libs: dune build] Processing 21/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] -> retrieved ocaml-syntax-shims.1.0.0 (cached) Processing 22/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] Processing 23/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] -> retrieved ocamlbuild.0.15.0 (cached) Processing 24/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] Processing 25/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make] -> retrieved digestif.1.2.0 (cached) Processing 26/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make] -> retrieved ppx_derivers.1.2.1 (cached) Processing 27/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make] Processing 28/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build] - (echo "# This file was generated from configure.make"; \ - echo ;\ - echo "OCAML_PREFIX="; \ - echo "OCAML_BINDIR=/home/opam/.opam/4.14/bin"; \ - echo "OCAML_LIBDIR=/home/opam/.opam/4.14/lib/ocaml"; \ - echo "OCAML_MANDIR=/home/opam/.opam/4.14/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.14"; \ - echo "BINDIR=/home/opam/.opam/4.14/bin"; \ - echo "LIBDIR=/home/opam/.opam/4.14/lib"; \ - echo "MANDIR=/home/opam/.opam/4.14/man"; \ - ) > Makefile.config - (echo "(* This file was generated from ../configure.make *)"; \ - echo ;\ - echo 'let bindir = {|/home/opam/.opam/4.14/bin|}'; \ - echo 'let libdir = {|/home/opam/.opam/4.14/lib|}'; \ - echo 'let ocaml_libdir = {|/home/opam/.opam/4.14/lib/ocaml|}'; \ - echo 'let libdir_abs = {|/home/opam/.opam/4.14/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.15.0"'; \ - ) > src/ocamlbuild_config.ml Processing 28/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_deriving.5.2.1 (cached) Processing 29/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved ppx_deriving_yojson.3.9.0 (cached) Processing 30/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] -> retrieved result.1.5 (cached) -> retrieved seq.base (cached) Processing 31/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] Processing 32/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] Processing 33/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] Processing 34/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] -> installed seq.base Processing 35/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] -> retrieved sexplib0.v0.17.0 (cached) Processing 36/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] Processing 37/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] -> retrieved stdlib-shims.0.3.0 (cached) Processing 38/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] Processing 39/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> retrieved ppxlib.0.33.0 (cached) Processing 40/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> retrieved dune-configurator.3.16.0 (cached) Processing 41/78: [cppo: dune build] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] Processing 42/78: [cppo: dune build] [dune-configurator: rm] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> compiled cppo.1.7.0 Processing 42/78: [dune-configurator: rm] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> installed cppo.1.7.0 Processing 43/78: [dune-configurator: rm] [eqaf: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> compiled eqaf.0.10 Processing 43/78: [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> installed eqaf.0.10 Processing 44/78: [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] Processing 45/78: [digestif: dune build] [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> compiled ocaml-compiler-libs.v0.12.4 Processing 45/78: [digestif: dune build] [dune-configurator: rm] [num: make opam-legacy] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> installed ocaml-compiler-libs.v0.12.4 Processing 46/78: [digestif: dune build] [dune-configurator: rm] [num: make opam-legacy] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] - /usr/bin/make -C src all - make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5-1/src' - ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c - ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c - ocamlmklib -oc nums bng.o nat_stubs.o - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml - ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo - cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml . - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml - ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo - echo 'version = "1.6~dev"' > META.top - cat META.num-top.in >> META.top - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml - ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx - ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa - make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5-1/src' - cp src/num-legacy.install num.install -> compiled num.1.5-1 Processing 46/78: [digestif: dune build] [dune-configurator: rm] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> installed num.1.5-1 Processing 47/78: [digestif: dune build] [dune-configurator: rm] [ocaml-syntax-shims: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> compiled ocaml-syntax-shims.1.0.0 Processing 47/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> installed ocaml-syntax-shims.1.0.0 Processing 48/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> compiled ppx_derivers.1.2.1 Processing 48/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> installed ppx_derivers.1.2.1 Processing 49/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> compiled result.1.5 Processing 49/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build] -> installed result.1.5 Processing 50/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build] -> compiled sexplib0.v0.17.0 Processing 50/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] -> installed sexplib0.v0.17.0 Processing 51/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] -> retrieved stringext.1.6.0 (cached) Processing 52/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] Processing 53/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build] [stringext: dune build] -> compiled stdlib-shims.0.3.0 Processing 53/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [stringext: dune build] -> installed stdlib-shims.0.3.0 Processing 54/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [stringext: dune build] Processing 55/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [stringext: dune build] -> retrieved uri.4.4.0 (cached) -> retrieved why3.1.2.1 (cached) -> retrieved yojson.2.2.2 (cached) Processing 56/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [stringext: dune build] [yojson: dune build] -> compiled stringext.1.6.0 Processing 56/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [yojson: dune build] -> installed stringext.1.6.0 Processing 57/78: [digestif: dune build] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [yojson: dune build] Processing 57/78: [digestif: dune build] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [yojson: dune build] -> compiled digestif.1.2.0 Processing 57/78: [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [yojson: dune build] -> installed digestif.1.2.0 Processing 58/78: [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [yojson: dune build] -> compiled yojson.2.2.2 Processing 58/78: [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] -> installed yojson.2.2.2 Processing 59/78: [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] -> compiled dune-configurator.3.16.0 Processing 59/78: [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] -> installed dune-configurator.3.16.0 Processing 60/78: [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] Processing 61/78: [bigstringaf: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] -> compiled bigstringaf.0.10.0 Processing 61/78: [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] -> installed bigstringaf.0.10.0 Processing 62/78: [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] Processing 63/78: [angstrom: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] -> compiled angstrom.0.16.0 Processing 63/78: [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] -> installed angstrom.0.16.0 Processing 64/78: [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] Processing 65/78: [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [uri: dune build] - if test -d /home/opam/.opam/4.14/lib/ocaml/ocamlbuild; then\ - >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\ - "/home/opam/.opam/4.14/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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml - ocamlc.opt -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 - 235 states, 1033 transitions, table size 5542 bytes - 4238 additional bytes used for bindings - ocamlc.opt -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.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/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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.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_unix_plugin.cmo - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.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/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 @14@29 -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 @14@29 -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 @14@29 -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 -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.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_unix_plugin.cmx - ocamlc.opt -I +unix unix.cma 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.14/.opam-switch/build/ocamlbuild.0.15.0' - rm -f ocamlbuild.install - touch ocamlbuild.install - /usr/bin/make install-bin-opam - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - 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.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-opam - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - echo 'lib: [' >> ocamlbuild.install - /usr/bin/make install-lib-basics-opam - make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - 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.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-byte-opam - make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-native-opam - make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - 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_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-man-opam - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - 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.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-doc-opam - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - 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.14/.opam-switch/build/ocamlbuild.0.15.0' - make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' -> compiled ocamlbuild.0.15.0 Processing 65/78: [ppxlib: dune build] [uri: dune build] -> installed ocamlbuild.0.15.0 Processing 66/78: [ppxlib: dune build] [uri: dune build] Processing 67/78: [menhir: make Makefile] [ppxlib: dune build] [uri: dune build] -> compiled uri.4.4.0 Processing 67/78: [menhir: make Makefile] [ppxlib: dune build] -> installed uri.4.4.0 Processing 68/78: [menhir: make Makefile] [ppxlib: dune build] -> compiled ppxlib.0.33.0 Processing 68/78: [menhir: make Makefile] -> installed ppxlib.0.33.0 Processing 69/78: [menhir: make Makefile] Processing 70/78: [menhir: make Makefile] [ppx_deriving: dune build] -> compiled ppx_deriving.5.2.1 Processing 70/78: [menhir: make Makefile] -> installed ppx_deriving.5.2.1 Processing 71/78: [menhir: make Makefile] Processing 72/78: [menhir: make Makefile] [ppx_deriving_yojson: dune build] -> compiled ppx_deriving_yojson.3.9.0 Processing 72/78: [menhir: make Makefile] -> installed ppx_deriving_yojson.3.9.0 Processing 73/78: [menhir: make Makefile] + /usr/bin/make "-f" "Makefile" "PREFIX=/home/opam/.opam/4.14" "USE_OCAMLFIND=true" "docdir=/home/opam/.opam/4.14/doc/menhir" "libdir=/home/opam/.opam/4.14/lib/menhir" "mandir=/home/opam/.opam/4.14/man/man1" (CWD=/home/opam/.opam/4.14/.opam-switch/build/menhir.20190924) - make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/menhir.20190924/src' - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/menhir.20190924/src' - + /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.14/lib/ocamlbuild /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules General.mli > General.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o General.cmi General.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules General.ml > General.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Convert.mli > Convert.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Convert.cmi Convert.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Convert.ml > Convert.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules IncrementalEngine.ml > IncrementalEngine.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules EngineTypes.ml > EngineTypes.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o IncrementalEngine.cmo IncrementalEngine.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Engine.mli > Engine.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o EngineTypes.cmo EngineTypes.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Engine.cmi Engine.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Engine.ml > Engine.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules ErrorReports.mli > ErrorReports.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o ErrorReports.cmi ErrorReports.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules ErrorReports.ml > ErrorReports.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Printers.mli > Printers.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Printers.cmi Printers.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Printers.ml > Printers.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InfiniteArray.mli > InfiniteArray.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InfiniteArray.cmi InfiniteArray.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InfiniteArray.ml > InfiniteArray.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules PackedIntArray.mli > PackedIntArray.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o PackedIntArray.cmi PackedIntArray.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules PackedIntArray.ml > PackedIntArray.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules RowDisplacement.mli > RowDisplacement.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o RowDisplacement.cmi RowDisplacement.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules RowDisplacement.ml > RowDisplacement.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LinearizedArray.mli > LinearizedArray.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o LinearizedArray.cmi LinearizedArray.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LinearizedArray.ml > LinearizedArray.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules TableFormat.ml > TableFormat.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InspectionTableFormat.ml > InspectionTableFormat.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InspectionTableInterpreter.mli > InspectionTableInterpreter.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InspectionTableFormat.cmo InspectionTableFormat.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o TableFormat.cmo TableFormat.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InspectionTableInterpreter.cmi InspectionTableInterpreter.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InspectionTableInterpreter.ml > InspectionTableInterpreter.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules TableInterpreter.mli > TableInterpreter.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o TableInterpreter.cmi TableInterpreter.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules TableInterpreter.ml > TableInterpreter.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules StaticVersion.mli > StaticVersion.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o StaticVersion.cmi StaticVersion.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules StaticVersion.ml > StaticVersion.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o General.cmo General.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Convert.cmo Convert.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Engine.cmo Engine.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o ErrorReports.cmo ErrorReports.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Printers.cmo Printers.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InfiniteArray.cmo InfiniteArray.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o PackedIntArray.cmo PackedIntArray.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o RowDisplacement.cmo RowDisplacement.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o LinearizedArray.cmo LinearizedArray.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InspectionTableInterpreter.cmo InspectionTableInterpreter.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o TableInterpreter.cmo TableInterpreter.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o StaticVersion.cmo StaticVersion.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -pack -g -bin-annot General.cmo Convert.cmo IncrementalEngine.cmo EngineTypes.cmo Engine.cmo ErrorReports.cmo Printers.cmo InfiniteArray.cmo PackedIntArray.cmo RowDisplacement.cmo LinearizedArray.cmo TableFormat.cmo InspectionTableFormat.cmo InspectionTableInterpreter.cmo TableInterpreter.cmo StaticVersion.cmo -o menhirLib.cmo - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o General.cmx General.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o IncrementalEngine.cmx IncrementalEngine.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o EngineTypes.cmx EngineTypes.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o InfiniteArray.cmx InfiniteArray.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o PackedIntArray.cmx PackedIntArray.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o InspectionTableFormat.cmx InspectionTableFormat.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o LinearizedArray.cmx LinearizedArray.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o TableFormat.cmx TableFormat.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o RowDisplacement.cmx RowDisplacement.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o Convert.cmx Convert.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o Engine.cmx Engine.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o ErrorReports.cmx ErrorReports.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o Printers.cmx Printers.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o InspectionTableInterpreter.cmx InspectionTableInterpreter.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o TableInterpreter.cmx TableInterpreter.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o StaticVersion.cmx StaticVersion.ml - + touch menhirLib.mli ; if /home/opam/.opam/4.14/bin/ocamlopt.opt -pack -g -bin-annot General.cmx Convert.cmx IncrementalEngine.cmx EngineTypes.cmx Engine.cmx ErrorReports.cmx Printers.cmx InfiniteArray.cmx PackedIntArray.cmx RowDisplacement.cmx LinearizedArray.cmx TableFormat.cmx InspectionTableFormat.cmx InspectionTableInterpreter.cmx TableInterpreter.cmx StaticVersion.cmx -o menhirLib.cmx ; then rm -f menhirLib.mli ; else rm -f menhirLib.mli ; exit 1; fi - + /home/opam/.opam/4.14/bin/ocamlopt.opt -a menhirLib.cmx -o menhirLib.cmxa - + /home/opam/.opam/4.14/bin/ocamlopt.opt -shared -linkall menhirLib.cmxa -o menhirLib.cmxs - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules menhir.ml > menhir.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules back.mli > back.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o back.cmi back.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o menhir.cmo menhir.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules back.ml > back.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_read.ml > cmly_read.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_read.mli > cmly_read.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_api.ml > cmly_api.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules keyword.mli > keyword.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o keyword.cmi keyword.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cmly_api.cmo cmly_api.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cmly_read.cmi cmly_read.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules keyword.ml > keyword.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o keyword.cmx keyword.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_format.ml > cmly_format.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cmly_format.cmo cmly_format.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules version.ml > version.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o version.cmo version.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o cmly_api.cmx cmly_api.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o cmly_format.cmx cmly_format.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o version.cmx version.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_write.ml > cmly_write.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_write.mli > cmly_write.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cmly_write.cmi cmly_write.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules action.ml > action.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules action.mli > action.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules IL.mli > IL.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stretch.mli > stretch.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o stretch.cmi stretch.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o IL.cmi IL.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o action.cmi action.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codeBits.ml > codeBits.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codeBits.mli > codeBits.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o codeBits.cmi codeBits.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules settings.ml > settings.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules settings.mli > settings.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stringSet.mli > stringSet.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o stringSet.cmi stringSet.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o settings.cmi settings.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules installation.ml > installation.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules installation.mli > installation.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o installation.cmi installation.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stringSet.ml > stringSet.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o installation.cmx installation.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o stringSet.cmx stringSet.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o settings.cmx settings.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o codeBits.cmx codeBits.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules basicSyntax.ml > basicSyntax.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules positions.mli > positions.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stringMap.mli > stringMap.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules syntax.ml > syntax.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InputFile.mli > InputFile.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o positions.cmi positions.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o stringMap.cmi stringMap.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InputFile.cmi InputFile.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o syntax.cmo syntax.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o basicSyntax.cmo basicSyntax.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules positions.ml > positions.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stringMap.ml > stringMap.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o action.cmx action.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InputFile.ml > InputFile.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o positions.cmx positions.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o stringMap.cmx stringMap.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o InputFile.cmx InputFile.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o InputFile.cmx InputFile.ml - File "InputFile.ml", line 52, characters 2-20: - 52 | Pervasives.compare file1.input_file_index file2.input_file_index - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o syntax.cmx syntax.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules front.ml > front.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules front.mli > front.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o front.cmi front.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules anonymous.ml > anonymous.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules anonymous.mli > anonymous.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o anonymous.cmi anonymous.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules misc.ml > misc.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules misc.mli > misc.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o misc.cmi misc.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules error.ml > error.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules error.mli > error.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o error.cmi error.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o error.cmx error.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parameters.ml > parameters.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o parameters.cmo parameters.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o misc.cmx misc.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o parameters.cmx parameters.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules basicPrinter.ml > basicPrinter.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules basicPrinter.mli > basicPrinter.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o basicPrinter.cmi basicPrinter.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o basicSyntax.cmx basicSyntax.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules option.ml > option.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules option.mli > option.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o option.cmi option.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules printer.ml > printer.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules printer.mli > printer.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o printer.cmi printer.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Compatibility.ml > Compatibility.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Compatibility.mli > Compatibility.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Compatibility.cmi Compatibility.mli - + /home/opam/.opam/4.14/bin/ocamllex.opt -q lineCount.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lineCount.ml > lineCount.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lineCount.cmo lineCount.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Compatibility.cmx Compatibility.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lineCount.cmx lineCount.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o option.cmx option.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o printer.cmx printer.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules CheckSafeParameterizedGrammar.ml > CheckSafeParameterizedGrammar.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules CheckSafeParameterizedGrammar.mli > CheckSafeParameterizedGrammar.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o CheckSafeParameterizedGrammar.cmi CheckSafeParameterizedGrammar.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules tarjan.ml > tarjan.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules tarjan.mli > tarjan.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o tarjan.cmi tarjan.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o tarjan.cmx tarjan.ml - + cp -p yaccDriver.ml Driver.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Driver.ml > Driver.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Driver.mli > Driver.mli.depends - + cp -p yacc-parser.mly parser.mly - + /home/opam/.opam/4.14/bin/ocamlyacc parser.mly - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parser.mli > parser.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o parser.cmi parser.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Driver.cmi Driver.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parser.ml > parser.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parserAux.ml > parserAux.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parserAux.mli > parserAux.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o parserAux.cmi parserAux.mli - + /home/opam/.opam/4.14/bin/ocamllex.opt -q lexpointfree.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lexpointfree.ml > lexpointfree.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lexpointfree.cmo lexpointfree.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lexpointfree.cmx lexpointfree.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o parserAux.cmx parserAux.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o parser.cmx parser.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Drop.ml > Drop.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Drop.mli > Drop.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Drop.cmi Drop.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules IO.ml > IO.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules IO.mli > IO.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o IO.cmi IO.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules infer.ml > infer.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules infer.mli > infer.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o infer.cmi infer.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o IO.cmx IO.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules interface.ml > interface.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules interface.mli > interface.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o interface.cmi interface.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules nonterminalType.ml > nonterminalType.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules nonterminalType.mli > nonterminalType.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o nonterminalType.cmi nonterminalType.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules tokenType.ml > tokenType.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules tokenType.mli > tokenType.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o tokenType.cmi tokenType.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o nonterminalType.cmx nonterminalType.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o tokenType.cmx tokenType.ml - + /home/opam/.opam/4.14/bin/ocamllex.opt -q lexdep.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lexdep.ml > lexdep.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lexdep.cmo lexdep.ml - + /home/opam/.opam/4.14/bin/ocamllex.opt -q lexmli.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lexmli.ml > lexmli.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lexmli.cmo lexmli.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o interface.cmx interface.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lexdep.cmx lexdep.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lexmli.cmx lexmli.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules inlining.ml > inlining.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules inlining.mli > inlining.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o inlining.cmi inlining.mli - + /home/opam/.opam/4.14/bin/ocamllex.opt -q chopInlined.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules chopInlined.ml > chopInlined.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o chopInlined.cmo chopInlined.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules listMonad.ml > listMonad.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules listMonad.mli > listMonad.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o listMonad.cmi listMonad.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Memoize.ml > Memoize.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Memoize.mli > Memoize.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Memoize.cmi Memoize.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o chopInlined.cmx chopInlined.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o listMonad.cmx listMonad.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Memoize.cmx Memoize.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules keywordExpansion.ml > keywordExpansion.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules keywordExpansion.mli > keywordExpansion.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o keywordExpansion.cmi keywordExpansion.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules grammarFunctor.ml > grammarFunctor.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules grammarFunctor.mli > grammarFunctor.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules gMap.ml > gMap.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules gSet.ml > gSet.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o gSet.cmo gSet.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o gMap.cmo gMap.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o grammarFunctor.cmi grammarFunctor.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Boolean.ml > Boolean.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Boolean.mli > Boolean.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Fix.mli > Fix.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Fix.cmi Fix.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Boolean.cmi Boolean.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Fix.ml > Fix.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Fix.cmx Fix.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules CompletedNatWitness.ml > CompletedNatWitness.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules CompletedNatWitness.mli > CompletedNatWitness.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Seq.mli > Seq.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Seq.cmi Seq.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o CompletedNatWitness.cmi CompletedNatWitness.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Seq.ml > Seq.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Seq.cmx Seq.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules compressedBitSet.ml > compressedBitSet.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules compressedBitSet.mli > compressedBitSet.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o compressedBitSet.cmi compressedBitSet.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o gSet.cmx gSet.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules FixSolver.ml > FixSolver.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules FixSolver.mli > FixSolver.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o FixSolver.cmi FixSolver.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Maps.ml > Maps.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Maps.mli > Maps.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Maps.cmi Maps.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules patricia.ml > patricia.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules patricia.mli > patricia.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o patricia.cmi patricia.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o gMap.cmx gMap.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules time.ml > time.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules time.mli > time.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o time.cmi time.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Boolean.cmx Boolean.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o CompletedNatWitness.cmx CompletedNatWitness.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o compressedBitSet.cmx compressedBitSet.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o FixSolver.cmx FixSolver.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Maps.cmx Maps.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o patricia.cmx patricia.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o time.cmx time.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o patricia.cmx patricia.ml - File "patricia.ml", line 569, characters 20-38: - 569 | let c = Pervasives.compare key1 key2 in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "patricia.ml", line 942, characters 20-38: - 942 | let c = Pervasives.compare x1 x2 in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o grammarFunctor.cmx grammarFunctor.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o grammarFunctor.cmx grammarFunctor.ml - File "grammarFunctor.ml", line 395, characters 6-24: - 395 | Pervasives.compare (decode i1) (decode i2) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - + /home/opam/.opam/4.14/bin/ocamllex.opt -q lexer.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lexer.ml > lexer.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lexer.cmo lexer.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules partialGrammar.ml > partialGrammar.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules partialGrammar.mli > partialGrammar.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o partialGrammar.cmi partialGrammar.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules expandTokenAliases.ml > expandTokenAliases.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules expandTokenAliases.mli > expandTokenAliases.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o expandTokenAliases.cmi expandTokenAliases.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o expandTokenAliases.cmx expandTokenAliases.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules reachability.ml > reachability.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules reachability.mli > reachability.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o reachability.cmi reachability.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules SelectiveExpansion.ml > SelectiveExpansion.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules SelectiveExpansion.mli > SelectiveExpansion.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules SortInference.mli > SortInference.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules GroundSort.mli > GroundSort.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o GroundSort.cmi GroundSort.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o SortInference.cmi SortInference.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o SelectiveExpansion.cmi SelectiveExpansion.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules GroundSort.ml > GroundSort.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules SortInference.ml > SortInference.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o GroundSort.cmx GroundSort.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules SortUnification.ml > SortUnification.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules SortUnification.mli > SortUnification.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o SortUnification.cmi SortUnification.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Unifier.ml > Unifier.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Unifier.mli > Unifier.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Unifier.cmi Unifier.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules mark.ml > mark.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules mark.mli > mark.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o mark.cmi mark.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules unionFind.ml > unionFind.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules unionFind.mli > unionFind.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o unionFind.cmi unionFind.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o mark.cmx mark.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o unionFind.cmx unionFind.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Unifier.cmx Unifier.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o SortUnification.cmx SortUnification.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o SortInference.cmx SortInference.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules standard_mly.ml > standard_mly.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o standard_mly.cmo standard_mly.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o anonymous.cmx anonymous.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o basicPrinter.cmx basicPrinter.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o CheckSafeParameterizedGrammar.cmx CheckSafeParameterizedGrammar.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Driver.cmx Driver.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Drop.cmx Drop.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o infer.cmx infer.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o inlining.cmx inlining.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o keywordExpansion.cmx keywordExpansion.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lexer.cmx lexer.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o partialGrammar.cmx partialGrammar.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o reachability.cmx reachability.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o SelectiveExpansion.cmx SelectiveExpansion.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o standard_mly.cmx standard_mly.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o basicPrinter.cmx basicPrinter.ml - File "basicPrinter.ml", line 269, characters 50-68: - 269 | compare_pairs InputFile.compare_input_files Pervasives.compare (m, v) (m', v') - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "basicPrinter.ml", line 348, characters 50-68: - 348 | compare_pairs InputFile.compare_input_files Pervasives.compare (m, l) (m', l') - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules grammar.ml > grammar.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o grammar.cmo grammar.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o front.cmx front.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules item.ml > item.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules item.mli > item.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lookahead.mli > lookahead.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lookahead.cmi lookahead.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o item.cmi item.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o grammar.cmx grammar.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lr0.ml > lr0.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lr0.mli > lr0.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lr0.cmi lr0.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o item.cmx item.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lr1.ml > lr1.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lr1.mli > lr1.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lr1.cmi lr1.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules DFS.ml > DFS.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules DFS.mli > DFS.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o DFS.cmi DFS.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lr0.cmx lr0.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules slr.ml > slr.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules slr.mli > slr.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o slr.cmi slr.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o DFS.cmx DFS.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o slr.cmx slr.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lr1.cmx lr1.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codeBackend.ml > codeBackend.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codeBackend.mli > codeBackend.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o codeBackend.cmi codeBackend.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codePieces.ml > codePieces.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codePieces.mli > codePieces.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o codePieces.cmi codePieces.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules default.ml > default.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules default.mli > default.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o default.cmi default.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules conflict.ml > conflict.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules conflict.mli > conflict.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o conflict.cmi conflict.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules DependencyGraph.ml > DependencyGraph.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules DependencyGraph.mli > DependencyGraph.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o DependencyGraph.cmi DependencyGraph.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules dot.ml > dot.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules dot.mli > dot.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o dot.cmi dot.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o dot.cmx dot.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules derivation.ml > derivation.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules derivation.mli > derivation.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o derivation.cmi derivation.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lr1partial.ml > lr1partial.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lr1partial.mli > lr1partial.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lr1partial.cmi lr1partial.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o DependencyGraph.cmx DependencyGraph.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o derivation.cmx derivation.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lr1partial.cmx lr1partial.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o conflict.cmx conflict.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules invariant.ml > invariant.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules invariant.mli > invariant.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o invariant.cmi invariant.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o codePieces.cmx codePieces.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o default.cmx default.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o invariant.cmx invariant.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codeInliner.ml > codeInliner.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codeInliner.mli > codeInliner.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o codeInliner.cmi codeInliner.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules traverse.ml > traverse.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o traverse.cmo traverse.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o traverse.cmx traverse.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules coqBackend.ml > coqBackend.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules coqBackend.mli > coqBackend.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o coqBackend.cmi coqBackend.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules interpret.ml > interpret.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules interpret.mli > interpret.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules referenceInterpreter.mli > referenceInterpreter.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cst.mli > cst.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cst.cmi cst.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o referenceInterpreter.cmi referenceInterpreter.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o interpret.cmi interpret.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cst.ml > cst.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules pprint.ml > pprint.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules pprint.mli > pprint.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o pprint.cmi pprint.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o pprint.cmx pprint.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules referenceInterpreter.ml > referenceInterpreter.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o cst.cmx cst.ml - + /home/opam/.opam/4.14/bin/ocamllex.opt -q segment.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules segment.ml > segment.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o segment.cmo segment.ml - + /home/opam/.opam/4.14/bin/ocamllex.opt -q sentenceLexer.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules sentenceLexer.ml > sentenceLexer.ml.depends - + /home/opam/.opam/4.14/bin/ocamlyacc sentenceParser.mly - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules sentenceParser.mli > sentenceParser.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules sentenceParserAux.ml > sentenceParserAux.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o sentenceParserAux.cmo sentenceParserAux.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o sentenceParser.cmi sentenceParser.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o sentenceLexer.cmo sentenceLexer.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules sentenceParser.ml > sentenceParser.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o sentenceParserAux.cmx sentenceParserAux.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o sentenceParser.cmx sentenceParser.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o referenceInterpreter.cmx referenceInterpreter.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o segment.cmx segment.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o sentenceLexer.cmx sentenceLexer.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LRijkstra.ml > LRijkstra.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LRijkstra.mli > LRijkstra.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -noassert -noassert -o LRijkstra.cmi LRijkstra.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules astar.ml > astar.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules astar.mli > astar.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o astar.cmi astar.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o interpret.cmx interpret.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LRijkstraCore.ml > LRijkstraCore.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LRijkstraCore.mli > LRijkstraCore.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -noassert -noassert -o LRijkstraCore.cmi LRijkstraCore.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LowIntegerPriorityQueue.ml > LowIntegerPriorityQueue.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LowIntegerPriorityQueue.mli > LowIntegerPriorityQueue.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o LowIntegerPriorityQueue.cmi LowIntegerPriorityQueue.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules resizableArray.ml > resizableArray.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules resizableArray.mli > resizableArray.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o resizableArray.cmi resizableArray.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o resizableArray.cmx resizableArray.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules MySet.ml > MySet.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules MySet.mli > MySet.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o MySet.cmi MySet.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Trie.ml > Trie.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Trie.mli > Trie.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Trie.cmi Trie.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o LowIntegerPriorityQueue.cmx LowIntegerPriorityQueue.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o MySet.cmx MySet.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Trie.cmx Trie.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Trie.cmx Trie.ml - File "Trie.ml", line 199, characters 4-22: - 199 | Pervasives.compare t1.identity t2.identity - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o astar.cmx astar.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -noassert -noassert -o LRijkstraCore.cmx LRijkstraCore.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -noassert -noassert -o LRijkstraCore.cmx LRijkstraCore.ml - File "LRijkstraCore.ml", line 401, characters 16-34: - 401 | let c = Pervasives.compare (identity fact1) (identity fact2) in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules tableBackend.ml > tableBackend.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules tableBackend.mli > tableBackend.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o tableBackend.cmi tableBackend.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o cmly_read.cmx cmly_read.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o cmly_write.cmx cmly_write.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o codeBackend.cmx codeBackend.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o codeInliner.cmx codeInliner.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o coqBackend.cmx coqBackend.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -noassert -noassert -o LRijkstra.cmx LRijkstra.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o tableBackend.cmx tableBackend.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o back.cmx back.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o menhir.cmx menhir.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa -g Fix.cmx Boolean.cmx InputFile.cmx installation.cmx keyword.cmx stringSet.cmx version.cmx settings.cmx codeBits.cmx action.cmx positions.cmx error.cmx menhirLib.cmx stringMap.cmx misc.cmx syntax.cmx parameters.cmx tarjan.cmx CheckSafeParameterizedGrammar.cmx Compatibility.cmx Seq.cmx CompletedNatWitness.cmx DFS.cmx lexpointfree.cmx option.cmx parserAux.cmx parser.cmx Driver.cmx basicSyntax.cmx Drop.cmx FixSolver.cmx GroundSort.cmx IO.cmx Maps.cmx Memoize.cmx mark.cmx unionFind.cmx Unifier.cmx SortUnification.cmx SortInference.cmx SelectiveExpansion.cmx anonymous.cmx lineCount.cmx printer.cmx basicPrinter.cmx chopInlined.cmx gSet.cmx compressedBitSet.cmx dot.cmx expandTokenAliases.cmx gMap.cmx patricia.cmx time.cmx grammarFunctor.cmx nonterminalType.cmx tokenType.cmx interface.cmx lexdep.cmx lexmli.cmx infer.cmx listMonad.cmx inlining.cmx keywordExpansion.cmx lexer.cmx partialGrammar.cmx reachability.cmx standard_mly.cmx front.cmx grammar.cmx DependencyGraph.cmx resizableArray.cmx LowIntegerPriorityQueue.cmx MySet.cmx item.cmx derivation.cmx lr0.cmx slr.cmx lr1.cmx lr1partial.cmx conflict.cmx default.cmx Trie.cmx LRijkstraCore.cmx astar.cmx pprint.cmx cst.cmx invariant.cmx referenceInterpreter.cmx segment.cmx sentenceParserAux.cmx sentenceParser.cmx sentenceLexer.cmx interpret.cmx LRijkstra.cmx cmly_api.cmx cmly_format.cmx cmly_read.cmx cmly_write.cmx codePieces.cmx codeBackend.cmx traverse.cmx codeInliner.cmx coqBackend.cmx tableBackend.cmx back.cmx menhir.cmx -o menhir.native - # Parallel statistics: { count(total): 19(434), max: 13, min: 2, average(total): 4.263(1.143) } - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/menhir.20190924/src' - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/menhir.20190924/src' - + /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.14/lib/ocamlbuild /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules General.mli > General.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o General.cmi General.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules General.ml > General.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Convert.mli > Convert.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Convert.cmi Convert.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Convert.ml > Convert.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules IncrementalEngine.ml > IncrementalEngine.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules EngineTypes.ml > EngineTypes.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o IncrementalEngine.cmo IncrementalEngine.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Engine.mli > Engine.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o EngineTypes.cmo EngineTypes.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Engine.cmi Engine.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Engine.ml > Engine.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules ErrorReports.mli > ErrorReports.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o ErrorReports.cmi ErrorReports.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules ErrorReports.ml > ErrorReports.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Printers.mli > Printers.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Printers.cmi Printers.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Printers.ml > Printers.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InfiniteArray.mli > InfiniteArray.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InfiniteArray.cmi InfiniteArray.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InfiniteArray.ml > InfiniteArray.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules PackedIntArray.mli > PackedIntArray.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o PackedIntArray.cmi PackedIntArray.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules PackedIntArray.ml > PackedIntArray.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules RowDisplacement.mli > RowDisplacement.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o RowDisplacement.cmi RowDisplacement.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules RowDisplacement.ml > RowDisplacement.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LinearizedArray.mli > LinearizedArray.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o LinearizedArray.cmi LinearizedArray.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LinearizedArray.ml > LinearizedArray.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules TableFormat.ml > TableFormat.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InspectionTableFormat.ml > InspectionTableFormat.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InspectionTableInterpreter.mli > InspectionTableInterpreter.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InspectionTableFormat.cmo InspectionTableFormat.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o TableFormat.cmo TableFormat.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InspectionTableInterpreter.cmi InspectionTableInterpreter.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InspectionTableInterpreter.ml > InspectionTableInterpreter.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules TableInterpreter.mli > TableInterpreter.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o TableInterpreter.cmi TableInterpreter.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules TableInterpreter.ml > TableInterpreter.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules StaticVersion.mli > StaticVersion.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o StaticVersion.cmi StaticVersion.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules StaticVersion.ml > StaticVersion.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o General.cmo General.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Convert.cmo Convert.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Engine.cmo Engine.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o ErrorReports.cmo ErrorReports.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Printers.cmo Printers.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InfiniteArray.cmo InfiniteArray.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o PackedIntArray.cmo PackedIntArray.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o RowDisplacement.cmo RowDisplacement.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o LinearizedArray.cmo LinearizedArray.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InspectionTableInterpreter.cmo InspectionTableInterpreter.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o TableInterpreter.cmo TableInterpreter.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o StaticVersion.cmo StaticVersion.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -pack -g -bin-annot General.cmo Convert.cmo IncrementalEngine.cmo EngineTypes.cmo Engine.cmo ErrorReports.cmo Printers.cmo InfiniteArray.cmo PackedIntArray.cmo RowDisplacement.cmo LinearizedArray.cmo TableFormat.cmo InspectionTableFormat.cmo InspectionTableInterpreter.cmo TableInterpreter.cmo StaticVersion.cmo -o menhirLib.cmo - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o General.cmx General.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o IncrementalEngine.cmx IncrementalEngine.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o EngineTypes.cmx EngineTypes.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o InfiniteArray.cmx InfiniteArray.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o PackedIntArray.cmx PackedIntArray.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o InspectionTableFormat.cmx InspectionTableFormat.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o LinearizedArray.cmx LinearizedArray.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o TableFormat.cmx TableFormat.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o RowDisplacement.cmx RowDisplacement.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o Convert.cmx Convert.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o Engine.cmx Engine.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o ErrorReports.cmx ErrorReports.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o Printers.cmx Printers.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o InspectionTableInterpreter.cmx InspectionTableInterpreter.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o TableInterpreter.cmx TableInterpreter.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirLib -o StaticVersion.cmx StaticVersion.ml - + touch menhirLib.mli ; if /home/opam/.opam/4.14/bin/ocamlopt.opt -pack -g -bin-annot General.cmx Convert.cmx IncrementalEngine.cmx EngineTypes.cmx Engine.cmx ErrorReports.cmx Printers.cmx InfiniteArray.cmx PackedIntArray.cmx RowDisplacement.cmx LinearizedArray.cmx TableFormat.cmx InspectionTableFormat.cmx InspectionTableInterpreter.cmx TableInterpreter.cmx StaticVersion.cmx -o menhirLib.cmx ; then rm -f menhirLib.mli ; else rm -f menhirLib.mli ; exit 1; fi - + /home/opam/.opam/4.14/bin/ocamlopt.opt -a menhirLib.cmx -o menhirLib.cmxa - + /home/opam/.opam/4.14/bin/ocamlopt.opt -shared -linkall menhirLib.cmxa -o menhirLib.cmxs - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules menhir.ml > menhir.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules back.mli > back.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o back.cmi back.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o menhir.cmo menhir.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules back.ml > back.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_read.ml > cmly_read.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_read.mli > cmly_read.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_api.ml > cmly_api.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules keyword.mli > keyword.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o keyword.cmi keyword.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cmly_api.cmo cmly_api.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cmly_read.cmi cmly_read.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules keyword.ml > keyword.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o keyword.cmx keyword.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_format.ml > cmly_format.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cmly_format.cmo cmly_format.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules version.ml > version.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o version.cmo version.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o cmly_api.cmx cmly_api.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o cmly_format.cmx cmly_format.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o version.cmx version.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_write.ml > cmly_write.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_write.mli > cmly_write.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cmly_write.cmi cmly_write.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules action.ml > action.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules action.mli > action.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules IL.mli > IL.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stretch.mli > stretch.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o stretch.cmi stretch.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o IL.cmi IL.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o action.cmi action.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codeBits.ml > codeBits.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codeBits.mli > codeBits.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o codeBits.cmi codeBits.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules settings.ml > settings.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules settings.mli > settings.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stringSet.mli > stringSet.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o stringSet.cmi stringSet.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o settings.cmi settings.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules installation.ml > installation.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules installation.mli > installation.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o installation.cmi installation.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stringSet.ml > stringSet.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o installation.cmx installation.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o stringSet.cmx stringSet.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o settings.cmx settings.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o codeBits.cmx codeBits.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules basicSyntax.ml > basicSyntax.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules positions.mli > positions.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stringMap.mli > stringMap.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules syntax.ml > syntax.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InputFile.mli > InputFile.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o positions.cmi positions.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o stringMap.cmi stringMap.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InputFile.cmi InputFile.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o syntax.cmo syntax.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o basicSyntax.cmo basicSyntax.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules positions.ml > positions.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stringMap.ml > stringMap.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o action.cmx action.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InputFile.ml > InputFile.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o positions.cmx positions.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o stringMap.cmx stringMap.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o InputFile.cmx InputFile.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o InputFile.cmx InputFile.ml - File "InputFile.ml", line 52, characters 2-20: - 52 | Pervasives.compare file1.input_file_index file2.input_file_index - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o syntax.cmx syntax.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules front.ml > front.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules front.mli > front.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o front.cmi front.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules anonymous.ml > anonymous.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules anonymous.mli > anonymous.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o anonymous.cmi anonymous.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules misc.ml > misc.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules misc.mli > misc.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o misc.cmi misc.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules error.ml > error.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules error.mli > error.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o error.cmi error.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o error.cmx error.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parameters.ml > parameters.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o parameters.cmo parameters.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o misc.cmx misc.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o parameters.cmx parameters.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules basicPrinter.ml > basicPrinter.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules basicPrinter.mli > basicPrinter.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o basicPrinter.cmi basicPrinter.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o basicSyntax.cmx basicSyntax.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules option.ml > option.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules option.mli > option.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o option.cmi option.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules printer.ml > printer.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules printer.mli > printer.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o printer.cmi printer.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Compatibility.ml > Compatibility.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Compatibility.mli > Compatibility.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Compatibility.cmi Compatibility.mli - + /home/opam/.opam/4.14/bin/ocamllex.opt -q lineCount.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lineCount.ml > lineCount.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lineCount.cmo lineCount.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Compatibility.cmx Compatibility.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lineCount.cmx lineCount.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o option.cmx option.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o printer.cmx printer.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules CheckSafeParameterizedGrammar.ml > CheckSafeParameterizedGrammar.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules CheckSafeParameterizedGrammar.mli > CheckSafeParameterizedGrammar.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o CheckSafeParameterizedGrammar.cmi CheckSafeParameterizedGrammar.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules tarjan.ml > tarjan.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules tarjan.mli > tarjan.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o tarjan.cmi tarjan.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o tarjan.cmx tarjan.ml - + cp -p fancyDriver.ml Driver.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Driver.ml > Driver.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Driver.mli > Driver.mli.depends - + cp -p fancy-parser.mly parser.mly - + ../_stage1/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --raw-depend --ocamldep '/home/opam/.opam/4.14/bin/ocamldep.opt -modules' parser.mly > parser.mly.depends - + /home/opam/.opam/4.14/bin/ocamllex.opt -q lexpointfree.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lexpointfree.ml > lexpointfree.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules newRuleSyntax.mli > newRuleSyntax.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parserAux.mli > parserAux.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lexpointfree.cmo lexpointfree.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o newRuleSyntax.cmi newRuleSyntax.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o parserAux.cmi parserAux.mli - + ../_stage1/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --ocamlc '/home/opam/.opam/4.14/bin/ocamlc.opt -g -bin-annot -safe-string' --infer parser.mly - + ../_stage1/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --ocamlc '/home/opam/.opam/4.14/bin/ocamlc.opt -g -bin-annot -safe-string' --infer parser.mly - Grammar has 56 nonterminal symbols, among which 1 start symbols. - Grammar has 37 terminal symbols. - Grammar has 129 productions. - Built an LR(0) automaton with 194 states. - The grammar is not SLR(1) -- 5 states have a conflict. - Built an LR(1) automaton with 368 states. - One shift/reduce conflict was silently solved. - Extra reductions on error were added in 47 states. - Priority played a role in 0 of these states. - 211 out of 368 states have a default reduction. - 110 out of 368 states are represented. - 44 out of 96 symbols keep track of their start position. - 48 out of 96 symbols keep track of their end position. - The action table is 13984 entries; 1795 non-zero; 1566 compressed. - The action table occupies roughly 3224 bytes. - The goto table is 20976 entries; 360 non-zero; 728 compressed. - The goto table occupies roughly 1544 bytes. - The error table occupies roughly 1784 bytes. - The default_reduction table occupies roughly 400 bytes. - The lhs table occupies roughly 168 bytes. - The trace table occupies roughly 8 bytes. - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parser.mli > parser.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o parser.cmi parser.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Driver.cmi Driver.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parser.ml > parser.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules newRuleSyntax.ml > newRuleSyntax.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parserAux.ml > parserAux.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lexpointfree.cmx lexpointfree.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o parserAux.cmx parserAux.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o newRuleSyntax.cmx newRuleSyntax.ml - + ../_stage1/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --infer parser.mly --list-errors > parser.mly.auto.messages - + ../_stage1/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --infer parser.mly --list-errors > parser.mly.auto.messages - Grammar has 56 nonterminal symbols, among which 1 start symbols. - Grammar has 37 terminal symbols. - Grammar has 129 productions. - Built an LR(0) automaton with 194 states. - The grammar is not SLR(1) -- 5 states have a conflict. - Built an LR(1) automaton with 368 states. - One shift/reduce conflict was silently solved. - Extra reductions on error were added in 47 states. - Priority played a role in 0 of these states. - 211 out of 368 states have a default reduction. - 110 out of 368 states are represented. - 44 out of 96 symbols keep track of their start position. - 48 out of 96 symbols keep track of their end position. - + ../_stage1/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --infer parser.mly --compare-errors parser.mly.auto.messages --compare-errors parserMessages.messages - + ../_stage1/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --infer parser.mly --compare-errors parser.mly.auto.messages --compare-errors parserMessages.messages - Grammar has 56 nonterminal symbols, among which 1 start symbols. - Grammar has 37 terminal symbols. - Grammar has 129 productions. - Built an LR(0) automaton with 194 states. - The grammar is not SLR(1) -- 5 states have a conflict. - Built an LR(1) automaton with 368 states. - One shift/reduce conflict was silently solved. - Extra reductions on error were added in 47 states. - Priority played a role in 0 of these states. - 211 out of 368 states have a default reduction. - 110 out of 368 states are represented. - 44 out of 96 symbols keep track of their start position. - 48 out of 96 symbols keep track of their end position. - Read 105 sample input sentences and 105 error messages. - Read 105 sample input sentences and 50 error messages. - + ../_stage1/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --infer parser.mly --compile-errors parserMessages.messages > parserMessages.ml - + ../_stage1/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --infer parser.mly --compile-errors parserMessages.messages > parserMessages.ml - Grammar has 56 nonterminal symbols, among which 1 start symbols. - Grammar has 37 terminal symbols. - Grammar has 129 productions. - Built an LR(0) automaton with 194 states. - The grammar is not SLR(1) -- 5 states have a conflict. - Built an LR(1) automaton with 368 states. - One shift/reduce conflict was silently solved. - Extra reductions on error were added in 47 states. - Priority played a role in 0 of these states. - 211 out of 368 states have a default reduction. - 110 out of 368 states are represented. - 44 out of 96 symbols keep track of their start position. - 48 out of 96 symbols keep track of their end position. - Read 105 sample input sentences and 50 error messages. - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parserMessages.ml > parserMessages.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o parserMessages.cmo parserMessages.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o parser.cmx parser.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o parserMessages.cmx parserMessages.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Drop.ml > Drop.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Drop.mli > Drop.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Drop.cmi Drop.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules IO.ml > IO.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules IO.mli > IO.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o IO.cmi IO.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules infer.ml > infer.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules infer.mli > infer.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o infer.cmi infer.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o IO.cmx IO.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules interface.ml > interface.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules interface.mli > interface.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o interface.cmi interface.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules nonterminalType.ml > nonterminalType.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules nonterminalType.mli > nonterminalType.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o nonterminalType.cmi nonterminalType.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules tokenType.ml > tokenType.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules tokenType.mli > tokenType.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o tokenType.cmi tokenType.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o nonterminalType.cmx nonterminalType.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o tokenType.cmx tokenType.ml - + /home/opam/.opam/4.14/bin/ocamllex.opt -q lexdep.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lexdep.ml > lexdep.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lexdep.cmo lexdep.ml - + /home/opam/.opam/4.14/bin/ocamllex.opt -q lexmli.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lexmli.ml > lexmli.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lexmli.cmo lexmli.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o interface.cmx interface.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lexdep.cmx lexdep.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lexmli.cmx lexmli.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules inlining.ml > inlining.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules inlining.mli > inlining.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o inlining.cmi inlining.mli - + /home/opam/.opam/4.14/bin/ocamllex.opt -q chopInlined.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules chopInlined.ml > chopInlined.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o chopInlined.cmo chopInlined.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules listMonad.ml > listMonad.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules listMonad.mli > listMonad.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o listMonad.cmi listMonad.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Memoize.ml > Memoize.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Memoize.mli > Memoize.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Memoize.cmi Memoize.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o chopInlined.cmx chopInlined.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o listMonad.cmx listMonad.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Memoize.cmx Memoize.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules keywordExpansion.ml > keywordExpansion.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules keywordExpansion.mli > keywordExpansion.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o keywordExpansion.cmi keywordExpansion.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules grammarFunctor.ml > grammarFunctor.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules grammarFunctor.mli > grammarFunctor.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules gMap.ml > gMap.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules gSet.ml > gSet.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o gSet.cmo gSet.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o gMap.cmo gMap.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o grammarFunctor.cmi grammarFunctor.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Boolean.ml > Boolean.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Boolean.mli > Boolean.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Fix.mli > Fix.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Fix.cmi Fix.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Boolean.cmi Boolean.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Fix.ml > Fix.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Fix.cmx Fix.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules CompletedNatWitness.ml > CompletedNatWitness.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules CompletedNatWitness.mli > CompletedNatWitness.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Seq.mli > Seq.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Seq.cmi Seq.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o CompletedNatWitness.cmi CompletedNatWitness.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Seq.ml > Seq.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Seq.cmx Seq.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules compressedBitSet.ml > compressedBitSet.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules compressedBitSet.mli > compressedBitSet.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o compressedBitSet.cmi compressedBitSet.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o gSet.cmx gSet.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules FixSolver.ml > FixSolver.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules FixSolver.mli > FixSolver.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o FixSolver.cmi FixSolver.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Maps.ml > Maps.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Maps.mli > Maps.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Maps.cmi Maps.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules patricia.ml > patricia.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules patricia.mli > patricia.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o patricia.cmi patricia.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o gMap.cmx gMap.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules time.ml > time.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules time.mli > time.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o time.cmi time.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Boolean.cmx Boolean.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o CompletedNatWitness.cmx CompletedNatWitness.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o compressedBitSet.cmx compressedBitSet.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o FixSolver.cmx FixSolver.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Maps.cmx Maps.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o patricia.cmx patricia.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o time.cmx time.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o patricia.cmx patricia.ml - File "patricia.ml", line 569, characters 20-38: - 569 | let c = Pervasives.compare key1 key2 in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "patricia.ml", line 942, characters 20-38: - 942 | let c = Pervasives.compare x1 x2 in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o grammarFunctor.cmx grammarFunctor.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o grammarFunctor.cmx grammarFunctor.ml - File "grammarFunctor.ml", line 395, characters 6-24: - 395 | Pervasives.compare (decode i1) (decode i2) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - + /home/opam/.opam/4.14/bin/ocamllex.opt -q lexer.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lexer.ml > lexer.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lexer.cmo lexer.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules partialGrammar.ml > partialGrammar.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules partialGrammar.mli > partialGrammar.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o partialGrammar.cmi partialGrammar.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules expandTokenAliases.ml > expandTokenAliases.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules expandTokenAliases.mli > expandTokenAliases.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o expandTokenAliases.cmi expandTokenAliases.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o expandTokenAliases.cmx expandTokenAliases.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules reachability.ml > reachability.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules reachability.mli > reachability.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o reachability.cmi reachability.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules SelectiveExpansion.ml > SelectiveExpansion.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules SelectiveExpansion.mli > SelectiveExpansion.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules SortInference.mli > SortInference.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules GroundSort.mli > GroundSort.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o GroundSort.cmi GroundSort.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o SortInference.cmi SortInference.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o SelectiveExpansion.cmi SelectiveExpansion.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules GroundSort.ml > GroundSort.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules SortInference.ml > SortInference.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o GroundSort.cmx GroundSort.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules SortUnification.ml > SortUnification.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules SortUnification.mli > SortUnification.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o SortUnification.cmi SortUnification.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Unifier.ml > Unifier.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Unifier.mli > Unifier.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Unifier.cmi Unifier.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules mark.ml > mark.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules mark.mli > mark.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o mark.cmi mark.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules unionFind.ml > unionFind.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules unionFind.mli > unionFind.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o unionFind.cmi unionFind.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o mark.cmx mark.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o unionFind.cmx unionFind.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Unifier.cmx Unifier.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o SortUnification.cmx SortUnification.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o SortInference.cmx SortInference.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules standard_mly.ml > standard_mly.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o standard_mly.cmo standard_mly.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o anonymous.cmx anonymous.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o basicPrinter.cmx basicPrinter.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o CheckSafeParameterizedGrammar.cmx CheckSafeParameterizedGrammar.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Driver.cmx Driver.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Drop.cmx Drop.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o infer.cmx infer.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o inlining.cmx inlining.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o keywordExpansion.cmx keywordExpansion.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lexer.cmx lexer.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o partialGrammar.cmx partialGrammar.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o reachability.cmx reachability.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o SelectiveExpansion.cmx SelectiveExpansion.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o standard_mly.cmx standard_mly.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o basicPrinter.cmx basicPrinter.ml - File "basicPrinter.ml", line 269, characters 50-68: - 269 | compare_pairs InputFile.compare_input_files Pervasives.compare (m, v) (m', v') - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "basicPrinter.ml", line 348, characters 50-68: - 348 | compare_pairs InputFile.compare_input_files Pervasives.compare (m, l) (m', l') - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules grammar.ml > grammar.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o grammar.cmo grammar.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o front.cmx front.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules item.ml > item.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules item.mli > item.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lookahead.mli > lookahead.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lookahead.cmi lookahead.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o item.cmi item.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o grammar.cmx grammar.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lr0.ml > lr0.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lr0.mli > lr0.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lr0.cmi lr0.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o item.cmx item.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lr1.ml > lr1.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lr1.mli > lr1.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lr1.cmi lr1.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules DFS.ml > DFS.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules DFS.mli > DFS.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o DFS.cmi DFS.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lr0.cmx lr0.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules slr.ml > slr.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules slr.mli > slr.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o slr.cmi slr.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o DFS.cmx DFS.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o slr.cmx slr.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lr1.cmx lr1.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codeBackend.ml > codeBackend.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codeBackend.mli > codeBackend.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o codeBackend.cmi codeBackend.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codePieces.ml > codePieces.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codePieces.mli > codePieces.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o codePieces.cmi codePieces.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules default.ml > default.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules default.mli > default.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o default.cmi default.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules conflict.ml > conflict.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules conflict.mli > conflict.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o conflict.cmi conflict.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules DependencyGraph.ml > DependencyGraph.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules DependencyGraph.mli > DependencyGraph.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o DependencyGraph.cmi DependencyGraph.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules dot.ml > dot.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules dot.mli > dot.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o dot.cmi dot.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o dot.cmx dot.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules derivation.ml > derivation.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules derivation.mli > derivation.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o derivation.cmi derivation.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lr1partial.ml > lr1partial.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lr1partial.mli > lr1partial.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lr1partial.cmi lr1partial.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o DependencyGraph.cmx DependencyGraph.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o derivation.cmx derivation.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o lr1partial.cmx lr1partial.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o conflict.cmx conflict.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules invariant.ml > invariant.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules invariant.mli > invariant.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o invariant.cmi invariant.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o codePieces.cmx codePieces.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o default.cmx default.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o invariant.cmx invariant.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codeInliner.ml > codeInliner.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules codeInliner.mli > codeInliner.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o codeInliner.cmi codeInliner.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules traverse.ml > traverse.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o traverse.cmo traverse.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o traverse.cmx traverse.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules coqBackend.ml > coqBackend.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules coqBackend.mli > coqBackend.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o coqBackend.cmi coqBackend.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules interpret.ml > interpret.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules interpret.mli > interpret.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules referenceInterpreter.mli > referenceInterpreter.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cst.mli > cst.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cst.cmi cst.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o referenceInterpreter.cmi referenceInterpreter.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o interpret.cmi interpret.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cst.ml > cst.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules pprint.ml > pprint.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules pprint.mli > pprint.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o pprint.cmi pprint.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o pprint.cmx pprint.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules referenceInterpreter.ml > referenceInterpreter.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o cst.cmx cst.ml - + /home/opam/.opam/4.14/bin/ocamllex.opt -q segment.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules segment.ml > segment.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o segment.cmo segment.ml - + /home/opam/.opam/4.14/bin/ocamllex.opt -q sentenceLexer.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules sentenceLexer.ml > sentenceLexer.ml.depends - + ../_stage1/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --raw-depend --ocamldep '/home/opam/.opam/4.14/bin/ocamldep.opt -modules' sentenceParser.mly > sentenceParser.mly.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules sentenceParserAux.ml > sentenceParserAux.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o sentenceParserAux.cmo sentenceParserAux.ml - + ../_stage1/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --ocamlc '/home/opam/.opam/4.14/bin/ocamlc.opt -g -bin-annot -safe-string' --infer sentenceParser.mly - + ../_stage1/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --ocamlc '/home/opam/.opam/4.14/bin/ocamlc.opt -g -bin-annot -safe-string' --infer sentenceParser.mly - Grammar has 6 nonterminal symbols, among which 2 start symbols. - Grammar has 6 terminal symbols. - Grammar has 11 productions. - Built an LR(0) automaton with 21 states. - The grammar is SLR(1). - Built an LR(1) automaton with 27 states. - 13 out of 27 states have a default reduction. - 7 out of 27 states are represented. - 0 out of 16 symbols keep track of their start position. - 0 out of 16 symbols keep track of their end position. - The action table is 189 entries; 32 non-zero; 43 compressed. - The action table occupies roughly 136 bytes. - The goto table is 216 entries; 19 non-zero; 46 compressed. - The goto table occupies roughly 144 bytes. - The error table occupies roughly 56 bytes. - The default_reduction table occupies roughly 48 bytes. - The lhs table occupies roughly 40 bytes. - The trace table occupies roughly 8 bytes. - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules sentenceParser.mli > sentenceParser.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o sentenceParser.cmi sentenceParser.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o sentenceLexer.cmo sentenceLexer.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules sentenceParser.ml > sentenceParser.ml.depends - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o sentenceParserAux.cmx sentenceParserAux.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o sentenceParser.cmx sentenceParser.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o referenceInterpreter.cmx referenceInterpreter.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o segment.cmx segment.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o sentenceLexer.cmx sentenceLexer.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LRijkstra.ml > LRijkstra.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LRijkstra.mli > LRijkstra.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -noassert -noassert -o LRijkstra.cmi LRijkstra.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules astar.ml > astar.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules astar.mli > astar.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o astar.cmi astar.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o interpret.cmx interpret.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LRijkstraCore.ml > LRijkstraCore.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LRijkstraCore.mli > LRijkstraCore.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -noassert -noassert -o LRijkstraCore.cmi LRijkstraCore.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LowIntegerPriorityQueue.ml > LowIntegerPriorityQueue.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LowIntegerPriorityQueue.mli > LowIntegerPriorityQueue.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o LowIntegerPriorityQueue.cmi LowIntegerPriorityQueue.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules resizableArray.ml > resizableArray.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules resizableArray.mli > resizableArray.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o resizableArray.cmi resizableArray.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o resizableArray.cmx resizableArray.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules MySet.ml > MySet.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules MySet.mli > MySet.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o MySet.cmi MySet.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Trie.ml > Trie.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Trie.mli > Trie.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Trie.cmi Trie.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o LowIntegerPriorityQueue.cmx LowIntegerPriorityQueue.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o MySet.cmx MySet.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Trie.cmx Trie.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o Trie.cmx Trie.ml - File "Trie.ml", line 199, characters 4-22: - 199 | Pervasives.compare t1.identity t2.identity - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o astar.cmx astar.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -noassert -noassert -o LRijkstraCore.cmx LRijkstraCore.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -noassert -noassert -o LRijkstraCore.cmx LRijkstraCore.ml - File "LRijkstraCore.ml", line 401, characters 16-34: - 401 | let c = Pervasives.compare (identity fact1) (identity fact2) in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules tableBackend.ml > tableBackend.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules tableBackend.mli > tableBackend.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o tableBackend.cmi tableBackend.mli - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o cmly_read.cmx cmly_read.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o cmly_write.cmx cmly_write.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o codeBackend.cmx codeBackend.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o codeInliner.cmx codeInliner.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o coqBackend.cmx coqBackend.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -noassert -noassert -o LRijkstra.cmx LRijkstra.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o tableBackend.cmx tableBackend.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o back.cmx back.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -o menhir.cmx menhir.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa -g Fix.cmx Boolean.cmx InputFile.cmx installation.cmx keyword.cmx stringSet.cmx version.cmx settings.cmx codeBits.cmx action.cmx positions.cmx error.cmx menhirLib.cmx stringMap.cmx misc.cmx syntax.cmx parameters.cmx tarjan.cmx CheckSafeParameterizedGrammar.cmx Compatibility.cmx Seq.cmx CompletedNatWitness.cmx DFS.cmx lexpointfree.cmx option.cmx parserAux.cmx newRuleSyntax.cmx parser.cmx parserMessages.cmx Driver.cmx basicSyntax.cmx Drop.cmx FixSolver.cmx GroundSort.cmx IO.cmx Maps.cmx Memoize.cmx mark.cmx unionFind.cmx Unifier.cmx SortUnification.cmx SortInference.cmx SelectiveExpansion.cmx anonymous.cmx lineCount.cmx printer.cmx basicPrinter.cmx chopInlined.cmx gSet.cmx compressedBitSet.cmx dot.cmx expandTokenAliases.cmx gMap.cmx patricia.cmx time.cmx grammarFunctor.cmx nonterminalType.cmx tokenType.cmx interface.cmx lexdep.cmx lexmli.cmx infer.cmx listMonad.cmx inlining.cmx keywordExpansion.cmx lexer.cmx partialGrammar.cmx reachability.cmx standard_mly.cmx front.cmx grammar.cmx DependencyGraph.cmx resizableArray.cmx LowIntegerPriorityQueue.cmx MySet.cmx item.cmx derivation.cmx lr0.cmx slr.cmx lr1.cmx lr1partial.cmx conflict.cmx default.cmx Trie.cmx LRijkstraCore.cmx astar.cmx pprint.cmx cst.cmx invariant.cmx referenceInterpreter.cmx segment.cmx sentenceParserAux.cmx sentenceParser.cmx sentenceLexer.cmx interpret.cmx LRijkstra.cmx cmly_api.cmx cmly_format.cmx cmly_read.cmx cmly_write.cmx codePieces.cmx codeBackend.cmx traverse.cmx codeInliner.cmx coqBackend.cmx tableBackend.cmx back.cmx menhir.cmx -o menhir.native - # Parallel statistics: { count(total): 21(443), max: 13, min: 2, average(total): 4.095(1.147) } - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/menhir.20190924/src' - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/menhir.20190924/src' - + /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.14/lib/ocamlbuild /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - + cp -p fancy-parser.mly parser.mly - + ../_stage2/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --raw-depend --ocamldep '/home/opam/.opam/4.14/bin/ocamldep.opt -modules' parser.mly > parser.mly.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules error.mli > error.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules positions.mli > positions.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o positions.cmi positions.mli - + /home/opam/.opam/4.14/bin/ocamllex.opt -q lexpointfree.mll - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules lexpointfree.ml > lexpointfree.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules misc.mli > misc.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stringMap.mli > stringMap.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stringSet.mli > stringSet.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o stringSet.cmi stringSet.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o stringMap.cmi stringMap.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules newRuleSyntax.mli > newRuleSyntax.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules syntax.ml > syntax.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules action.mli > action.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules IL.mli > IL.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules stretch.mli > stretch.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules keyword.mli > keyword.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o keyword.cmi keyword.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o stretch.cmi stretch.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o IL.cmi IL.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InputFile.mli > InputFile.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules settings.mli > settings.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o action.cmi action.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InputFile.cmi InputFile.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o settings.cmi settings.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o syntax.cmo syntax.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules option.mli > option.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parameters.ml > parameters.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o misc.cmi misc.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules parserAux.mli > parserAux.mli.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules General.mli > General.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o General.cmi General.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules General.ml > General.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Convert.mli > Convert.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Convert.cmi Convert.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Convert.ml > Convert.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules IncrementalEngine.ml > IncrementalEngine.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules EngineTypes.ml > EngineTypes.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o IncrementalEngine.cmo IncrementalEngine.ml - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Engine.mli > Engine.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o EngineTypes.cmo EngineTypes.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Engine.cmi Engine.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Engine.ml > Engine.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules ErrorReports.mli > ErrorReports.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o ErrorReports.cmi ErrorReports.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules ErrorReports.ml > ErrorReports.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Printers.mli > Printers.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Printers.cmi Printers.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules Printers.ml > Printers.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InfiniteArray.mli > InfiniteArray.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InfiniteArray.cmi InfiniteArray.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InfiniteArray.ml > InfiniteArray.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules PackedIntArray.mli > PackedIntArray.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o PackedIntArray.cmi PackedIntArray.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules PackedIntArray.ml > PackedIntArray.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules RowDisplacement.mli > RowDisplacement.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o RowDisplacement.cmi RowDisplacement.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules RowDisplacement.ml > RowDisplacement.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LinearizedArray.mli > LinearizedArray.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o LinearizedArray.cmi LinearizedArray.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules LinearizedArray.ml > LinearizedArray.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules TableFormat.ml > TableFormat.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InspectionTableFormat.ml > InspectionTableFormat.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InspectionTableInterpreter.mli > InspectionTableInterpreter.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InspectionTableFormat.cmo InspectionTableFormat.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o TableFormat.cmo TableFormat.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InspectionTableInterpreter.cmi InspectionTableInterpreter.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules InspectionTableInterpreter.ml > InspectionTableInterpreter.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules TableInterpreter.mli > TableInterpreter.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o TableInterpreter.cmi TableInterpreter.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules TableInterpreter.ml > TableInterpreter.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules StaticVersion.mli > StaticVersion.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o StaticVersion.cmi StaticVersion.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules StaticVersion.ml > StaticVersion.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o General.cmo General.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Convert.cmo Convert.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Engine.cmo Engine.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o ErrorReports.cmo ErrorReports.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o Printers.cmo Printers.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InfiniteArray.cmo InfiniteArray.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o PackedIntArray.cmo PackedIntArray.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o RowDisplacement.cmo RowDisplacement.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o LinearizedArray.cmo LinearizedArray.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o InspectionTableInterpreter.cmo InspectionTableInterpreter.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o TableInterpreter.cmo TableInterpreter.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o StaticVersion.cmo StaticVersion.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o error.cmi error.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o lexpointfree.cmo lexpointfree.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o newRuleSyntax.cmi newRuleSyntax.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o option.cmi option.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o parameters.cmo parameters.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o parserAux.cmi parserAux.mli - + /home/opam/.opam/4.14/bin/ocamlc.opt -pack -g -bin-annot General.cmo Convert.cmo IncrementalEngine.cmo EngineTypes.cmo Engine.cmo ErrorReports.cmo Printers.cmo InfiniteArray.cmo PackedIntArray.cmo RowDisplacement.cmo LinearizedArray.cmo TableFormat.cmo InspectionTableFormat.cmo InspectionTableInterpreter.cmo TableInterpreter.cmo StaticVersion.cmo -o menhirLib.cmo - + ../_stage2/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --ocamlc '/home/opam/.opam/4.14/bin/ocamlc.opt -g -bin-annot -safe-string' --infer parser.mly - + ../_stage2/menhir.native -lg 1 -la 1 -lc 1 --canonical --table --strict --fixed-exception -v --ocamlc '/home/opam/.opam/4.14/bin/ocamlc.opt -g -bin-annot -safe-string' --infer parser.mly - Grammar has 56 nonterminal symbols, among which 1 start symbols. - Grammar has 37 terminal symbols. - Grammar has 129 productions. - Built an LR(0) automaton with 194 states. - The grammar is not SLR(1) -- 5 states have a conflict. - Built an LR(1) automaton with 368 states. - One shift/reduce conflict was silently solved. - Extra reductions on error were added in 47 states. - Priority played a role in 0 of these states. - 211 out of 368 states have a default reduction. - 110 out of 368 states are represented. - 44 out of 96 symbols keep track of their start position. - 48 out of 96 symbols keep track of their end position. - The action table is 13984 entries; 1795 non-zero; 1566 compressed. - The action table occupies roughly 3224 bytes. - The goto table is 20976 entries; 360 non-zero; 728 compressed. - The goto table occupies roughly 1544 bytes. - The error table occupies roughly 1784 bytes. - The default_reduction table occupies roughly 400 bytes. - The lhs table occupies roughly 168 bytes. - The trace table occupies roughly 8 bytes. - # Parallel statistics: { count(total): 3(77), max: 12, min: 3, average(total): 7.333(1.247) } - Bootstrap successful. - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/menhir.20190924/src' - + /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.14/lib/ocamlbuild /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules keyword.mli > keyword.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o keyword.cmi keyword.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules keyword.ml > keyword.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules version.ml > version.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_format.ml > cmly_format.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_api.ml > cmly_api.ml.depends - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_read.mli > cmly_read.mli.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cmly_api.cmo cmly_api.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cmly_read.cmi cmly_read.mli - + /home/opam/.opam/4.14/bin/ocamldep.opt -modules cmly_read.ml > cmly_read.ml.depends - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cmly_format.cmo cmly_format.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o version.cmo version.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o keyword.cmo keyword.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -c -g -bin-annot -safe-string -o cmly_read.cmo cmly_read.ml - + /home/opam/.opam/4.14/bin/ocamlc.opt -pack -g -bin-annot keyword.cmo version.cmo cmly_format.cmo cmly_api.cmo cmly_read.cmo -o menhirSdk.cmo - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirSdk -o keyword.cmx keyword.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirSdk -o cmly_api.cmx cmly_api.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirSdk -o cmly_format.cmx cmly_format.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirSdk -o version.cmx version.ml - + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -bin-annot -safe-string -for-pack MenhirSdk -o cmly_read.cmx cmly_read.ml - + touch menhirSdk.mli ; if /home/opam/.opam/4.14/bin/ocamlopt.opt -pack -g -bin-annot keyword.cmx version.cmx cmly_format.cmx cmly_api.cmx cmly_read.cmx -o menhirSdk.cmx ; then rm -f menhirSdk.mli ; else rm -f menhirSdk.mli ; exit 1; fi - + /home/opam/.opam/4.14/bin/ocamlopt.opt -a menhirSdk.cmx -o menhirSdk.cmxa - + /home/opam/.opam/4.14/bin/ocamlopt.opt -shared -linkall menhirSdk.cmxa -o menhirSdk.cmxs - # Parallel statistics: { count(total): 1(23), max: 2, min: 2, average(total): 2.000(1.043) } - make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/menhir.20190924/src' - Creating menhirLib.ml - Creating menhirLib.mli -> compiled menhir.20190924 Processing 74/78: [menhir: make Makefile] + /usr/bin/make "-f" "Makefile" "install" "PREFIX=/home/opam/.opam/4.14" "docdir=/home/opam/.opam/4.14/doc/menhir" "libdir=/home/opam/.opam/4.14/lib/menhir" "mandir=/home/opam/.opam/4.14/man/man1" (CWD=/home/opam/.opam/4.14/.opam-switch/build/menhir.20190924) - mkdir -p /home/opam/.opam/4.14/bin - install src/_stage2/menhir.native /home/opam/.opam/4.14/bin/menhir - mkdir -p /home/opam/.opam/4.14/lib/menhir - Installing MenhirLib and MenhirSdk via ocamlfind. - Installed /home/opam/.opam/4.14/lib/menhirLib/menhirLib.o - Installed /home/opam/.opam/4.14/lib/menhirLib/menhirLib.cmxs - Installed /home/opam/.opam/4.14/lib/menhirLib/menhirLib.cmx - Installed /home/opam/.opam/4.14/lib/menhirLib/menhirLib.cmo - Installed /home/opam/.opam/4.14/lib/menhirLib/menhirLib.cmi - Installed /home/opam/.opam/4.14/lib/menhirLib/menhirLib.ml - Installed /home/opam/.opam/4.14/lib/menhirLib/menhirLib.mli - Installed /home/opam/.opam/4.14/lib/menhirLib/META - Installed /home/opam/.opam/4.14/lib/menhirSdk/menhirSdk.o - Installed /home/opam/.opam/4.14/lib/menhirSdk/menhirSdk.cmxs - Installed /home/opam/.opam/4.14/lib/menhirSdk/menhirSdk.cmx - Installed /home/opam/.opam/4.14/lib/menhirSdk/menhirSdk.cmo - Installed /home/opam/.opam/4.14/lib/menhirSdk/menhirSdk.cmi - Installed /home/opam/.opam/4.14/lib/menhirSdk/META - if [ -f doc/manual.pdf ] ; then \ - mkdir -p /home/opam/.opam/4.14/doc/menhir /home/opam/.opam/4.14/man/man1 ; \ - cp -r doc/manual.pdf doc/manual.html doc/manual*.png demos /home/opam/.opam/4.14/doc/menhir ; \ - cp -r doc/menhir.1 /home/opam/.opam/4.14/man/man1 ; \ - fi -> installed menhir.20190924 Processing 75/78: [why3: ./configure] + /home/opam/.opam/4.14/.opam-switch/build/why3.1.2.1/./configure "--prefix" "/home/opam/.opam/4.14" "--disable-frama-c" "--disable-coq-libs" "--disable-js-of-ocaml" "--disable-ide" (CWD=/home/opam/.opam/4.14/.opam-switch/build/why3.1.2.1) - checking executable suffix... <none> - checking for gcc... gcc - checking whether the C compiler works... yes - checking for C compiler default output file name... a.out - checking for suffix of executables... - checking whether we are cross compiling... no - checking for suffix of object files... o - checking whether we are using the GNU C compiler... yes - checking whether gcc accepts -g... yes - checking for gcc option to accept ISO C89... none needed - checking for gcc option to accept ISO C99... none needed - checking for gcc option to accept ISO Standard C... (cached) none needed - checking for a thread-safe mkdir -p... /usr/bin/mkdir -p - checking for a BSD-compatible install... /usr/bin/install -c - checking for ocamlc... ocamlc - ocaml version is 4.14.2 - ocaml library path is /home/opam/.opam/4.14/lib/ocaml - checking for ocamlopt... ocamlopt - checking ocamlopt version... ok - checking for ocamlc.opt... ocamlc.opt - checking ocamlc.opt version... ok - checking for ocamlopt.opt... ocamlopt.opt - checking ocamlc.opt version... ok - checking for ocamldep... ocamldep - checking for ocamldep.opt... ocamldep.opt - checking for ocamllex... ocamllex - checking for ocamllex.opt... ocamllex.opt - checking for ocamlyacc... ocamlyacc - checking for ocamldoc... ocamldoc - checking for ocamldoc.opt... ocamldoc.opt - checking for menhir... menhir - checking for ocamlfind... yes - ocamlfind found compiler-libs in /home/opam/.opam/4.14/lib/ocaml/compiler-libs - checking for rubber... no - configure: WARNING: Cannot find rubber, documentation disabled. - checking for emacs... no - configure: WARNING: Cannot find emacs, compilation of why3.elc disabled. - ocamlfind found num in /home/opam/.opam/4.14/lib/num - checking for /home/opam/.opam/4.14/lib/num/nums.cma... yes - checking for /home/opam/.opam/4.14/lib/num/num.cmi... yes - ocamlfind: Package `zarith' not found - checking for /home/opam/.opam/4.14/lib/ocaml/zarith/zarith.cma... no - checking for /home/opam/.opam/4.14/lib/ocaml/zarith/z.cmi... no - configure: WARNING: Lib Zarith not found, using Nums instead. - ocamlfind: Package `zip' not found - ocamlfind found camlzip in - checking for /home/opam/.opam/4.14/lib/ocaml/zip/zip.cma... no - checking for /home/opam/.opam/4.14/lib/ocaml/zip/zip.cmi... no - configure: WARNING: Lib camlzip not found, sessions files will not be compressed. - ocamlfind found menhirLib in /home/opam/.opam/4.14/lib/menhirLib - checking for /home/opam/.opam/4.14/lib/menhirLib/menhirLib.cmi... yes - ocamlfind: Package `ocamlgraph' not found - checking for /home/opam/.opam/4.14/lib/ocaml/ocamlgraph/graph.cma... no - checking for /home/opam/.opam/4.14/lib/ocaml/ocamlgraph/graph.cmi... no - configure: WARNING: Lib ocamlgraph not found, hypothesis selection disabled. - checking for pvs... no - configure: WARNING: Cannot find pvs. - checking for isabelle... no - configure: WARNING: Cannot find isabelle. - configure: creating ./config.status - config.status: creating Makefile - config.status: creating src/config.sh - config.status: creating doc/version.tex - config.status: creating lib/why3/META - config.status: creating .merlin - config.status: creating src/jessie/Makefile - config.status: creating src/jessie/.merlin - config.status: creating lib/coq/version - config.status: creating lib/pvs/version - config.status: executing chmod commands - - Summary - ----------------------------------------- - Verbose make : no - OCaml compiler : yes - Version : 4.14.2 - Library path : /home/opam/.opam/4.14/lib/ocaml - Native compilation : yes - Profiling : no - PPX : yes - Javascript support : no (disabled by user) - Components - Why3 library : yes - GTK IDE : no (disabled by user) - Web IDE : no (Javascript support not available) - GMP arithmetic : no (zarith not found) - Compressed sessions : no (camlzip not found) - Hypothesis selection : no (ocamlgraph not found) - Frama-C support : no - Documentation : no (rubber not found) - Support for interactive proof assistants - Coq : no (disabled by user) - PVS : no (pvs not found) - Isabelle : no (isabelle not found) - Installable : yes - Binary path : ${exec_prefix}/bin - Library path : ${exec_prefix}/lib/why3 - Data path : ${prefix}/share/why3 - OCaml library path : /home/opam/.opam/4.14/lib/why3 - Relocatable : no Processing 75/78: [why3: make all] + /usr/bin/make "-j39" "all" "opt" "byte" (CWD=/home/opam/.opam/4.14/.opam-switch/build/why3.1.2.1) - Ocamllex src/why3doc/doc_lexer.mll - cp lib/ocaml/why3__BigInt_num.ml lib/ocaml/why3__BigInt_compat.ml - Ocamldep src/isabelle-client/isabelle_client_main.ml - Ocamldep src/tools/why3shell.ml - Ocamldep src/tools/unix_scheduler.ml - Ocamldep src/why3session/why3session_main.ml - Ocamldep src/why3session/why3session_update.ml - Ocamldep src/why3session/why3session_latex.ml - Ocamldep src/why3session/why3session_html.ml - Ocamldep src/why3session/why3session_info.ml - Ocamldep src/why3session/why3session_lib.ml - 125 states, 1119 transitions, table size 5226 bytes - 1793 additional bytes used for bindings - Ocamldep src/ide/why3web.ml - Ocamldep src/ide/wserver.ml - Ocamllex src/tools/why3wc.mll - Ocamllex plugins/tptp/tptp_lexer.mll - Menhir plugins/tptp/tptp_parser.mly - Ocamllex plugins/python/py_lexer.mll - Menhir plugins/python/py_parser.mly - Ocamllex plugins/parser/dimacs.mll - 56 states, 651 transitions, table size 2940 bytes - 1375 additional bytes used for bindings - Generate src/util/config.ml - Ocamllex src/util/rc.mll - Ocamllex src/util/lexlib.mll - 34 states, 434 transitions, table size 1940 bytes - 1293 additional bytes used for bindings - Menhir src/util/json_parser.mly - Ocamllex src/util/json_lexer.mll - 28 states, 271 transitions, table size 1252 bytes - Ocamllex src/parser/lexer.mll - 101 states, 1563 transitions, table size 6858 bytes - 3126 additional bytes used for bindings - 48 states, 1889 transitions, table size 7844 bytes - 3073 additional bytes used for bindings - Menhir src/parser/parser.mly - 52 states, 495 transitions, table size 2292 bytes - Menhir src/driver/driver_parser.mly - Ocamllex src/driver/driver_lexer.mll - Menhir src/driver/parse_smtv2_model_parser.mly - cp src/session/compress_none.ml src/session/compress.ml - Ocamllex src/driver/parse_smtv2_model_lexer.mll - 34 states, 1366 transitions, table size 5668 bytes - Ocamllex src/session/xml.mll - Ocamllex src/session/strategy_parser.mll - 155 states, 4342 transitions, table size 18298 bytes - 7537 additional bytes used for bindings - Ocamldep src/why3doc/doc_main.ml - Ocamldep src/why3doc/doc_lexer.ml - Ocamldep src/why3doc/doc_def.ml - 307 states, 15627 transitions, table size 64350 bytes - Ocamldep src/why3doc/doc_html.ml - 39 states, 619 transitions, table size 2710 bytes - 1755 additional bytes used for bindings - Ocamldep lib/ocaml/why3__Matrix.ml - Ocamldep lib/ocaml/why3__Array.ml - 252 states, 2817 transitions, table size 12780 bytes - 3785 additional bytes used for bindings - Ocamldep lib/ocaml/why3__IntAux.ml - 117 states, 1396 transitions, table size 6286 bytes - 3556 additional bytes used for bindings - Ocamldep lib/ocaml/why3__BigInt.ml - Ocamldep lib/ocaml/why3__BigInt_compat.ml - Ocamldep src/tools/why3wc.ml - Ocamldep src/tools/why3replay.ml - Ocamldep src/tools/why3realize.ml - Ocamldep src/tools/why3prove.ml - Ocamldep src/tools/why3extract.ml - Ocamldep src/tools/why3execute.ml - Ocamldep src/tools/why3config.ml - Ocamldep src/tools/main.ml - Ocamldep plugins/python/py_main.ml - Ocamldep plugins/python/py_lexer.ml - Ocamldep plugins/python/py_parser.ml - Ocamldep plugins/python/py_ast.ml - Ocamldep plugins/tptp/tptp_printer.ml - Ocamldep plugins/tptp/tptp_lexer.ml - Ocamldep plugins/tptp/tptp_typing.ml - Ocamldep plugins/tptp/tptp_parser.ml - Ocamldep plugins/tptp/tptp_ast.ml - Ocamldep plugins/parser/dimacs.ml - Ocamldep plugins/parser/genequlin.ml - Ocamldep src/session/json_util.ml - Ocamldep src/session/itp_server.ml - Ocamldep src/session/itp_communication.ml - Ocamldep src/session/server_utils.ml - Ocamldep src/session/controller_itp.ml - Ocamldep src/session/strategy_parser.ml - Ocamldep src/session/strategy.ml - Ocamldep src/session/session_itp.ml - Ocamldep src/session/termcode.ml - Ocamldep src/session/xml.ml - Ocamldep src/session/compress.ml - Ocamldep src/printer/mathematica.ml - Ocamldep src/printer/yices.ml - Ocamldep src/printer/cvc3.ml - Ocamldep src/printer/gappa.ml - Ocamldep src/printer/simplify.ml - Ocamldep src/printer/isabelle.ml - Ocamldep src/printer/pvs.ml - Ocamldep src/printer/coq.ml - Ocamldep src/printer/smtv2.ml - Ocamldep src/printer/smtv1.ml - Ocamldep src/printer/why3printer.ml - Ocamldep src/printer/alt_ergo.ml - Ocamldep src/printer/cntexmp_printer.ml - Ocamldep src/transform/reflection.ml - Ocamldep src/transform/matching.ml - Ocamldep src/transform/induction_pr.ml - Ocamldep src/transform/induction.ml - Ocamldep src/transform/prepare_for_counterexmp.ml - Ocamldep src/transform/intro_vc_vars_counterexmp.ml - Ocamldep src/transform/congruence.ml - Ocamldep src/transform/cut.ml - Ocamldep src/transform/destruct.ml - Ocamldep src/transform/ind_itp.ml - Ocamldep src/transform/introduction.ml - Ocamldep src/transform/subst.ml - Ocamldep src/transform/apply.ml - Ocamldep src/transform/case.ml - Ocamldep src/transform/generic_arg_trans_utils.ml - Ocamldep src/transform/eliminate_literal.ml - Ocamldep src/transform/prop_curry.ml - Ocamldep src/transform/smoke_detector.ml - Ocamldep src/transform/instantiate_predicate.ml - Ocamldep src/transform/intro_projections_counterexmp.ml - Ocamldep src/transform/eliminate_epsilon.ml - Ocamldep src/transform/lift_epsilon.ml - Ocamldep src/transform/close_epsilon.ml - Ocamldep src/transform/abstraction.ml - Ocamldep src/transform/filter_trigger.ml - Ocamldep src/transform/simplify_array.ml - Ocamldep src/transform/encoding_sort.ml - Ocamldep src/transform/encoding_twin.ml - Ocamldep src/transform/encoding_tags.ml - Ocamldep src/transform/encoding_guards.ml - Ocamldep src/transform/encoding_tags_full.ml - Ocamldep src/transform/encoding_guards_full.ml - Ocamldep src/transform/encoding_select.ml - Ocamldep src/transform/encoding.ml - Ocamldep src/transform/discriminate.ml - Ocamldep src/transform/libencoding.ml - Ocamldep src/transform/eliminate_if.ml - Ocamldep src/transform/eliminate_let.ml - Ocamldep src/transform/eliminate_inductive.ml - Ocamldep src/transform/eliminate_symbol.ml - Ocamldep src/transform/eliminate_unknown_lsymbols.ml - Ocamldep src/transform/eliminate_unknown_types.ml - Ocamldep src/transform/abstract_quantifiers.ml - Ocamldep src/transform/eliminate_algebraic.ml - Ocamldep src/transform/eliminate_definition.ml - Ocamldep src/transform/compute.ml - Ocamldep src/transform/reduction_engine.ml - Ocamldep src/transform/detect_polymorphism.ml - Ocamldep src/transform/args_wrapper.ml - Ocamldep src/transform/split_goal.ml - Ocamldep src/transform/inlining.ml - Ocamldep src/transform/simplify_formula.ml - Ocamldep src/parser/lexer.ml - Ocamldep src/parser/typing.ml - Ocamldep src/parser/parser.ml - Ocamldep src/parser/glob.ml - Ocamldep src/parser/ptree.ml - Ocamldep src/mlw/cakeml_printer.ml - Ocamldep src/mlw/ocaml_printer.ml - Ocamldep src/mlw/ml_printer.ml - Ocamldep src/mlw/cprinter.ml - Ocamldep src/mlw/pdriver.ml - Ocamldep src/mlw/mlinterp.ml - Ocamldep src/mlw/compile.ml - Ocamldep src/mlw/mltree.ml - Ocamldep src/mlw/pinterp.ml - Ocamldep src/mlw/dexpr.ml - Ocamldep src/mlw/pmodule.ml - Ocamldep src/mlw/vc.ml - Ocamldep src/mlw/typeinv.ml - Ocamldep src/mlw/eval_match.ml - Ocamldep src/mlw/pdecl.ml - Ocamldep src/mlw/expr.ml - Ocamldep src/mlw/ity.ml - Ocamldep src/driver/parse_smtv2_model.ml - Ocamldep src/driver/parse_smtv2_model_lexer.ml - Ocamldep src/driver/collect_data_model.ml - Ocamldep src/driver/parse_smtv2_model_parser.ml - Ocamldep src/driver/smt2_model_defs.ml - Ocamldep src/driver/autodetection.ml - Ocamldep src/driver/whyconf.ml - Ocamldep src/driver/driver.ml - Ocamldep src/driver/driver_lexer.ml - Ocamldep src/driver/driver_parser.ml - Ocamldep src/driver/driver_ast.ml - Ocamldep src/driver/call_provers.ml - Ocamldep src/driver/prove_client.ml - Ocamldep src/core/model_parser.ml - Ocamldep src/core/printer.ml - Ocamldep src/core/trans.ml - Ocamldep src/core/env.ml - Ocamldep src/core/dterm.ml - Ocamldep src/core/pretty.ml - Ocamldep src/core/task.ml - Ocamldep src/core/theory.ml - Ocamldep src/core/coercion.ml - Ocamldep src/core/decl.ml - Ocamldep src/core/pattern.ml - Ocamldep src/core/term.ml - Ocamldep src/core/ty.ml - Ocamldep src/core/ident.ml - Ocamldep src/util/pqueue.ml - Ocamldep src/util/vector.ml - Ocamldep src/util/number.ml - Ocamldep src/util/bigInt.ml - Ocamldep src/util/plugin.ml - Ocamldep src/util/rc.ml - Ocamldep src/util/sysutil.ml - Ocamldep src/util/warning.ml - Ocamldep src/util/cmdline.ml - Ocamldep src/util/print_tree.ml - Ocamldep src/util/lexlib.ml - Ocamldep src/util/loc.ml - Ocamldep src/util/debug.ml - Ocamldep src/util/json_lexer.ml - Ocamldep src/util/json_parser.ml - Ocamldep src/util/json_base.ml - Ocamldep src/util/exn_printer.ml - Ocamldep src/util/wstdlib.ml - Ocamldep src/util/hashcons.ml - Ocamldep src/util/weakhtbl.ml - Ocamldep src/util/exthtbl.ml - Ocamldep src/util/extset.ml - Ocamldep src/util/extmap.ml - Ocamldep src/util/pp.ml - Ocamldep src/util/strings.ml - Ocamldep src/util/lists.ml - Ocamldep src/util/opt.ml - Ocamldep src/util/util.ml - Ocamldep src/util/config.ml - mkdir lib/plugins - Ocamlc src/util/config.ml - Ocamlc src/util/bigInt.mli - Ocamlc src/util/util.mli - Ocamlc src/util/opt.mli - Ocamlc src/util/lists.mli - Ocamlc src/util/strings.mli - Ocamlc src/util/pp.mli - Ocamlc src/util/extmap.mli - Ocamlc src/util/exthtbl.mli - Ocamlc src/util/weakhtbl.mli - Ocamlc src/util/hashcons.mli - Ocamlc src/util/exn_printer.mli - Ocamlc src/util/loc.mli - Ocamlc src/util/lexlib.mli - File "src/util/config.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/util/print_tree.mli - Ocamlc src/util/cmdline.mli - Ocamlc src/util/sysutil.mli - Ocamlc src/util/vector.mli - Ocamlc src/util/pqueue.mli - Ocamlc src/driver/prove_client.mli - File "src/util/pp.mli", line 121, characters 33-51: - 121 | ('b, formatter, unit, string) Pervasives.format4 -> 'b - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/util/pp.mli", line 124, characters 33-51: - 124 | ('b, formatter, unit, string) Pervasives.format4 -> 'b - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Linking src/util/ppx_debug_optim - Ocamlc src/transform/encoding_select.mli - Ocamlc src/transform/encoding_guards_full.mli - Ocamlc src/transform/encoding_tags_full.mli - Ocamlc src/transform/encoding_guards.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml, /home/opam/.opam/4.14/lib/ocaml/compiler-libs - Ocamlc src/transform/encoding_tags.mli - Ocamlc src/transform/encoding_twin.mli - Ocamlc src/transform/encoding_sort.mli - Ocamlc src/transform/simplify_array.mli - Ocamlc src/transform/filter_trigger.mli - Ocamlc src/transform/lift_epsilon.mli - Ocamlc src/transform/instantiate_predicate.mli - Ocamlc src/transform/induction.mli - Ocamlc src/transform/induction_pr.mli - Ocamlc src/printer/alt_ergo.mli - Ocamlc src/printer/why3printer.mli - Ocamlc src/printer/smtv1.mli - Ocamlc src/printer/smtv2.mli - Ocamlc src/printer/coq.mli - Ocamlc src/printer/simplify.mli - Ocamlc src/printer/gappa.mli - Ocamlc src/printer/cvc3.mli - Ocamlc src/session/compress.mli - Ocamlc src/session/xml.mli - Ocamlc src/util/bigInt.ml - Ocamlc src/util/util.ml - Ocamlc src/util/opt.ml - Ocamlc src/util/lists.ml - Ocamlc src/util/strings.ml - Ocamlc src/util/pp.ml - Ocamlc src/util/extmap.ml - Ocamlc src/util/exthtbl.ml - Ocamlc src/util/weakhtbl.ml - Ocamlc src/util/hashcons.ml - Ocamlc src/util/exn_printer.ml - Ocamlc src/util/lexlib.ml - Ocamlc src/util/print_tree.ml - Ocamlc src/util/cmdline.ml - Ocamlc src/util/sysutil.ml - Ocamlc src/util/vector.ml - Ocamlc src/util/pqueue.ml - Ocamlc src/driver/prove_client.ml - mkdir bin - Ocamlc plugins/tptp/tptp_printer.mli - Ocamlc src/tools/unix_scheduler.mli - Ocamlc src/tools/why3wc.ml - Ocamlc src/ide/wserver.mli - Ocamlc lib/ocaml/why3__BigInt_compat.ml - File "src/util/vector.ml", line 21, characters 22-30: - 21 | let create ?capacity:(capacity: (int) option) ~dummy:(dummy: 'a) : 'a t = - ^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - Ocamlc src/why3doc/doc_html.mli - gcc -Wall -O -g -o src/server/logging.o -c src/server/logging.c - gcc -Wall -O -g -o src/server/arraylist.o -c src/server/arraylist.c - gcc -Wall -O -g -o src/server/options.o -c src/server/options.c - gcc -Wall -O -g -o src/server/queue.o -c src/server/queue.c - gcc -Wall -O -g -o src/server/readbuf.o -c src/server/readbuf.c - gcc -Wall -O -g -o src/server/request.o -c src/server/request.c - gcc -Wall -O -g -o src/server/proc.o -c src/server/proc.c - gcc -Wall -O -g -o src/server/writebuf.o -c src/server/writebuf.c - gcc -Wall -O -g -o src/server/server-unix.o -c src/server/server-unix.c - gcc -Wall -O -g -o src/server/server-win.o -c src/server/server-win.c - gcc -Wall -O -g -o src/server/cpulimit-unix.o -c src/server/cpulimit-unix.c - gcc -Wall -O -g -o src/server/cpulimit-win.o -c src/server/cpulimit-win.c - Generate drivers/coq-realizations.aux - Generate drivers/pvs-realizations.aux - Generate drivers/isabelle-realizations.aux - File "src/ide/wserver.mli", line 71, characters 35-43: - 71 | val get_request_and_content : char Stream.t -> string list * string - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "lib/ocaml/why3__BigInt_compat.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Linking lib/plugins/genequlin.cmo - Linking lib/plugins/dimacs.cmo - Ocamlc src/tools/unix_scheduler.ml - Linking lib/plugins/genequlin.cmxs - Linking lib/plugins/dimacs.cmxs - Ocamlopt src/util/config.ml - Ocamlopt src/util/bigInt.ml - Ocamlopt src/util/util.ml - Ocamlopt src/util/opt.ml - Ocamlopt src/util/lists.ml - Ocamlopt src/util/strings.ml - Ocamlopt src/util/extmap.ml - Ocamlc src/util/extset.mli - File "src/tools/why3wc.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlopt src/util/exthtbl.ml - Ocamlopt src/util/weakhtbl.ml - Ocamlopt src/util/hashcons.ml - Ocamlopt src/util/exn_printer.ml - Ocamlc src/util/debug.mli - Ocamlopt src/util/print_tree.ml - Ocamlc src/util/warning.mli - Ocamlopt src/util/sysutil.ml - Ocamlc src/util/number.mli - Ocamlopt src/util/vector.ml - Ocamlc src/driver/driver_ast.ml - Ocamlopt src/session/compress.ml - Ocamlc src/session/compress.ml - Ocamlopt src/tools/unix_scheduler.ml - Ocamlopt lib/ocaml/why3__BigInt_compat.ml - Ocamlc lib/ocaml/why3__BigInt.ml - Ocamlopt src/tools/why3wc.ml - Linking bin/why3wc.byte - Ocamlc src/util/plugin.mli - Ocamlc src/util/debug.ml - Ocamlc src/util/loc.ml - File "src/session/compress_none.ml", line 43, characters 23-33: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/session/compress_none.ml", line 43, characters 23-33: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/session/compress_none.ml", line 45, characters 20-30: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/session/compress_none.ml", line 45, characters 20-30: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlc src/session/xml.ml - File "src/driver/driver_ast.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlopt src/util/pp.ml - Ocamlc src/util/wstdlib.mli - File "src/util/vector.ml", line 21, characters 22-30: - 21 | let create ?capacity:(capacity: (int) option) ~dummy:(dummy: 'a) : 'a t = - ^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - Ocamlc src/core/ident.mli - Ocamlc src/util/extset.ml - File "lib/ocaml/why3__BigInt.ml", line 73, characters 14-37: - 73 | let print n = Pervasives.print_string (to_string n) - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlc src/util/warning.ml - File "lib/ocaml/why3__BigInt.ml", line 74, characters 12-34: - 74 | let chr n = Pervasives.char_of_int (to_int n) - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lib/ocaml/why3__BigInt.ml", line 75, characters 21-43: - 75 | let code c = of_int (Pervasives.int_of_char c) - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lib/ocaml/why3__BigInt.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/util/number.ml - Ocamlopt src/util/cmdline.ml - Ocamlc src/driver/driver_parser.mli - Ocamlc src/driver/driver_lexer.mli - Ocamlopt src/driver/prove_client.ml - File "src/util/loc.ml", line 63, characters 14-32: - 63 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/util/loc.ml", line 64, characters 12-26: - 64 | let equal = Pervasives.(=) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlc lib/ocaml/why3__IntAux.ml - Ocamlc lib/ocaml/why3__Array.ml - Ocamlc lib/ocaml/why3__Matrix.ml - Ocamlc src/util/plugin.ml - Ocamlopt lib/ocaml/why3__BigInt.ml - File "src/util/debug.ml", line 113, characters 21-39: - 113 | (List.sort Pervasives.compare list); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - gcc -Wall -o lib/why3cpulimit src/server/cpulimit-unix.o src/server/cpulimit-win.o - File "lib/ocaml/why3__IntAux.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "lib/ocaml/why3__Array.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/driver/driver_lexer.ml - File "lib/ocaml/why3__Matrix.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "lib/ocaml/why3__BigInt.ml", line 73, characters 14-37: - 73 | let print n = Pervasives.print_string (to_string n) - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlopt src/util/pqueue.ml - File "lib/ocaml/why3__BigInt.ml", line 74, characters 12-34: - 74 | let chr n = Pervasives.char_of_int (to_int n) - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lib/ocaml/why3__BigInt.ml", line 75, characters 21-43: - 75 | let code c = of_int (Pervasives.int_of_char c) - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Linking lib/why3/why3extract.cmo - Ocamlc src/core/ty.mli - Ocamlc src/mlw/ocaml_printer.mli - Ocamlc src/parser/glob.mli - Ocamlc src/driver/driver_parser.ml - Ocamlopt lib/ocaml/why3__IntAux.ml - Ocamlopt lib/ocaml/why3__Array.ml - Ocamlopt lib/ocaml/why3__Matrix.ml - Linking lib/why3/why3extract.cma - Ocamlc src/parser/glob.ml - Ocamlc src/util/json_base.mli - Ocamlc src/util/rc.mli - Ocamlc src/util/wstdlib.ml - Ocamlc src/core/ident.ml - Linking bin/why3wc.opt - File "src/util/wstdlib.ml", line 16, characters 29-47: - 16 | let compare (x : int) y = Pervasives.compare x y - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlopt src/util/debug.ml - Linking lib/why3/why3extract.cmx - Ocamlc src/util/json_parser.mli - Ocamlc src/util/json_base.ml - Ocamlc src/util/rc.ml - File "src/util/wstdlib.ml", line 36, characters 31-49: - 36 | let compare (x : float) y = Pervasives.compare x y - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlc src/core/term.mli - Ocamlc src/core/ty.ml - File "src/util/wstdlib.ml", line 67, characters 24-42: - 67 | let compare ts1 ts2 = Pervasives.compare (X.tag ts1) (X.tag ts2) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/core/ident.ml", line 48, characters 25-43: - 48 | let attr_compare a1 a2 = Pervasives.compare a1.attr_tag a2.attr_tag - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/util/wstdlib.ml", line 76, characters 23-41: - 76 | let cmp_ts ts1 ts2 = Pervasives.compare (X.tag ts1) (X.tag ts2) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - gcc -Wall -o lib/why3server src/server/logging.o src/server/arraylist.o src/server/options.o src/server/queue.o src/server/readbuf.o src/server/request.o src/server/proc.o src/server/writebuf.o src/server/server-unix.o src/server/server-win.o - File "src/util/debug.ml", line 113, characters 21-39: - 113 | (List.sort Pervasives.compare list); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlc src/util/json_lexer.ml - Ocamlc src/util/json_parser.ml - File "src/core/ident.ml", line 174, characters 25-43: - 174 | let id_compare id1 id2 = Pervasives.compare (id_hash id1) (id_hash id2) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Linking lib/why3/why3extract.cmxa - Linking lib/why3/why3extract.cmxs - File "src/core/ty.ml", line 83, characters 25-43: - 83 | let ty_compare ty1 ty2 = Pervasives.compare (ty_hash ty1) (ty_hash ty2) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/util/json_lexer.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlopt src/util/extset.ml - Ocamlc src/core/pattern.mli - Ocamlc src/core/decl.mli - Ocamlc src/core/coercion.mli - Ocamlc src/mlw/ity.mli - Ocamlc src/transform/close_epsilon.mli - Ocamlc src/transform/matching.ml - Ocamlc src/printer/cntexmp_printer.mli - Ocamlopt src/session/xml.ml - Ocamlc src/core/term.ml - Ocamlopt src/util/loc.ml - Ocamlopt src/util/plugin.ml - Ocamlopt src/util/number.ml - Ocamlc src/core/dterm.mli - Ocamlc src/core/pattern.ml - Ocamlc src/core/coercion.ml - File "src/util/loc.ml", line 63, characters 14-32: - 63 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/util/loc.ml", line 64, characters 12-26: - 64 | let equal = Pervasives.(=) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/transform/matching.ml", line 158, characters 15-33: - 158 | let (--) = Pervasives.compare in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlopt src/util/wstdlib.ml - Ocamlc src/core/theory.mli - Ocamlc src/core/decl.ml - File "src/transform/matching.ml", line 273, characters 16-34: - 273 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/util/wstdlib.ml", line 16, characters 29-47: - 16 | let compare (x : int) y = Pervasives.compare x y - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/util/wstdlib.ml", line 36, characters 31-49: - 36 | let compare (x : float) y = Pervasives.compare x y - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/util/wstdlib.ml", line 67, characters 24-42: - 67 | let compare ts1 ts2 = Pervasives.compare (X.tag ts1) (X.tag ts2) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/util/wstdlib.ml", line 76, characters 23-41: - 76 | let cmp_ts ts1 ts2 = Pervasives.compare (X.tag ts1) (X.tag ts2) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/core/term.ml", line 281, characters 39-57: - 281 | let perv_compare h1 h2 = comp_raise (Pervasives.compare h1 h2) in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlopt src/util/lexlib.ml - Ocamlopt src/util/warning.ml - Ocamlopt src/driver/driver_ast.ml - File "src/transform/matching.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/mlw/expr.mli - Ocamlc src/printer/cntexmp_printer.ml - Ocamlc src/core/task.mli - Ocamlc src/core/env.mli - Ocamlc src/transform/detect_polymorphism.mli - Ocamlc src/transform/eliminate_literal.mli - Ocamlc src/core/theory.ml - Ocamlc src/transform/reduction_engine.mli - Ocamlc src/core/env.ml - Ocamlc src/core/pretty.mli - Ocamlc src/core/trans.mli - Ocamlc src/session/termcode.mli - Ocamlc src/core/task.ml - Ocamlopt src/util/json_base.ml - Ocamlopt src/util/rc.ml - Ocamlopt src/core/ident.ml - Ocamlc src/mlw/pdecl.mli - Ocamlc src/parser/ptree.ml - Ocamlc src/core/pretty.ml - Ocamlc src/core/dterm.ml - Ocamlc src/mlw/ity.ml - Ocamlc src/mlw/expr.ml - Ocamlc src/transform/reduction_engine.ml - Ocamlc src/core/printer.mli - Ocamlc src/transform/simplify_formula.mli - File "src/core/ident.ml", line 48, characters 25-43: - 48 | let attr_compare a1 a2 = Pervasives.compare a1.attr_tag a2.attr_tag - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlc src/transform/inlining.mli - Ocamlc src/transform/split_goal.mli - Ocamlc src/transform/compute.mli - Ocamlc src/transform/eliminate_definition.mli - Ocamlc src/transform/eliminate_algebraic.mli - Ocamlc src/transform/abstract_quantifiers.ml - File "src/parser/ptree.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/transform/eliminate_symbol.ml - Ocamlc src/transform/eliminate_inductive.mli - Ocamlc src/transform/eliminate_let.mli - Ocamlc src/transform/eliminate_if.mli - Ocamlc src/transform/libencoding.mli - Ocamlc src/transform/encoding.mli - Ocamlc src/transform/abstraction.mli - Ocamlc src/transform/eliminate_epsilon.mli - Ocamlc src/transform/intro_projections_counterexmp.mli - Ocamlc src/transform/smoke_detector.mli - Ocamlc src/transform/prop_curry.ml - Ocamlc src/transform/generic_arg_trans_utils.mli - File "src/core/ident.ml", line 174, characters 25-43: - 174 | let id_compare id1 id2 = Pervasives.compare (id_hash id1) (id_hash id2) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlc src/transform/apply.mli - Ocamlc src/transform/subst.mli - Ocamlc src/transform/introduction.mli - Ocamlc src/transform/destruct.mli - Ocamlc src/transform/congruence.ml - Ocamlc src/transform/intro_vc_vars_counterexmp.mli - Ocamlc src/transform/prepare_for_counterexmp.mli - Ocamlc src/transform/reflection.mli - Ocamlc src/core/trans.ml - Ocamlc src/mlw/pdecl.ml - Ocamlc src/transform/simplify_formula.ml - Ocamlc src/transform/inlining.ml - File "src/transform/abstract_quantifiers.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/transform/split_goal.ml - Ocamlc src/transform/detect_polymorphism.ml - File "src/transform/eliminate_symbol.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/transform/eliminate_inductive.ml - Ocamlc src/transform/eliminate_let.ml - Ocamlc src/transform/simplify_array.ml - Ocamlc src/transform/filter_trigger.ml - File "src/transform/prop_curry.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/transform/abstraction.ml - Ocamlc src/transform/close_epsilon.ml - Ocamlc src/transform/lift_epsilon.ml - Ocamlc src/transform/eliminate_epsilon.ml - Ocamlc src/transform/intro_projections_counterexmp.ml - Ocamlc src/transform/instantiate_predicate.ml - Ocamlc src/transform/smoke_detector.ml - Ocamlc src/transform/eliminate_literal.ml - Ocamlc src/transform/introduction.ml - Ocamlc src/transform/intro_vc_vars_counterexmp.ml - Ocamlc src/transform/prepare_for_counterexmp.ml - Ocamlc src/printer/coq.ml - File "src/transform/congruence.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/printer/gappa.ml - Ocamlc src/session/termcode.ml - Ocamlopt src/util/json_parser.ml - File "src/mlw/ity.ml", line 120, characters 28-46: - 120 | let ity_compare ity1 ity2 = Pervasives.compare (ity_hash ity1) (ity_hash ity2) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlc src/core/model_parser.mli - Ocamlc src/mlw/eval_match.mli - File "src/transform/inlining.ml", line 88, characters 25-38: - 88 | let t ?(use_meta=true) ?(in_goal=false) ~notdeft ~notdeff ~notls = - ^^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - File "src/transform/inlining.ml", line 88, characters 8-21: - 88 | let t ?(use_meta=true) ?(in_goal=false) ~notdeft ~notdeff ~notls = - ^^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - Ocamlc src/mlw/typeinv.mli - Ocamlc src/mlw/vc.mli - Ocamlc src/mlw/pmodule.mli - Ocamlc src/parser/lexer.mli - Ocamlc src/transform/args_wrapper.mli - Ocamlc src/transform/eliminate_unknown_types.ml - Ocamlc src/transform/eliminate_unknown_lsymbols.ml - Ocamlc src/transform/discriminate.mli - Ocamlc src/printer/pvs.ml - File "src/transform/intro_vc_vars_counterexmp.ml", line 31, characters 2-24: - 31 | vc_pre_or_post : bool; - ^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field vc_pre_or_post is never read. - (However, this field is used to build or mutate values.) - Ocamlc src/printer/isabelle.ml - Ocamlc src/printer/mathematica.ml - Ocamlc src/core/printer.ml - Ocamlc src/core/model_parser.ml - Ocamlc src/mlw/eval_match.ml - Ocamlc src/mlw/typeinv.ml - Ocamlc src/mlw/vc.ml - Ocamlc src/transform/eliminate_definition.ml - File "src/transform/eliminate_unknown_types.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/transform/eliminate_algebraic.ml - Ocamlc src/transform/eliminate_if.ml - Ocamlc src/transform/libencoding.ml - Ocamlc src/transform/discriminate.ml - Ocamlc src/transform/encoding.ml - File "src/printer/gappa.ml", line 85, characters 2-23: - 85 | info_symbols : Sid.t; - ^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field info_symbols is never read. - (However, this field is used to build or mutate values.) - File "src/session/termcode.ml", line 924, characters 24-42: - 924 | let compare e1 e2 = Pervasives.compare e1.shape e2.shape in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlc src/transform/encoding_select.ml - File "src/session/termcode.ml", line 931, characters 38-56: - 931 | let compare (v1, _) (v2, _) = Pervasives.compare v2 v1 - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/transform/eliminate_unknown_lsymbols.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/transform/encoding_guards_full.ml - Ocamlc src/transform/encoding_tags_full.ml - Ocamlc src/transform/encoding_guards.ml - Ocamlc src/transform/encoding_tags.ml - Ocamlc src/transform/encoding_twin.ml - Ocamlc src/transform/encoding_sort.ml - Ocamlc src/transform/generic_arg_trans_utils.ml - Ocamlc src/transform/apply.ml - Ocamlc src/transform/subst.ml - Ocamlc src/transform/destruct.ml - Ocamlc src/printer/alt_ergo.ml - File "src/printer/isabelle.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/printer/why3printer.ml - File "src/printer/mathematica.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/printer/smtv1.ml - Ocamlc src/printer/smtv2.ml - Ocamlc src/printer/simplify.ml - File "src/printer/pvs.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/printer/cvc3.ml - Ocamlopt src/util/json_lexer.ml - Ocamlopt src/core/ty.ml - Ocamlc src/driver/call_provers.mli - Ocamlopt src/driver/driver_parser.ml - Ocamlc src/driver/smt2_model_defs.mli - Ocamlc src/mlw/dexpr.mli - Ocamlc src/mlw/pinterp.mli - Ocamlc src/mlw/mltree.ml - Ocamlc src/mlw/mlinterp.mli - Ocamlopt src/parser/glob.ml - Ocamlc src/parser/typing.mli - Ocamlc src/parser/parser.mli - Ocamlc src/transform/case.ml - Ocamlc src/transform/ind_itp.mli - File "src/printer/alt_ergo.ml", line 47, characters 2-29: - 47 | mutable info_in_goal: bool; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: mutable record field info_in_goal is never mutated. - File "src/printer/alt_ergo.ml", line 49, characters 2-45: - 49 | mutable list_field_def: Ident.ident Mstr.t; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: mutable record field list_field_def is never mutated. - File "src/printer/alt_ergo.ml", line 51, characters 2-26: - 51 | meta_record_def : Sls.t; - ^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field meta_record_def is never read. - (However, this field is used to build or mutate values.) - Ocamlc src/transform/cut.ml - Ocamlc src/printer/yices.ml - File "src/core/ty.ml", line 83, characters 25-43: - 83 | let ty_compare ty1 ty2 = Pervasives.compare (ty_hash ty1) (ty_hash ty2) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlc src/driver/call_provers.ml - Ocamlc src/driver/smt2_model_defs.ml - Ocamlc src/mlw/pmodule.ml - Ocamlc src/transform/compute.ml - Ocamlc src/driver/driver.mli - Ocamlc src/driver/parse_smtv2_model_parser.mli - Ocamlc src/driver/collect_data_model.mli - Ocamlc src/mlw/dexpr.ml - Ocamlc src/mlw/pinterp.ml - Ocamlc src/transform/ind_itp.ml - Ocamlc src/transform/induction.ml - Ocamlc src/transform/induction_pr.ml - Ocamlc src/parser/typing.ml - Ocamlc src/parser/parser.ml - Ocamlc src/parser/lexer.ml - Ocamlc src/transform/args_wrapper.ml - File "src/transform/case.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/transform/cut.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/driver/collect_data_model.ml - Ocamlc src/driver/whyconf.mli - Ocamlc src/driver/driver.ml - Ocamlc src/driver/parse_smtv2_model_parser.ml - File "src/mlw/mltree.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/driver/parse_smtv2_model_lexer.ml - File "src/driver/parse_smtv2_model_lexer.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/printer/yices.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/driver/parse_smtv2_model.ml - Ocamlc src/transform/reflection.ml - Ocamlc src/driver/autodetection.mli - Ocamlc src/session/session_itp.mli - Ocamlc src/session/strategy.mli - Ocamlc src/driver/whyconf.ml - Ocamlc src/mlw/compile.mli - Ocamlc src/mlw/pdriver.mli - Ocamlc src/driver/autodetection.ml - File "src/driver/parse_smtv2_model.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/session/strategy_parser.mli - Ocamlc src/session/strategy.ml - Ocamlopt src/core/term.ml - Ocamlc src/mlw/compile.ml - Ocamlc src/mlw/mlinterp.ml - Ocamlc src/mlw/cprinter.ml - Ocamlc src/mlw/ml_printer.mli - Ocamlc src/mlw/pdriver.ml - Ocamlc src/mlw/ocaml_printer.ml - File "src/driver/whyconf.ml", line 109, characters 16-34: - 109 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlc src/session/controller_itp.mli - Ocamlc src/session/session_itp.ml - Ocamlc src/session/strategy_parser.ml - File "src/mlw/ml_printer.mli", line 70, characters 18-19: - 70 | module MLPrinter (K: sig val keywords : string list end) : S - ^ - Warning 67 [unused-functor-parameter]: unused functor parameter K. - File "src/session/controller_itp.mli", line 193, characters 12-13: - 193 | module Make(S : Scheduler) : sig - ^ - Warning 67 [unused-functor-parameter]: unused functor parameter S. - Ocamlc src/mlw/cakeml_printer.ml - Ocamlc src/mlw/ml_printer.ml - Ocamlc src/session/server_utils.mli - Ocamlc src/session/itp_communication.mli - Ocamlc src/session/controller_itp.ml - Ocamlc src/session/itp_server.mli - Ocamlc src/session/json_util.mli - Ocamlc src/session/itp_communication.ml - File "src/core/term.ml", line 281, characters 39-57: - 281 | let perv_compare h1 h2 = comp_raise (Pervasives.compare h1 h2) in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlc src/session/server_utils.ml - File "src/session/itp_server.mli", line 24, characters 13-14: - 24 | module Make (S:Controller_itp.Scheduler) (P:Protocol) : sig - ^ - Warning 67 [unused-functor-parameter]: unused functor parameter S. - File "src/session/itp_server.mli", line 24, characters 42-43: - 24 | module Make (S:Controller_itp.Scheduler) (P:Protocol) : sig - ^ - Warning 67 [unused-functor-parameter]: unused functor parameter P. - Ocamlc src/session/json_util.ml - Ocamlc src/session/itp_server.ml - File "src/session/controller_itp.ml", line 535, characters 36-43: - 535 | let schedule_proof_attempt c id pr ?save_to ~limit ~callback ~notification = - ^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - File "src/mlw/mlinterp.ml", line 41, characters 4-18: - 41 | env : Env.env; - ^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field env is never read. - (However, this field is used to build or mutate values.) - File "src/mlw/mlinterp.ml", line 42, characters 4-33: - 42 | mm : Pmodule.pmodule Mstr.t; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field mm is never read. - (However, this field is used to build or mutate values.) - File "src/mlw/cprinter.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/session/controller_itp.ml", line 287, characters 4-38: - 287 | tp_session : Session_itp.session; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field tp_session is never read. - (However, this field is used to build or mutate values.) - File "src/session/controller_itp.ml", line 288, characters 4-30: - 288 | tp_id : proofNodeID; - ^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field tp_id is never read. - (However, this field is used to build or mutate values.) - File "src/session/controller_itp.ml", line 289, characters 4-33: - 289 | tp_pr : Whyconf.prover; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field tp_pr is never read. - (However, this field is used to build or mutate values.) - File "src/session/session_itp.ml", line 38, characters 2-41: - 38 | mutable theory_parent_name : fileID; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: mutable record field theory_parent_name is never mutated. - File "src/session/session_itp.ml", line 1742, characters 2-30: - 1742 | prover_ids : int PHprover.t; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field prover_ids is never read. - (However, this field is used to build or mutate values.) - File "src/mlw/cakeml_printer.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/mlw/ocaml_printer.ml", line 33, characters 2-37: - 33 | info_th_known_map : Decl.known_map; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field info_th_known_map is never read. - (However, this field is used to build or mutate values.) - Ocamlopt src/driver/driver_lexer.ml - Ocamlopt src/core/pattern.ml - Ocamlopt src/core/coercion.ml - Ocamlopt src/transform/matching.ml - File "src/transform/matching.ml", line 158, characters 15-33: - 158 | let (--) = Pervasives.compare in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/transform/matching.ml", line 273, characters 16-34: - 273 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlopt src/core/decl.ml - Ocamlopt src/core/theory.ml - Ocamlopt src/core/task.ml - Ocamlopt src/core/env.ml - Ocamlopt src/core/pretty.ml - Ocamlopt src/core/dterm.ml - Ocamlopt src/core/trans.ml - Ocamlopt src/mlw/ity.ml - Ocamlopt src/transform/reduction_engine.ml - File "src/mlw/ity.ml", line 120, characters 28-46: - 120 | let ity_compare ity1 ity2 = Pervasives.compare (ity_hash ity1) (ity_hash ity2) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlopt src/core/printer.ml - Ocamlopt src/transform/simplify_formula.ml - Ocamlopt src/transform/inlining.ml - Ocamlopt src/transform/split_goal.ml - Ocamlopt src/transform/detect_polymorphism.ml - Ocamlopt src/transform/abstract_quantifiers.ml - Ocamlopt src/transform/eliminate_symbol.ml - Ocamlopt src/transform/eliminate_let.ml - Ocamlopt src/transform/simplify_array.ml - Ocamlopt src/transform/abstraction.ml - Ocamlopt src/transform/close_epsilon.ml - Ocamlopt src/transform/eliminate_epsilon.ml - Ocamlopt src/transform/intro_projections_counterexmp.ml - Ocamlopt src/transform/instantiate_predicate.ml - Ocamlopt src/transform/smoke_detector.ml - Ocamlopt src/transform/prop_curry.ml - Ocamlopt src/transform/congruence.ml - File "src/transform/inlining.ml", line 88, characters 25-38: - 88 | let t ?(use_meta=true) ?(in_goal=false) ~notdeft ~notdeff ~notls = - ^^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - File "src/transform/inlining.ml", line 88, characters 8-21: - 88 | let t ?(use_meta=true) ?(in_goal=false) ~notdeft ~notdeff ~notls = - ^^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - Ocamlopt src/transform/lift_epsilon.ml - Ocamlopt src/transform/generic_arg_trans_utils.ml - Ocamlopt src/transform/eliminate_inductive.ml - Ocamlopt src/core/model_parser.ml - Ocamlopt src/transform/eliminate_algebraic.ml - Ocamlopt src/transform/eliminate_unknown_types.ml - Ocamlopt src/transform/eliminate_unknown_lsymbols.ml - Ocamlopt src/transform/eliminate_if.ml - Ocamlopt src/transform/libencoding.ml - Ocamlopt src/transform/encoding_sort.ml - Ocamlopt src/transform/filter_trigger.ml - Ocamlopt src/printer/coq.ml - Ocamlopt src/printer/pvs.ml - Ocamlopt src/printer/isabelle.ml - Ocamlopt src/printer/gappa.ml - Ocamlopt src/printer/mathematica.ml - File "src/printer/gappa.ml", line 85, characters 2-23: - 85 | info_symbols : Sid.t; - ^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field info_symbols is never read. - (However, this field is used to build or mutate values.) - Ocamlopt src/transform/encoding.ml - Ocamlopt src/transform/eliminate_literal.ml - Ocamlopt src/mlw/expr.ml - Ocamlopt src/transform/intro_vc_vars_counterexmp.ml - Ocamlopt src/printer/cntexmp_printer.ml - Ocamlopt src/driver/call_provers.ml - Ocamlopt src/driver/smt2_model_defs.ml - Ocamlopt src/transform/encoding_guards_full.ml - Ocamlopt src/transform/encoding_tags_full.ml - Ocamlopt src/transform/encoding_twin.ml - Ocamlopt src/transform/encoding_guards.ml - Ocamlopt src/transform/encoding_tags.ml - File "src/transform/intro_vc_vars_counterexmp.ml", line 31, characters 2-24: - 31 | vc_pre_or_post : bool; - ^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field vc_pre_or_post is never read. - (However, this field is used to build or mutate values.) - Ocamlopt src/driver/parse_smtv2_model_parser.ml - Ocamlopt src/driver/collect_data_model.ml - Ocamlopt src/driver/driver.ml - Ocamlopt src/driver/parse_smtv2_model_lexer.ml - Ocamlopt src/driver/whyconf.ml - File "src/driver/whyconf.ml", line 109, characters 16-34: - 109 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - Ocamlopt src/driver/parse_smtv2_model.ml - Ocamlopt src/driver/autodetection.ml - Ocamlopt src/session/strategy.ml - Ocamlopt src/session/strategy_parser.ml - Ocamlopt src/mlw/pdecl.ml - Ocamlopt src/parser/ptree.ml - Ocamlopt src/mlw/eval_match.ml - Ocamlopt src/mlw/typeinv.ml - Linking lib/why3/why3.cmo - Ocamlopt src/mlw/vc.ml - Ocamlopt src/mlw/pmodule.ml - Ocamlc plugins/tptp/tptp_ast.ml - Ocamlc plugins/python/py_ast.ml - Ocamlc src/tools/main.ml - Ocamlc src/tools/why3config.ml - Ocamlc src/tools/why3execute.ml - Ocamlc src/tools/why3extract.ml - Ocamlc src/tools/why3prove.ml - Ocamlc src/tools/why3realize.ml - Ocamlc src/tools/why3replay.ml - Ocamlc src/ide/why3web.ml - Ocamlc src/why3session/why3session_lib.mli - Ocamlc src/tools/why3shell.ml - Ocamlc src/isabelle-client/isabelle_client_main.ml - Ocamlc src/why3doc/doc_def.mli - Ocamlc plugins/tptp/tptp_printer.ml - Linking lib/why3/why3.cma - Ocamlc src/ide/wserver.ml - Ocamlc src/why3doc/doc_html.ml - File "plugins/tptp/tptp_ast.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "plugins/python/py_ast.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc plugins/tptp/tptp_parser.mli - Ocamlc plugins/tptp/tptp_typing.mli - Ocamlc plugins/tptp/tptp_lexer.mli - Ocamlc plugins/python/py_parser.mli - Ocamlc src/why3doc/doc_lexer.ml - Ocamlc src/why3doc/doc_def.ml - File "src/tools/why3execute.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/tools/why3config.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/why3session/why3session_info.ml - File "src/tools/why3realize.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc src/why3session/why3session_html.ml - Ocamlc src/why3session/why3session_latex.ml - Ocamlc src/why3session/why3session_update.ml - Ocamlc src/why3session/why3session_lib.ml - Ocamlc plugins/python/py_lexer.ml - Ocamlc plugins/tptp/tptp_parser.ml - Ocamlc plugins/python/py_parser.ml - File "src/tools/main.ml", line 151, characters 17-35: - 151 | (List.sort Pervasives.compare (Env.list_formats Env.base_language)) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/tools/main.ml", line 169, characters 20-38: - 169 | let cmp m1 m2 = Pervasives.compare m1.meta_name m2.meta_name in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/ide/wserver.ml", line 198, characters 27-35: - 198 | let rec loop (strm__ : _ Stream.t) = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 199, characters 10-21: - 199 | match Stream.peek strm__ with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/why3web.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/ide/wserver.ml", line 201, characters 6-17: - 201 | Stream.junk strm__; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 207, characters 21-32: - 207 | | Some '\013' -> Stream.junk strm__; loop strm__ - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/tools/main.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/ide/wserver.ml", line 209, characters 6-17: - 209 | Stream.junk strm__; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 223, characters 24-32: - 223 | let (strm__ : _ Stream.t) = strm in - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 224, characters 14-25: - 224 | match Stream.peek strm__ with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 225, characters 20-31: - 225 | | Some x -> Stream.junk strm__; x - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 240, characters 6-17: - 240 | Stream.from - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/tools/why3shell.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/isabelle-client/isabelle_client_main.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/tools/why3replay.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/tools/why3prove.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/tools/why3extract.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlc plugins/tptp/tptp_typing.ml - Ocamlc plugins/tptp/tptp_lexer.ml - File "src/why3session/why3session_update.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/why3doc/doc_lexer.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Linking bin/why3realize.byte - File "src/why3session/why3session_lib.ml", line 177, characters 6-30: - 177 | archived : filter_three; - ^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field archived is never read. - (However, this field is used to build or mutate values.) - File "src/why3session/why3session_html.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/why3session/why3session_info.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "plugins/python/py_lexer.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - File "src/why3session/why3session_latex.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Linking bin/why3execute.byte - Linking bin/why3webserver.byte - Linking bin/why3config.byte - Linking bin/isabelle_client.byte - Ocamlc src/why3doc/doc_main.ml - Ocamlopt src/mlw/dexpr.ml - Ocamlopt src/mlw/pinterp.ml - Ocamlopt src/mlw/mltree.ml - Ocamlc plugins/python/py_main.ml - Linking bin/why3.byte - File "src/why3doc/doc_main.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Linking bin/why3shell.byte - File "plugins/python/py_main.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Linking bin/why3replay.byte - Linking bin/why3doc.byte - Ocamlopt src/mlw/compile.ml - Ocamlopt src/mlw/pdriver.ml - Linking bin/why3prove.byte - Ocamlc src/why3session/why3session_main.ml - Linking bin/why3extract.byte - Ocamlopt src/mlw/cprinter.ml - File "src/why3session/why3session_main.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Linking bin/why3session.byte - Ocamlopt src/mlw/mlinterp.ml - Ocamlopt src/mlw/ml_printer.ml - Ocamlopt src/mlw/ocaml_printer.ml - Linking lib/plugins/python.cmo - Ocamlopt src/parser/typing.ml - File "src/mlw/mlinterp.ml", line 41, characters 4-18: - 41 | env : Env.env; - ^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field env is never read. - (However, this field is used to build or mutate values.) - File "src/mlw/mlinterp.ml", line 42, characters 4-33: - 42 | mm : Pmodule.pmodule Mstr.t; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field mm is never read. - (However, this field is used to build or mutate values.) - File "src/mlw/ocaml_printer.ml", line 33, characters 2-37: - 33 | info_th_known_map : Decl.known_map; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field info_th_known_map is never read. - (However, this field is used to build or mutate values.) - Ocamlopt src/mlw/cakeml_printer.ml - Linking lib/plugins/tptp.cmo - Ocamlopt src/parser/parser.ml - Ocamlopt src/parser/lexer.ml - Ocamlopt src/transform/args_wrapper.ml - Ocamlopt src/transform/compute.ml - Ocamlopt src/transform/case.ml - Ocamlopt src/transform/apply.ml - Ocamlopt src/transform/subst.ml - Ocamlopt src/transform/ind_itp.ml - Ocamlopt src/transform/cut.ml - Ocamlopt src/transform/eliminate_definition.ml - Ocamlopt src/transform/discriminate.ml - Ocamlopt src/transform/induction.ml - Ocamlopt src/transform/induction_pr.ml - Ocamlopt src/transform/introduction.ml - Ocamlopt src/transform/destruct.ml - Ocamlopt src/transform/reflection.ml - Ocamlopt src/transform/encoding_select.ml - Ocamlopt src/printer/why3printer.ml - Ocamlopt src/printer/smtv1.ml - Ocamlopt src/printer/simplify.ml - Ocamlopt src/printer/cvc3.ml - Ocamlopt src/printer/yices.ml - Ocamlopt src/transform/prepare_for_counterexmp.ml - Ocamlopt src/session/termcode.ml - Ocamlopt src/printer/alt_ergo.ml - Ocamlopt src/printer/smtv2.ml - File "src/session/termcode.ml", line 924, characters 24-42: - 924 | let compare e1 e2 = Pervasives.compare e1.shape e2.shape in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/session/termcode.ml", line 931, characters 38-56: - 931 | let compare (v1, _) (v2, _) = Pervasives.compare v2 v1 - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/printer/alt_ergo.ml", line 47, characters 2-29: - 47 | mutable info_in_goal: bool; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: mutable record field info_in_goal is never mutated. - File "src/printer/alt_ergo.ml", line 49, characters 2-45: - 49 | mutable list_field_def: Ident.ident Mstr.t; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: mutable record field list_field_def is never mutated. - File "src/printer/alt_ergo.ml", line 51, characters 2-26: - 51 | meta_record_def : Sls.t; - ^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field meta_record_def is never read. - (However, this field is used to build or mutate values.) - Ocamlopt src/session/session_itp.ml - File "src/session/session_itp.ml", line 38, characters 2-41: - 38 | mutable theory_parent_name : fileID; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: mutable record field theory_parent_name is never mutated. - File "src/session/session_itp.ml", line 1742, characters 2-30: - 1742 | prover_ids : int PHprover.t; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field prover_ids is never read. - (However, this field is used to build or mutate values.) - Ocamlopt src/session/controller_itp.ml - File "src/session/controller_itp.ml", line 535, characters 36-43: - 535 | let schedule_proof_attempt c id pr ?save_to ~limit ~callback ~notification = - ^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - File "src/session/controller_itp.ml", line 287, characters 4-38: - 287 | tp_session : Session_itp.session; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field tp_session is never read. - (However, this field is used to build or mutate values.) - File "src/session/controller_itp.ml", line 288, characters 4-30: - 288 | tp_id : proofNodeID; - ^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field tp_id is never read. - (However, this field is used to build or mutate values.) - File "src/session/controller_itp.ml", line 289, characters 4-33: - 289 | tp_pr : Whyconf.prover; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field tp_pr is never read. - (However, this field is used to build or mutate values.) - Ocamlopt src/session/server_utils.ml - Ocamlopt src/session/itp_communication.ml - Ocamlopt src/session/json_util.ml - Ocamlopt src/session/itp_server.ml - Linking lib/why3/why3.cmx - Ocamlopt plugins/tptp/tptp_ast.ml - Ocamlopt plugins/tptp/tptp_printer.ml - Ocamlopt plugins/python/py_ast.ml - Linking lib/why3/why3.cmxa - Linking lib/why3/why3.cmxs - Ocamlopt src/tools/main.ml - Ocamlopt src/tools/why3config.ml - Ocamlopt src/tools/why3execute.ml - Ocamlopt src/tools/why3extract.ml - Ocamlopt src/tools/why3prove.ml - Ocamlopt src/tools/why3realize.ml - Ocamlopt src/tools/why3replay.ml - Ocamlopt src/ide/wserver.ml - Ocamlopt src/why3session/why3session_lib.ml - Ocamlopt src/tools/why3shell.ml - Ocamlopt src/isabelle-client/isabelle_client_main.ml - Ocamlopt src/why3doc/doc_html.ml - Ocamlopt src/why3doc/doc_def.ml - Ocamlopt plugins/tptp/tptp_parser.ml - Ocamlopt plugins/tptp/tptp_typing.ml - Ocamlopt plugins/python/py_parser.ml - File "src/tools/main.ml", line 151, characters 17-35: - 151 | (List.sort Pervasives.compare (Env.list_formats Env.base_language)) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/ide/wserver.ml", line 198, characters 27-35: - 198 | let rec loop (strm__ : _ Stream.t) = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 199, characters 10-21: - 199 | match Stream.peek strm__ with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 201, characters 6-17: - 201 | Stream.junk strm__; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 207, characters 21-32: - 207 | | Some '\013' -> Stream.junk strm__; loop strm__ - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 209, characters 6-17: - 209 | Stream.junk strm__; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 223, characters 24-32: - 223 | let (strm__ : _ Stream.t) = strm in - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 224, characters 14-25: - 224 | match Stream.peek strm__ with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 225, characters 20-31: - 225 | | Some x -> Stream.junk strm__; x - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/ide/wserver.ml", line 240, characters 6-17: - 240 | Stream.from - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "src/tools/main.ml", line 169, characters 20-38: - 169 | let cmp m1 m2 = Pervasives.compare m1.meta_name m2.meta_name in - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/why3session/why3session_lib.ml", line 177, characters 6-30: - 177 | archived : filter_three; - ^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field archived is never read. - (However, this field is used to build or mutate values.) - File "src/tools/why3extract.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - Ocamlopt src/why3doc/doc_lexer.ml - Linking bin/why3realize.opt - Linking bin/why3execute.opt - Ocamlopt src/ide/why3web.ml - Linking bin/why3config.opt - Linking bin/isabelle_client.opt - Linking bin/why3.opt - Ocamlopt src/why3session/why3session_info.ml - Ocamlopt src/why3session/why3session_html.ml - Ocamlopt src/why3session/why3session_latex.ml - Ocamlopt src/why3session/why3session_update.ml - Linking bin/why3shell.opt - Ocamlopt src/why3doc/doc_main.ml - Linking bin/why3replay.opt - Linking bin/why3webserver.opt - Linking bin/why3prove.opt - Linking bin/why3extract.opt - Linking bin/why3doc.opt - Ocamlopt plugins/python/py_lexer.ml - Ocamlopt src/why3session/why3session_main.ml - Ocamlopt plugins/python/py_main.ml - Linking bin/why3session.opt - Ocamlopt plugins/tptp/tptp_lexer.ml - Linking lib/plugins/tptp.cmxs - Linking lib/plugins/python.cmxs - make: Nothing to be done for 'opt'. -> compiled why3.1.2.1 Processing 76/78: [why3: make install] + /usr/bin/make "install" "install-lib" (CWD=/home/opam/.opam/4.14/.opam-switch/build/why3.1.2.1) - /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3/plugins - /usr/bin/install -c -m 644 lib/plugins/genequlin.cmo lib/plugins/dimacs.cmo lib/plugins/tptp.cmo lib/plugins/python.cmo lib/plugins/genequlin.cmxs lib/plugins/dimacs.cmxs lib/plugins/tptp.cmxs lib/plugins/python.cmxs /home/opam/.opam/4.14/lib/why3/plugins - /usr/bin/mkdir -p /home/opam/.opam/4.14/bin - /usr/bin/install -c bin/why3.opt /home/opam/.opam/4.14/bin/why3 - /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3/commands - /usr/bin/install -c bin/why3config.opt /home/opam/.opam/4.14/lib/why3/commands/why3config - /usr/bin/install -c bin/why3execute.opt /home/opam/.opam/4.14/lib/why3/commands/why3execute - /usr/bin/install -c bin/why3extract.opt /home/opam/.opam/4.14/lib/why3/commands/why3extract - /usr/bin/install -c bin/why3prove.opt /home/opam/.opam/4.14/lib/why3/commands/why3prove - /usr/bin/install -c bin/why3realize.opt /home/opam/.opam/4.14/lib/why3/commands/why3realize - /usr/bin/install -c bin/why3replay.opt /home/opam/.opam/4.14/lib/why3/commands/why3replay - /usr/bin/install -c bin/why3wc.opt /home/opam/.opam/4.14/lib/why3/commands/why3wc - /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3 - /usr/bin/install -c lib/why3server /home/opam/.opam/4.14/lib/why3/why3server - /usr/bin/install -c lib/why3cpulimit /home/opam/.opam/4.14/lib/why3/why3cpulimit - /usr/bin/install -c lib/why3-call-pvs /home/opam/.opam/4.14/lib/why3/why3-call-pvs - /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3/commands - /usr/bin/install -c bin/why3webserver.opt /home/opam/.opam/4.14/lib/why3/commands/why3webserver - /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3/commands - /usr/bin/install -c bin/why3session.opt /home/opam/.opam/4.14/lib/why3/commands/why3session - /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3/commands - /usr/bin/install -c bin/why3shell.opt /home/opam/.opam/4.14/lib/why3/commands/why3shell - /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3/commands - /usr/bin/install -c bin/why3doc.opt /home/opam/.opam/4.14/lib/why3/commands/why3doc - /usr/bin/mkdir -p /home/opam/.opam/4.14/share/why3 - /usr/bin/mkdir -p /home/opam/.opam/4.14/share/why3/vim - /usr/bin/mkdir -p /home/opam/.opam/4.14/share/why3/vim/ftdetect - /usr/bin/mkdir -p /home/opam/.opam/4.14/share/why3/vim/syntax - /usr/bin/mkdir -p /home/opam/.opam/4.14/share/why3/lang - /usr/bin/mkdir -p /home/opam/.opam/4.14/share/why3/stdlib - /usr/bin/mkdir -p /home/opam/.opam/4.14/share/why3/stdlib/mach - /usr/bin/mkdir -p /home/opam/.opam/4.14/share/why3/drivers - /usr/bin/install -c -m 644 stdlib/*.mlw /home/opam/.opam/4.14/share/why3/stdlib - /usr/bin/install -c -m 644 stdlib/mach/*.mlw /home/opam/.opam/4.14/share/why3/stdlib/mach - /usr/bin/install -c -m 644 drivers/*.drv drivers/*.gen /home/opam/.opam/4.14/share/why3/drivers - /usr/bin/install -c -m 644 LICENSE /home/opam/.opam/4.14/share/why3/ - /usr/bin/install -c -m 644 share/provers-detection-data.conf /home/opam/.opam/4.14/share/why3/ - /usr/bin/install -c -m 644 share/why3session.dtd /home/opam/.opam/4.14/share/why3 - /usr/bin/install -c -m 644 share/Makefile.config /home/opam/.opam/4.14/share/why3 - /usr/bin/install -c -m 644 share/vim/ftdetect/why3.vim /home/opam/.opam/4.14/share/why3/vim/ftdetect/why3.vim - /usr/bin/install -c -m 644 share/vim/syntax/why3.vim /home/opam/.opam/4.14/share/why3/vim/syntax/why3.vim - /usr/bin/install -c -m 644 share/lang/why3.lang /home/opam/.opam/4.14/share/why3/lang/why3.lang - /usr/bin/mkdir -p /home/opam/.opam/4.14/share/why3/drivers - /usr/bin/install -c -m 644 drivers/coq-realizations.aux /home/opam/.opam/4.14/share/why3/drivers/ - /usr/bin/mkdir -p /home/opam/.opam/4.14/share/why3/drivers/ - /usr/bin/install -c -m 644 drivers/pvs-realizations.aux /home/opam/.opam/4.14/share/why3/drivers/ - /usr/bin/install -c -m 644 drivers/isabelle-realizations.aux /home/opam/.opam/4.14/share/why3/drivers/ - /usr/bin/mkdir -p /home/opam/.opam/4.14/share/emacs/site-lisp/ - /usr/bin/install -c -m 644 share/emacs/why3.el /home/opam/.opam/4.14/share/emacs/site-lisp/why3.el - if test -d /etc/bash_completion.d -a -w /etc/bash_completion.d; then \ - /usr/bin/install -c share/bash/why3 /etc/bash_completion.d; \ - fi - /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3 - /usr/bin/install -c -m 644 lib/why3/why3.a lib/why3/why3.cma lib/why3/why3.cmx lib/why3/why3.cmi lib/why3/why3.cmxa lib/why3/why3.cmxs \ - lib/why3/META /home/opam/.opam/4.14/lib/why3 - /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3 - /usr/bin/install -c -m 644 lib/why3/why3extract.a lib/why3/why3extract.cma lib/why3/why3extract.cmx lib/why3/why3extract.cmi lib/why3/why3extract.cmxa lib/why3/why3extract.cmxs \ - /home/opam/.opam/4.14/lib/why3 -> installed why3.1.2.1 Processing 77/78: [archetype: dune build] + /home/opam/.opam/4.14/bin/dune "build" "-p" "archetype" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/archetype.0.1.3) -> compiled archetype.0.1.3 -> installed archetype.0.1.3 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:26.23 ---> saved as "0213d00f4d20f2668a56814118999bbea8c73fcf84fe604178ce9a19dc61e69a" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u archetype:fc2d64045ede853ecc2e928b4486ac0a,ppx_deriving_yojson:c1755e4244efe898bdffb32447abb06f,digestif:7cac5ccc7e310101ea53ef841f1ba97a")) 2024-09-12 19:26.26 ---> saved as "588409e6ed03e44d4ebfcfca7960e879d536a2ae9695be3a4f52f2f9e4eb15f2" /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.758482') && (for DATA in prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0,digestif.1.2.0-7cac5ccc7e310101ea53ef841f1ba97a,digestif.1.2.0 prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0,ppx_deriving_yojson.3.9.0-c1755e4244efe898bdffb32447abb06f,ppx_deriving_yojson.3.9.0 prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3,archetype.0.1.3-fc2d64045ede853ecc2e928b4486ac0a,archetype.0.1.3; 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/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0,digestif.1.2.0-7cac5ccc7e310101ea53ef841f1ba97a,digestif.1.2.0 prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0,ppx_deriving_yojson.3.9.0-c1755e4244efe898bdffb32447abb06f,ppx_deriving_yojson.3.9.0 prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3,archetype.0.1.3-fc2d64045ede853ecc2e928b4486ac0a,archetype.0.1.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0,digestif.1.2.0-7cac5ccc7e310101ea53ef841f1ba97a,digestif.1.2.0 prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0,ppx_deriving_yojson.3.9.0-c1755e4244efe898bdffb32447abb06f,ppx_deriving_yojson.3.9.0 prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3,archetype.0.1.3-fc2d64045ede853ecc2e928b4486ac0a,archetype.0.1.3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.758482 prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/doc/ prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/doc/digestif/ prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/doc/digestif/CHANGES.md prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/doc/digestif/LICENSE.md prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/doc/digestif/README.md prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/ prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/META prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/ prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/digestif_c.ocamlobjinfo prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/.private/ prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/.private/digestif_bi.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/.private/digestif_bi.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/.private/digestif_by.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/.private/digestif_by.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/.private/digestif_conv.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/.private/digestif_conv.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/.private/digestif_eq.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/.private/digestif_eq.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/.private/digestif_native.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/.private/digestif_native.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/digestif.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/c/digestif.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/digestif.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/digestif.cmti prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/dune-package prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/ prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/digestif_ocaml.ocamlobjinfo prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/ prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_blake2b.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_blake2b.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_blake2s.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_blake2s.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_md5.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_md5.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_rmd160.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_rmd160.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha1.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha1.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha224.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha224.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha256.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha256.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha384.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha384.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha3_224.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha3_224.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha3_384.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha3_384.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha3_512.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha3_512.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha512.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_sha512.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_whirlpool.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/baijiu_whirlpool.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/digestif_bi.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/digestif_bi.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/digestif_by.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/digestif_by.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/digestif_conv.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/digestif_conv.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/digestif_eq.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/digestif_eq.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/xor.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/.private/xor.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/baijiu_keccak_256.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/baijiu_keccak_256.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/baijiu_sha3.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/baijiu_sha3.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/baijiu_sha3_256.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/baijiu_sha3_256.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/digestif.cmi prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/lib/digestif/ocaml/digestif.cmt prep/universes/7cac5ccc7e310101ea53ef841f1ba97a/digestif/1.2.0/opam prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/doc/ prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/doc/ppx_deriving_yojson/ prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/doc/ppx_deriving_yojson/CHANGELOG.md prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/doc/ppx_deriving_yojson/LICENSE.txt prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/doc/ppx_deriving_yojson/README.md prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ppx_deriving_yojson/ prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ppx_deriving_yojson/ppx_deriving_yojson.ocamlobjinfo prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ppx_deriving_yojson/META prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ppx_deriving_yojson/dune-package prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ppx_deriving_yojson/ppx_deriving_yojson.cmi prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ppx_deriving_yojson/ppx_deriving_yojson.cmt prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ppx_deriving_yojson/ppx_deriving_yojson.cmti prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ppx_deriving_yojson/runtime/ prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.ocamlobjinfo prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cmi prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cmt prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/lib/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cmti prep/universes/c1755e4244efe898bdffb32447abb06f/ppx_deriving_yojson/3.9.0/opam prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/doc/ prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/doc/archetype/ prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/doc/archetype/LICENSE prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/doc/archetype/README.md prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/ prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/ prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype.ocamlobjinfo prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/META prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Ast.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Ast.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Core.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Core.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Error.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Error.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_api_storage.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_api_storage.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_model.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_model.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_reduce.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_reduce.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_shallow_asset.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_shallow_asset.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_split_key_values.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_split_key_values.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_transform.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_transform.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_why3.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Gen_why3.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Ident.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Ident.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Io.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Io.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Lexer.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Lexer.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Location.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Location.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Mlwtree.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Mlwtree.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Model.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Model.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Options.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Options.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__ParseError.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__ParseError.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__ParseTree.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__ParseTree.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Parser.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Parser.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Parser.cmti prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Position.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Position.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Position.cmti prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_ast.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_ast.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_mlwtree.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_mlwtree.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_model.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_model.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_model_ligo.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_model_ligo.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_model_liq.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_model_liq.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_model_ocaml.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_model_ocaml.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_model_smartpy.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_model_smartpy.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_pt.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_pt.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_pt_markdown.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_pt_markdown.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_tools.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_tools.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_whyml.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Printer_whyml.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__PureLexer.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__PureLexer.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Symbol.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Symbol.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Tools.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Tools.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Typing.cmi prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/archetype__Typing.cmt prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/lib/archetype/dune-package prep/universes/fc2d64045ede853ecc2e928b4486ac0a/archetype/0.1.3/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. HASHES:digestif.1.2.0-7cac5ccc7e310101ea53ef841f1ba97a:1ee12fac2daceed4df0256029d88d00ea0ca554ffe080ba75ec4424294fb5377 HASHES:ppx_deriving_yojson.3.9.0-c1755e4244efe898bdffb32447abb06f:7cba4120488b869c8314972dfe94421eca95bca587066aff98c0db1602c729bb HASHES:archetype.0.1.3-fc2d64045ede853ecc2e928b4486ac0a:6ec7fff81d1542d1055c359ad35f8a2ca26c108498002c036560e15c95e2f10c 2024-09-12 19:26.28 ---> saved as "a20e9fafc9f4a40e0edb8fa408f0dc2a793b1399edb708ef2bc70d6c2073c2bf" Job succeeded 2024-09-12 19:34.52: archetype.0.1.3-fc2d64045ede853ecc2e928b4486ac0a -> 6ec7fff81d1542d1055c359ad35f8a2ca26c108498002c036560e15c95e2f10c 2024-09-12 19:34.52: ppx_deriving_yojson.3.9.0-c1755e4244efe898bdffb32447abb06f -> 7cba4120488b869c8314972dfe94421eca95bca587066aff98c0db1602c729bb 2024-09-12 19:34.52: digestif.1.2.0-7cac5ccc7e310101ea53ef841f1ba97a -> 1ee12fac2daceed4df0256029d88d00ea0ca554ffe080ba75ec4424294fb5377 2024-09-12 19:34.52: Job succeeded