Build:
  1. 0
2024-01-29 15:19.02: New job: Voodoo prep lambdapi.2.0.0; 9fe9158bbfc38695967325835ff19487
2024-01-29 15:19.02: Waiting for resource in pool OCluster
2024-01-29 18:42.02: Waiting for worker…
2024-01-29 18:42.02: Got resource from pool OCluster
2024-01-29 18:42.02: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
         (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:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
 (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.13.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 lambdapi.2.0.0 zarith.1.13 yojson.2.1.2 why3.1.4.1 timed.1.1 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base sedlex.3.2 psmt2-frontend.0.1 pratter.1.2.1 ppxlib.0.31.0 ppx_derivers.1.2.1 ocplib-simplex.0.4.1 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-compiler-libs.v0.12.4 num.1.5 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 gen.1.1 dune.3.13.0 cppo.1.6.9 conf-which.1 conf-gmp.4 conf-autoconf.0.1 cmdliner.1.2.0 camlzip.1.07 camlp-streams.5.0.1 bindlib.5.0.1 alt-ergo.2.2.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u lambdapi:9fe9158bbfc38695967325835ff19487,why3:fd1e8091ebad58e5fb96b33965056ae7,alt-ergo:70a976af85e95e99ed54caf9b2df206c"))
 (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.767991') && (for DATA in prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0,alt-ergo.2.2.0-70a976af85e95e99ed54caf9b2df206c,alt-ergo.2.2.0 prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1,why3.1.4.1-fd1e8091ebad58e5fb96b33965056ae7,why3.1.4.1 prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0,lambdapi.2.0.0-9fe9158bbfc38695967325835ff19487,lambdapi.2.0.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0,alt-ergo.2.2.0-70a976af85e95e99ed54caf9b2df206c,alt-ergo.2.2.0 prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1,why3.1.4.1-fd1e8091ebad58e5fb96b33965056ae7,why3.1.4.1 prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0,lambdapi.2.0.0-9fe9158bbfc38695967325835ff19487,lambdapi.2.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0,alt-ergo.2.2.0-70a976af85e95e99ed54caf9b2df206c,alt-ergo.2.2.0 prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1,why3.1.4.1-fd1e8091ebad58e5fb96b33965056ae7,why3.1.4.1 prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0,lambdapi.2.0.0-9fe9158bbfc38695967325835ff19487,lambdapi.2.0.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 18:42.02: RETRYING: 2024-01-29/151902-voodoo-prep-32ae92 Number of retries: 0 (retriable error condition)
Building on c2-1.equinix.ci.dev
All commits already cached
Updating files:  36% (11838/32633)
Updating files:  37% (12075/32633)
Updating files:  38% (12401/32633)
Updating files:  39% (12727/32633)
Updating files:  40% (13054/32633)
Updating files:  41% (13380/32633)
Updating files:  42% (13706/32633)
Updating files:  43% (14033/32633)
Updating files:  44% (14359/32633)
Updating files:  45% (14685/32633)
Updating files:  46% (15012/32633)
Updating files:  47% (15338/32633)
Updating files:  48% (15664/32633)
Updating files:  49% (15991/32633)
Updating files:  50% (16317/32633)
Updating files:  51% (16643/32633)
Updating files:  52% (16970/32633)
Updating files:  53% (17296/32633)
Updating files:  54% (17622/32633)
Updating files:  55% (17949/32633)
Updating files:  56% (18275/32633)
Updating files:  57% (18601/32633)
Updating files:  58% (18928/32633)
Updating files:  59% (19254/32633)
Updating files:  60% (19580/32633)
Updating files:  61% (19907/32633)
Updating files:  62% (20233/32633)
Updating files:  63% (20559/32633)
Updating files:  64% (20886/32633)
Updating files:  65% (21212/32633)
Updating files:  66% (21538/32633)
Updating files:  67% (21865/32633)
Updating files:  68% (22191/32633)
Updating files:  69% (22517/32633)
Updating files:  69% (22618/32633)
Updating files:  70% (22844/32633)
Updating files:  71% (23170/32633)
Updating files:  72% (23496/32633)
Updating files:  73% (23823/32633)
Updating files:  74% (24149/32633)
Updating files:  75% (24475/32633)
Updating files:  76% (24802/32633)
Updating files:  77% (25128/32633)
Updating files:  78% (25454/32633)
Updating files:  79% (25781/32633)
Updating files:  80% (26107/32633)
Updating files:  81% (26433/32633)
Updating files:  82% (26760/32633)
Updating files:  83% (27086/32633)
Updating files:  84% (27412/32633)
Updating files:  85% (27739/32633)
Updating files:  86% (28065/32633)
Updating files:  87% (28391/32633)
Updating files:  88% (28718/32633)
Updating files:  89% (29044/32633)
Updating files:  90% (29370/32633)
Updating files:  91% (29697/32633)
Updating files:  92% (30023/32633)
Updating files:  93% (30349/32633)
Updating files:  94% (30676/32633)
Updating files:  95% (31002/32633)
Updating files:  96% (31328/32633)
Updating files:  97% (31655/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 18:38.07 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:38.07 ---> using "1d21a6b23acb9a0ecc34f4603532877e449579b03d049d54398f2b50dc54f3f6" 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 [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (743 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 (20.2 MB/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 ... 18743 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+deb12u3) ...
2024-01-29 18:38.07 ---> using "fe56532491a39482225221439a1dda7126130e49a322fb986690793d77fafdc6" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild       0.14.3 [required by bos]
  - install cmdliner         1.2.0  [required by voodoo-prep]
  - install dune             3.13.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [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 opam-core        2.1.5  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.5  [required by voodoo-prep]
  - install bos              0.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.2.0] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed logs.0.7.0
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.0
-> installed bos.0.2.1
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:38.07 ---> using "f2f06e34dbfcee853b5100a27a4d7b8f61fe2078acf85731fd32379ae7bcbdf9" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 18:38.07 ---> using "e8ff723056dcfac5a7110cc99efb7115b325fc2c00ca69448a66fb529d89074b" from cache
2024-01-29 18:38.07 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 18:38.07 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:38.07 ---> using "1d21a6b23acb9a0ecc34f4603532877e449579b03d049d54398f2b50dc54f3f6" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 18:38.07 ---> using "b629b5ea1e73681b364ee60055e21a452acd316c7bafb07cc93bdd9b7ea93f87" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 18:38.08 ---> using "e3f4ae2218635e90a8fc5c22a849245660feae1128978d415f014612801e3d9b" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:38.08 ---> using "e1dc90e661d1a76c92940576cbde0a80d36bd270ae2ef2fcd0aa948552657924" 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 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-01-29 18:38.08 ---> using "3e2b5995e6e13ec2ff39ba6c064ed137f4da795b583a93acbb0522695187916a" 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-01-29 18:38.08 ---> using "8d38596347a0e1eafee9f5c70e2fae161b8c196afa74ee9991588f74886f1a0e" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:38.08 ---> using "dbe917b3d9d781c8a2441966a19f74a93e5358db63ea6016a2d9eaccbddd1a9b" 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.13.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.13.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:38.08 ---> using "c4a70e848c799e2cdfc20d2df04e7ad69e290d064bf792de3142c0cfd7ab6901" 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 lambdapi.2.0.0 zarith.1.13 yojson.2.1.2 why3.1.4.1 timed.1.1 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base sedlex.3.2 psmt2-frontend.0.1 pratter.1.2.1 ppxlib.0.31.0 ppx_derivers.1.2.1 ocplib-simplex.0.4.1 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-compiler-libs.v0.12.4 num.1.5 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 gen.1.1 dune.3.13.0 cppo.1.6.9 conf-which.1 conf-gmp.4 conf-autoconf.0.1 cmdliner.1.2.0 camlzip.1.07 camlp-streams.5.0.1 bindlib.5.0.1 alt-ergo.2.2.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 [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (591 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.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 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 lambdapi.2.0.0 zarith.1.13 yojson.2.1.2 why3.1.4.1 timed.1.1 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base sedlex.3.2 psmt2-frontend.0.1 pratter.1.2.1 ppxlib.0.31.0 ppx_derivers.1.2.1 ocplib-simplex.0.4.1 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-compiler-libs.v0.12.4 num.1.5 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 gen.1.1 dune.3.13.0 cppo.1.6.9 conf-which.1 conf-gmp.4 conf-autoconf.0.1 cmdliner.1.2.0 camlzip.1.07 camlp-streams.5.0.1 bindlib.5.0.1 alt-ergo.2.2.0" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
autoconf
debianutils
libgmp-dev
zlib1g-dev
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo                1.6.9
  - install ppx_derivers        1.2.1
  - install camlzip             1.07
  - install ocamlbuild          0.14.3
  - install conf-gmp            4
  - install num                 1.5
  - install menhirSdk           20211128
  - install timed               1.1
  - install cmdliner            1.2.0
  - install seq                 base
  - install ocaml-compiler-libs v0.12.4
  - install conf-which          1
  - install menhirLib           20211128
  - install camlp-streams       5.0.1
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install bindlib             5.0.1
  - install zarith              1.13
  - install yojson              2.1.2
  - install gen                 1.1
  - install conf-autoconf       0.1
  - install menhir              20211128
  - install pratter             1.2.1
  - install ppxlib              0.31.0
  - install ocplib-simplex      0.4.1
  - install why3                1.4.1
  - install psmt2-frontend      0.1
  - install sedlex              3.2
  - install alt-ergo            2.2.0
  - install lambdapi            2.0.0
===== 30 to install =====

The following system packages will first need to be installed:
    autoconf libgmp-dev zlib1g-dev

<><> 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" "libgmp-dev" "zlib1g-dev"
- 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 ... 18743 files and directories currently installed.)
- Preparing to unpack .../0-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../1-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../2-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../3-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../4-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../5-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../6-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up m4 (1.4.19-3) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up autoconf (2.71-3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- 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
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/90: [alt-ergo.2.2.0: http]
Processing  2/90: [alt-ergo.2.2.0: http]
Processing  3/90: [alt-ergo.2.2.0: http]
-> retrieved bindlib.5.0.1  (cached)
Processing  4/90: [alt-ergo.2.2.0: http]
-> retrieved camlp-streams.5.0.1  (cached)
Processing  5/90: [alt-ergo.2.2.0: http]
Processing  6/90: [alt-ergo.2.2.0: http] [camlp-streams: dune build]
Processing  6/90: [camlp-streams: dune build]
-> retrieved camlzip.1.07  (cached)
Processing  7/90: [camlp-streams: dune build]
Processing  8/90: [camlp-streams: dune build]
Processing  9/90: [camlp-streams: dune build]
Processing 10/90: [camlp-streams: dune build]
Processing 11/90: [camlp-streams: dune build] [camlzip: make all]
Processing 12/90: [camlp-streams: dune build] [camlzip: make all] [conf-gmp: sh]
Processing 13/90: [camlp-streams: dune build] [camlzip: make all] [conf-gmp: sh] [conf-which: which which]
-> retrieved cmdliner.1.2.0  (cached)
Processing 14/90: [camlp-streams: dune build] [camlzip: make all] [conf-gmp: sh] [conf-which: which which]
Processing 15/90: [camlp-streams: dune build] [camlzip: make all] [cmdliner: make all] [conf-gmp: sh] [conf-which: which which]
-> retrieved alt-ergo.2.2.0  (http://alt-ergo.ocamlpro.com/http/alt-ergo-2.2.0/alt-ergo-2.2.0.tar.gz)
Processing 16/90: [lambdapi.2.0.0: http] [camlp-streams: dune build] [camlzip: make all] [cmdliner: make all] [conf-gmp: sh] [conf-which: which which]
-> retrieved cppo.1.6.9  (cached)
Processing 17/90: [lambdapi.2.0.0: http] [camlp-streams: dune build] [camlzip: make all] [cmdliner: make all] [conf-gmp: sh] [conf-which: which which]
Processing 18/90: [lambdapi.2.0.0: http] [camlp-streams: dune build] [camlzip: make all] [cmdliner: make all] [conf-gmp: sh] [conf-which: which which] [cppo: dune build]
- ocamlc -g -safe-string -c -ccopt -g   zlibstubs.c
- zlibstubs.c: In function 'camlzip_error':
- zlibstubs.c:40:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    40 |     camlzip_error_exn = caml_named_value("Zlib.Error");
-       |                       ^
- ocamlmklib -oc camlzip zlibstubs.o \
-               -lz
- ocamlc -g -safe-string -c zlib.mli
- ocamlc -g -safe-string -c zlib.ml
- ocamlc -g -safe-string -c zip.mli
- ocamlc -g -safe-string -c zip.ml
- File "zip.ml", line 62, characters 16-37:
- 62 |     if_channel: Pervasives.in_channel;
-                      ^^^^^^^^^^^^^^^^^^^^^
- 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 "zip.ml", line 72, characters 16-38:
- 72 |     of_channel: Pervasives.out_channel;
-                      ^^^^^^^^^^^^^^^^^^^^^^
- 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 "zip.ml", line 221, characters 11-33:
- 221 |   let ic = Pervasives.open_in_bin filename 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 "zip.ml", line 236, characters 2-21:
- 236 |   Pervasives.close_in ifile.if_channel
-         ^^^^^^^^^^^^^^^^^^^
- 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 "zip.ml", line 372, characters 17-40:
- 372 |     of_channel = Pervasives.open_out_bin filename;
-                        ^^^^^^^^^^^^^^^^^^^^^^^
- 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 "zip.ml", line 419, characters 2-22:
- 419 |   Pervasives.close_out oc
-         ^^^^^^^^^^^^^^^^^^^^
- 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 "zip.ml", line 554, characters 4-23:
- 554 |     Pervasives.close_in ic
-           ^^^^^^^^^^^^^^^^^^^
- 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 "zip.ml", line 556, characters 4-23:
- 556 |     Pervasives.close_in ic; raise x
-           ^^^^^^^^^^^^^^^^^^^
- 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 -g -safe-string -c gzip.mli
- File "gzip.mli", line 29, characters 18-39:
- 29 | val open_in_chan: Pervasives.in_channel -> in_channel
-                        ^^^^^^^^^^^^^^^^^^^^^
- 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 "gzip.mli", line 89, characters 33-55:
- 89 | val open_out_chan: ?level:int -> Pervasives.out_channel -> out_channel
-                                       ^^^^^^^^^^^^^^^^^^^^^^
- 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 -g -safe-string -c gzip.ml
- File "gzip.ml", line 23, characters 13-34:
- 23 |   { in_chan: Pervasives.in_channel;
-                   ^^^^^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 77, characters 16-38:
- 77 |   open_in_chan (Pervasives.open_in_bin filename)
-                      ^^^^^^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 81, characters 12-28:
- 81 |     let n = Pervasives.input iz.in_chan iz.in_buffer 0
-                  ^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 107, characters 14-30:
- 107 |       let n = Pervasives.input iz.in_chan iz.in_buffer 0
-                     ^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 165, characters 2-21:
- 165 |   Pervasives.close_in iz.in_chan
-         ^^^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 168, characters 14-36:
- 168 |   { out_chan: Pervasives.out_channel;
-                     ^^^^^^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 195, characters 24-47:
- 195 |   open_out_chan ~level (Pervasives.open_out_bin filename)
-                               ^^^^^^^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 202, characters 4-21:
- 202 |     Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos;
-           ^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 235, characters 4-26:
- 235 |     Pervasives.output_byte oc (Int32.to_int !r);
-           ^^^^^^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 243, characters 6-23:
- 243 |       Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos;
-             ^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 257, characters 4-21:
- 257 |     Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos;
-           ^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 266, characters 2-22:
- 266 |   Pervasives.close_out oz.out_chan
-         ^^^^^^^^^^^^^^^^^^^^
- 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
- ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo \
-               -lz
Processing 18/90: [lambdapi.2.0.0: http] [camlp-streams: dune build] [camlzip: make allopt] [cmdliner: make all] [conf-gmp: sh] [conf-which: which which] [cppo: dune build]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 18/90: [lambdapi.2.0.0: http] [camlp-streams: dune build] [camlzip: make allopt] [cmdliner: make all] [conf-which: which which] [cppo: dune build]
-> installed conf-gmp.4
Processing 19/90: [lambdapi.2.0.0: http] [camlp-streams: dune build] [camlzip: make allopt] [cmdliner: make all] [conf-which: which which] [cppo: dune build]
- /usr/bin/which
-> compiled  conf-which.1
Processing 19/90: [lambdapi.2.0.0: http] [camlp-streams: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build]
-> installed conf-which.1
Processing 20/90: [lambdapi.2.0.0: http] [camlp-streams: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build]
Processing 21/90: [lambdapi.2.0.0: http] [camlp-streams: dune build] [camlzip: make allopt] [cmdliner: make all] [conf-autoconf: which autoconf] [cppo: dune build]
-> retrieved gen.1.1  (cached)
Processing 22/90: [lambdapi.2.0.0: http] [camlp-streams: dune build] [camlzip: make allopt] [cmdliner: make all] [conf-autoconf: which autoconf] [cppo: dune build]
Processing 22/90: [camlp-streams: dune build] [camlzip: make allopt] [cmdliner: make all] [conf-autoconf: which autoconf] [cppo: dune build]
-> retrieved menhir.20211128  (cached)
Processing 23/90: [camlp-streams: dune build] [camlzip: make allopt] [cmdliner: make all] [conf-autoconf: which autoconf] [cppo: dune build]
-> compiled  camlp-streams.5.0.1
Processing 23/90: [camlzip: make allopt] [cmdliner: make all] [conf-autoconf: which autoconf] [cppo: dune build]
-> installed camlp-streams.5.0.1
Processing 24/90: [camlzip: make allopt] [cmdliner: make all] [conf-autoconf: which autoconf] [cppo: dune build]
- /usr/bin/autoconf
-> compiled  conf-autoconf.0.1
Processing 24/90: [camlzip: make allopt] [cmdliner: make all] [cppo: dune build]
-> installed conf-autoconf.0.1
Processing 25/90: [camlzip: make allopt] [cmdliner: make all] [cppo: dune build]
-> retrieved menhirLib.20211128  (cached)
Processing 26/90: [camlzip: make allopt] [cmdliner: make all] [cppo: dune build]
Processing 27/90: [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [menhirLib: dune build]
- ocamlopt -safe-string -c zlib.ml
- ocamlopt -safe-string -c zip.ml
- File "zip.ml", line 62, characters 16-37:
- 62 |     if_channel: Pervasives.in_channel;
-                      ^^^^^^^^^^^^^^^^^^^^^
- 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 "zip.ml", line 72, characters 16-38:
- 72 |     of_channel: Pervasives.out_channel;
-                      ^^^^^^^^^^^^^^^^^^^^^^
- 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 "zip.ml", line 221, characters 11-33:
- 221 |   let ic = Pervasives.open_in_bin filename 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 "zip.ml", line 236, characters 2-21:
- 236 |   Pervasives.close_in ifile.if_channel
-         ^^^^^^^^^^^^^^^^^^^
- 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 "zip.ml", line 372, characters 17-40:
- 372 |     of_channel = Pervasives.open_out_bin filename;
-                        ^^^^^^^^^^^^^^^^^^^^^^^
- 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 "zip.ml", line 419, characters 2-22:
- 419 |   Pervasives.close_out oc
-         ^^^^^^^^^^^^^^^^^^^^
- 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 "zip.ml", line 554, characters 4-23:
- 554 |     Pervasives.close_in ic
-           ^^^^^^^^^^^^^^^^^^^
- 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 "zip.ml", line 556, characters 4-23:
- 556 |     Pervasives.close_in ic; raise x
-           ^^^^^^^^^^^^^^^^^^^
- 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 -safe-string -c gzip.ml
- File "gzip.ml", line 23, characters 13-34:
- 23 |   { in_chan: Pervasives.in_channel;
-                   ^^^^^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 77, characters 16-38:
- 77 |   open_in_chan (Pervasives.open_in_bin filename)
-                      ^^^^^^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 81, characters 12-28:
- 81 |     let n = Pervasives.input iz.in_chan iz.in_buffer 0
-                  ^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 107, characters 14-30:
- 107 |       let n = Pervasives.input iz.in_chan iz.in_buffer 0
-                     ^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 165, characters 2-21:
- 165 |   Pervasives.close_in iz.in_chan
-         ^^^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 168, characters 14-36:
- 168 |   { out_chan: Pervasives.out_channel;
-                     ^^^^^^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 195, characters 24-47:
- 195 |   open_out_chan ~level (Pervasives.open_out_bin filename)
-                               ^^^^^^^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 202, characters 4-21:
- 202 |     Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos;
-           ^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 235, characters 4-26:
- 235 |     Pervasives.output_byte oc (Int32.to_int !r);
-           ^^^^^^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 243, characters 6-23:
- 243 |       Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos;
-             ^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 257, characters 4-21:
- 257 |     Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos;
-           ^^^^^^^^^^^^^^^^^
- 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 "gzip.ml", line 266, characters 2-22:
- 266 |   Pervasives.close_out oz.out_chan
-         ^^^^^^^^^^^^^^^^^^^^
- 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
- ocamlmklib -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx \
-               -lz
- ocamlopt -safe-string -shared -linkall -I ./ -o zip.cmxs zip.cmxa
-> compiled  camlzip.1.07
Processing 27/90: [cmdliner: make all] [cppo: dune build] [menhirLib: dune build]
Processing 28/90: [cmdliner: make all] [cppo: dune build] [menhirLib: dune build] [camlzip: make install-findlib]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.2.0
Processing 28/90: [cppo: dune build] [menhirLib: dune build] [camlzip: make install-findlib]
-> compiled  cppo.1.6.9
Processing 28/90: [menhirLib: dune build] [camlzip: make install-findlib]
-> retrieved lambdapi.2.0.0  (https://github.com/Deducteam/lambdapi/releases/download/2.0.0/lambdapi-2.0.0.tbz)
Processing 29/90: [menhirLib: dune build] [camlzip: make install-findlib]
-> retrieved menhirSdk.20211128  (cached)
Processing 30/90: [menhirLib: dune build] [camlzip: make install-findlib]
Processing 31/90: [menhirLib: dune build] [menhirSdk: dune build] [camlzip: make install-findlib]
-> retrieved num.1.5  (cached)
Processing 32/90: [menhirLib: dune build] [menhirSdk: dune build] [camlzip: make install-findlib]
Processing 33/90: [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-legacy] [camlzip: make install-findlib]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20211128
Processing 33/90: [menhirSdk: dune build] [num: make opam-legacy] [camlzip: make install-findlib]
- cp META-zip META && \
-         ocamlfind install zip META *.mli *.a *.cmi *.cma gzip.cmx zip.cmx zlib.cmx zip.cmxa zip.cmxs dllcamlzip.so && \
-         rm META
- Installed /home/opam/.opam/4.14/lib/zip/zip.cmxs
- Installed /home/opam/.opam/4.14/lib/zip/zip.cmxa
- Installed /home/opam/.opam/4.14/lib/zip/zlib.cmx
- Installed /home/opam/.opam/4.14/lib/zip/zip.cmx
- Installed /home/opam/.opam/4.14/lib/zip/gzip.cmx
- Installed /home/opam/.opam/4.14/lib/zip/zip.cma
- Installed /home/opam/.opam/4.14/lib/zip/zlib.cmi
- Installed /home/opam/.opam/4.14/lib/zip/zip.cmi
- Installed /home/opam/.opam/4.14/lib/zip/gzip.cmi
- Installed /home/opam/.opam/4.14/lib/zip/zip.a
- Installed /home/opam/.opam/4.14/lib/zip/libcamlzip.a
- Installed /home/opam/.opam/4.14/lib/zip/zlib.mli
- Installed /home/opam/.opam/4.14/lib/zip/zip.mli
- Installed /home/opam/.opam/4.14/lib/zip/gzip.mli
- Installed /home/opam/.opam/4.14/lib/stublibs/dllcamlzip.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllcamlzip.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.14/lib/zip/META
- cp META-camlzip META && \
-         ocamlfind install camlzip META && \
-         rm META
- Installed /home/opam/.opam/4.14/lib/camlzip/META
-> installed camlzip.1.07
Processing 33/90: [menhirSdk: dune build] [num: make opam-legacy]
Processing 34/90: [menhirSdk: dune build] [num: make opam-legacy] [cmdliner: make install]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 35/90: [menhirSdk: dune build] [num: make opam-legacy] [cmdliner: make install]
Processing 36/90: [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [cmdliner: make install]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 37/90: [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [cmdliner: make install]
Processing 38/90: [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [cmdliner: make install]
-> retrieved ocplib-simplex.0.4.1  (cached)
Processing 39/90: [pratter.1.2.1: http] [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [cmdliner: make install]
- install -d "/home/opam/.opam/4.14/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/4.14/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/4.14/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/4.14/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/4.14/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/4.14/lib/cmdliner"
Processing 39/90: [pratter.1.2.1: http] [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [cmdliner: make install-doc]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 40/90: [pratter.1.2.1: http] [psmt2-frontend.0.1: http] [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [cmdliner: make install-doc]
Processing 41/90: [pratter.1.2.1: http] [psmt2-frontend.0.1: http] [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build] [cmdliner: make install-doc]
- install -d "/home/opam/.opam/4.14/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/4.14/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/4.14/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.2.0
Processing 41/90: [pratter.1.2.1: http] [psmt2-frontend.0.1: http] [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build]
-> installed cppo.1.6.9
Processing 42/90: [pratter.1.2.1: http] [psmt2-frontend.0.1: http] [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build]
-> installed menhirLib.20211128
Processing 43/90: [pratter.1.2.1: http] [psmt2-frontend.0.1: http] [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: 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.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 43/90: [pratter.1.2.1: http] [psmt2-frontend.0.1: http] [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> retrieved ppxlib.0.31.0  (cached)
Processing 44/90: [pratter.1.2.1: http] [psmt2-frontend.0.1: http] [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
Processing 44/90: [psmt2-frontend.0.1: http] [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
Processing 44/90: [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 44/90: [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed ppx_derivers.1.2.1
Processing 45/90: [menhirSdk: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  menhirSdk.20211128
Processing 45/90: [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed menhirSdk.20211128
Processing 46/90: [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 47/90: [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled]
-> retrieved sedlex.3.2  (cached)
Processing 48/90: [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 49/90: [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 50/90: [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed seq.base
Processing 51/90: [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 52/90: [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled]
-> retrieved pratter.1.2.1  (https://github.com/gabrielhdt/pratter/releases/download/1.2.1/pratter-1.2.1.tbz)
Processing 53/90: [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 54/90: [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [pratter: dune build]
-> retrieved psmt2-frontend.0.1  (https://github.com/Coquera/psmt2-frontend/archive/0.1.zip)
Processing 55/90: [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [pratter: dune build]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 56/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [pratter: dune build]
Processing 57/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [pratter: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 58/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [pratter: dune build] [sexplib0: dune build]
Processing 59/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [pratter: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved timed.1.1  (cached)
Processing 60/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [pratter: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 61/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [pratter: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [timed: dune build]
-> retrieved yojson.2.1.2  (cached)
Processing 62/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [pratter: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [timed: dune build] [yojson: dune build]
-> retrieved zarith.1.13  (cached)
Processing 63/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [pratter: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [timed: dune build] [yojson: dune build] [zarith: ./configure]
-> compiled  stdlib-shims.0.3.0
Processing 63/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [pratter: dune build] [sexplib0: dune build] [timed: dune build] [yojson: dune build] [zarith: ./configure]
-> installed stdlib-shims.0.3.0
Processing 64/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [pratter: dune build] [sexplib0: dune build] [timed: dune build] [yojson: dune build] [zarith: ./configure]
-> compiled  pratter.1.2.1
Processing 64/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [timed: dune build] [yojson: dune build] [zarith: ./configure]
-> installed pratter.1.2.1
Processing 65/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [timed: dune build] [yojson: dune build] [zarith: ./configure]
-> compiled  timed.1.1
Processing 65/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [yojson: dune build] [zarith: ./configure]
-> installed timed.1.1
Processing 66/90: [why3.1.4.1: http] [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [yojson: dune build] [zarith: ./configure]
Processing 66/90: [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [yojson: dune build] [zarith: ./configure]
- binary ocaml: found in /home/opam/.opam/4.14/bin
- binary ocamlc: found in /home/opam/.opam/4.14/bin
- binary ocamldep: found in /home/opam/.opam/4.14/bin
- binary ocamlmklib: found in /home/opam/.opam/4.14/bin
- binary ocamldoc: found in /home/opam/.opam/4.14/bin
- binary ocamlopt: found in /home/opam/.opam/4.14/bin
- checking compilation with ocamlc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/4.14/bin
- OCaml's word size is 64
- include gmp.h: found
- library gmp: found
- OCaml supports -bin-annot to produce documentation
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   defines:              -DHAS_GMP 
-   includes:             -I/home/opam/.opam/4.14/lib/ocaml 
-   libraries:             -lgmp
-   linker options:       
-   C options:            -O3 -Wall -Wextra 
-   installation path:    /home/opam/.opam/4.14/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 66/90: [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [yojson: dune build] [zarith: make]
-> compiled  sexplib0.v0.16.0
Processing 66/90: [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [yojson: dune build] [zarith: make]
-> installed sexplib0.v0.16.0
Processing 67/90: [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [yojson: dune build] [zarith: make]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 67/90: [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [yojson: dune build] [zarith: make]
-> installed ocaml-compiler-libs.v0.12.4
Processing 68/90: [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [yojson: dune build] [zarith: make]
Processing 69/90: [gen: dune build] [menhir: dune build] [num: make opam-legacy] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [yojson: dune build] [zarith: make]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5/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/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5
Processing 69/90: [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [yojson: dune build] [zarith: make]
-> installed num.1.5
Processing 70/90: [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [yojson: dune build] [zarith: make]
Processing 71/90: [gen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-simplex: autoconf] [ppxlib: dune build] [yojson: dune build] [zarith: make]
-> compiled  gen.1.1
Processing 71/90: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-simplex: autoconf] [ppxlib: dune build] [yojson: dune build] [zarith: make]
-> installed gen.1.1
Processing 72/90: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-simplex: autoconf] [ppxlib: dune build] [yojson: dune build] [zarith: make]
-> retrieved why3.1.4.1  (https://why3.gitlabpages.inria.fr/releases/why3-1.4.1.tar.gz)
-> compiled  yojson.2.1.2
Processing 72/90: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-simplex: autoconf] [ppxlib: dune build] [zarith: make]
-> installed yojson.2.1.2
Processing 73/90: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-simplex: autoconf] [ppxlib: dune build] [zarith: make]
- configure.in:140: warning: AC_OUTPUT should be used without arguments.
- configure.in:140: You should run autoupdate.
Processing 73/90: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-simplex: ./configure] [ppxlib: dune build] [zarith: make]
- checking for ocamlc... ocamlc
- ocaml version is 4.14.1
- ocaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlfind... yes
- 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 ocamlopt.opt version... ok
- checking for ocamldep... ocamldep
- checking platform... configure: creating ./config.status
- config.status: creating Makefile
- config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
Processing 73/90: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-simplex: make] [ppxlib: dune build] [zarith: make]
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp 
- ocamlc -ccopt "-I/home/opam/.opam/4.14/lib/ocaml  -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp 
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs  -c zarith_version.ml
- ocamlopt -g -I +compiler-libs  -c z.ml
- ocamlopt -g -I +compiler-libs  -c q.ml
- ocamlopt -g -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp 
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.13
Processing 73/90: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-simplex: make] [ppxlib: dune build]
Processing 74/90: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-simplex: make] [ppxlib: dune build] [zarith: make install]
- ocamlfind install -destdir "/home/opam/.opam/4.14/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/4.14/lib/zarith/q.cmti
- Installed /home/opam/.opam/4.14/lib/zarith/z.cmti
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.a
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/4.14/lib/zarith/q.mli
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.h
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/q.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/z.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/zarith_version.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/4.14/lib/zarith/z.mli
- Installed /home/opam/.opam/4.14/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/4.14/lib/zarith/q.cmi
- Installed /home/opam/.opam/4.14/lib/zarith/z.cmi
- Installed /home/opam/.opam/4.14/lib/zarith/libzarith.a
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.cma
- Installed /home/opam/.opam/4.14/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.14/lib/zarith/META
-> installed zarith.1.13
Processing 74/90: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ocplib-simplex: make] [ppxlib: dune build]
- cp src/extSigs.mli src/extSigs.ml
- cp src/coreSig.mli src/coreSig.ml
- ocamldep -I src src/*.ml* > .depend
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/version.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/version.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/extSigs.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/rat2.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/rat2.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/extSigs.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/polys.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/polys.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/coreSig.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/coreSig.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/core.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/core.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/result.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/result.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/assertBounds.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/assertBounds.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/solveBounds.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/solveBounds.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/basic.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/basic.ml
- ocamlc.opt   -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -pack -o src/ocplibSimplex.cmo src/version.cmo src/rat2.cmo src/extSigs.cmo src/polys.cmo src/coreSig.cmo src/core.cmo src/result.cmo src/assertBounds.cmo src/solveBounds.cmo src/basic.cmo
- ocamlc.opt -a -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -o src/ocplibSimplex.cma src/ocplibSimplex.cmo
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/version.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/extSigs.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/rat2.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/polys.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/coreSig.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/core.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/result.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/assertBounds.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/solveBounds.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/basic.ml
- ocamlopt.opt -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -pack -o src/ocplibSimplex.cmx src/version.cmx src/rat2.cmx src/extSigs.cmx src/polys.cmx src/coreSig.cmx src/core.cmx src/result.cmx src/assertBounds.cmx src/solveBounds.cmx src/basic.cmx
- ocamlopt.opt -a -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -o src/ocplibSimplex.cmxa src/ocplibSimplex.cmx
- ocamlopt.opt -shared -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -o src/ocplibSimplex.cmxs src/ocplibSimplex.cmx
-> compiled  ocplib-simplex.0.4.1
Processing 74/90: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build]
Processing 75/90: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [ocplib-simplex: make install]
- OCAMLFIND_DESTDIR=/home/opam/.opam/4.14/lib/ \
-   ocamlfind install ocplib-simplex src/ocplibSimplex.* src/*.mli META
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/version.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/solveBounds.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/result.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/rat2.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/polys.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/extSigs.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/coreSig.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/core.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/basic.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/assertBounds.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.o
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cmxs
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cmxa
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cmx
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cmt
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cmo
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cmi
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cma
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.a
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/META
-> installed ocplib-simplex.0.4.1
Processing 75/90: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: 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 +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing 75/90: [menhir: dune build] [ppxlib: dune build]
-> installed ocamlbuild.0.14.3
Processing 76/90: [menhir: dune build] [ppxlib: dune build]
Processing 77/90: [bindlib: make] [menhir: dune build] [ppxlib: dune build]
- ocamlbuild -quiet -cflags -w,A bindlib.cma
- ocamlbuild -quiet -cflags -w,A bindlib.cmxa
- ocamlbuild -quiet -cflags -w,A bindlib.cmxs
-> compiled  bindlib.5.0.1
Processing 77/90: [menhir: dune build] [ppxlib: dune build]
Processing 78/90: [menhir: dune build] [ppxlib: dune build] [bindlib: make install]
- ocamlbuild -quiet -cflags -w,A bindlib.cma
- ocamlbuild -quiet -cflags -w,A bindlib.cmxa
- ocamlbuild -quiet -cflags -w,A bindlib.cmxs
- ocamlfind remove bindlib
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.14/lib/bindlib/META
- ocamlfind install bindlib _build/bindlib.cmx _build/bindlib.a \
- 	_build/bindlib.cmi _build/bindlib.ml _build/bindlib.cma \
- 	_build/bindlib.cmxa _build/bindlib.mli _build/bindlib.o \
- 	_build/bindlib.cmo META
- Installed /home/opam/.opam/4.14/lib/bindlib/bindlib.cmo
- Installed /home/opam/.opam/4.14/lib/bindlib/bindlib.o
- Installed /home/opam/.opam/4.14/lib/bindlib/bindlib.mli
- Installed /home/opam/.opam/4.14/lib/bindlib/bindlib.cmxa
- Installed /home/opam/.opam/4.14/lib/bindlib/bindlib.cma
- Installed /home/opam/.opam/4.14/lib/bindlib/bindlib.ml
- Installed /home/opam/.opam/4.14/lib/bindlib/bindlib.cmi
- Installed /home/opam/.opam/4.14/lib/bindlib/bindlib.a
- Installed /home/opam/.opam/4.14/lib/bindlib/bindlib.cmx
- Installed /home/opam/.opam/4.14/lib/bindlib/META
-> installed bindlib.5.0.1
Processing 78/90: [menhir: dune build] [ppxlib: dune build]
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
- (cd _build/default && src/stage2/.bin/menhir --no-pager --table --fixed-exception --require-aliases --strict --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- 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.
- The construction mode is no-pager.
- Built an LR(1) automaton with 298 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 40 states.
- Priority played a role in 0 of these states.
- 152 out of 298 states have a default reduction.
- The action table is 11324 entries; 1610 non-zero; 1359 compressed.
- The action table occupies roughly 2816 bytes.
- The goto table is 16986 entries; 329 non-zero; 636 compressed.
- The goto table occupies roughly 1368 bytes.
- The error table occupies roughly 1448 bytes.
- The default_reduction table occupies roughly 336 bytes.
- The lhs table occupies roughly 168 bytes.
- The trace table occupies roughly 8 bytes.
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-> compiled  menhir.20211128
Processing 78/90: [ppxlib: dune build]
-> installed menhir.20211128
Processing 79/90: [ppxlib: dune build]
Processing 80/90: [ppxlib: dune build] [psmt2-frontend: autoconf]
Processing 81/90: [ppxlib: dune build] [psmt2-frontend: autoconf] [why3: ./configure]
- configure.in:161: warning: AC_OUTPUT should be used without arguments.
- configure.in:161: You should run autoupdate.
Processing 81/90: [ppxlib: dune build] [psmt2-frontend: ./configure] [why3: ./configure]
- checking for ocamlc... ocamlc
- ocaml version is 4.14.1
- ocaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlfind... yes
- 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 ocamlopt.opt version... ok
- checking for ocamldep... ocamldep
- checking platform... checking for ocamllex... ocamllex
- checking for ocamllex.opt... ocamllex.opt
- checking for menhir... menhir
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
Processing 81/90: [ppxlib: dune build] [psmt2-frontend: make] [why3: ./configure]
- 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.1
- 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... ocamlfind
- ocamlfind found compiler-libs in /home/opam/.opam/4.14/lib/ocaml/compiler-libs
- checking for sphinx-build... no
- configure: WARNING: Cannot find sphinx-build, 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... no
- checking for /home/opam/.opam/4.14/lib/num/num.cmi... no
- checking for /home/opam/.opam/4.14/lib/ocaml/nums.cma... yes
- checking for /home/opam/.opam/4.14/lib/ocaml/num.cmi... yes
- ocamlfind found zarith in /home/opam/.opam/4.14/lib/zarith
- checking for /home/opam/.opam/4.14/lib/zarith/z.cmi... yes
- ocamlfind found camlzip in /home/opam/.opam/4.14/lib/zip
- checking for /home/opam/.opam/4.14/lib/zip/zip.cmi... yes
- ocamlfind found menhirLib in /home/opam/.opam/4.14/lib/menhirLib
- checking for /home/opam/.opam/4.14/lib/menhirLib/menhirLib.cmi... yes
- ocamlfind found seq in /home/opam/.opam/4.14/lib/seq
- checking for /home/opam/.opam/4.14/lib/seq/seq.cma... no
- checking for /home/opam/.opam/4.14/lib/seq/seq.cmi... no
- checking for /home/opam/.opam/4.14/lib/ocaml/stdlib__seq.cmi... no
- configure: WARNING: Library seq not found.
- 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.
- ocamlfind: Package `mlmpfr' not found
- ocamlfind: Package `ppx_sexp_conv' not found
- 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 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.1
-     Library path            : /home/opam/.opam/4.14/lib/ocaml
-     Ocamlfind               : yes
-     Native compilation      : yes
-     Profiling               : no
-     Memory profiling        : no (disabled by default)
-     PPX                     : yes
-     S-expr for why3pp       : no (requires ppx_sexp_conv)
-     Javascript support      : no (disabled by user)
-     MPFR support            : no (mlmpfr not found)
-     Re support              : no (seq not found)
- Components
-     Why3 library            : yes
-     GTK IDE                 : no (disabled by user)
-     Web IDE                 : no (Javascript support not available)
-     GMP arithmetic          : yes
-     Compressed sessions     : yes
-     Hypothesis selection    : no (ocamlgraph not found)
-     Invariant inference(exp): no (disabled by default)
-     Frama-C support         : no
- Documentation               : no (sphinx-build 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 81/90: [ppxlib: dune build] [psmt2-frontend: make] [why3: make all]
-> compiled  ppxlib.0.31.0
Processing 81/90: [psmt2-frontend: make] [why3: make all]
-> installed ppxlib.0.31.0
Processing 82/90: [psmt2-frontend: make] [why3: make all]
Processing 83/90: [psmt2-frontend: make] [sedlex: dune build] [why3: make all]
- menhir -v src/smtlib_parser.mly
- Note: the nonterminal symbol option (from src/smtlib_parser.mly) is renamed src_smtlib_parser_option.
- Warning: 22 end-of-stream conflicts were arbitrarily resolved.
- File "<standard.mly>", line 206, characters 16-16:
- Warning: production list(term) -> is never reduced.
- Warning: in total, 1 production is never reduced.
- ocamllex.opt src/smtlib_lexer.mll > /dev/null
- ocamldep -I src src/*.ml* > .depend
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/version.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/version.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/options.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/options.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/smtlib_error.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/smtlib_ty.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/smtlib_syntax.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/smtlib_printer.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/smtlib_parser.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/smtlib_parser.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/smtlib_lexer.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/smtlib_typed_env.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/smtlib_typed_logic.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -for-pack Psmt2Frontend src/smtlib_typing.ml
- ocamlc.opt   -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -pack -o src/psmt2Frontend.cmo src/version.cmo src/options.cmo src/smtlib_error.cmo src/smtlib_ty.cmo src/smtlib_syntax.cmo src/smtlib_printer.cmo src/smtlib_parser.cmo src/smtlib_lexer.cmo src/smtlib_typed_env.cmo src/smtlib_typed_logic.cmo src/smtlib_typing.cmo
- ocamlc.opt -a -annot -absname -bin-annot -short-paths -strict-sequence -g -I src -o src/psmt2Frontend.cma src/psmt2Frontend.cmo
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -for-pack Psmt2Frontend src/version.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -for-pack Psmt2Frontend src/options.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -for-pack Psmt2Frontend src/smtlib_error.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -for-pack Psmt2Frontend src/smtlib_ty.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -for-pack Psmt2Frontend src/smtlib_syntax.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -for-pack Psmt2Frontend src/smtlib_printer.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -for-pack Psmt2Frontend src/smtlib_parser.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -for-pack Psmt2Frontend src/smtlib_lexer.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -for-pack Psmt2Frontend src/smtlib_typed_env.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -for-pack Psmt2Frontend src/smtlib_typed_logic.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -for-pack Psmt2Frontend src/smtlib_typing.ml
- ocamlopt.opt -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -pack -o src/psmt2Frontend.cmx src/version.cmx src/options.cmx src/smtlib_error.cmx src/smtlib_ty.cmx src/smtlib_syntax.cmx src/smtlib_printer.cmx src/smtlib_parser.cmx src/smtlib_lexer.cmx src/smtlib_typed_env.cmx src/smtlib_typed_logic.cmx src/smtlib_typing.cmx
- ocamlopt.opt -a -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -o src/psmt2Frontend.cmxa src/psmt2Frontend.cmx
- ocamlopt.opt -shared -annot -absname -bin-annot -short-paths -strict-sequence -g -inline 100 -I src -o src/psmt2Frontend.cmxs src/psmt2Frontend.cmx
-> compiled  psmt2-frontend.0.1
Processing 83/90: [sedlex: dune build] [why3: make all]
Processing 84/90: [sedlex: dune build] [why3: make all] [psmt2-frontend: make install]
- OCAMLFIND_DESTDIR=/home/opam/.opam/4.14/lib/ \
-   ocamlfind install psmt2-frontend src/psmt2Frontend.* src/*.mli META
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/version.mli
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/smtlib_parser.mli
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/options.mli
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/psmt2Frontend.o
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/psmt2Frontend.cmxs
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/psmt2Frontend.cmxa
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/psmt2Frontend.cmx
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/psmt2Frontend.cmt
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/psmt2Frontend.cmo
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/psmt2Frontend.cmi
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/psmt2Frontend.cma
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/psmt2Frontend.a
- Installed /home/opam/.opam/4.14/lib/psmt2-frontend/META
-> installed psmt2-frontend.0.1
Processing 84/90: [sedlex: dune build] [why3: make all]
[alt-ergo: patch] applying 0001-fix-uninstall-lib-in-Makefile.patch
Processing 85/90: [alt-ergo: patch] [sedlex: dune build] [why3: make all]
Processing 85/90: [alt-ergo: autoconf] [sedlex: dune build] [why3: make all]
- configure.in:328: warning: AC_OUTPUT should be used without arguments.
- configure.in:328: You should run autoupdate.
Processing 85/90: [alt-ergo: ./configure] [sedlex: dune build] [why3: make all]
-> compiled  sedlex.3.2
Processing 85/90: [alt-ergo: ./configure] [why3: make all]
-> installed sedlex.3.2
Processing 86/90: [alt-ergo: ./configure] [why3: make all]
- checking for ocp-ocamlc... no
- checking for ocamlc... ocamlc
- ocaml version is 4.14.1
- ocaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlfind... yes
- ocamlfind found zarith in -I /home/opam/.opam/4.14/lib/zarith
- ocamlfind found num in -I /home/opam/.opam/4.14/lib/num
- ocamlfind found camlzip in -I /home/opam/.opam/4.14/lib/camlzip/../zip
- ocamlfind found ocplib-simplex in -I /home/opam/.opam/4.14/lib/ocplib-simplex
- ocamlfind found psmt2-frontend in -I /home/opam/.opam/4.14/lib/psmt2-frontend
- checking for ocp-ocamlopt... no
- checking for ocamlopt... ocamlopt
- checking ocamlopt version... ok
- checking for ocp-ocamlc.opt... no
- checking for ocamlc.opt... ocamlc.opt
- checking ocamlc.opt version... ok
- checking for ocp-ocamlopt.opt... no
- checking for ocamlopt.opt... ocamlopt.opt
- checking ocamlc.opt version... ok
- checking for ocamldep... ocamldep
- checking for ocamllex... ocamllex
- checking for ocamllex.opt... ocamllex.opt
- checking for menhir... menhir
- ocamlfind: Package `lablgtk2.sourceview2' not found
- checking for /home/opam/.opam/4.14/lib/ocaml/lablgtk2/lablgtksourceview2.cma... no
- Will not be able to compile GUI. Please install the *liblablgtksourceview2-ocaml-dev* Debian package - or use the GODI caml package system *http://godi.ocaml-programming.de/* - or compile from sources *http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgtk.html*
- checking for ocamlweb... true
- checking platform... configure: creating ./config.status
- config.status: creating Makefile.configurable
- config.status: WARNING:  'Makefile.configurable.in' seems to ignore the --datarootdir setting
Processing 86/90: [alt-ergo: make] [why3: make all]
- menhir -v parsers/why/why_parser.mly 
- ocamllex.opt parsers/why/why_lexer.mll > /dev/null
- ocamldep -slash -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex lib/util/*.ml* lib/structures/*.ml* lib/reasoners/*.ml* lib/frontend/*.ml* tools/text/*.ml* \
-         tools/gui/*.ml* parsers/why/*.ml* parsers/smt2/*.ml* plugins/fm-simplex/*ml* > .depend
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/config.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/util/config.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/version.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/version.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/emap.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/emap.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/myUnix.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/myUnix.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/util/myUnix.ml", line 19, characters 7-22:
- 19 |     if Pervasives.(<>) timelimit 0. then
-             ^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/myDynlink.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/myDynlink.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/myZip.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/myZip.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/util.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/util.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/lists.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/lists.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/numbersInterface.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/numsNumbers.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/numsNumbers.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/zarithNumbers.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/zarithNumbers.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/util/zarithNumbers.ml", line 156, characters 16-30:
- 156 |     let abs_n = Pervasives.abs n 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/numbers.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/numbers.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/util/numbers.ml", line 51, characters 13-27:
- 51 |           if Pervasives.(<) v min_float then min_float
-                   ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/util/numbers.ml", line 52, characters 18-32:
- 52 |           else if Pervasives.(>) v max_float then max_float
-                        ^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/options.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/options.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/util/options.ml", line 905, characters 33-51:
- 905 | let compare  (a: int) (b: int) = Pervasives.compare a 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
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/vec.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/vec.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/iheap.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/iheap.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/timers.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/timers.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/gc_debug.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/gc_debug.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/loc.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/loc.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/hconsing.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/hconsing.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/hstring.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/hstring.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/ty.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/ty.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/ty.ml", line 205, characters 33-51:
- 205 |     | Tvar{v=v1} , Tvar{v=v2} -> Pervasives.compare v1 v2
-                                        ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/ty.ml", line 228, characters 17-35:
- 228 |     | t1 , t2 -> Pervasives.compare t1 t2
-                        ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/ty.ml", line 271, characters 52-70:
- 271 | module M = Map.Make(struct type t=int let compare = Pervasives.compare end)
-                                                           ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/ty.ml", line 343, characters 30-48:
- 343 | let compare_subst = M.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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/ty.ml", line 345, characters 26-40:
- 345 | let equal_subst = M.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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/ty.ml", line 386, characters 45-63:
- 386 |   Set.Make(struct type t = int let compare = Pervasives.compare end)
-                                                    ^^^^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/symbols.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/symbols.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/symbols.ml", line 117, characters 10-28:
- 117 |   | _  -> Pervasives.compare s1 s2
-                 ^^^^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/term.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/term.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/term.ml", line 273, characters 4-18:
- 273 |     Pervasives.(=) (String.sub (Sy.to_string v.f) 0 4) "_sko"
-           ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/term.ml", line 341, characters 6-20:
- 341 |   try Pervasives.(=) (String.sub (Hstring.view h) 0 6) "model:"
-             ^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/literal.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/literal.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/literal.ml", line 98, characters 22-40:
- 98 |   let compare a1 a2 = Pervasives.compare a1.tpos a2.tpos
-                            ^^^^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/formula.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/formula.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/formula.ml", line 111, characters 10-28:
- 111 |   let c = Pervasives.compare (size f1) (size f2) 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/formula.ml", line 112, characters 14-32:
- 112 |   if c=0 then Pervasives.compare v1.tag v2.tag else 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/formula.ml", line 869, characters 6-20:
- 869 |   try Pervasives.(=) (String.sub (Hstring.view h) 0 6) "model:"
-             ^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/satml_types.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/satml_types.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/explanation.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/explanation.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/exception.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/exception.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/parsed.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/parsed.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/errors.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/errors.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/typed.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/typed.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/fpa_rounding.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/fpa_rounding.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/commands.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/commands.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/profiling.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/profiling.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/profiling.ml", line 89, characters 7-21:
- 89 |     if Pervasives.(>) v 0. then v else -. 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/profiling.ml", line 629, characters 5-19:
- 629 |   if Pervasives.(=) v 0. then fprintf fmt "--     "
-            ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/profiling.ml", line 630, characters 10-24:
- 630 |   else if Pervasives.(<) v 10. then fprintf fmt "%0.5f" 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/profiling.ml", line 631, characters 10-24:
- 631 |   else if Pervasives.(<) v 100. then fprintf fmt "%0.4f" 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
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/matching_types.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/sig.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/matching.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/matching.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/use.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/use.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/ac.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/ac.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/uf.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/uf.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/sum.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/sum.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/records.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/records.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/polynome.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/polynome.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/ite.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/ite.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/ite.ml", line 75, characters 32-50:
- 75 |           if c <> 0 then c else Pervasives.compare b1 b2
-                                      ^^^^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/bitv.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/bitv.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/arrays.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/arrays.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/intervals.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/intervals.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/inequalities.mli
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/inequalities.mli", line 79, characters 3-5:
- 79 |   (Uf : Uf.S with type r = X.r)
-         ^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Uf.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/inequalities.mli", line 86, characters 5-7:
- 86 |     (Uf : Uf.S with type r = X.r)
-           ^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Uf.
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/inequalities.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/inequalities.ml", line 87, characters 5-7:
- 87 |     (Uf : Uf.S with type r = X.r)
-           ^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Uf.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/inequalities.ml", line 96, characters 5-7:
- 96 |     (Uf : Uf.S with type r = X.r)
-           ^^
- Warning 60 [unused-module]: unused module Uf.
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/intervalCalculus.mli
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/intervalCalculus.mli", line 32, characters 3-4:
- 32 |   (P : Polynome.EXTENDED_Polynome with type r = X.r)
-         ^
- Warning 67 [unused-functor-parameter]: unused functor parameter P.
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/intervalCalculus.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/arith.mli
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/arith.mli", line 39, characters 3-4:
- 39 |   (P : Polynome.EXTENDED_Polynome with type r = X.r)
-         ^
- Warning 67 [unused-functor-parameter]: unused functor parameter P.
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/arith.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/combine.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/combine.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/ccx.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/ccx.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/theory.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/theory.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/instances.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/instances.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/sat_solver_sig.mli
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/sat_solver_sig.mli", line 67, characters 15-17:
- 67 |   module Make (Th : Theory.S) : S
-                     ^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Th.
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/sat_solver_sig.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/sat_solver_sig.ml", line 70, characters 15-17:
- 70 |   module Make (Th : Theory.S) : S
-                     ^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Th.
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/fun_sat.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/fun_sat.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/fun_sat.ml", line 72, characters 34-49:
- 72 |              stable := !stable && Pervasives.(<=) w 1e100;
-                                        ^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/fun_sat.ml", line 98, characters 21-39:
- 98 |              let c = Pervasives.compare b2 b1 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/fun_sat.ml", line 100, characters 18-36:
- 100 |              else Pervasives.compare x2 x1
-                         ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/fun_sat.ml", line 970, characters 7-22:
- 970 |        Pervasives.(<>) (Options.interpretation_timelimit ()) 0. then
-              ^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/satml.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/satml.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 354, characters 4-18:
- 354 |     Pervasives.(<) (Vec.get env.vars j).weight (Vec.get env.vars i).weight
-           ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 368, characters 7-21:
- 368 |     if Pervasives.(>) v.weight 1e100 then begin
-              ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 380, characters 7-21:
- 380 |     if Pervasives.(>) c.activity 1e20 then begin
-              ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 864, characters 12-30:
- 864 |     let c = Pervasives.compare c1.activity c2.activity 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 92, characters 8-39:
- 92 |         mutable clauses : clause Vec.t;
-              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field clauses is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 95, characters 8-39:
- 95 |         mutable learnts : clause Vec.t;
-              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field learnts is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 104, characters 8-33:
- 104 |         mutable vars : var Vec.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field vars is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 107, characters 8-35:
- 107 |         mutable trail : atom Vec.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field trail is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 110, characters 8-38:
- 110 |         mutable trail_lim : int Vec.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field trail_lim is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 125, characters 8-32:
- 125 |         mutable order : Iheap.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field order is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 128, characters 8-42:
- 128 |         mutable progress_estimate : float;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field progress_estimate is never read.
- (However, this field is used to build or mutate values.)
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 140, characters 8-36:
- 140 |         mutable restart_first : int;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field restart_first is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 147, characters 8-42:
- 147 |         mutable learntsize_factor : float;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field learntsize_factor is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 154, characters 8-31:
- 154 |         expensive_ccmin : bool;
-               ^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field expensive_ccmin is never read.
- (However, this field is used to build or mutate values.)
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 157, characters 8-29:
- 157 |         polarity_mode : bool;
-               ^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field polarity_mode is never read.
- (However, this field is used to build or mutate values.)
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 171, characters 8-35:
- 171 |         mutable max_literals : int;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field max_literals is never read.
- (However, this field is used to build or mutate values.)
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 173, characters 8-35:
- 173 |         mutable tot_literals : int;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field tot_literals is never read.
- (However, this field is used to build or mutate values.)
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 179, characters 8-34:
- 179 |         mutable model : var Vec.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field model is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 185, characters 8-40:
- 185 |         mutable tenv_queue : Th.t Vec.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field tenv_queue is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 187, characters 8-44:
- 187 |         mutable tatoms_queue : atom Queue.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field tatoms_queue is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 188, characters 8-43:
- 188 |         mutable th_tableaux : atom Queue.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field th_tableaux is never mutated.
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/satml_frontend.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/satml_frontend.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml_frontend.ml", line 536, characters 16-34:
- 536 |       let res = Pervasives.compare w2 w1 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml_frontend.ml", line 925, characters 19-33:
- 925 |     let aux mx f = Pervasives.max mx (F.max_term_depth f) 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/sat_solver.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/sat_solver.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/triggers.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/triggers.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/triggers.ml", line 36, characters 54-72:
- 36 | module Vtype = Set.Make(struct type t=int let compare=Pervasives.compare end)
-                                                            ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/triggers.ml", line 53, characters 17-35:
- 53 |       | x , 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/triggers.ml", line 58, characters 9-27:
- 58 | 	let c = Pervasives.compare x y in if c=0 then compare_list l1 l2 else 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/triggers.ml", line 78, characters 11-29:
- 78 |     | _ -> Pervasives.compare c1 c2
-                 ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/triggers.ml", line 156, characters 28-46:
- 156 |       if c <> 0 then c else Pervasives.compare (a1, b1, c1, d1) (a2, b2, c2, d2)
-                                   ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/triggers.ml", line 194, characters 14-32:
- 194 |       let c = Pervasives.compare a1 a2 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/cnf.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/cnf.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/typechecker.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/typechecker.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 39, characters 48-66:
- 39 |   Map.Make(struct type t = string let compare = Pervasives.compare end)
-                                                      ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 81, characters 30-44:
- 81 |          | PPTvarid (y, _) -> Pervasives.(=) 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 100, characters 35-49:
- 100 |     | PPTexternal (l, s, loc) when Pervasives.(=) s "farray" ->
-                                          ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 111, characters 28-42:
- 111 | 	| Some (id, vars, ty) when Pervasives.(=) s id &&
-       	                           ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 772, characters 17-31:
- 772 |               if Pervasives.(=) p "<=" || Pervasives.(=) p "<" then
-                        ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 772, characters 42-56:
- 772 |               if Pervasives.(=) p "<=" || Pervasives.(=) p "<" then
-                                                 ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 1874, characters 6-20:
- 1874 |   try Pervasives.(=) (String.sub s 0 2) "@L" with Invalid_argument _ -> false
-              ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 1877, characters 6-20:
- 1877 |   try Pervasives.(=) (String.sub s 0 2) "@H" with Invalid_argument _ -> false
-              ^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/parsed_interface.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/parsed_interface.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/frontend.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/frontend.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/parsers.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/parsers.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/parsers.ml", line 103, characters 9-24:
- 103 |       if Pervasives.(<>) file "" then
-                ^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib parsers/why/why_parser.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib parsers/why/why_parser.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib parsers/why/why_lexer.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/parsers/why/why_lexer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib parsers/smt2/psmt2_to_alt_ergo.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib parsers/smt2/psmt2_to_alt_ergo.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/parsers_loader.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/parsers_loader.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib tools/text/main_text.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib tools/text/main_text.ml
- ocamlopt.opt -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib -o alt-ergo.opt zarith.cmxa nums.cmxa unix.cmxa dynlink.cmxa str.cmxa zip.cmxa ocplibSimplex.cmxa psmt2Frontend.cmxa lib/util/config.cmx lib/util/version.cmx lib/util/emap.cmx lib/util/myUnix.cmx lib/util/myDynlink.cmx lib/util/myZip.cmx lib/util/util.cmx lib/util/lists.cmx lib/util/numsNumbers.cmx lib/util/zarithNumbers.cmx lib/util/numbers.cmx lib/util/options.cmx lib/util/vec.cmx lib/util/iheap.cmx lib/util/timers.cmx lib/util/gc_debug.cmx lib/util/loc.cmx lib/util/hconsing.cmx lib/util/hstring.cmx lib/structures/exception.cmx lib/structures/symbols.cmx lib/structures/ty.cmx lib/structures/parsed.cmx lib/structures/errors.cmx lib/structures/typed.cmx lib/structures/term.cmx lib/structures/fpa_rounding.cmx lib/structures/literal.cmx lib/structures/formula.cmx lib/structures/satml_types.cmx lib/structures/explanation.cmx lib/structures/commands.cmx lib/structures/profiling.cmx lib/reasoners/matching.cmx lib/reasoners/instances.cmx lib/reasoners/polynome.cmx lib/reasoners/ac.cmx lib/reasoners/uf.cmx lib/reasoners/use.cmx lib/reasoners/intervals.cmx lib/reasoners/inequalities.cmx lib/reasoners/intervalCalculus.cmx lib/reasoners/arith.cmx lib/reasoners/records.cmx lib/reasoners/bitv.cmx lib/reasoners/arrays.cmx lib/reasoners/sum.cmx lib/reasoners/ite.cmx lib/reasoners/combine.cmx lib/reasoners/ccx.cmx lib/reasoners/theory.cmx lib/reasoners/sat_solver_sig.cmx lib/reasoners/fun_sat.cmx lib/reasoners/satml.cmx lib/reasoners/satml_frontend.cmx lib/reasoners/sat_solver.cmx lib/frontend/triggers.cmx lib/frontend/cnf.cmx lib/frontend/typechecker.cmx lib/frontend/parsed_interface.cmx lib/frontend/frontend.cmx lib/frontend/parsers.cmx parsers/why/why_parser.cmx parsers/why/why_lexer.cmx parsers/smt2/psmt2_to_alt_ergo.cmx lib/frontend/parsers_loader.cmx tools/text/main_text.cmx
- gui compilation skipped (lablgtksourceview not detected)
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib plugins/fm-simplex/simplex.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/plugins/fm-simplex/simplex.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/plugins/fm-simplex/simplex.ml", line 351, characters 19-38:
- 351 |     let subst_in_p ({a=a ; c=c} as pp) ((s,lhs), {a=rhs_a; c=rhs_c}) =
-                          ^^^^^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/plugins/fm-simplex/simplex.ml", line 521, characters 23-34:
- 521 |     let compact_poly_2 {a=a ; c=c} base new_len h_zsbt =
-                              ^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/plugins/fm-simplex/simplex.ml", line 533, characters 21-32:
- 533 |     let compact_poly {a=a ; c=c} base new_len h_zsbt =
-                            ^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/plugins/fm-simplex/simplex.ml", line 639, characters 14-36:
- 639 |     let subst ({a2=a2; c2=c2} as pp) lhs {a2=rhs_a2; c2=rhs_c2} =
-                     ^^^^^^^^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/plugins/fm-simplex/simplex.ml", line 706, characters 27-54:
- 706 |     let change_pivot ch_vr (old_vr, {a2=old_a; c2=c2}) distr order =
-                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/plugins/fm-simplex/simplex.ml", line 897, characters 25-32:
- 897 |     let infos_of distr q {c2=c2} ctx =
-                                ^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/plugins/fm-simplex/simplex.ml", line 975, characters 17-39:
- 975 |   let subst_spec ({a2=a2; c2=c2} as pp) v {a2=rhs_a2; c2=rhs_c2} =
-                        ^^^^^^^^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib plugins/fm-simplex/simplex_cache.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/plugins/fm-simplex/simplex_cache.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib plugins/fm-simplex/fmSimplexIneqs.mli
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib plugins/fm-simplex/fmSimplexIneqs.ml
- ocamlopt.opt -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex  -shared -o fm-simplex-plugin.cmxs plugins/fm-simplex/simplex_cache.cmx plugins/fm-simplex/simplex.cmx plugins/fm-simplex/fmSimplexIneqs.cmx
-> compiled  alt-ergo.2.2.0
Processing 86/90: [why3: make all]
Processing 87/90: [why3: make all] [alt-ergo: make install]
- Ocamldep src/trywhy3/trywhy3.ml
- Ocamldep src/trywhy3/worker_proto.ml
- Ocamldep src/trywhy3/why3_worker.ml
- Ocamldep src/trywhy3/bindings.ml
- Ocamldep src/trywhy3/shortener.ml
- Ocamldep src/trywhy3/alt_ergo_worker.ml
- Ocamllex src/why3doc/doc_lexer.mll
- cp src/tools/why3pp_sexp-dummy.ml src/tools/why3pp_sexp.ml
- Ocamldep src/isabelle-client/isabelle_client_main.ml
- Ocamldep src/tools/why3shell.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
- Ocamldep src/ide/why3web.ml
- Ocamldep src/ide/wserver.ml
- Ocamllex src/tools/why3wc.mll
- 125 states, 1119 transitions, table size 5226 bytes
- 1793 additional bytes used for bindings
- 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/microc/mc_lexer.mll
- 56 states, 651 transitions, table size 2940 bytes
- 1375 additional bytes used for bindings
- Menhir plugins/microc/mc_parser.mly
- 101 states, 1563 transitions, table size 6858 bytes
- 3126 additional bytes used for bindings
- Ocamllex plugins/cfg/cfg_lexer.mll
- Menhir src/parser/parser_common.mly plugins/cfg/cfg_parser.mly
- Menhir src/parser/parser_common.mly plugins/cfg/cfg_parser.mly
- 77 states, 473 transitions, table size 2354 bytes
- 1504 additional bytes used for bindings
- Ocamllex plugins/parser/dimacs.mll
- 34 states, 434 transitions, table size 1940 bytes
- 1293 additional bytes used for bindings
- Generate src/util/config.ml
- Ocamllex src/util/rc.mll
- cp src/util/mysexplib-dummy.ml src/util/mysexplib.ml
- Ocamllex src/util/lexlib.mll
- 155 states, 4342 transitions, table size 18298 bytes
- 7537 additional bytes used for bindings
- 48 states, 1889 transitions, table size 7844 bytes
- 3073 additional bytes used for bindings
- cp src/util/mlmpfr_dummy.ml src/util/mlmpfr_wrapper.ml
- Ocamllex src/util/json_lexer.mll
- Menhir src/util/json_parser.mly
- 39 states, 600 transitions, table size 2634 bytes
- 1338 additional bytes used for bindings
- cp src/util/dynlink_new.ml src/util/dynlink_wrapper.ml
- 307 states, 15627 transitions, table size 64350 bytes
- 52 states, 495 transitions, table size 2292 bytes
- Ocamllex src/parser/lexer.mll
- Menhir src/parser/parser_common.mly src/parser/parser.mly
- Menhir src/parser/parser_common.mly src/parser/parser.mly
- Menhir src/driver/driver_parser.mly
- 158 states, 4359 transitions, table size 18384 bytes
- 7555 additional bytes used for bindings
- Ocamllex src/driver/driver_lexer.mll
- 34 states, 1366 transitions, table size 5668 bytes
- cp src/session/compress_z.ml src/session/compress.ml
- Ocamllex src/driver/sexp.mll
- Ocamllex src/session/xml.mll
- 27 states, 306 transitions, table size 1386 bytes
- Ocamllex src/session/strategy_parser.mll
- cp src/util/recompat.ml src/util/re.ml
- 43 states, 639 transitions, table size 2814 bytes
- 1799 additional bytes used for bindings
- 117 states, 1396 transitions, table size 6286 bytes
- 3556 additional bytes used for bindings
- Read 3 sample input sentences and 3 error messages.
- menhir --explain --strict src/parser/parser_common.mly src/parser/parser.mly --base src/parser/parser --compile-errors \
- 	src/parser/handcrafted.messages > src/parser/parser_messages.ml
- Read 3 sample input sentences and 3 error messages.
- Ocamldep src/why3doc/doc_main.ml
- Ocamldep src/why3doc/doc_lexer.ml
- Ocamldep src/why3doc/doc_def.ml
- Ocamldep src/why3doc/doc_html.ml
- Ocamldep src/tools/why3pp.ml
- Ocamldep src/tools/why3pp_sexp.ml
- Ocamldep src/tools/why3wc.ml
- Ocamldep src/tools/why3realize.ml
- Ocamldep src/tools/why3replay.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/cfg/cfg_main.ml
- Ocamldep plugins/cfg/cfg_lexer.ml
- Ocamldep plugins/cfg/cfg_parser.ml
- Ocamldep plugins/cfg/cfg_tokens.ml
- Ocamldep plugins/cfg/cfg_ast.ml
- Ocamldep plugins/microc/mc_main.ml
- Ocamldep plugins/microc/mc_printer.ml
- Ocamldep plugins/microc/mc_lexer.ml
- Ocamldep plugins/microc/mc_parser.ml
- Ocamldep plugins/microc/mc_ast.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 src/session/unix_scheduler.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/close_epsilon.ml
- Ocamldep src/transform/lift_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_guards_full.ml
- Ocamldep src/transform/encoding_tags_full.ml
- Ocamldep src/transform/encoding_select.ml
- Ocamldep src/transform/encoding.ml
- Ocamldep src/transform/discriminate.ml
- Ocamldep src/transform/eliminate_if.ml
- Ocamldep src/transform/libencoding.ml
- Ocamldep src/transform/eliminate_let.ml
- Ocamldep src/transform/eliminate_symbol.ml
- Ocamldep src/transform/eliminate_inductive.ml
- Ocamldep src/transform/eliminate_unknown_lsymbols.ml
- Ocamldep src/transform/eliminate_unknown_types.ml
- Ocamldep src/transform/eliminate_algebraic.ml
- Ocamldep src/transform/abstract_quantifiers.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/mlw_printer.ml
- Ocamldep src/parser/lexer.ml
- Ocamldep src/parser/report.ml
- Ocamldep src/parser/typing.ml
- Ocamldep src/parser/parser.ml
- Ocamldep src/parser/parser_messages.ml
- Ocamldep src/parser/glob.ml
- Ocamldep src/parser/ptree_helpers.ml
- Ocamldep src/parser/ptree.ml
- Ocamldep src/extract/cakeml.ml
- Ocamldep src/extract/ocaml.ml
- Ocamldep src/extract/c.ml
- Ocamldep src/extract/ml_printer.ml
- Ocamldep src/extract/pdriver.ml
- Ocamldep src/extract/mlinterp.ml
- Ocamldep src/extract/compile.ml
- Ocamldep src/mlw/counterexample.ml
- Ocamldep src/extract/mltree.ml
- Ocamldep src/mlw/pinterp.ml
- Ocamldep src/mlw/big_real.ml
- Ocamldep src/mlw/dexpr.ml
- Ocamldep src/mlw/pmodule.ml
- Ocamldep src/mlw/vc.ml
- Ocamldep src/mlw/typeinv.ml
- Ocamldep src/mlw/pdecl.ml
- Ocamldep src/mlw/eval_match.ml
- Ocamldep src/mlw/expr.ml
- Ocamldep src/driver/smtv2_model_parser.ml
- Ocamldep src/mlw/ity.ml
- Ocamldep src/driver/sexp.ml
- Ocamldep src/driver/collect_data_model.ml
- Ocamldep src/driver/smtv2_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/trans.ml
- Ocamldep src/core/printer.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/re.ml
- Ocamldep src/util/pqueue.ml
- Ocamldep src/util/vector.ml
- Ocamldep src/util/constant.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/dynlink_wrapper.ml
- Ocamldep src/util/print_tree.ml
- Ocamldep src/util/lexlib.ml
- Ocamldep src/util/loc.ml
- Ocamldep src/util/json_lexer.ml
- Ocamldep src/util/debug.ml
- Ocamldep src/util/json_parser.ml
- Ocamldep src/util/json_base.ml
- Ocamldep src/util/getopt.ml
- Ocamldep src/util/exn_printer.ml
- Ocamldep src/util/wstdlib.ml
- Ocamldep src/util/hashcons.ml
- Ocamldep src/util/diffmap.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/opt.ml
- Ocamldep src/util/lists.ml
- Ocamldep src/util/util.ml
- Ocamldep src/util/mlmpfr_wrapper.ml
- Ocamldep src/util/config.ml
- Ocamldep src/util/mysexplib.ml
- mkdir lib/plugins
- Ocamlc   src/util/mysexplib.ml
- Ocamlc   src/util/config.ml
- Ocamlc   src/util/bigInt.mli
- Ocamlc   src/util/mlmpfr_wrapper.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
- File "src/util/mysexplib.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/util/getopt.mli
- Ocamlc   src/util/loc.mli
- Ocamlc   src/util/lexlib.mli
- Ocamlc   src/util/print_tree.mli
- Ocamlc   src/util/dynlink_wrapper.ml
- Ocamlc   src/util/cmdline.mli
- Ocamlc   src/util/sysutil.mli
- File "src/util/util.mli", line 103, characters 22-52:
- 103 | val ansi_color_tags : Format.formatter_tag_functions
-                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.formatter_tag_functions
- Use formatter_stag_functions.
- Ocamlc   src/util/vector.mli
- Ocamlc   src/util/pqueue.mli
- File "src/util/config.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/util/re.ml
- Ocamlc   src/driver/prove_client.mli
- Ocamlc   src/driver/sexp.mli
- Ocamlc   src/mlw/big_real.mli
- File "src/util/pp.mli", line 122, characters 33-51:
- 122 |   ('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 125, characters 33-51:
- 125 |   ('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/parser/parser_messages.ml
- 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_select.mli
- Ocamlc   src/transform/encoding_guards_full.mli
- Ocamlc   src/transform/encoding_tags_full.mli
- Ocamlc   src/transform/encoding_guards.mli
- Ocamlc   src/transform/encoding_tags.mli
- Ocamlc   src/transform/encoding_twin.mli
- File "src/util/dynlink_wrapper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 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
- File "src/util/re.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 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
- File "src/parser/parser_messages.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/printer/gappa.mli
- Ocamlc   src/printer/cvc3.mli
- Ocamlc   src/session/compress.mli
- Ocamlc   src/session/xml.mli
- Ocamlc   src/session/unix_scheduler.mli
- Ocamlc   src/util/bigInt.ml
- Ocamlc   src/util/mlmpfr_wrapper.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/getopt.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
- Ocamlc   src/driver/sexp.ml
- Ocamlc   src/mlw/big_real.ml
- Ocamlc   plugins/tptp/tptp_printer.mli
- Ocamlc   src/ide/wserver.mli
- Ocamlc   src/tools/why3pp_sexp.ml
- File "src/util/weakhtbl.ml", line 98, characters 13-19:
- 98 |   let iter = H.iter
-                   ^^^^^^
- Alert old_ephemeron_api: H.iter
- This function won't be available in 5.0
- File "src/util/weakhtbl.ml", line 99, characters 13-19:
- 99 |   let fold = H.fold
-                   ^^^^^^
- Alert old_ephemeron_api: H.fold
- This function won't be available in 5.0
- Ocamlc   src/why3doc/doc_html.mli
- File "src/util/weakhtbl.ml", line 101, characters 19-25:
- 101 |   let iterk fn t = H.iter (fun k _ -> fn k) t
-                          ^^^^^^
- Alert old_ephemeron_api: H.iter
- This function won't be available in 5.0
- File "src/util/weakhtbl.ml", line 102, characters 19-25:
- 102 |   let foldk fn t = H.fold (fun k _ -> fn k) t
-                          ^^^^^^
- Alert old_ephemeron_api: H.fold
- This function won't be available in 5.0
- 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
- File "src/util/vector.ml", line 22, characters 22-30:
- 22 | let create ?capacity:(capacity: (int) option) ~dummy:(dummy: 'a) : 'a t =
-                            ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- 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
- File "src/tools/why3pp_sexp.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- gcc -Wall -O -g -o src/server/cpulimit-win.o -c src/server/cpulimit-win.c
- 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.
- Generate drivers/coq-realizations.aux
- Generate drivers/pvs-realizations.aux
- Generate drivers/isabelle-realizations.aux
- Ocamlopt src/util/mysexplib.ml
- Ocamlopt src/util/config.ml
- Ocamlopt src/util/mlmpfr_wrapper.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
- Ocamlopt src/util/exthtbl.ml
- Ocamlopt src/util/weakhtbl.ml
- Ocamlc   src/util/diffmap.mli
- Ocamlopt src/util/hashcons.ml
- Ocamlopt src/util/exn_printer.ml
- Ocamlc   src/util/debug.mli
- Ocamlopt src/util/print_tree.ml
- Ocamlopt src/util/dynlink_wrapper.ml
- Ocamlc   src/util/warning.mli
- Ocamlc   src/util/number.mli
- Ocamlopt src/util/vector.ml
- Ocamlopt src/util/re.ml
- Ocamlc   src/driver/driver_ast.ml
- Ocamlopt src/driver/sexp.ml
- Ocamlopt src/parser/parser_messages.ml
- Ocamlopt src/session/compress.ml
- Ocamlopt src/session/unix_scheduler.ml
- Ocamlc   src/session/compress.ml
- Ocamlc   src/session/unix_scheduler.ml
- Ocamlopt src/tools/why3pp_sexp.ml
- File "src/util/weakhtbl.ml", line 98, characters 13-19:
- 98 |   let iter = H.iter
-                   ^^^^^^
- Alert old_ephemeron_api: H.iter
- This function won't be available in 5.0
- File "src/util/weakhtbl.ml", line 99, characters 13-19:
- 99 |   let fold = H.fold
-                   ^^^^^^
- Alert old_ephemeron_api: H.fold
- This function won't be available in 5.0
- File "src/util/weakhtbl.ml", line 101, characters 19-25:
- 101 |   let iterk fn t = H.iter (fun k _ -> fn k) t
-                          ^^^^^^
- Alert old_ephemeron_api: H.iter
- This function won't be available in 5.0
- File "src/util/weakhtbl.ml", line 102, characters 19-25:
- 102 |   let foldk fn t = H.fold (fun k _ -> fn k) t
-                          ^^^^^^
- Alert old_ephemeron_api: H.fold
- This function won't be available in 5.0
- Ocamlopt src/util/pp.ml
- Ocamlc   src/util/wstdlib.mli
- Ocamlc   src/core/ident.mli
- Ocamlc   src/util/extset.ml
- Ocamlc   src/util/diffmap.ml
- Ocamlopt src/mlw/big_real.ml
- File "src/session/compress_z.ml", line 44, 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
- Ocamlc   src/util/plugin.mli
- File "src/session/compress_z.ml", line 44, 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
- Ocamlc   src/util/debug.ml
- Ocamlc   src/util/loc.ml
- Ocamlc   src/session/xml.ml
- Ocamlopt src/util/bigInt.ml
- Ocamlc   src/util/warning.ml
- Ocamlopt src/util/getopt.ml
- File "src/driver/driver_ast.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- gcc -Wall -o lib/why3cpulimit src/server/cpulimit-unix.o src/server/cpulimit-win.o
- File "src/util/vector.ml", line 22, characters 22-30:
- 22 | let create ?capacity:(capacity: (int) option) ~dummy:(dummy: 'a) : 'a t =
-                            ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- Ocamlc   src/driver/driver_parser.mli
- Ocamlc   src/driver/driver_lexer.mli
- Ocamlopt src/util/cmdline.ml
- Ocamlopt src/driver/prove_client.ml
- Ocamlc   src/util/constant.mli
- Ocamlc   src/util/number.ml
- Ocamlc   src/util/plugin.ml
- File "src/util/loc.ml", line 69, characters 14-32:
- 69 | 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 70, characters 12-26:
- 70 | 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/util/debug.ml", line 115, characters 21-39:
- 115 |           (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/driver/driver_lexer.ml
- Ocamlc   src/util/constant.ml
- Ocamlopt src/util/pqueue.ml
- Ocamlc   src/core/ty.mli
- Ocamlc   src/parser/glob.mli
- Ocamlc   src/driver/driver_parser.ml
- File "src/util/constant.ml", line 26, characters 33-51:
- 26 |       let c = if structural then Pervasives.compare k1 k2 else 0 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/util/constant.ml", line 29, characters 33-51:
- 29 |       let c = if structural then Pervasives.compare k1 k2 else 0 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/util/constant.ml", line 32, characters 6-24:
- 32 |       Pervasives.compare c1 c2
-            ^^^^^^^^^^^^^^^^^^
- 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/parser/glob.ml
- Ocamlc   src/util/json_base.mli
- Ocamlc   src/util/rc.mli
- Ocamlc   src/util/wstdlib.ml
- Ocamlc   src/core/ident.ml
- Ocamlopt src/util/sysutil.ml
- Ocamlc   src/util/json_parser.mli
- Ocamlc   src/util/json_base.ml
- Ocamlc   src/core/term.mli
- Ocamlc   src/core/ty.ml
- Ocamlc   src/util/rc.ml
- Ocamlopt src/util/debug.ml
- Ocamlc   src/util/json_lexer.ml
- Ocamlc   src/util/json_parser.ml
- 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 115, characters 21-39:
- 115 |           (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
- File "src/util/json_lexer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlopt src/util/extset.ml
- Ocamlopt src/util/diffmap.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
- Ocamlc   src/core/term.ml
- Ocamlopt src/util/loc.ml
- Ocamlopt src/util/plugin.ml
- Ocamlopt src/util/number.ml
- Ocamlopt src/session/xml.ml
- Ocamlc   src/core/dterm.mli
- Ocamlc   src/core/coercion.ml
- File "src/util/loc.ml", line 69, characters 14-32:
- 69 | 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/core/pattern.ml
- File "src/util/loc.ml", line 70, characters 12-26:
- 70 | 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 157, characters 15-33:
- 157 |     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
- File "src/transform/matching.ml", line 268, characters 16-34:
- 268 |   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/core/decl.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
- Ocamlopt src/util/lexlib.ml
- Ocamlopt src/util/warning.ml
- Ocamlopt src/driver/driver_ast.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
- 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/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/core/pretty.ml
- Ocamlc   src/core/dterm.ml
- Ocamlc   src/mlw/ity.ml
- Ocamlc   src/transform/reduction_engine.ml
- Ocamlc   src/core/printer.mli
- Ocamlc   src/transform/simplify_formula.mli
- 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
- Ocamlc   src/transform/eliminate_symbol.ml
- Ocamlc   src/transform/eliminate_let.mli
- Ocamlc   src/transform/eliminate_inductive.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
- Ocamlc   src/transform/apply.mli
- Ocamlc   src/transform/subst.mli
- Ocamlc   src/transform/introduction.mli
- File "src/transform/abstract_quantifiers.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/transform/destruct.mli
- File "src/transform/eliminate_symbol.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 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/core/printer.ml
- Ocamlc   src/mlw/expr.ml
- Ocamlc   src/transform/simplify_formula.ml
- Ocamlc   src/transform/inlining.ml
- Ocamlc   src/transform/split_goal.ml
- Ocamlc   src/transform/detect_polymorphism.ml
- Ocamlc   src/transform/eliminate_algebraic.ml
- Ocamlc   src/transform/eliminate_inductive.ml
- Ocamlc   src/transform/eliminate_let.ml
- Ocamlc   src/transform/eliminate_if.ml
- Ocamlc   src/transform/encoding_sort.ml
- Ocamlc   src/transform/simplify_array.ml
- Ocamlc   src/transform/close_epsilon.ml
- Ocamlc   src/transform/lift_epsilon.ml
- Ocamlc   src/transform/filter_trigger.ml
- Ocamlc   src/transform/instantiate_predicate.ml
- Ocamlc   src/printer/coq.ml
- Ocamlc   src/session/termcode.ml
- Ocamlopt src/util/json_parser.ml
- Ocamlopt src/util/constant.ml
- File "src/transform/prop_curry.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/transform/congruence.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/core/model_parser.mli
- Ocamlc   src/mlw/pdecl.mli
- Ocamlc   src/parser/ptree.ml
- Ocamlc   src/transform/eliminate_unknown_types.ml
- Ocamlc   src/transform/eliminate_unknown_lsymbols.ml
- Ocamlc   src/transform/discriminate.mli
- Ocamlc   src/printer/pvs.ml
- Ocamlc   src/printer/isabelle.ml
- Ocamlc   src/printer/mathematica.ml
- Ocamlc   src/transform/libencoding.ml
- Ocamlc   src/transform/encoding.ml
- 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/abstraction.ml
- Ocamlc   src/transform/eliminate_epsilon.ml
- Ocamlc   src/transform/intro_projections_counterexmp.ml
- Ocamlc   src/transform/smoke_detector.ml
- Ocamlc   src/transform/eliminate_literal.ml
- Ocamlc   src/transform/generic_arg_trans_utils.ml
- Ocamlc   src/transform/introduction.ml
- Ocamlc   src/transform/intro_vc_vars_counterexmp.ml
- Ocamlc   src/printer/gappa.ml
- File "src/transform/inlining.ml", line 98, characters 25-38:
- 98 | let t ?(use_meta=true) ?(in_goal=false) ~notls ~notdef =
-                               ^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/transform/inlining.ml", line 98, characters 8-21:
- 98 | let t ?(use_meta=true) ?(in_goal=false) ~notls ~notdef =
-              ^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- Ocamlc   src/transform/prepare_for_counterexmp.ml
- File "src/parser/ptree.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/transform/eliminate_unknown_lsymbols.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/transform/eliminate_unknown_types.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlopt src/core/ty.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/driver_parser.ml
- Ocamlopt src/parser/glob.ml
- Ocamlc   src/parser/mlw_printer.mli
- Ocamlc   src/transform/args_wrapper.mli
- Ocamlc   src/mlw/pdecl.ml
- Ocamlc   src/mlw/eval_match.mli
- Ocamlc   src/mlw/typeinv.mli
- Ocamlc   src/mlw/vc.mli
- File "src/util/constant.ml", line 26, characters 33-51:
- 26 |       let c = if structural then Pervasives.compare k1 k2 else 0 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/util/constant.ml", line 29, characters 33-51:
- 29 |       let c = if structural then Pervasives.compare k1 k2 else 0 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/util/constant.ml", line 32, characters 6-24:
- 32 |       Pervasives.compare c1 c2
-            ^^^^^^^^^^^^^^^^^^
- 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/mlw/pmodule.mli
- Ocamlc   src/parser/ptree_helpers.mli
- File "src/printer/isabelle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/printer/yices.ml
- Ocamlc   src/transform/discriminate.ml
- File "src/session/termcode.ml", line 1106, characters 24-42:
- 1106 |     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
- Ocamlc   src/printer/alt_ergo.ml
- Ocamlc   src/printer/why3printer.ml
- Ocamlc   src/printer/smtv1.ml
- Ocamlc   src/printer/smtv2.ml
- Ocamlc   src/printer/simplify.ml
- Ocamlc   src/printer/cvc3.ml
- Ocamlopt src/util/json_lexer.ml
- Ocamlc   src/driver/call_provers.mli
- Ocamlc   src/driver/smtv2_model_defs.mli
- Ocamlc   src/core/model_parser.ml
- Ocamlc   src/parser/ptree_helpers.ml
- File "src/printer/mathematica.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/printer/gappa.ml", line 97, characters 2-23:
- 97 |   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.)
- Ocamlc   src/parser/mlw_printer.ml
- Ocamlc   src/transform/case.ml
- Ocamlc   src/transform/ind_itp.mli
- Ocamlc   src/transform/cut.ml
- Ocamlc   src/transform/compute.ml
- Ocamlc   src/transform/eliminate_definition.ml
- Ocamlc   src/transform/apply.ml
- Ocamlc   src/transform/destruct.ml
- Ocamlc   src/transform/subst.ml
- 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/mlw/dexpr.mli
- Ocamlc   src/extract/mlinterp.mli
- Ocamlc   src/parser/parser.mli
- Ocamlc   src/parser/lexer.mli
- Ocamlc   src/mlw/pmodule.ml
- File "src/printer/pvs.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/mlw/eval_match.ml
- Ocamlc   src/mlw/typeinv.ml
- Ocamlc   src/mlw/vc.ml
- Ocamlc   src/driver/driver.mli
- Ocamlc   src/driver/call_provers.ml
- Ocamlc   src/driver/collect_data_model.mli
- Ocamlc   src/driver/smtv2_model_defs.ml
- Ocamlc   src/mlw/dexpr.ml
- Ocamlc   src/extract/mltree.ml
- Ocamlc   src/parser/typing.mli
- Ocamlc   src/parser/report.mli
- File "src/transform/case.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/transform/ind_itp.ml
- Ocamlc   src/transform/induction.ml
- Ocamlc   src/transform/induction_pr.ml
- Ocamlopt src/core/term.ml
- Ocamlc   src/parser/report.ml
- File "src/transform/cut.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/parser/typing.ml
- Ocamlc   src/parser/parser.ml
- Ocamlc   src/transform/args_wrapper.ml
- Ocamlc   src/parser/lexer.ml
- Ocamlc   src/driver/whyconf.mli
- Ocamlc   src/driver/smtv2_model_parser.ml
- Ocamlc   src/driver/driver.ml
- File "src/extract/mltree.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/driver/collect_data_model.ml
- Ocamlc   src/driver/autodetection.mli
- Ocamlc   src/mlw/pinterp.mli
- Ocamlc   src/session/session_itp.mli
- Ocamlc   src/session/strategy.mli
- File "src/driver/smtv2_model_parser.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/driver/whyconf.ml
- Ocamlc   src/transform/reflection.ml
- Ocamlc   src/extract/compile.mli
- 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/extract/pdriver.mli
- Ocamlc   src/driver/autodetection.ml
- Ocamlc   src/session/strategy_parser.mli
- Ocamlc   src/session/strategy.ml
- Ocamlc   src/session/controller_itp.mli
- Ocamlc   src/session/session_itp.ml
- Ocamlopt src/driver/driver_lexer.ml
- Ocamlc   src/extract/compile.ml
- Ocamlc   src/extract/mlinterp.ml
- Ocamlc   src/extract/ml_printer.mli
- Ocamlc   src/extract/c.ml
- Ocamlc   src/extract/pdriver.ml
- Ocamlc   src/session/strategy_parser.ml
- Ocamlc   src/mlw/counterexample.mli
- Ocamlc   src/mlw/pinterp.ml
- Ocamlc   src/session/controller_itp.ml
- Ocamlc   src/session/itp_communication.mli
- Ocamlc   src/extract/ocaml.ml
- Ocamlc   src/extract/cakeml.ml
- Ocamlc   src/extract/ml_printer.ml
- Ocamlc   src/mlw/counterexample.ml
- Ocamlc   src/session/server_utils.mli
- Ocamlc   src/session/itp_server.mli
- Ocamlc   src/session/json_util.mli
- Ocamlc   src/session/itp_communication.ml
- Ocamlc   src/session/json_util.ml
- File "src/mlw/pinterp.ml", line 60, characters 14-28:
- 60 |       let n = Pervasives.max 0 (Array.length a - 25) 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/controller_itp.ml", line 570, characters 36-43:
- 570 | let schedule_proof_attempt c id pr ?save_to ~limit ~callback ~notification =
-                                           ^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- Ocamlc   src/session/server_utils.ml
- Ocamlc   src/session/itp_server.ml
- File "src/extract/mlinterp.ml", line 42, characters 4-18:
- 42 |     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/extract/mlinterp.ml", line 43, characters 4-33:
- 43 |     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/session/controller_itp.ml", line 307, characters 4-38:
- 307 |     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 308, characters 4-30:
- 308 |     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 309, characters 4-33:
- 309 |     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 36, characters 2-41:
- 36 |   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 1938, characters 2-30:
- 1938 |   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/extract/cakeml.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/extract/c.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/extract/ocaml.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/mlw/pinterp.ml", line 1851, characters 48-62:
- 1851 |   let s = String.(if length s > n then sub s 0 (Pervasives.min n (length s)) ^ "..." else s) 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/core/pattern.ml
- Ocamlopt src/core/coercion.ml
- Ocamlopt src/transform/matching.ml
- File "src/transform/matching.ml", line 157, characters 15-33:
- 157 |     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 268, characters 16-34:
- 268 |   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
- 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
- Ocamlopt src/session/termcode.ml
- Ocamlopt src/transform/generic_arg_trans_utils.ml
- Ocamlopt src/mlw/expr.ml
- Ocamlopt src/printer/cntexmp_printer.ml
- Linking  lib/why3/why3.cmo
- File "src/transform/inlining.ml", line 98, characters 25-38:
- 98 | let t ?(use_meta=true) ?(in_goal=false) ~notls ~notdef =
-                               ^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/transform/inlining.ml", line 98, characters 8-21:
- 98 | let t ?(use_meta=true) ?(in_goal=false) ~notls ~notdef =
-              ^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/session/termcode.ml", line 1106, characters 24-42:
- 1106 |     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
- Ocamlopt src/transform/lift_epsilon.ml
- Ocamlopt src/transform/eliminate_inductive.ml
- Ocamlopt src/transform/intro_vc_vars_counterexmp.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
- 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/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/isabelle.ml
- Ocamlopt src/printer/mathematica.ml
- Ocamlopt src/printer/pvs.ml
- Ocamlopt src/mlw/pdecl.ml
- Ocamlopt src/parser/ptree.ml
- Ocamlopt src/parser/ptree_helpers.ml
- Ocamlopt src/parser/mlw_printer.ml
- Ocamlopt src/transform/encoding.ml
- Ocamlopt src/transform/eliminate_literal.ml
- Ocamlopt src/driver/call_provers.ml
- Ocamlopt src/driver/smtv2_model_defs.ml
- Ocamlopt src/transform/encoding_guards_full.ml
- Ocamlopt src/transform/encoding_tags_full.ml
- Ocamlopt src/transform/encoding_guards.ml
- Ocamlopt src/transform/encoding_tags.ml
- Ocamlopt src/transform/encoding_twin.ml
- Ocamlopt src/mlw/eval_match.ml
- Ocamlopt src/driver/collect_data_model.ml
- Ocamlopt src/driver/driver.ml
- Ocamlc   plugins/parser/genequlin.ml
- Ocamlc   plugins/parser/dimacs.ml
- Ocamlc   plugins/tptp/tptp_ast.ml
- Ocamlc   plugins/python/py_ast.ml
- Ocamlc   plugins/microc/mc_ast.ml
- Ocamlc   plugins/microc/mc_printer.mli
- Ocamlc   plugins/cfg/cfg_ast.ml
- Ocamlc   plugins/cfg/cfg_tokens.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/tools/why3wc.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/tools/why3pp.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
- Ocamlopt src/mlw/typeinv.ml
- File "plugins/python/py_ast.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "plugins/tptp/tptp_ast.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   plugins/microc/mc_printer.ml
- File "plugins/cfg/cfg_ast.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/why3session/why3session_info.ml
- Ocamlc   src/why3session/why3session_html.ml
- Ocamlc   src/why3session/why3session_latex.ml
- File "src/tools/why3realize.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/why3session/why3session_update.ml
- Ocamlc   src/why3session/why3session_lib.ml
- File "plugins/microc/mc_ast.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "plugins/cfg/cfg_tokens.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "plugins/parser/dimacs.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   src/why3doc/doc_lexer.ml
- Ocamlc   src/why3doc/doc_def.ml
- File "src/ide/why3web.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.
- File "plugins/parser/genequlin.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/tools/why3shell.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 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/tools/why3replay.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/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/tools/why3wc.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 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/tools/main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/tools/why3execute.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/tools/why3pp.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 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/tools/why3prove.ml", line 446, characters 6-40:
- 446 |       Format.set_formatter_tag_functions Util.ansi_color_tags;
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.set_formatter_tag_functions
- Use Format.set_formatter_stag_functions.
- File "src/tools/why3extract.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlopt src/driver/smtv2_model_parser.ml
- Ocamlopt src/driver/whyconf.ml
- Ocamlopt src/mlw/vc.ml
- Ocamlc   plugins/python/py_parser.mli
- Ocamlc   plugins/tptp/tptp_typing.mli
- Ocamlc   plugins/tptp/tptp_parser.mli
- Ocamlc   plugins/tptp/tptp_lexer.mli
- Ocamlc   plugins/microc/mc_parser.mli
- Ocamlc   plugins/cfg/cfg_parser.mli
- File "src/tools/why3prove.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Linking  bin/why3realize.cma
- Linking  lib/plugins/dimacs.cmo
- Linking  bin/why3config.cma
- Linking  lib/plugins/genequlin.cmo
- 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/why3session/why3session_update.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/why3session/why3session_html.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.
- File "src/why3doc/doc_lexer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/why3session/why3session_lib.ml", line 130, characters 6-30:
- 130 |       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_info.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   plugins/python/py_lexer.ml
- Ocamlc   plugins/python/py_parser.ml
- Ocamlc   plugins/cfg/cfg_parser.ml
- Linking  bin/why3.byte
- Linking  bin/why3execute.cma
- Linking  bin/why3extract.cma
- Linking  bin/why3replay.cma
- Linking  bin/why3wc.cma
- Linking  bin/why3shell.cma
- Linking  bin/isabelle_client.byte
- Linking  bin/why3pp.cma
- Ocamlc   plugins/microc/mc_lexer.ml
- Ocamlc   plugins/cfg/cfg_lexer.ml
- Ocamlc   plugins/tptp/tptp_parser.ml
- Ocamlc   plugins/microc/mc_parser.ml
- Linking  bin/why3webserver.cma
- File "plugins/python/py_lexer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   plugins/tptp/tptp_typing.ml
- Ocamlc   plugins/tptp/tptp_lexer.ml
- Ocamlc   src/why3doc/doc_main.ml
- File "plugins/microc/mc_lexer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "plugins/cfg/cfg_lexer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlopt src/driver/autodetection.ml
- Ocamlopt src/session/strategy.ml
- Ocamlc   src/why3session/why3session_main.ml
- Linking  bin/why3prove.cma
- Ocamlopt src/mlw/pmodule.ml
- Ocamlopt src/session/strategy_parser.ml
- File "src/why3session/why3session_main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/why3doc/doc_main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Ocamlc   plugins/microc/mc_main.ml
- Ocamlc   plugins/cfg/cfg_main.ml
- Ocamlc   plugins/python/py_main.ml
- File "plugins/microc/mc_main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "plugins/cfg/cfg_main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Linking  bin/why3session.cma
- Linking  bin/why3doc.cma
- File "plugins/python/py_main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- Linking  lib/plugins/microc.cmo
- Linking  lib/plugins/tptp.cmo
- Linking  lib/plugins/python.cmo
- Ocamlopt src/mlw/dexpr.ml
- Ocamlopt src/mlw/pinterp.ml
- File "src/mlw/pinterp.ml", line 60, characters 14-28:
- 60 |       let n = Pervasives.max 0 (Array.length a - 25) 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/mlw/pinterp.ml", line 1851, characters 48-62:
- 1851 |   let s = String.(if length s > n then sub s 0 (Pervasives.min n (length s)) ^ "..." else s) 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/extract/mltree.ml
- Ocamlopt src/parser/typing.ml
- Ocamlopt src/extract/compile.ml
- Ocamlopt src/extract/pdriver.ml
- Ocamlopt src/extract/ml_printer.ml
- Ocamlopt src/mlw/counterexample.ml
- Ocamlopt src/extract/mlinterp.ml
- Ocamlopt src/extract/c.ml
- Ocamlopt src/extract/ocaml.ml
- Ocamlopt src/extract/cakeml.ml
- Ocamlopt src/parser/parser.ml
- File "src/extract/mlinterp.ml", line 42, characters 4-18:
- 42 |     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/extract/mlinterp.ml", line 43, characters 4-33:
- 43 |     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.)
- Linking  lib/plugins/cfg.cmo
- Ocamlopt src/parser/report.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/induction.ml
- Ocamlopt src/transform/induction_pr.ml
- Ocamlopt src/transform/eliminate_definition.ml
- Ocamlopt src/transform/discriminate.ml
- Ocamlopt src/printer/gappa.ml
- Ocamlopt src/transform/introduction.ml
- Ocamlopt src/transform/destruct.ml
- File "src/printer/gappa.ml", line 97, characters 2-23:
- 97 |   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/reflection.ml
- Ocamlopt src/transform/encoding_select.ml
- Ocamlopt src/printer/alt_ergo.ml
- Ocamlopt src/printer/why3printer.ml
- Ocamlopt src/printer/smtv1.ml
- Ocamlopt src/printer/smtv2.ml
- Ocamlopt src/printer/simplify.ml
- Ocamlopt src/printer/cvc3.ml
- Ocamlopt src/printer/yices.ml
- Ocamlopt src/transform/prepare_for_counterexmp.ml
- 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 36, characters 2-41:
- 36 |   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 1938, characters 2-30:
- 1938 |   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 570, characters 36-43:
- 570 | 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 307, characters 4-38:
- 307 |     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 308, characters 4-30:
- 308 |     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 309, characters 4-33:
- 309 |     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/itp_communication.ml
- Ocamlopt src/session/server_utils.ml
- Ocamlopt src/session/json_util.ml
- Ocamlopt src/session/itp_server.ml
- Linking  lib/why3/why3.cmx
- Ocamlopt plugins/parser/genequlin.ml
- Ocamlopt plugins/parser/dimacs.ml
- Ocamlopt plugins/tptp/tptp_ast.ml
- Ocamlopt plugins/tptp/tptp_printer.ml
- Ocamlopt plugins/python/py_ast.ml
- Ocamlopt plugins/microc/mc_ast.ml
- Ocamlopt plugins/microc/mc_printer.ml
- Ocamlopt plugins/cfg/cfg_ast.ml
- Ocamlopt plugins/cfg/cfg_tokens.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/tools/why3wc.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/tools/why3pp.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
- Ocamlopt plugins/cfg/cfg_parser.ml
- Ocamlopt plugins/microc/mc_parser.ml
- File "src/why3session/why3session_lib.ml", line 130, characters 6-30:
- 130 |       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/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/tools/why3prove.ml", line 446, characters 6-40:
- 446 |       Format.set_formatter_tag_functions Util.ansi_color_tags;
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.set_formatter_tag_functions
- Use Format.set_formatter_stag_functions.
- 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.
- Ocamlopt src/why3doc/doc_lexer.ml
- Linking  bin/why3realize.cmxs
- Linking  bin/why3wc.cmxs
- File "src/ide/wserver.ml", line 240, characters 6-17:
- 240 |       Stream.from
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- Linking  bin/why3config.cmxs
- Linking  lib/plugins/genequlin.cmxs
- Linking  lib/plugins/dimacs.cmxs
- Linking  bin/isabelle_client.opt
- Linking  bin/why3.opt
- Ocamlopt src/ide/why3web.ml
- Ocamlopt src/why3doc/doc_main.ml
- Linking  bin/why3execute.cmxs
- Linking  bin/why3replay.cmxs
- 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.cmxs
- Linking  bin/why3pp.cmxs
- Linking  bin/why3prove.cmxs
- Linking  bin/why3extract.cmxs
- Linking  bin/why3doc.cmxs
- Linking  bin/why3webserver.cmxs
- Ocamlopt plugins/python/py_lexer.ml
- Ocamlopt src/why3session/why3session_main.ml
- Ocamlopt plugins/python/py_main.ml
- Linking  bin/why3session.cmxs
- Ocamlopt plugins/microc/mc_lexer.ml
- Ocamlopt plugins/tptp/tptp_lexer.ml
- Ocamlopt plugins/microc/mc_main.ml
- Linking  lib/plugins/python.cmxs
- Linking  lib/plugins/tptp.cmxs
- Linking  lib/plugins/microc.cmxs
- Ocamlopt plugins/cfg/cfg_lexer.ml
- Ocamlopt plugins/cfg/cfg_main.ml
- Linking  lib/plugins/cfg.cmxs
- make: Nothing to be done for 'opt'.
-> compiled  why3.1.4.1
Processing 87/90: [alt-ergo: make install]
+ /usr/bin/make "install" "MANDIR=/home/opam/.opam/4.14/man" (CWD=/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0)
- mkdir -p /home/opam/.opam/4.14/man/man1
- cp -f doc/alt-ergo.1 /home/opam/.opam/4.14/man/man1
- mkdir -p /home/opam/.opam/4.14/lib/alt-ergo/preludes
- cp -f preludes/fpa-theory-2017-01-04-16h00.why /home/opam/.opam/4.14/lib/alt-ergo/preludes/
- mkdir -p /home/opam/.opam/4.14/bin
- cp -f alt-ergo.opt /home/opam/.opam/4.14/bin/alt-ergo
- mkdir -p /home/opam/.opam/4.14/lib/alt-ergo/plugins
- cp -f fm-simplex-plugin.cmxs /home/opam/.opam/4.14/lib/alt-ergo/plugins
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/config.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/util/config.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/version.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/emap.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/myUnix.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/util/myUnix.ml", line 19, characters 7-22:
- 19 |     if Pervasives.(<>) timelimit 0. then
-             ^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/myDynlink.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/myZip.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/util.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/lists.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/numsNumbers.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/zarithNumbers.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/util/zarithNumbers.ml", line 156, characters 16-30:
- 156 |     let abs_n = Pervasives.abs n 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/numbers.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/util/numbers.ml", line 51, characters 13-27:
- 51 |           if Pervasives.(<) v min_float then min_float
-                   ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/util/numbers.ml", line 52, characters 18-32:
- 52 |           else if Pervasives.(>) v max_float then max_float
-                        ^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/options.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/util/options.ml", line 905, characters 33-51:
- 905 | let compare  (a: int) (b: int) = Pervasives.compare a 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
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/vec.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/iheap.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/timers.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/gc_debug.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/loc.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/hconsing.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/util/hstring.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/exception.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/symbols.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/symbols.ml", line 117, characters 10-28:
- 117 |   | _  -> Pervasives.compare s1 s2
-                 ^^^^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/ty.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/ty.ml", line 205, characters 33-51:
- 205 |     | Tvar{v=v1} , Tvar{v=v2} -> Pervasives.compare v1 v2
-                                        ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/ty.ml", line 228, characters 17-35:
- 228 |     | t1 , t2 -> Pervasives.compare t1 t2
-                        ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/ty.ml", line 271, characters 52-70:
- 271 | module M = Map.Make(struct type t=int let compare = Pervasives.compare end)
-                                                           ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/ty.ml", line 343, characters 30-48:
- 343 | let compare_subst = M.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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/ty.ml", line 345, characters 26-40:
- 345 | let equal_subst = M.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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/ty.ml", line 386, characters 45-63:
- 386 |   Set.Make(struct type t = int let compare = Pervasives.compare end)
-                                                    ^^^^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/parsed.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/errors.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/typed.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/term.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/term.ml", line 273, characters 4-18:
- 273 |     Pervasives.(=) (String.sub (Sy.to_string v.f) 0 4) "_sko"
-           ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/term.ml", line 341, characters 6-20:
- 341 |   try Pervasives.(=) (String.sub (Hstring.view h) 0 6) "model:"
-             ^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/fpa_rounding.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/literal.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/literal.ml", line 98, characters 22-40:
- 98 |   let compare a1 a2 = Pervasives.compare a1.tpos a2.tpos
-                            ^^^^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/formula.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/formula.ml", line 111, characters 10-28:
- 111 |   let c = Pervasives.compare (size f1) (size f2) 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/formula.ml", line 112, characters 14-32:
- 112 |   if c=0 then Pervasives.compare v1.tag v2.tag else 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/formula.ml", line 869, characters 6-20:
- 869 |   try Pervasives.(=) (String.sub (Hstring.view h) 0 6) "model:"
-             ^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/satml_types.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/explanation.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/commands.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/structures/profiling.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/profiling.ml", line 89, characters 7-21:
- 89 |     if Pervasives.(>) v 0. then v else -. 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/profiling.ml", line 629, characters 5-19:
- 629 |   if Pervasives.(=) v 0. then fprintf fmt "--     "
-            ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/profiling.ml", line 630, characters 10-24:
- 630 |   else if Pervasives.(<) v 10. then fprintf fmt "%0.5f" 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/structures/profiling.ml", line 631, characters 10-24:
- 631 |   else if Pervasives.(<) v 100. then fprintf fmt "%0.4f" 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
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/matching.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/instances.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/polynome.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/ac.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/uf.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/use.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/intervals.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/inequalities.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/inequalities.ml", line 87, characters 5-7:
- 87 |     (Uf : Uf.S with type r = X.r)
-           ^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Uf.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/inequalities.ml", line 96, characters 5-7:
- 96 |     (Uf : Uf.S with type r = X.r)
-           ^^
- Warning 60 [unused-module]: unused module Uf.
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/intervalCalculus.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/arith.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/records.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/bitv.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/arrays.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/sum.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/ite.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/ite.ml", line 75, characters 32-50:
- 75 |           if c <> 0 then c else Pervasives.compare b1 b2
-                                      ^^^^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/combine.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/ccx.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/theory.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/sat_solver_sig.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/sat_solver_sig.ml", line 70, characters 15-17:
- 70 |   module Make (Th : Theory.S) : S
-                     ^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Th.
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/fun_sat.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/fun_sat.ml", line 72, characters 34-49:
- 72 |              stable := !stable && Pervasives.(<=) w 1e100;
-                                        ^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/fun_sat.ml", line 98, characters 21-39:
- 98 |              let c = Pervasives.compare b2 b1 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/fun_sat.ml", line 100, characters 18-36:
- 100 |              else Pervasives.compare x2 x1
-                         ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/fun_sat.ml", line 970, characters 7-22:
- 970 |        Pervasives.(<>) (Options.interpretation_timelimit ()) 0. then
-              ^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/satml.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 354, characters 4-18:
- 354 |     Pervasives.(<) (Vec.get env.vars j).weight (Vec.get env.vars i).weight
-           ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 368, characters 7-21:
- 368 |     if Pervasives.(>) v.weight 1e100 then begin
-              ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 380, characters 7-21:
- 380 |     if Pervasives.(>) c.activity 1e20 then begin
-              ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 864, characters 12-30:
- 864 |     let c = Pervasives.compare c1.activity c2.activity 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 92, characters 8-39:
- 92 |         mutable clauses : clause Vec.t;
-              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field clauses is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 95, characters 8-39:
- 95 |         mutable learnts : clause Vec.t;
-              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field learnts is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 104, characters 8-33:
- 104 |         mutable vars : var Vec.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field vars is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 107, characters 8-35:
- 107 |         mutable trail : atom Vec.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field trail is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 110, characters 8-38:
- 110 |         mutable trail_lim : int Vec.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field trail_lim is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 125, characters 8-32:
- 125 |         mutable order : Iheap.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field order is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 128, characters 8-42:
- 128 |         mutable progress_estimate : float;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field progress_estimate is never read.
- (However, this field is used to build or mutate values.)
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 140, characters 8-36:
- 140 |         mutable restart_first : int;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field restart_first is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 147, characters 8-42:
- 147 |         mutable learntsize_factor : float;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field learntsize_factor is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 154, characters 8-31:
- 154 |         expensive_ccmin : bool;
-               ^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field expensive_ccmin is never read.
- (However, this field is used to build or mutate values.)
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 157, characters 8-29:
- 157 |         polarity_mode : bool;
-               ^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field polarity_mode is never read.
- (However, this field is used to build or mutate values.)
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 171, characters 8-35:
- 171 |         mutable max_literals : int;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field max_literals is never read.
- (However, this field is used to build or mutate values.)
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 173, characters 8-35:
- 173 |         mutable tot_literals : int;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field tot_literals is never read.
- (However, this field is used to build or mutate values.)
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 179, characters 8-34:
- 179 |         mutable model : var Vec.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field model is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 185, characters 8-40:
- 185 |         mutable tenv_queue : Th.t Vec.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field tenv_queue is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 187, characters 8-44:
- 187 |         mutable tatoms_queue : atom Queue.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field tatoms_queue is never mutated.
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml.ml", line 188, characters 8-43:
- 188 |         mutable th_tableaux : atom Queue.t;
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field th_tableaux is never mutated.
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/satml_frontend.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml_frontend.ml", line 536, characters 16-34:
- 536 |       let res = Pervasives.compare w2 w1 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/reasoners/satml_frontend.ml", line 925, characters 19-33:
- 925 |     let aux mx f = Pervasives.max mx (F.max_term_depth f) 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/reasoners/sat_solver.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/triggers.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/triggers.ml", line 36, characters 54-72:
- 36 | module Vtype = Set.Make(struct type t=int let compare=Pervasives.compare end)
-                                                            ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/triggers.ml", line 53, characters 17-35:
- 53 |       | x , 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/triggers.ml", line 58, characters 9-27:
- 58 | 	let c = Pervasives.compare x y in if c=0 then compare_list l1 l2 else 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/triggers.ml", line 78, characters 11-29:
- 78 |     | _ -> Pervasives.compare c1 c2
-                 ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/triggers.ml", line 156, characters 28-46:
- 156 |       if c <> 0 then c else Pervasives.compare (a1, b1, c1, d1) (a2, b2, c2, d2)
-                                   ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/triggers.ml", line 194, characters 14-32:
- 194 |       let c = Pervasives.compare a1 a2 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/cnf.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/typechecker.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 39, characters 48-66:
- 39 |   Map.Make(struct type t = string let compare = Pervasives.compare end)
-                                                      ^^^^^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 81, characters 30-44:
- 81 |          | PPTvarid (y, _) -> Pervasives.(=) 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 100, characters 35-49:
- 100 |     | PPTexternal (l, s, loc) when Pervasives.(=) s "farray" ->
-                                          ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 111, characters 28-42:
- 111 | 	| Some (id, vars, ty) when Pervasives.(=) s id &&
-       	                           ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 772, characters 17-31:
- 772 |               if Pervasives.(=) p "<=" || Pervasives.(=) p "<" then
-                        ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 772, characters 42-56:
- 772 |               if Pervasives.(=) p "<=" || Pervasives.(=) p "<" then
-                                                 ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 1874, characters 6-20:
- 1874 |   try Pervasives.(=) (String.sub s 0 2) "@L" with Invalid_argument _ -> false
-              ^^^^^^^^^^^^^^
- 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 "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/typechecker.ml", line 1877, characters 6-20:
- 1877 |   try Pervasives.(=) (String.sub s 0 2) "@H" with Invalid_argument _ -> false
-              ^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/parsed_interface.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/frontend.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib lib/frontend/parsers.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/lib/frontend/parsers.ml", line 103, characters 9-24:
- 103 |       if Pervasives.(<>) file "" then
-                ^^^^^^^^^^^^^^^
- 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.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib parsers/why/why_parser.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib parsers/why/why_lexer.ml
- File "/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.2.0/parsers/why/why_lexer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -for-pack AltErgoLib parsers/smt2/psmt2_to_alt_ergo.ml
- ocamlc.opt -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -pack -o altErgoLib.cmo lib/util/config.cmo lib/util/version.cmo lib/util/emap.cmo lib/util/myUnix.cmo lib/util/myDynlink.cmo lib/util/myZip.cmo lib/util/util.cmo lib/util/lists.cmo lib/util/numsNumbers.cmo lib/util/zarithNumbers.cmo lib/util/numbers.cmo lib/util/options.cmo lib/util/vec.cmo lib/util/iheap.cmo lib/util/timers.cmo lib/util/gc_debug.cmo lib/util/loc.cmo lib/util/hconsing.cmo lib/util/hstring.cmo lib/structures/exception.cmo lib/structures/symbols.cmo lib/structures/ty.cmo lib/structures/parsed.cmo lib/structures/errors.cmo lib/structures/typed.cmo lib/structures/term.cmo lib/structures/fpa_rounding.cmo lib/structures/literal.cmo lib/structures/formula.cmo lib/structures/satml_types.cmo lib/structures/explanation.cmo lib/structures/commands.cmo lib/structures/profiling.cmo lib/reasoners/matching.cmo lib/reasoners/instances.cmo lib/reasoners/polynome.cmo lib/reasoners/ac.cmo lib/reasoners/uf.cmo lib/reasoners/use.cmo lib/reasoners/intervals.cmo lib/reasoners/inequalities.cmo lib/reasoners/intervalCalculus.cmo lib/reasoners/arith.cmo lib/reasoners/records.cmo lib/reasoners/bitv.cmo lib/reasoners/arrays.cmo lib/reasoners/sum.cmo lib/reasoners/ite.cmo lib/reasoners/combine.cmo lib/reasoners/ccx.cmo lib/reasoners/theory.cmo lib/reasoners/sat_solver_sig.cmo lib/reasoners/fun_sat.cmo lib/reasoners/satml.cmo lib/reasoners/satml_frontend.cmo lib/reasoners/sat_solver.cmo lib/frontend/triggers.cmo lib/frontend/cnf.cmo lib/frontend/typechecker.cmo lib/frontend/parsed_interface.cmo lib/frontend/frontend.cmo lib/frontend/parsers.cmo parsers/why/why_parser.cmo parsers/why/why_lexer.cmo parsers/smt2/psmt2_to_alt_ergo.cmo lib/reasoners/sig.cmi
- ocamlc.opt -a -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -o altErgoLib.cma altErgoLib.cmo
- ocamlopt.opt -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -inline 100 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex  -pack -o altErgoLib.cmx lib/util/config.cmx lib/util/version.cmx lib/util/emap.cmx lib/util/myUnix.cmx lib/util/myDynlink.cmx lib/util/myZip.cmx lib/util/util.cmx lib/util/lists.cmx lib/util/numsNumbers.cmx lib/util/zarithNumbers.cmx lib/util/numbers.cmx lib/util/options.cmx lib/util/vec.cmx lib/util/iheap.cmx lib/util/timers.cmx lib/util/gc_debug.cmx lib/util/loc.cmx lib/util/hconsing.cmx lib/util/hstring.cmx lib/structures/exception.cmx lib/structures/symbols.cmx lib/structures/ty.cmx lib/structures/parsed.cmx lib/structures/errors.cmx lib/structures/typed.cmx lib/structures/term.cmx lib/structures/fpa_rounding.cmx lib/structures/literal.cmx lib/structures/formula.cmx lib/structures/satml_types.cmx lib/structures/explanation.cmx lib/structures/commands.cmx lib/structures/profiling.cmx lib/reasoners/matching.cmx lib/reasoners/instances.cmx lib/reasoners/polynome.cmx lib/reasoners/ac.cmx lib/reasoners/uf.cmx lib/reasoners/use.cmx lib/reasoners/intervals.cmx lib/reasoners/inequalities.cmx lib/reasoners/intervalCalculus.cmx lib/reasoners/arith.cmx lib/reasoners/records.cmx lib/reasoners/bitv.cmx lib/reasoners/arrays.cmx lib/reasoners/sum.cmx lib/reasoners/ite.cmx lib/reasoners/combine.cmx lib/reasoners/ccx.cmx lib/reasoners/theory.cmx lib/reasoners/sat_solver_sig.cmx lib/reasoners/fun_sat.cmx lib/reasoners/satml.cmx lib/reasoners/satml_frontend.cmx lib/reasoners/sat_solver.cmx lib/frontend/triggers.cmx lib/frontend/cnf.cmx lib/frontend/typechecker.cmx lib/frontend/parsed_interface.cmx lib/frontend/frontend.cmx lib/frontend/parsers.cmx parsers/why/why_parser.cmx parsers/why/why_lexer.cmx parsers/smt2/psmt2_to_alt_ergo.cmx lib/reasoners/sig.cmi
- ocamlopt.opt -a -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -inline 100 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -o altErgoLib.cmxa altErgoLib.cmx
- ocamlopt.opt -shared -annot -absname -bin-annot -short-paths -strict-sequence -g -w +A-45-27-4-9-44-32-48-41-6-22 -inline 100 -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/zarith   -I /home/opam/.opam/4.14/lib/camlzip/../zip -I /home/opam/.opam/4.14/lib/ocplib-simplex -I /home/opam/.opam/4.14/lib/psmt2-frontend -I lib/util -I lib/structures -I lib/reasoners -I lib/frontend -I tools/text -I tools/gui -I parsers/why -I parsers/smt2 -I plugins/fm-simplex -o altErgoLib.cmxs altErgoLib.cmx
- OCAMLFIND_DESTDIR=/home/opam/.opam/4.14/lib \
-   ocamlfind install alt-ergo altErgoLib.* META
- Installed /home/opam/.opam/4.14/lib/alt-ergo/altErgoLib.o
- Installed /home/opam/.opam/4.14/lib/alt-ergo/altErgoLib.cmxs
- Installed /home/opam/.opam/4.14/lib/alt-ergo/altErgoLib.cmxa
- Installed /home/opam/.opam/4.14/lib/alt-ergo/altErgoLib.cmx
- Installed /home/opam/.opam/4.14/lib/alt-ergo/altErgoLib.cmt
- Installed /home/opam/.opam/4.14/lib/alt-ergo/altErgoLib.cmo
- Installed /home/opam/.opam/4.14/lib/alt-ergo/altErgoLib.cmi
- Installed /home/opam/.opam/4.14/lib/alt-ergo/altErgoLib.cma
- Installed /home/opam/.opam/4.14/lib/alt-ergo/altErgoLib.a
- Installed /home/opam/.opam/4.14/lib/alt-ergo/META
-> installed alt-ergo.2.2.0
Processing 88/90: [why3: make install]
+ /usr/bin/make "install" "install-lib" (CWD=/home/opam/.opam/4.14/.opam-switch/build/why3.1.4.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/microc.cmo lib/plugins/cfg.cmo lib/plugins/genequlin.cmxs lib/plugins/dimacs.cmxs lib/plugins/tptp.cmxs lib/plugins/python.cmxs lib/plugins/microc.cmxs lib/plugins/cfg.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 -m 644 bin/why3config.cmxs bin/why3execute.cmxs bin/why3extract.cmxs bin/why3prove.cmxs bin/why3realize.cmxs bin/why3replay.cmxs bin/why3wc.cmxs /home/opam/.opam/4.14/lib/why3/commands
- /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 -m 644 bin/why3webserver.cmxs /home/opam/.opam/4.14/lib/why3/commands
- /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3/commands
- /usr/bin/install -c -m 644 bin/why3session.cmxs /home/opam/.opam/4.14/lib/why3/commands
- /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3/commands
- /usr/bin/install -c -m 644 bin/why3shell.cmxs /home/opam/.opam/4.14/lib/why3/commands
- /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3/commands
- /usr/bin/install -c -m 644 bin/why3pp.cmxs /home/opam/.opam/4.14/lib/why3/commands
- /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/why3/commands
- /usr/bin/install -c -m 644 bin/why3doc.cmxs /home/opam/.opam/4.14/lib/why3/commands
- /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/install -c -m 644 share/lang/why3c.lang /home/opam/.opam/4.14/share/why3/lang/why3c.lang
- /usr/bin/install -c -m 644 share/lang/why3py.lang /home/opam/.opam/4.14/share/why3/lang/why3py.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/why3.cmt \
- 	lib/why3/META /home/opam/.opam/4.14/lib/why3
-> installed why3.1.4.1
Processing 89/90: [lambdapi: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "lambdapi" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/lambdapi.2.0.0)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/common/.common.objs/byte -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/timed -I src/lplib/.lplib.objs/byte -no-alias-deps -open Common -o src/common/.common.objs/byte/common__Debug.cmo -c -impl src/common/debug.ml)
- File "src/common/debug.ml", line 165, characters 37-45:
- 165 | let stream_iter : ('a -> unit) -> 'a Stream.t -> unit =
-                                            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/common/debug.ml", line 165, characters 37-45:
- 165 | let stream_iter : ('a -> unit) -> 'a Stream.t -> unit =
-                                            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/common/debug.ml", line 166, characters 29-40:
- 166 |   if not !do_print_time then Stream.iter else fun f strm ->
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/common/debug.ml", line 169, characters 40-51:
- 169 |     record_time Parsing (fun () -> r := Stream.peek strm); !r
-                                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/common/debug.ml", line 173, characters 16-27:
- 173 |       Some a -> Stream.junk strm; ignore(f a); do_rec ()
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/common/.common.objs/byte -I src/common/.common.objs/native -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/timed -I src/lplib/.lplib.objs/byte -I src/lplib/.lplib.objs/native -intf-suffix .ml -no-alias-deps -open Common -o src/common/.common.objs/native/common__Debug.cmx -c -impl src/common/debug.ml)
- File "src/common/debug.ml", line 165, characters 37-45:
- 165 | let stream_iter : ('a -> unit) -> 'a Stream.t -> unit =
-                                            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/common/debug.ml", line 165, characters 37-45:
- 165 | let stream_iter : ('a -> unit) -> 'a Stream.t -> unit =
-                                            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/common/debug.ml", line 166, characters 29-40:
- 166 |   if not !do_print_time then Stream.iter else fun f strm ->
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/common/debug.ml", line 169, characters 40-51:
- 169 |     record_time Parsing (fun () -> r := Stream.peek strm); !r
-                                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/common/debug.ml", line 173, characters 16-27:
- 173 |       Some a -> Stream.junk strm; ignore(f a); do_rec ()
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/cli/.lambdapi.eobjs/byte -I /home/opam/.opam/4.14/lib/bindlib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/pratter -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/sedlex/ppx -I /home/opam/.opam/4.14/lib/sedlex/utils -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/timed -I /home/opam/.opam/4.14/lib/why3 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zip -I src/common/.common.objs/byte -I src/core/.core.objs/byte -I src/handle/.handle.objs/byte -I src/lplib/.lplib.objs/byte -I src/lsp/.lsp.objs/byte -I src/parsing/.parsing.objs/byte -I src/pure/.pure.objs/byte -I src/tool/.tool.objs/byte -no-alias-deps -open Dune__exe -o src/cli/.lambdapi.eobjs/byte/dune__exe__Init.cmo -c -impl src/cli/init.ml)
- File "src/cli/init.ml", line 74, characters 2-11:
- 74 |   Term.info "init" ~doc
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/cli/.lambdapi.eobjs/byte -I /home/opam/.opam/4.14/lib/bindlib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/pratter -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/sedlex/ppx -I /home/opam/.opam/4.14/lib/sedlex/utils -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/timed -I /home/opam/.opam/4.14/lib/why3 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zip -I src/common/.common.objs/byte -I src/core/.core.objs/byte -I src/handle/.handle.objs/byte -I src/lplib/.lplib.objs/byte -I src/lsp/.lsp.objs/byte -I src/parsing/.parsing.objs/byte -I src/pure/.pure.objs/byte -I src/tool/.tool.objs/byte -no-alias-deps -open Dune__exe -o src/cli/.lambdapi.eobjs/byte/dune__exe__Install.cmo -c -impl src/cli/install.ml)
- File "src/cli/install.ml", line 118, characters 2-11:
- 118 |   Term.info "install" ~doc
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/cli/install.ml", line 123, characters 2-11:
- 123 |   Term.info "uninstall" ~doc
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/cli/.lambdapi.eobjs/byte -I /home/opam/.opam/4.14/lib/bindlib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/pratter -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/sedlex/ppx -I /home/opam/.opam/4.14/lib/sedlex/utils -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/timed -I /home/opam/.opam/4.14/lib/why3 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zip -I src/common/.common.objs/byte -I src/core/.core.objs/byte -I src/handle/.handle.objs/byte -I src/lplib/.lplib.objs/byte -I src/lsp/.lsp.objs/byte -I src/parsing/.parsing.objs/byte -I src/pure/.pure.objs/byte -I src/tool/.tool.objs/byte -no-alias-deps -open Dune__exe -o src/cli/.lambdapi.eobjs/byte/dune__exe__Lambdapi.cmo -c -impl src/cli/lambdapi.ml)
- File "src/cli/lambdapi.ml", line 223, characters 2-10:
- 223 |   CLT.info "check" ~doc ~man:man_pkg_file
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 231, characters 2-10:
- 231 |   CLT.info "decision-tree" ~doc ~man:man_pkg_file
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 236, characters 2-10:
- 236 |   CLT.info "parse" ~doc ~man:man_pkg_file
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 241, characters 2-10:
- 241 |   CLT.info "beautify" ~doc ~man:man_pkg_file
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 246, characters 2-10:
- 246 |   CLT.info "lsp" ~doc ~man:man_pkg_file
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 251, characters 2-10:
- 251 |   CLT.info "help" ~doc
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 257, characters 2-10:
- 257 |   CLT.info "version" ~doc
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 263, characters 2-10:
- 263 |   CLT.info "lambdapi" ~version ~doc ~sdocs
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 274, characters 7-11:
- 274 |   CLT.(exit (eval_choice default_cmd cmds))
-              ^^^^
- Alert deprecated: CLT.exit
- Use Stdlib.exit and Cmd.eval instead.
- File "src/cli/lambdapi.ml", line 274, characters 13-24:
- 274 |   CLT.(exit (eval_choice default_cmd cmds))
-                    ^^^^^^^^^^^
- Alert deprecated: CLT.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/cli/.lambdapi.eobjs/byte -I src/cli/.lambdapi.eobjs/native -I /home/opam/.opam/4.14/lib/bindlib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/pratter -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/sedlex/ppx -I /home/opam/.opam/4.14/lib/sedlex/utils -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/timed -I /home/opam/.opam/4.14/lib/why3 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zip -I src/common/.common.objs/byte -I src/common/.common.objs/native -I src/core/.core.objs/byte -I src/core/.core.objs/native -I src/handle/.handle.objs/byte -I src/handle/.handle.objs/native -I src/lplib/.lplib.objs/byte -I src/lplib/.lplib.objs/native -I src/lsp/.lsp.objs/byte -I src/lsp/.lsp.objs/native -I src/parsing/.parsing.objs/byte -I src/parsing/.parsing.objs/native -I src/pure/.pure.objs/byte -I src/pure/.pure.objs/native -I src/tool/.tool.objs/byte -I src/tool/.tool.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o src/cli/.lambdapi.eobjs/native/dune__exe__Init.cmx -c -impl src/cli/init.ml)
- File "src/cli/init.ml", line 74, characters 2-11:
- 74 |   Term.info "init" ~doc
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/cli/.lambdapi.eobjs/byte -I src/cli/.lambdapi.eobjs/native -I /home/opam/.opam/4.14/lib/bindlib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/pratter -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/sedlex/ppx -I /home/opam/.opam/4.14/lib/sedlex/utils -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/timed -I /home/opam/.opam/4.14/lib/why3 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zip -I src/common/.common.objs/byte -I src/common/.common.objs/native -I src/core/.core.objs/byte -I src/core/.core.objs/native -I src/handle/.handle.objs/byte -I src/handle/.handle.objs/native -I src/lplib/.lplib.objs/byte -I src/lplib/.lplib.objs/native -I src/lsp/.lsp.objs/byte -I src/lsp/.lsp.objs/native -I src/parsing/.parsing.objs/byte -I src/parsing/.parsing.objs/native -I src/pure/.pure.objs/byte -I src/pure/.pure.objs/native -I src/tool/.tool.objs/byte -I src/tool/.tool.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o src/cli/.lambdapi.eobjs/native/dune__exe__Install.cmx -c -impl src/cli/install.ml)
- File "src/cli/install.ml", line 118, characters 2-11:
- 118 |   Term.info "install" ~doc
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/cli/install.ml", line 123, characters 2-11:
- 123 |   Term.info "uninstall" ~doc
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/cli/.lambdapi.eobjs/byte -I src/cli/.lambdapi.eobjs/native -I /home/opam/.opam/4.14/lib/bindlib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/num -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/pratter -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/sedlex/ppx -I /home/opam/.opam/4.14/lib/sedlex/utils -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/timed -I /home/opam/.opam/4.14/lib/why3 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zip -I src/common/.common.objs/byte -I src/common/.common.objs/native -I src/core/.core.objs/byte -I src/core/.core.objs/native -I src/handle/.handle.objs/byte -I src/handle/.handle.objs/native -I src/lplib/.lplib.objs/byte -I src/lplib/.lplib.objs/native -I src/lsp/.lsp.objs/byte -I src/lsp/.lsp.objs/native -I src/parsing/.parsing.objs/byte -I src/parsing/.parsing.objs/native -I src/pure/.pure.objs/byte -I src/pure/.pure.objs/native -I src/tool/.tool.objs/byte -I src/tool/.tool.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o src/cli/.lambdapi.eobjs/native/dune__exe__Lambdapi.cmx -c -impl src/cli/lambdapi.ml)
- File "src/cli/lambdapi.ml", line 223, characters 2-10:
- 223 |   CLT.info "check" ~doc ~man:man_pkg_file
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 231, characters 2-10:
- 231 |   CLT.info "decision-tree" ~doc ~man:man_pkg_file
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 236, characters 2-10:
- 236 |   CLT.info "parse" ~doc ~man:man_pkg_file
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 241, characters 2-10:
- 241 |   CLT.info "beautify" ~doc ~man:man_pkg_file
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 246, characters 2-10:
- 246 |   CLT.info "lsp" ~doc ~man:man_pkg_file
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 251, characters 2-10:
- 251 |   CLT.info "help" ~doc
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 257, characters 2-10:
- 257 |   CLT.info "version" ~doc
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 263, characters 2-10:
- 263 |   CLT.info "lambdapi" ~version ~doc ~sdocs
-         ^^^^^^^^
- Alert deprecated: CLT.info
- Use Cmd.info instead.
- File "src/cli/lambdapi.ml", line 274, characters 7-11:
- 274 |   CLT.(exit (eval_choice default_cmd cmds))
-              ^^^^
- Alert deprecated: CLT.exit
- Use Stdlib.exit and Cmd.eval instead.
- File "src/cli/lambdapi.ml", line 274, characters 13-24:
- 274 |   CLT.(exit (eval_choice default_cmd cmds))
-                    ^^^^^^^^^^^
- Alert deprecated: CLT.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
-> compiled  lambdapi.2.0.0
-> installed lambdapi.2.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:43.24 ---> saved as "9e20f39f73eec1992617ff421027b68a6b2810aa924c917a055dcba06ca6dd63"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u lambdapi:9fe9158bbfc38695967325835ff19487,why3:fd1e8091ebad58e5fb96b33965056ae7,alt-ergo:70a976af85e95e99ed54caf9b2df206c"))
2024-01-29 18:43.30 ---> saved as "e28e1693f1c9b3f29bd5a2b802e4879d1577e2339fc513fb71e6bfd821090e37"

/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.767991') && (for DATA in prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0,alt-ergo.2.2.0-70a976af85e95e99ed54caf9b2df206c,alt-ergo.2.2.0 prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1,why3.1.4.1-fd1e8091ebad58e5fb96b33965056ae7,why3.1.4.1 prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0,lambdapi.2.0.0-9fe9158bbfc38695967325835ff19487,lambdapi.2.0.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0,alt-ergo.2.2.0-70a976af85e95e99ed54caf9b2df206c,alt-ergo.2.2.0 prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1,why3.1.4.1-fd1e8091ebad58e5fb96b33965056ae7,why3.1.4.1 prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0,lambdapi.2.0.0-9fe9158bbfc38695967325835ff19487,lambdapi.2.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0,alt-ergo.2.2.0-70a976af85e95e99ed54caf9b2df206c,alt-ergo.2.2.0 prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1,why3.1.4.1-fd1e8091ebad58e5fb96b33965056ae7,why3.1.4.1 prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0,lambdapi.2.0.0-9fe9158bbfc38695967325835ff19487,lambdapi.2.0.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.767991
prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0/lib/
prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0/lib/alt-ergo/
prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0/lib/alt-ergo/altErgoLib.cmt
prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0/lib/alt-ergo/altErgoLib.cmi
prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0/lib/alt-ergo/META
prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0/lib/alt-ergo/altErgoLib.ocamlobjinfo
prep/universes/70a976af85e95e99ed54caf9b2df206c/alt-ergo/2.2.0/opam
prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1/lib/
prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1/lib/why3/
prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1/lib/why3/why3.cmt
prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1/lib/why3/why3.cmi
prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1/lib/why3/META
prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1/lib/why3/why3.ocamlobjinfo
prep/universes/fd1e8091ebad58e5fb96b33965056ae7/why3/1.4.1/opam
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/doc/
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/doc/lambdapi/
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/doc/lambdapi/README.md
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/doc/lambdapi/LICENSE.txt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/doc/lambdapi/CHANGES.md
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool__Xtc.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool__Xtc.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool__Tree_graphviz.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool__Tree_graphviz.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool__Sr.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool__Sr.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool__Sr.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool__Hrs.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool__Hrs.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool__External.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool__External.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/tool/tool.ocamlobjinfo
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/pure/
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/pure/pure.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/pure/pure.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/pure/pure.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/pure/pure.ocamlobjinfo
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Syntax.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Syntax.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Scope.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Scope.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Scope.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Pretty.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Pretty.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Pratt.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Pratt.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Parser.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Parser.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Package.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__Package.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__LpParser.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__LpParser.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__LpParser.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__LpLexer.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__LpLexer.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__DkTokens.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__DkTokens.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__DkRule.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__DkRule.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__DkParser.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__DkParser.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__DkParser.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__DkLexer.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__DkLexer.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__DkBasic.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing__DkBasic.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/parsing/parsing.ocamlobjinfo
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp__Lsp_io.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp__Lsp_io.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp__Lsp_base.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp__Lsp_base.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp__Lsp_base.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp__Lp_lsp.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp__Lp_lsp.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp__Lp_lsp.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp__Lp_doc.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp__Lp_doc.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lsp/lsp.ocamlobjinfo
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__String.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__String.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Range_intf.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Range_intf.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__RangeMap_intf.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__RangeMap_intf.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__RangeMap.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__RangeMap.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__RangeMap.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Range.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Range.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Range.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Option.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Option.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__List.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__List.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Filename.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Filename.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Extra.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Extra.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Color.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Color.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Base.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Base.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Array.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib__Array.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/lplib/lplib.ocamlobjinfo
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Why3_tactic.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Why3_tactic.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Tactic.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Tactic.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Rewrite.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Rewrite.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Query.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Query.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Query.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Proof.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Proof.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Inductive.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Inductive.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Compile.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Compile.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Command.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Command.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle__Command.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/handle/handle.ocamlobjinfo
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/dune-package
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Version.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Version.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Unif_rule.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Unif_rule.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Unif.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Unif.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Unif.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Tree_type.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Tree_type.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Tree.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Tree.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Term.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Term.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Term.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Sign.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Sign.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Sig_state.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Sig_state.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Print.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Print.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__LibTerm.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__LibTerm.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__LibMeta.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__LibMeta.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Inverse.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Inverse.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Infer.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Infer.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Infer.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Eval.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Eval.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Eval.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Env.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Env.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Ctxt.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Ctxt.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Builtin.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core__Builtin.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/core/core.ocamlobjinfo
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Pos.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Pos.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Path.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Path.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Logger.cmti
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Logger.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Logger.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Library.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Library.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Escape.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Escape.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Error.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Error.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Debug.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Debug.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Console.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common__Console.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common.cmt
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common.cmi
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/common/common.ocamlobjinfo
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/lib/lambdapi/META
prep/universes/9fe9158bbfc38695967325835ff19487/lambdapi/2.0.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:alt-ergo.2.2.0-70a976af85e95e99ed54caf9b2df206c:1c7fd53d80cf4ecd6485bffa4ac84f7e0209e14879d4c597c3252aa7a54490d8
HASHES:why3.1.4.1-fd1e8091ebad58e5fb96b33965056ae7:863212d836c92ba8d54bfb15dd5cc4ee43e3647b636af030f673e4d65548636b
HASHES:lambdapi.2.0.0-9fe9158bbfc38695967325835ff19487:e96deddbcaee48f939127f3db24c7705b9945a2f913c154a6b6febd5951a813c
2024-01-29 18:43.58 ---> saved as "29a658bd63554f1cc604368615b5e7060ba843a504f6abd6238efd1c48c8afbd"
Job succeeded
2024-01-29 18:50.14: lambdapi.2.0.0-9fe9158bbfc38695967325835ff19487 -> e96deddbcaee48f939127f3db24c7705b9945a2f913c154a6b6febd5951a813c
2024-01-29 18:50.14: why3.1.4.1-fd1e8091ebad58e5fb96b33965056ae7 -> 863212d836c92ba8d54bfb15dd5cc4ee43e3647b636af030f673e4d65548636b
2024-01-29 18:50.14: alt-ergo.2.2.0-70a976af85e95e99ed54caf9b2df206c -> 1c7fd53d80cf4ecd6485bffa4ac84f7e0209e14879d4c597c3252aa7a54490d8
2024-01-29 18:50.14: Job succeeded