Build:
  1. 0
2024-09-12 08:35.52: New job: Voodoo prep coq-serapi.8.15.0+0.15.1; 2b17ad029ee0001593d374410b256cf4
2024-09-12 08:35.52: Waiting for resource in pool OCluster
2024-09-12 19:27.15: Waiting for worker…
2024-09-12 19:28.07: Got resource from pool OCluster
2024-09-12 19:28.07: Using cache hint "docs-universe-prep-4.14.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy coq-serapi.8.15.0+0.15.1 zarith.1.14 yojson.2.2.2 stdlib-shims.0.3.0 sexplib0.v0.14.0 sexplib.v0.14.0 seq.base result.1.5 ppxlib.0.25.1 ppx_sexp_conv.v0.14.3 ppx_import.1.9.1 ppx_deriving_yojson.3.6.1 ppx_deriving.5.2.1 ppx_derivers.1.2.1 parsexp.v0.14.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 coq.8.15.2 conf-pkg-config.3 conf-gmp.4 conf-findutils.1 cmdliner.1.3.0 base.v0.14.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u coq-serapi:2b17ad029ee0001593d374410b256cf4,sexplib:287e209b57fc104c523b48d4d4c33496,ppx_import:782794a1ef5c196602047150838ac7b4,ppx_deriving_yojson:e509dd64a06fbd52d49d18ceafd80641,ppx_deriving:29440fd3cdf42b5a3a9ae3faa51f1733"))
 (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.455554') && (for DATA in prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1,ppx_deriving.5.2.1-29440fd3cdf42b5a3a9ae3faa51f1733,ppx_deriving.5.2.1 prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1,ppx_deriving_yojson.3.6.1-e509dd64a06fbd52d49d18ceafd80641,ppx_deriving_yojson.3.6.1 prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1,ppx_import.1.9.1-782794a1ef5c196602047150838ac7b4,ppx_import.1.9.1 prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0,sexplib.v0.14.0-287e209b57fc104c523b48d4d4c33496,sexplib.v0.14.0 prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1,coq-serapi.8.15.0+0.15.1-2b17ad029ee0001593d374410b256cf4,coq-serapi.8.15.0+0.15.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1,ppx_deriving.5.2.1-29440fd3cdf42b5a3a9ae3faa51f1733,ppx_deriving.5.2.1 prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1,ppx_deriving_yojson.3.6.1-e509dd64a06fbd52d49d18ceafd80641,ppx_deriving_yojson.3.6.1 prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1,ppx_import.1.9.1-782794a1ef5c196602047150838ac7b4,ppx_import.1.9.1 prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0,sexplib.v0.14.0-287e209b57fc104c523b48d4d4c33496,sexplib.v0.14.0 prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1,coq-serapi.8.15.0+0.15.1-2b17ad029ee0001593d374410b256cf4,coq-serapi.8.15.0+0.15.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1,ppx_deriving.5.2.1-29440fd3cdf42b5a3a9ae3faa51f1733,ppx_deriving.5.2.1 prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1,ppx_deriving_yojson.3.6.1-e509dd64a06fbd52d49d18ceafd80641,ppx_deriving_yojson.3.6.1 prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1,ppx_import.1.9.1-782794a1ef5c196602047150838ac7b4,ppx_import.1.9.1 prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0,sexplib.v0.14.0-287e209b57fc104c523b48d4d4c33496,sexplib.v0.14.0 prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1,coq-serapi.8.15.0+0.15.1-2b17ad029ee0001593d374410b256cf4,coq-serapi.8.15.0+0.15.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 19:28.07: RETRYING: 2024-09-12/083552-voodoo-prep-548b0b Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  70% (22728/32043)
Updating files:  71% (22751/32043)
Updating files:  72% (23071/32043)
Updating files:  73% (23392/32043)
Updating files:  74% (23712/32043)
Updating files:  75% (24033/32043)
Updating files:  76% (24353/32043)
Updating files:  77% (24674/32043)
Updating files:  78% (24994/32043)
Updating files:  79% (25314/32043)
Updating files:  80% (25635/32043)
Updating files:  81% (25955/32043)
Updating files:  82% (26276/32043)
Updating files:  83% (26596/32043)
Updating files:  84% (26917/32043)
Updating files:  85% (27237/32043)
Updating files:  86% (27557/32043)
Updating files:  87% (27878/32043)
Updating files:  88% (28198/32043)
Updating files:  89% (28519/32043)
Updating files:  90% (28839/32043)
Updating files:  91% (29160/32043)
Updating files:  92% (29480/32043)
Updating files:  93% (29800/32043)
Updating files:  94% (30121/32043)
Updating files:  95% (30441/32043)
Updating files:  96% (30762/32043)
Updating files:  97% (31082/32043)
Updating files:  98% (31403/32043)
Updating files:  99% (31723/32043)
Updating files: 100% (32043/32043)
Updating files: 100% (32043/32043), done.
HEAD is now at 0e1db1f417 Apply suggestions from code review

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally
docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam
5bece21b072e: Pulling fs layer
5bece21b072e: Verifying Checksum
5bece21b072e: Download complete
5bece21b072e: Pull complete
Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
2024-09-12 19:22.07 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 19:22.07 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (766 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (7424 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 19:22.07 ---> using "64027e071d7f4bb79a519ab4cf43cd8d13e54fe5188051a605e9293619bec9b3" from cache

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

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

The following actions will be performed:
  - install ocamlbuild       0.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.12.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.12.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed dune.3.16.0
-> installed bos.0.2.1
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:22.07 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 19:22.07 ---> using "ff9243a4acf95fb20c4e62f411801f15f8ec3c4e6fcc150de31a9042ea281b68" from cache
2024-09-12 19:22.07 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally
docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam
5bece21b072e: Pulling fs layer
5bece21b072e: Verifying Checksum
5bece21b072e: Download complete
5bece21b072e: Pull complete
Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
2024-09-12 19:22.07 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 19:22.07 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 19:22.07 ---> using "589fc247a47cee4820aea953ca0c6137d5c05903e8d36d67782083bf9b53dcd0" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 19:22.08 ---> using "eaf1147f757816fba60951666b9dcf1396d1ee0cca60165ef2ec01f406470a66" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 19:22.08 ---> using "c7162714f0e0be0d406165a5c3c2189fd1b1ca8be4b2ad11558aee0ced2b83fd" from cache

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 19:22.08 ---> using "d03826f2dcb25a6137daaafb2bffa5a3d0c290365138a6e72e23791ea2ecd957" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.14. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.14 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-09-12 19:22.08 ---> using "f30a7b9733fc0adaea55d0e10962edd62413e491f5e346868556600ff2bff829" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 19:22.09 ---> using "b57b0137043cddcf0002777ac5a280e60661ef9125ae283a79afe71e57951ad3" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.16.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:22.09 ---> using "37df27a1b4c47c79da28786374b48a806f4788f29dc57747cea31ba660bca55a" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy coq-serapi.8.15.0+0.15.1 zarith.1.14 yojson.2.2.2 stdlib-shims.0.3.0 sexplib0.v0.14.0 sexplib.v0.14.0 seq.base result.1.5 ppxlib.0.25.1 ppx_sexp_conv.v0.14.3 ppx_import.1.9.1 ppx_deriving_yojson.3.6.1 ppx_deriving.5.2.1 ppx_derivers.1.2.1 parsexp.v0.14.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 coq.8.15.2 conf-pkg-config.3 conf-gmp.4 conf-findutils.1 cmdliner.1.3.0 base.v0.14.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (978 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

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

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy coq-serapi.8.15.0+0.15.1 zarith.1.14 yojson.2.2.2 stdlib-shims.0.3.0 sexplib0.v0.14.0 sexplib.v0.14.0 seq.base result.1.5 ppxlib.0.25.1 ppx_sexp_conv.v0.14.3 ppx_import.1.9.1 ppx_deriving_yojson.3.6.1 ppx_deriving.5.2.1 ppx_derivers.1.2.1 parsexp.v0.14.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 coq.8.15.2 conf-pkg-config.3 conf-gmp.4 conf-findutils.1 cmdliner.1.3.0 base.v0.14.3" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
findutils
libgmp-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install sexplib0            v0.14.0
  - install ppx_derivers        1.2.1
  - install conf-gmp            4
  - install conf-pkg-config     3
  - install num                 1.5-1
  - install conf-findutils      1
  - install cmdliner            1.3.0
  - install result              1.5
  - install seq                 base
  - install csexp               1.5.2
  - install ocaml-compiler-libs v0.12.4
  - install cppo                1.7.0
  - install stdlib-shims        0.3.0
  - install zarith              1.14
  - install yojson              2.2.2
  - install dune-configurator   3.16.0
  - install ppxlib              0.25.1
  - install coq                 8.15.2
  - install base                v0.14.3
  - install ppx_import          1.9.1
  - install ppx_deriving        5.2.1
  - install ppx_sexp_conv       v0.14.3
  - install parsexp             v0.14.2
  - install ppx_deriving_yojson 3.6.1
  - install sexplib             v0.14.0
  - install coq-serapi          8.15.0+0.15.1
===== 26 to install =====

The following system packages will first need to be installed:
    libgmp-dev pkg-config

<><> 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" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
- Preparing to unpack .../0-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 .../1-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 libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/78:
Processing  2/78:
Processing  3/78:
-> retrieved conf-gmp.4  (cached)
Processing  4/78:
Processing  5/78:
Processing  6/78:
Processing  7/78: [conf-findutils: sh find . -name .]
Processing  8/78: [conf-findutils: sh find . -name .] [conf-gmp: sh]
Processing  9/78: [conf-findutils: sh find . -name .] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved base.v0.14.3  (cached)
Processing 10/78: [coq-serapi.8.15.0+0.15.1: http] [conf-findutils: sh find . -name .] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved cmdliner.1.3.0  (cached)
Processing 11/78: [coq-serapi.8.15.0+0.15.1: http] [conf-findutils: sh find . -name .] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 12/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [conf-findutils: sh find . -name .] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved coq.8.15.2  (cached)
Processing 13/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [conf-findutils: sh find . -name .] [conf-gmp: sh] [conf-pkg-config: pkg-config]
- + find . -name .
- .
-> compiled  conf-findutils.1
Processing 13/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> installed conf-findutils.1
Processing 14/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [conf-gmp: sh] [conf-pkg-config: pkg-config]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 14/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [conf-pkg-config: pkg-config]
-> installed conf-gmp.4
Processing 15/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [conf-pkg-config: pkg-config]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 15/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all]
-> installed conf-pkg-config.3
Processing 16/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all]
-> retrieved cppo.1.7.0  (cached)
Processing 17/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all]
Processing 18/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 19/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [cppo: dune build]
Processing 20/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved num.1.5-1  (cached)
Processing 21/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
[num: patch] applying num-in-findlib-dir.patch
Processing 22/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: patch]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 23/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: patch]
Processing 24/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: patch] [ocaml-compiler-libs: dune build]
Processing 24/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved parsexp.v0.14.2  (cached)
Processing 25/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 26/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 27/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_deriving.5.2.1  (cached)
Processing 28/78: [coq-serapi.8.15.0+0.15.1: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 28/78: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_deriving_yojson.3.6.1  (cached)
Processing 29/78: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_import.1.9.1  (cached)
Processing 30/78: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_sexp_conv.v0.14.3  (cached)
Processing 31/78: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  csexp.1.5.2
Processing 31/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed csexp.1.5.2
Processing 32/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved coq-serapi.8.15.0+0.15.1  (https://github.com/ejgallego/coq-serapi/releases/download/8.15.0%2B0.15.1/coq-serapi-8.15.0.0.15.1.tbz)
Processing 33/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 33/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> installed ppx_derivers.1.2.1
Processing 34/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
Processing 35/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 36/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 37/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build]
Processing 38/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build]
-> installed seq.base
Processing 39/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build]
-> retrieved ppxlib.0.25.1  (cached)
Processing 40/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build]
-> retrieved sexplib.v0.14.0  (cached)
Processing 41/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build]
-> retrieved sexplib0.v0.14.0  (cached)
Processing 42/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build]
Processing 43/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 44/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build]
Processing 45/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved zarith.1.14  (cached)
Processing 46/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [zarith: ./configure]
-> retrieved yojson.2.2.2  (cached)
Processing 47/78: [cmdliner: make all] [cppo: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 48/78: [cmdliner: make all] [cppo: dune build] [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.3.0
Processing 48/78: [cppo: dune build] [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure]
Processing 49/78: [cppo: dune build] [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure] [cmdliner: make install]
-> compiled  cppo.1.7.0
Processing 49/78: [dune-configurator: rm] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure] [cmdliner: make install]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 49/78: [dune-configurator: rm] [num: make opam-legacy] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure] [cmdliner: make install]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5-1/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5-1/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5-1
Processing 49/78: [dune-configurator: rm] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure] [cmdliner: make install]
-> compiled  result.1.5
Processing 49/78: [dune-configurator: rm] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure] [cmdliner: make install]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.sexplib0.objs/byte -intf-suffix .ml -no-alias-deps -open Sexplib0__ -o src/.sexplib0.objs/byte/sexplib0__Sexp_conv.cmo -c -impl src/sexp_conv.ml)
- File "src/sexp_conv.ml", line 132, characters 17-36:
- 132 |       let ephe = Ephemeron.K1.create () in
-                        ^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.create
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 133, characters 6-27:
- 133 |       Ephemeron.K1.set_data ephe sexp_of_exn;
-             ^^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.set_data
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 134, characters 6-26:
- 134 |       Ephemeron.K1.set_key ephe extension_constructor;
-             ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.set_key
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 159, characters 12-33:
- 159 |       match Ephemeron.K1.get_data ephe with
-                   ^^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.get_data
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 166, characters 12-33:
- 166 |       match Ephemeron.K1.get_data ephe with
-                   ^^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.get_data
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 431, characters 32-46:
- 431 |         [%extension_constructor Stream.Failure],
-                                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sexp_conv.ml", line 433, characters 12-26:
- 433 |           | Stream.Failure -> Atom "Stream.Failure"
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sexp_conv.ml", line 436, characters 32-44:
- 436 |         [%extension_constructor Stream.Error],
-                                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sexp_conv.ml", line 438, characters 12-24:
- 438 |           | Stream.Error arg -> List [Atom "Stream.Error"; Atom arg ]
-                   ^^^^^^^^^^^^
- 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/.sexplib0.objs/byte -I src/.sexplib0.objs/native -intf-suffix .ml -no-alias-deps -open Sexplib0__ -o src/.sexplib0.objs/native/sexplib0__Sexp_conv.cmx -c -impl src/sexp_conv.ml)
- File "src/sexp_conv.ml", line 132, characters 17-36:
- 132 |       let ephe = Ephemeron.K1.create () in
-                        ^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.create
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 133, characters 6-27:
- 133 |       Ephemeron.K1.set_data ephe sexp_of_exn;
-             ^^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.set_data
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 134, characters 6-26:
- 134 |       Ephemeron.K1.set_key ephe extension_constructor;
-             ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.set_key
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 159, characters 12-33:
- 159 |       match Ephemeron.K1.get_data ephe with
-                   ^^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.get_data
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 166, characters 12-33:
- 166 |       match Ephemeron.K1.get_data ephe with
-                   ^^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.get_data
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 431, characters 32-46:
- 431 |         [%extension_constructor Stream.Failure],
-                                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sexp_conv.ml", line 433, characters 12-26:
- 433 |           | Stream.Failure -> Atom "Stream.Failure"
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sexp_conv.ml", line 436, characters 32-44:
- 436 |         [%extension_constructor Stream.Error],
-                                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sexp_conv.ml", line 438, characters 12-24:
- 438 |           | Stream.Error arg -> List [Atom "Stream.Error"; Atom arg ]
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  sexplib0.v0.14.0
Processing 49/78: [dune-configurator: rm] [stdlib-shims: dune build] [yojson: dune build] [zarith: ./configure] [cmdliner: make install]
-> compiled  stdlib-shims.0.3.0
Processing 49/78: [dune-configurator: rm] [yojson: dune build] [zarith: ./configure] [cmdliner: make install]
- 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
- package 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 49/78: [dune-configurator: rm] [yojson: dune build] [zarith: make] [cmdliner: make install]
-> compiled  yojson.2.2.2
Processing 49/78: [dune-configurator: rm] [zarith: make] [cmdliner: make install]
Processing 49/78: [dune-configurator: dune build] [zarith: 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 49/78: [dune-configurator: dune build] [zarith: make] [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.3.0
Processing 49/78: [dune-configurator: dune build] [zarith: make]
-> installed cppo.1.7.0
Processing 50/78: [dune-configurator: dune build] [zarith: make]
-> installed num.1.5-1
Processing 51/78: [dune-configurator: dune build] [zarith: make]
-> installed ocaml-compiler-libs.v0.12.4
Processing 52/78: [dune-configurator: dune build] [zarith: make]
-> installed result.1.5
Processing 53/78: [dune-configurator: dune build] [zarith: make]
-> installed sexplib0.v0.14.0
Processing 54/78: [dune-configurator: dune build] [zarith: make]
-> installed stdlib-shims.0.3.0
Processing 55/78: [dune-configurator: dune build] [zarith: make]
Processing 56/78: [dune-configurator: dune build] [ppxlib: dune build] [zarith: make]
-> installed yojson.2.2.2
Processing 57/78: [dune-configurator: dune build] [ppxlib: dune build] [zarith: make]
-> compiled  dune-configurator.3.16.0
Processing 57/78: [ppxlib: dune build] [zarith: make]
-> installed dune-configurator.3.16.0
Processing 58/78: [ppxlib: dune build] [zarith: make]
Processing 59/78: [base: dune build] [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.14
Processing 59/78: [base: dune build] [ppxlib: dune build]
Processing 60/78: [base: dune build] [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.14
Processing 60/78: [base: dune build] [ppxlib: dune build]
Processing 61/78: [base: dune build] [coq: ./configure no] [ppxlib: dune build]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- You have OCaml 4.14.2. Good!
- You have OCamlfind 1.9.6. Good!
- You have native-code compilation. Good!
- You have the Zarith library 1.14 installed. Good!
- CoqIde manually disabled:
- => no CoqIDE will be built.
- 
-   Architecture                : Linux
-   Sys.os_type                 : Unix
-   OCaml version               : 4.14.2
-   OCaml binaries in           : /home/opam/.opam/4.14/bin/
-   OCaml library in            : /home/opam/.opam/4.14/lib/ocaml
-   Native dynamic link support : true
-   CoqIDE                      : no
-   Documentation               : None
-   Web browser                 : firefox -remote "OpenURL(%s,new-tab)" || firefox %s &
-   Coq web site                : http://coq.inria.fr/
-   Bytecode VM enabled         : true
-   Native Compiler enabled     : no
- 
-   Paths for true installation:
-   - Coq will be copied in /home/opam/.opam/4.14
-   - the Coq library will be copied in /home/opam/.opam/4.14/lib/coq
-   - the Coqide configuration files will be copied in /home/opam/.opam/4.14/lib/coq/config
-   - the Coqide data files will be copied in /home/opam/.opam/4.14/share/coq
-   - the Coq man pages will be copied in /home/opam/.opam/4.14/man
-   - documentation prefix path for all Coq packages will be copied in /home/opam/.opam/4.14/doc/coq
- 
- If anything is wrong above, please restart './configure'.
- 
- *Warning* To compile the system for a new architecture
-           don't forget to do a 'make clean' before './configure'.
Processing 61/78: [base: dune build] [coq: make] [ppxlib: dune build]
-> compiled  base.v0.14.3
Processing 61/78: [coq: make] [ppxlib: dune build]
-> installed base.v0.14.3
Processing 62/78: [coq: make] [ppxlib: dune build]
Processing 63/78: [coq: make] [parsexp: dune build] [ppxlib: dune build]
-> compiled  parsexp.v0.14.2
Processing 63/78: [coq: make] [ppxlib: dune build]
-> installed parsexp.v0.14.2
Processing 64/78: [coq: make] [ppxlib: dune build]
Processing 65/78: [coq: make] [ppxlib: dune build] [sexplib: dune build]
-> compiled  sexplib.v0.14.0
Processing 65/78: [coq: make] [ppxlib: dune build]
-> installed sexplib.v0.14.0
Processing 66/78: [coq: make] [ppxlib: dune build]
-> compiled  ppxlib.0.25.1
Processing 66/78: [coq: make]
-> installed ppxlib.0.25.1
Processing 67/78: [coq: make]
Processing 68/78: [coq: make] [ppx_deriving: dune build]
Processing 69/78: [coq: make] [ppx_deriving: dune build] [ppx_import: dune build]
Processing 70/78: [coq: make] [ppx_deriving: dune build] [ppx_import: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_import.1.9.1
Processing 70/78: [coq: make] [ppx_deriving: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_import.1.9.1
Processing 71/78: [coq: make] [ppx_deriving: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_sexp_conv.v0.14.3
Processing 71/78: [coq: make] [ppx_deriving: dune build]
-> installed ppx_sexp_conv.v0.14.3
Processing 72/78: [coq: make] [ppx_deriving: dune build]
-> compiled  ppx_deriving.5.2.1
Processing 72/78: [coq: make]
-> installed ppx_deriving.5.2.1
Processing 73/78: [coq: make]
Processing 74/78: [coq: make] [ppx_deriving_yojson: dune build]
-> compiled  ppx_deriving_yojson.3.6.1
Processing 74/78: [coq: make]
-> installed ppx_deriving_yojson.3.6.1
Processing 75/78: [coq: make]
+ /usr/bin/make "COQ_USE_DUNE=" "-j39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/coq.8.15.2)
- /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build 
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/coq.8.15.2'
- MKDIR     BUILD_OUT
- DUNE      _build/install/default/bin/coqdep
- DUNE      sources
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I lib/.lib.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -no-alias-deps -o lib/.lib.objs/byte/util.cmi -c -intf lib/util.mli)
- File "lib/util.mli", line 81, characters 27-35:
- 81 | val stream_nth : int -> 'a Stream.t -> 'a
-                                 ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/util.mli", line 82, characters 29-37:
- 82 | val stream_njunk : int -> 'a Stream.t -> unit
-                                   ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I lib/.lib.objs/byte -I lib/.lib.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -intf-suffix .ml -no-alias-deps -o lib/.lib.objs/native/util.cmx -c -impl lib/util.ml)
- File "lib/util.ml", line 126, characters 16-28:
- 126 |   try List.nth (Stream.npeek (n+1) st) n
-                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/util.ml", line 127, characters 26-40:
- 127 |   with Failure _ -> raise Stream.Failure
-                                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/util.ml", line 130, characters 11-22:
- 130 |   repeat n Stream.junk st
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I lib/.lib.objs/byte -I lib/.lib.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -intf-suffix .ml -no-alias-deps -o lib/.lib.objs/native/coqProject_file.cmx -c -impl lib/coqProject_file.ml)
- File "lib/coqProject_file.ml", line 82, characters 35-46:
- 82 | let rec parse_string buf s = match Stream.next s with
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 90, characters 12-26:
- 90 | | exception Stream.Failure -> buffer buf
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 92, characters 32-43:
- 92 | and parse_string2 buf s = match Stream.next s with
-                                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 97, characters 12-26:
- 97 | | exception Stream.Failure -> raise (Parsing_error "unterminated string")
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 99, characters 33-44:
- 99 | and parse_skip_comment s = match Stream.next s with
-                                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 102, characters 12-26:
- 102 | | exception Stream.Failure -> ()
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 104, characters 34-45:
- 104 | and parse_args buf accu s = match Stream.next s with
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 116, characters 12-26:
- 116 | | exception Stream.Failure -> accu
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 123, characters 31-48:
- 123 |   let res = parse_args buf [] (Stream.of_channel c) in
-                                      ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I lib/.lib.objs/byte -I lib/.lib.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -intf-suffix .ml -no-alias-deps -o lib/.lib.objs/native/lStream.cmx -c -impl lib/lStream.ml)
- File "lib/lStream.ml", line 14, characters 12-20:
- 14 |   strm : 'a Stream.t;
-                  ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 26, characters 4-15:
- 26 |     Stream.from
-          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 35, characters 17-29:
- 35 | let count strm = Stream.count strm.strm
-                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 38, characters 16-28:
- 38 |   strm.fun_loc (Stream.count strm.strm)
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 57, characters 10-21:
- 57 |   let a = Stream.peek strm.strm in
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 58, characters 22-33:
- 58 |   if Option.has_some (Stream.peek strm.strm) then strm.max_peek <- max (Stream.count strm.strm + 1) strm.max_peek;
-                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 58, characters 72-84:
- 58 |   if Option.has_some (Stream.peek strm.strm) then strm.max_peek <- max (Stream.count strm.strm + 1) strm.max_peek;
-                                                                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 62, characters 10-22:
- 62 |   let l = Stream.npeek n strm.strm in
-                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 63, characters 24-36:
- 63 |   strm.max_peek <- max (Stream.count strm.strm + List.length l) strm.max_peek;
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 67, characters 13-25:
- 67 |   let list = Stream.npeek (n + 1) strm.strm in
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 70, characters 36-48:
- 70 |       x :: _, 0 -> strm.max_peek <- Stream.count strm.strm + n + 1; x
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 72, characters 32-44:
- 72 |     | [], p -> strm.max_peek <- Stream.count strm.strm + (n - p); raise Stream.Failure
-                                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 72, characters 72-86:
- 72 |     | [], p -> strm.max_peek <- Stream.count strm.strm + (n - p); raise Stream.Failure
-                                                                              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 76, characters 16-27:
- 76 | let junk strm = Stream.junk strm.strm
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 78, characters 16-27:
- 78 | let next strm = Stream.next strm.strm
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQDEP    VFILES
- DUNE      sources
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- DUNE      _build/install/default/bin/coqc
- DUNE      _build/default/plugins/ltac/ltac_plugin.cmxs
- DUNE      _build/default/plugins/syntax/number_string_notation_plugin.cmxs
- DUNE      _build/default/plugins/ltac/tauto_plugin.cmxs
- DUNE      _build/default/plugins/cc/cc_plugin.cmxs
- DUNE      _build/default/plugins/firstorder/firstorder_plugin.cmxs
- DUNE      _build/default/plugins/ssrmatching/ssrmatching_plugin.cmxs
- DUNE      _build/default/plugins/ssr/ssreflect_plugin.cmxs
- DUNE      _build/default/plugins/ring/ring_plugin.cmxs
- DUNE      _build/default/plugins/micromega/zify_plugin.cmxs
- DUNE      _build/default/plugins/micromega/micromega_plugin.cmxs
- DUNE      _build/default/plugins/rtauto/rtauto_plugin.cmxs
- DUNE      _build/default/plugins/nsatz/nsatz_plugin.cmxs
- DUNE      _build/default/plugins/extraction/extraction_plugin.cmxs
- DUNE      _build/default/plugins/funind/funind_plugin.cmxs
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- DUNE      _build/default/plugins/derive/derive_plugin.cmxs
- DUNE      _build/default/plugins/btauto/btauto_plugin.cmxs
- DUNE      _build/default/plugins/ltac2/ltac2_plugin.cmxs
- DUNE      _build/install/default/bin/coqproofworker.opt
- DUNE      _build/install/default/bin/coqtacticworker.opt
- DUNE      _build/install/default/bin/coqqueryworker.opt
- DUNE      _build/install/default/bin/coqtop
- DUNE      _build/install/default/bin/coqchk
- DUNE      _build/install/default/bin/csdpcert
- DUNE      _build/install/default/bin/coqnative
- DUNE      _build/install/default/bin/votour
- DUNE      _build/install/default/bin/coqdoc
- DUNE      _build/install/default/lib/coq-core/tools/coqdoc/coqdoc.sty
- DUNE      _build/install/default/lib/coq-core/tools/coqdoc/coqdoc.css
- DUNE      _build/install/default/bin/coqwc
- DUNE      _build/install/default/bin/coq_makefile
- DUNE      _build/default/tools/CoqMakefile.in
- DUNE      _build/install/default/bin/ocamllibdep
- DUNE      _build/default/doc/tools/docgram/doc_grammar.exe
- DUNE      _build/default/coq-core.install
- DUNE      _build/default/coqide-server.install
- DUNE      revision
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I gramlib/.gramlib.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I lib/.lib.objs/byte -no-alias-deps -open Gramlib -o gramlib/.gramlib.objs/byte/gramlib__Plexing.cmi -c -intf gramlib/plexing.mli)
- File "gramlib/plexing.mli", line 14, characters 41-49:
- 14 | type 'te lexer_func = ?loc:Loc.t -> char Stream.t -> 'te LStream.t
-                                               ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I gramlib/.gramlib.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I lib/.lib.objs/byte -no-alias-deps -open Gramlib -o gramlib/.gramlib.objs/byte/gramlib__Grammar.cmi -c -intf gramlib/grammar.mli)
- File "gramlib/grammar.mli", line 31, characters 34-42:
- 31 |     val make : ?loc:Loc.t -> char Stream.t -> t
-                                        ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -intf-suffix .ml -no-alias-deps -open Gramlib -o gramlib/.gramlib.objs/native/gramlib__Plexing.cmx -c -impl gramlib/plexing.ml)
- File "gramlib/plexing.ml", line 5, characters 41-49:
- 5 | type 'te lexer_func = ?loc:Loc.t -> char Stream.t -> 'te LStream.t
-                                              ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -intf-suffix .ml -no-alias-deps -open Gramlib -o gramlib/.gramlib.objs/native/gramlib__Grammar.cmx -c -impl gramlib/grammar.ml)
- File "gramlib/grammar.ml", line 21, characters 34-42:
- 21 |     val make : ?loc:Loc.t -> char Stream.t -> t
-                                        ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1093, characters 15-29:
- 1093 |   | _ -> raise Stream.Failure
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1102, characters 15-29:
- 1102 |   | _ -> raise Stream.Failure
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1111, characters 27-41:
- 1111 |   | LocAct (_, _) -> raise Stream.Failure | DeadEnd -> raise Stream.Failure
-                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1111, characters 61-75:
- 1111 |   | LocAct (_, _) -> raise Stream.Failure | DeadEnd -> raise Stream.Failure
-                                                                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1115, characters 13-27:
- 1115 |   else raise Stream.Failure
-                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1121, characters 6-20:
- 1121 |       Stream.Failure -> raise (Stream.Error (tree_failed entry a symb son))
-              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1121, characters 31-43:
- 1121 |       Stream.Failure -> raise (Stream.Error (tree_failed entry a symb son))
-                                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1140, characters 4-18:
- 1140 |     Stream.Failure ->
-            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1147, characters 62-76:
- 1147 |         skip_if_empty bp (fun (strm__ : _ LStream.t) -> raise Stream.Failure)
-                                                                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1149, characters 11-25:
- 1149 |       with Stream.Failure ->
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1182, characters 52-66:
- 1182 |     DeadEnd -> (fun (strm__ : _ LStream.t) -> raise Stream.Failure)
-                                                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1193, characters 53-67:
- 1193 |            try Some (entry.estart alevn strm__) with Stream.Failure -> None
-                                                             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1203, characters 31-45:
- 1203 |             try p1 strm__ with Stream.Failure -> p2 strm__)
-                                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1213, characters 17-31:
- 1213 |                  Stream.Failure ->
-                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1214, characters 26-38:
- 1214 |                    raise (Stream.Error (tree_failed entry a s son))
-                                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1224, characters 43-57:
- 1224 |              match try Some (ps strm) with Stream.Failure -> None with
-                                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1227, characters 49-63:
- 1227 |                    (try Some (p1 bp a strm) with Stream.Failure -> None)
-                                                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1230, characters 34-46:
- 1230 |                  | None -> raise (Stream.Error (tree_failed entry a s son))
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1237, characters 4-18:
- 1237 |     Stream.Failure ->
-            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1265, characters 66-80:
- 1265 |         (match (try Some (tematch (LStream.peek_nth n strm)) with Stream.Failure -> None) with
-                                                                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1267, characters 44-58:
- 1267 |            (match try Some (p1 a strm) with Stream.Failure -> None with
-                                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1271, characters 42-56:
- 1271 |     | DeadEnd -> fun last_a strm -> raise Stream.Failure
-                                                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1277, characters 35-49:
- 1277 |            try Some (ps strm) with Stream.Failure ->
-                                           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1279, characters 87-101:
- 1279 |            try Some (parser_of_tree entry nlevn alevn (top_tree entry tree) strm) with Stream.Failure -> None
-                                                                                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1282, characters 26-38:
- 1282 |          | None -> raise (Stream.Error (tree_failed entry last_a (Stoken last_tok) tree))
-                                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1289, characters 20-34:
- 1289 |     | None -> raise Stream.Failure
-                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1297, characters 43-57:
- 1297 |         match try Some (ps al strm__) with Stream.Failure -> None with
-                                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1307, characters 40-54:
- 1307 |         match try Some (pt strm__) with Stream.Failure -> None with
-                                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1311, characters 16-30:
- 1311 |                 Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1312, characters 25-37:
- 1312 |                   raise (Stream.Error (symb_failed entry v sep symb))
-                                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1318, characters 44-58:
- 1318 |          match try Some (ps [] strm__) with Stream.Failure -> None with
-                                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1325, characters 40-54:
- 1325 |         match try Some (pt strm__) with Stream.Failure -> None with
-                                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1328, characters 44-58:
- 1328 |               (try Some (ps al strm__) with Stream.Failure -> None)
-                                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1336, characters 44-58:
- 1336 |          match try Some (ps [] strm__) with Stream.Failure -> None with
-                                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1342, characters 43-57:
- 1342 |         match try Some (ps al strm__) with Stream.Failure -> None with
-                                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1353, characters 40-54:
- 1353 |         match try Some (pt strm__) with Stream.Failure -> None with
-                                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1357, characters 16-30:
- 1357 |                 Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1360, characters 22-36:
- 1360 |                       Stream.Failure ->
-                              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1361, characters 31-43:
- 1361 |                         raise (Stream.Error (symb_failed entry v sep symb))
-                                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1375, characters 40-54:
- 1375 |         match try Some (pt strm__) with Stream.Failure -> None with
-                                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1378, characters 44-58:
- 1378 |               (try Some (ps al strm__) with Stream.Failure -> None)
-                                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1384, characters 20-34:
- 1384 |                     Stream.Failure -> None
-                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1397, characters 41-55:
- 1397 |          match try Some (ps strm__) with Stream.Failure -> None with
-                                                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1421, characters 20-34:
- 1421 |     | None -> raise Stream.Failure
-                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1466, characters 52-66:
- 1466 |     [] -> (fun levn (strm__ : _ LStream.t) -> raise Stream.Failure)
-                                                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1502, characters 50-64:
- 1502 |                   match try Some (p2 strm__) with Stream.Failure -> None with
-                                                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1523, characters 57-71:
- 1523 |     [] -> (fun levn bp a (strm__ : _ LStream.t) -> raise Stream.Failure)
-                                                                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1542, characters 16-30:
- 1542 |                 Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1553, characters 37-51:
- 1553 |          try p levn bp a strm__ with Stream.Failure -> a)
-                                             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1554, characters 63-77:
- 1554 |   | Dparser p -> fun levn bp a (strm__ : _ LStream.t) -> raise Stream.Failure
-                                                                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1557, characters 9-21:
- 1557 |   raise (Stream.Error ("entry [" ^ ename ^ "] is empty"))
-                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1622, characters 6-20:
- 1622 |       Stream.Failure ->
-              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1625, characters 6-18:
- 1625 |     | Stream.Error _ as exc ->
-              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1624, characters 22-34:
- 1624 |       Loc.raise ~loc (Stream.Error ("illegal begin of " ^ entry.ename))
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1662, characters 51-65:
- 1662 |         (fun _ _ _ (strm__ : _ LStream.t) -> raise Stream.Failure);
-                                                           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1675, characters 51-65:
- 1675 |         (fun _ _ _ (strm__ : _ LStream.t) -> raise Stream.Failure);
-                                                           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1763, characters 55-69:
- 1763 |     e.estart <- (fun _ (strm__ : _ LStream.t) -> raise Stream.Failure);
-                                                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1764, characters 62-76:
- 1764 |     e.econtinue <- (fun _ _ _ (strm__ : _ LStream.t) -> raise Stream.Failure);
-                                                                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default/kernel/byterun && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -Wno-unused -g -O2 -msse2 -mfpmath=sse -g -I /home/opam/.opam/4.14/lib/ocaml -o coq_memory.o -c coq_memory.c)
- coq_memory.c: In function 'init_coq_vm':
- coq_memory.c:114:13: warning: "scan_roots_hook" is deprecated: use "caml_scan_roots_hook" instead
-   114 |       coq_prev_scan_roots_hook = scan_roots_hook;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                    
- coq_memory.c:115:13: warning: "scan_roots_hook" is deprecated: use "caml_scan_roots_hook" instead
-   115 |     scan_roots_hook = coq_scan_roots;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~                                                
- (cd _build/default/kernel/byterun && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -Wno-unused -g -O2 -msse2 -mfpmath=sse -g -I /home/opam/.opam/4.14/lib/ocaml -o coq_fix_code.o -c coq_fix_code.c)
- coq_fix_code.c: In function 'coq_stat_alloc':
- coq_fix_code.c:36:13: warning: "raise_out_of_memory" is deprecated: use "caml_raise_out_of_memory" instead
-    36 |   if (result == NULL) raise_out_of_memory ();
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I interp/.interp.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I pretyping/.pretyping.objs/byte -no-alias-deps -o interp/.interp.objs/byte/numTok.cmi -c -intf interp/numTok.mli)
- File "interp/numTok.mli", line 85, characters 19-27:
- 85 |   val parse : char Stream.t -> t
-                         ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I parsing/.parsing.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I pretyping/.pretyping.objs/byte -no-alias-deps -o parsing/.parsing.objs/byte/g_constr.cmo -c -impl parsing/g_constr.ml)
- File "parsing/g_constr.mlg", line 46, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default/kernel/byterun && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -Wno-unused -g -O2 -msse2 -mfpmath=sse -g -I /home/opam/.opam/4.14/lib/ocaml -o coq_interp.o -c coq_interp.c)
- coq_interp.c: In function 'coq_interprete':
- coq_interp.c:287:20: warning: storing the address of local variable 'coq_lbl_ACC0' in 'coq_instr_base' [-Wdangling-pointer=]
-   287 |     coq_instr_base = coq_Jumptbl_base;
-       |                    ^
- coq_interp.c:74:26: note: 'coq_lbl_ACC0' declared here
-    74 | #  define Instruct(name) coq_lbl_##name:
-       |                          ^~~~~~~~
- coq_interp.c:311:7: note: in expansion of macro 'Instruct'
-   311 |       Instruct(ACC0){
-       |       ^~~~~~~~
- In file included from coq_interp.c:28:
- coq_fix_code.h:20:15: note: 'coq_instr_base' declared here
-    20 | extern char * coq_instr_base;
-       |               ^~~~~~~~~~~~~~
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I toplevel/.toplevel.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I pretyping/.pretyping.objs/byte -I printing/.printing.objs/byte -I proofs/.proofs.objs/byte -I stm/.stm.objs/byte -I sysinit/.sysinit.objs/byte -I tactics/.tactics.objs/byte -I vernac/.vernac.objs/byte -no-alias-deps -o toplevel/.toplevel.objs/byte/g_toplevel.cmo -c -impl toplevel/g_toplevel.ml)
- File "toplevel/g_toplevel.mlg", line 34, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I engine/.engine.objs/byte -I engine/.engine.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -intf-suffix .ml -no-alias-deps -o engine/.engine.objs/native/evarutil.cmx -c -impl engine/evarutil.ml)
- File "engine/evarutil.ml", line 124, characters 10-18:
- 124 |   let m = E.create () in
-                 ^^^^^^^^
- Alert old_ephemeron_api: E.create
- This function won't be available in 5.0
- File "engine/evarutil.ml", line 125, characters 19-29:
- 125 |   fun x y -> match E.get_key1 m, E.get_key2 m with
-                          ^^^^^^^^^^
- Alert old_ephemeron_api: E.get_key1
- This function won't be available in 5.0
- File "engine/evarutil.ml", line 125, characters 33-43:
- 125 |   fun x y -> match E.get_key1 m, E.get_key2 m with
-                                        ^^^^^^^^^^
- Alert old_ephemeron_api: E.get_key2
- This function won't be available in 5.0
- File "engine/evarutil.ml", line 126, characters 60-70:
- 126 |   | Some x', Some y' when x == x' && y == y' -> Option.get (E.get_data m)
-                                                                   ^^^^^^^^^^
- Alert old_ephemeron_api: E.get_data
- This function won't be available in 5.0
- File "engine/evarutil.ml", line 127, characters 26-36:
- 127 |   | _ -> let r = f x y in E.set_key1 m x; E.set_key2 m y; E.set_data m r; r
-                                 ^^^^^^^^^^
- Alert old_ephemeron_api: E.set_key1
- This function won't be available in 5.0
- File "engine/evarutil.ml", line 127, characters 42-52:
- 127 |   | _ -> let r = f x y in E.set_key1 m x; E.set_key2 m y; E.set_data m r; r
-                                                 ^^^^^^^^^^
- Alert old_ephemeron_api: E.set_key2
- This function won't be available in 5.0
- File "engine/evarutil.ml", line 127, characters 58-68:
- 127 |   | _ -> let r = f x y in E.set_key1 m x; E.set_key2 m y; E.set_data m r; r
-                                                                 ^^^^^^^^^^
- Alert old_ephemeron_api: E.set_data
- This function won't be available in 5.0
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I interp/.interp.objs/byte -I interp/.interp.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -intf-suffix .ml -no-alias-deps -o interp/.interp.objs/native/numTok.cmx -c -impl interp/numTok.ml)
- File "interp/numTok.ml", line 124, characters 33-44:
- 124 |     let rec number len s = match Stream.peek s with
-                                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 125, characters 32-43:
- 125 |       | Some ('0'..'9' as c) -> Stream.junk s; number (store len c) s
-                                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 126, characters 40-51:
- 126 |       | Some ('_' as c) when len > 0 -> Stream.junk s; number (store len c) s
-                                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 129, characters 37-48:
- 129 |     let rec hex_number len s = match Stream.peek s with
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 131, characters 9-20:
- 131 |          Stream.junk s; hex_number (store len c) s
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 133, characters 9-20:
- 133 |          Stream.junk s; hex_number (store len c) s
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 137, characters 12-24:
- 137 |       match Stream.npeek 3 s with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 139, characters 9-20:
- 139 |          Stream.junk s; Stream.junk s; Stream.junk s;
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 139, characters 24-35:
- 139 |          Stream.junk s; Stream.junk s; Stream.junk s;
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 139, characters 39-50:
- 139 |          Stream.junk s; Stream.junk s; Stream.junk s;
-                                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 144, characters 17-29:
- 144 |       match hex, Stream.npeek 2 s with
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 146, characters 9-20:
- 146 |          Stream.junk s; Stream.junk s; get_buff (hex_number (store 0 c) s)
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 146, characters 24-35:
- 146 |          Stream.junk s; Stream.junk s; get_buff (hex_number (store 0 c) s)
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 148, characters 9-20:
- 148 |          Stream.junk s; Stream.junk s; get_buff (number (store 0 c) s)
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 148, characters 24-35:
- 148 |          Stream.junk s; Stream.junk s; get_buff (number (store 0 c) s)
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 151, characters 17-29:
- 151 |       match hex, Stream.npeek 2 s with
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 154, characters 9-20:
- 154 |          Stream.junk s; Stream.junk s; get_buff (number (store (store 0 e) c) s)
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 154, characters 24-35:
- 154 |          Stream.junk s; Stream.junk s; get_buff (number (store (store 0 e) c) s)
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 157, characters 21-33:
- 157 |          begin match Stream.npeek 3 s with
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 159, characters 12-23:
- 159 |             Stream.junk s; Stream.junk s; Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 159, characters 27-38:
- 159 |             Stream.junk s; Stream.junk s; Stream.junk s;
-                                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 159, characters 42-53:
- 159 |             Stream.junk s; Stream.junk s; Stream.junk s;
-                                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 174, characters 17-33:
- 174 |       let strm = Stream.of_string (s ^ "  ") in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 176, characters 9-21:
- 176 |       if Stream.count strm >= String.length s then Some n else None
-                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 260, characters 17-33:
- 260 |       let strm = Stream.of_string (s ^ "  ") in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 262, characters 18-29:
- 262 |         | '-' -> (Stream.junk strm; SMinus)
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 263, characters 18-29:
- 263 |         | '+' -> (Stream.junk strm; SPlus)
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 266, characters 9-21:
- 266 |       if Stream.count strm >= String.length s then Some (sign,n) else None
-                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I interp/.interp.objs/byte -I interp/.interp.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -intf-suffix .ml -no-alias-deps -o interp/.interp.objs/native/constrexpr_ops.cmx -c -impl interp/constrexpr_ops.ml)
- File "interp/constrexpr_ops.ml", line 575, characters 24-36:
- 575 |         Loc.raise ?loc (Stream.Error "pattern with quote not allowed after fix")
-                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I interp/.interp.objs/byte -I interp/.interp.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -intf-suffix .ml -no-alias-deps -o interp/.interp.objs/native/constrintern.cmx -c -impl interp/constrintern.ml)
- File "interp/constrintern.ml", line 585, characters 22-34:
- 585 |       Loc.raise ?loc (Stream.Error "pattern with quote not allowed here")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -intf-suffix .ml -no-alias-deps -o parsing/.parsing.objs/native/tok.cmx -c -impl parsing/tok.ml)
- File "parsing/tok.ml", line 144, characters 21-35:
- 144 |   let err () = raise Stream.Failure in
-                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -intf-suffix .ml -no-alias-deps -o parsing/.parsing.objs/native/cLexer.cmx -c -impl parsing/cLexer.ml)
- File "parsing/cLexer.ml", line 162, characters 11-23:
- 162 |   let bp = Stream.count cs in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 163, characters 2-13:
- 163 |   Stream.junk cs; (* consume the char to avoid read it and fail again *)
-         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 175, characters 28-39:
- 175 | let njunk n = Util.repeat n Stream.junk
-                                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 188, characters 12-24:
- 188 |       match Stream.npeek 2 cs with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 194, characters 12-24:
- 194 |       match Stream.npeek 3 cs with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 201, characters 17-29:
- 201 |       else match Stream.npeek 4 cs with
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 213, characters 8-19:
- 213 |   match Stream.peek cs with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 225, characters 30-41:
- 225 |   let rec loop_symb s = match Stream.peek s with
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 227, characters 8-19:
- 227 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 232, characters 23-34:
- 232 |         | AsciiChar -> Stream.junk s; loop_symb s
-                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 235, characters 13-29:
- 235 |   loop_symb (Stream.of_string str)
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 238, characters 35-46:
- 238 |   let rec loop_id intail s = match Stream.peek s with
-                                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 240, characters 8-19:
- 240 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 243, characters 8-19:
- 243 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 254, characters 17-33:
- 254 |   loop_id false (Stream.of_string str)
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 296, characters 39-50:
- 296 |   if n>0 then nstore (n-1) (store len (Stream.next cs)) cs else len
-                                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 308, characters 37-48:
- 308 | let rec ident_tail loc len s = match Stream.peek s with
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 310, characters 6-17:
- 310 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 318, characters 62-74:
- 318 |           let u = String.concat "" (List.map (String.make 1) (Stream.npeek n s)) in
-                                                                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 332, characters 48-59:
- 332 | let rec string loc ~comm_level bp len s = match Stream.peek s with
-                                                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 334, characters 6-17:
- 334 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 336, characters 14-25:
- 336 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 337, characters 22-33:
- 337 |           Some '"' -> Stream.junk s; true
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 342, characters 6-17:
- 342 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 343, characters 22-33:
- 343 |       (fun s -> match Stream.peek s with
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 345, characters 8-19:
- 345 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 353, characters 6-17:
- 353 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 354, characters 22-33:
- 354 |       (fun s -> match Stream.peek s with
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 356, characters 12-23:
- 356 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 367, characters 4-15:
- 367 |     Stream.junk s;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 368, characters 13-25:
- 368 |     let ep = Stream.count s in
-                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 378, characters 6-17:
- 378 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 381, characters 14-26:
- 381 |       let _ = Stream.empty s in
-                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 382, characters 15-27:
- 382 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 435, characters 12-24:
- 435 |   let bp2 = Stream.count s in
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 436, characters 8-19:
- 436 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 438, characters 6-17:
- 438 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 441, characters 16-27:
- 441 |           match Stream.peek s with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 443, characters 14-25:
- 443 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 446, characters 13-27:
- 446 |         with Stream.Failure -> raise (Stream.Error "")
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 446, characters 38-50:
- 446 |         with Stream.Failure -> raise (Stream.Error "")
-                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 450, characters 6-17:
- 450 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 452, characters 14-25:
- 452 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 453, characters 22-33:
- 453 |           Some ')' -> Stream.junk s; push_string "*)"; loc
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 455, characters 11-25:
- 455 |       with Stream.Failure -> raise (Stream.Error "")
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 455, characters 36-48:
- 455 |       with Stream.Failure -> raise (Stream.Error "")
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 458, characters 6-17:
- 458 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 463, characters 20-32:
- 463 |     match try Some (Stream.empty s) with Stream.Failure -> None with
-                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 463, characters 41-55:
- 463 |     match try Some (Stream.empty s) with Stream.Failure -> None with
-                                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 465, characters 15-27:
- 465 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 469, characters 16-27:
- 469 |           match Stream.peek s with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 471, characters 14-25:
- 471 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 472, characters 23-35:
- 472 |               let ep = Stream.count s in
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 475, characters 14-25:
- 475 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 477, characters 23-37:
- 477 |           | _ -> raise Stream.Failure
-                              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 484, characters 54-66:
- 484 |   try progress_from_byte loc last nj tt cs (List.nth (Stream.npeek (nj+1) cs) nj)
-                                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 503, characters 36-48:
- 503 |       match Util.List.skipn (nj+1) (Stream.npeek (nj+n) cs) with
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 517, characters 8-19:
- 517 |   match Stream.peek cs with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 528, characters 16-30:
- 528 |     | exception Stream.Failure -> n, List.make n b, List.make n e
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 531, characters 24-38:
- 531 |   if len = 0 then raise Stream.Failure
-                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 540, characters 17-31:
- 540 |     | _ -> raise Stream.Failure
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 545, characters 14-25:
- 545 |       let c = Stream.next s in
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 548, characters 10-24:
- 548 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 548, characters 35-47:
- 548 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 550, characters 40-52:
- 550 |       get_buff len, set_loc_pos loc bp (Stream.count s)
-                                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 558, characters 43-54:
- 558 |       let commit1 c = Buffer.add_char b c; Stream.junk s in
-                                                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 561, characters 14-26:
- 561 |         match Stream.npeek lenmarker s with
-                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 570, characters 48-60:
- 570 |               let loc = bump_loc_line_last loc (Stream.count s) in
-                                                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 574, characters 63-77:
- 574 |               if not dot_gobbling && blank_or_eof s then raise Stream.Failure;
-                                                                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 579, characters 22-36:
- 579 |         | [] -> raise Stream.Failure
-                             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 582, characters 45-57:
- 582 |       Buffer.contents b, set_loc_pos loc bp (Stream.count s)
-                                                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 589, characters 15-27:
- 589 |       let l' = Stream.npeek (i + 1) s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 599, characters 6-17:
- 599 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 608, characters 15-27:
- 608 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 616, characters 10-21:
- 616 |     match Stream.peek cs with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 617, characters 30-41:
- 617 |     | Some c' when c == c' -> Stream.junk cs; aux (n+1) cs
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 618, characters 57-69:
- 618 |     | _ -> BULLET (String.make n c), set_loc_pos loc bp (Stream.count cs)
-                                                                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 625, characters 11-23:
- 625 |   let ep = Stream.count cs in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 646, characters 50-61:
- 646 | let parse_after_dot ~diff_mode loc c bp s = match Stream.peek s with
-                                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 648, characters 6-17:
- 648 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 651, characters 10-24:
- 651 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 651, characters 35-47:
- 651 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 656, characters 17-29:
- 656 |         let ep = Stream.count s in
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 665, characters 21-33:
- 665 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 673, characters 8-19:
- 673 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 685, characters 11-23:
- 685 |   let bp = Stream.count s in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 686, characters 8-19:
- 686 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 688, characters 6-17:
- 688 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 689, characters 15-27:
- 689 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 692, characters 6-17:
- 692 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 695, characters 6-17:
- 695 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 698, characters 10-24:
- 698 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 698, characters 35-47:
- 698 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 706, characters 21-33:
- 706 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 714, characters 6-17:
- 714 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 721, characters 6-17:
- 721 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 722, characters 15-27:
- 722 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 726, characters 6-17:
- 726 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 729, characters 10-24:
- 729 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 729, characters 35-47:
- 729 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 735, characters 17-29:
- 735 |         let ep = Stream.count s in
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 742, characters 17-29:
- 742 |         let ep = Stream.count s in
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 745, characters 6-17:
- 745 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 748, characters 10-24:
- 748 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 748, characters 35-47:
- 748 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 750, characters 15-27:
- 750 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 754, characters 6-17:
- 754 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 756, characters 14-25:
- 756 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 758, characters 12-23:
- 758 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 759, characters 21-33:
- 759 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 762, characters 12-23:
- 762 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 767, characters 11-25:
- 767 |       with Stream.Failure -> raise (Stream.Error "")
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 767, characters 36-48:
- 767 |       with Stream.Failure -> raise (Stream.Error "")
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 770, characters 6-17:
- 770 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 771, characters 15-27:
- 771 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 785, characters 23-35:
- 785 |               let ep = Stream.count s in
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 788, characters 53-64:
- 788 |             let t = process_chars ~diff_mode loc bp (Stream.next s) s in
-                                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -intf-suffix .ml -no-alias-deps -o parsing/.parsing.objs/native/pcoq.cmx -c -impl parsing/pcoq.ml)
- File "parsing/pcoq.ml", line 22, characters 21-35:
- 22 |   let err () = raise Stream.Failure
-                           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/pcoq.ml", line 199, characters 13-29:
- 199 |   let strm = Stream.of_string x in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -intf-suffix .ml -no-alias-deps -o parsing/.parsing.objs/native/g_constr.cmx -c -impl parsing/g_constr.ml)
- File "parsing/g_constr.mlg", line 46, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I printing/.printing.objs/byte -I printing/.printing.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -intf-suffix .ml -no-alias-deps -o printing/.printing.objs/native/proof_diffs.cmx -c -impl printing/proof_diffs.ml)
- File "printing/proof_diffs.ml", line 102, characters 15-31:
- 102 |     let istr = Stream.of_string s in
-                      ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I vernac/.vernac.objs/byte -I vernac/.vernac.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I printing/.printing.objs/byte -I printing/.printing.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -I tactics/.tactics.objs/byte -I tactics/.tactics.objs/native -intf-suffix .ml -no-alias-deps -o vernac/.vernac.objs/native/himsg.cmx -c -impl vernac/himsg.ml)
- File "vernac/himsg.ml", line 1428, characters 4-16:
- 1428 |   | Stream.Error txt -> hov 0 (str "Syntax error: " ++ str txt ++ str ".")
-            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I vernac/.vernac.objs/byte -I vernac/.vernac.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I printing/.printing.objs/byte -I printing/.printing.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -I tactics/.tactics.objs/byte -I tactics/.tactics.objs/native -intf-suffix .ml -no-alias-deps -o vernac/.vernac.objs/native/proof_using.cmx -c -impl vernac/proof_using.ml)
- File "vernac/proof_using.ml", line 210, characters 94-110:
- 210 | let using_from_string us = Pcoq.Entry.parse G_vernac.section_subset_expr (Pcoq.Parsable.make (Stream.of_string us))
-                                                                                                     ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I vernac/.vernac.objs/byte -I vernac/.vernac.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I printing/.printing.objs/byte -I printing/.printing.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -I tactics/.tactics.objs/byte -I tactics/.tactics.objs/native -intf-suffix .ml -no-alias-deps -o vernac/.vernac.objs/native/comInductive.cmx -c -impl vernac/comInductive.ml)
- File "vernac/comInductive.ml", line 365, characters 20-32:
- 365 |     Loc.raise ?loc (Stream.Error "pattern with quote not allowed here")
-                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I vernac/.vernac.objs/byte -I vernac/.vernac.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I printing/.printing.objs/byte -I printing/.printing.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -I tactics/.tactics.objs/byte -I tactics/.tactics.objs/native -intf-suffix .ml -no-alias-deps -o vernac/.vernac.objs/native/record.cmx -c -impl vernac/record.ml)
- File "vernac/record.ml", line 113, characters 20-32:
- 113 |     Loc.raise ?loc (Stream.Error "pattern with quote not allowed in record parameters")
-                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I vernac/.vernac.objs/byte -I vernac/.vernac.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I printing/.printing.objs/byte -I printing/.printing.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -I tactics/.tactics.objs/byte -I tactics/.tactics.objs/native -intf-suffix .ml -no-alias-deps -o vernac/.vernac.objs/native/vernacinterp.cmx -c -impl vernac/vernacinterp.ml)
- File "vernac/vernacinterp.ml", line 177, characters 9-26:
- 177 |         (Stream.of_channel in_chan) in
-                ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I toplevel/.toplevel.objs/byte -I toplevel/.toplevel.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I printing/.printing.objs/byte -I printing/.printing.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -I stm/.stm.objs/byte -I stm/.stm.objs/native -I sysinit/.sysinit.objs/byte -I sysinit/.sysinit.objs/native -I tactics/.tactics.objs/byte -I tactics/.tactics.objs/native -I vernac/.vernac.objs/byte -I vernac/.vernac.objs/native -intf-suffix .ml -no-alias-deps -o toplevel/.toplevel.objs/native/g_toplevel.cmx -c -impl toplevel/g_toplevel.ml)
- File "toplevel/g_toplevel.mlg", line 34, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I toplevel/.toplevel.objs/byte -I toplevel/.toplevel.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I printing/.printing.objs/byte -I printing/.printing.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -I stm/.stm.objs/byte -I stm/.stm.objs/native -I sysinit/.sysinit.objs/byte -I sysinit/.sysinit.objs/native -I tactics/.tactics.objs/byte -I tactics/.tactics.objs/native -I vernac/.vernac.objs/byte -I vernac/.vernac.objs/native -intf-suffix .ml -no-alias-deps -o toplevel/.toplevel.objs/native/vernac.cmx -c -impl toplevel/vernac.ml)
- File "toplevel/vernac.ml", line 93, characters 7-24:
- 93 |       (Stream.of_channel in_chan) in
-             ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I toplevel/.toplevel.objs/byte -I toplevel/.toplevel.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I printing/.printing.objs/byte -I printing/.printing.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -I stm/.stm.objs/byte -I stm/.stm.objs/native -I sysinit/.sysinit.objs/byte -I sysinit/.sysinit.objs/native -I tactics/.tactics.objs/byte -I tactics/.tactics.objs/native -I vernac/.vernac.objs/byte -I vernac/.vernac.objs/native -intf-suffix .ml -no-alias-deps -o toplevel/.toplevel.objs/native/coqloop.cmx -c -impl toplevel/coqloop.ml)
- File "toplevel/coqloop.ml", line 79, characters 37-48:
- 79 |   ibuf.tokens <- Pcoq.Parsable.make (Stream.from (prompt_char doc ic ibuf));
-                                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "toplevel/coqloop.ml", line 233, characters 33-47:
- 233 |     tokens = Pcoq.Parsable.make (Stream.of_list []);
-                                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- COQCBOOT  theories/Init/Notations.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I plugins/ltac/.ltac_plugin.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I pretyping/.pretyping.objs/byte -I printing/.printing.objs/byte -I proofs/.proofs.objs/byte -I stm/.stm.objs/byte -I sysinit/.sysinit.objs/byte -I tactics/.tactics.objs/byte -I vernac/.vernac.objs/byte -no-alias-deps -open Ltac_plugin -o plugins/ltac/.ltac_plugin.objs/byte/ltac_plugin__G_tactic.cmo -c -impl plugins/ltac/g_tactic.ml)
- File "plugins/ltac/g_tactic.mlg", line 33, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I plugins/ltac/.ltac_plugin.objs/byte -I plugins/ltac/.ltac_plugin.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I printing/.printing.objs/byte -I printing/.printing.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -I stm/.stm.objs/byte -I stm/.stm.objs/native -I sysinit/.sysinit.objs/byte -I sysinit/.sysinit.objs/native -I tactics/.tactics.objs/byte -I tactics/.tactics.objs/native -I vernac/.vernac.objs/byte -I vernac/.vernac.objs/native -intf-suffix .ml -no-alias-deps -open Ltac_plugin -o plugins/ltac/.ltac_plugin.objs/native/ltac_plugin__G_tactic.cmx -c -impl plugins/ltac/g_tactic.ml)
- File "plugins/ltac/g_tactic.mlg", line 33, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- COQCBOOT  theories/Init/Ltac.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQCBOOT  theories/Init/Logic.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQCBOOT  theories/Init/Datatypes.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQCBOOT  theories/Init/Logic_Type.v
- COQCBOOT  theories/Init/Specif.v
- COQCBOOT  theories/Init/Wf.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQCBOOT  theories/Init/Decimal.v
- COQCBOOT  theories/Init/Tactics.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQCBOOT  theories/Init/Hexadecimal.v
- COQCBOOT  theories/Init/Tauto.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQCBOOT  theories/Init/Number.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQCBOOT  theories/Init/Nat.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQCBOOT  theories/Init/Byte.v
- COQCBOOT  theories/Init/Peano.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQCBOOT  theories/Init/Prelude.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/ssr/ssrclasses.v
- COQC      theories/Program/Basics.v
- COQC      theories/Program/Tactics.v
- COQC      theories/Relations/Relation_Definitions.v
- COQC      theories/Bool/Bool.v
- COQC      theories/Numbers/BinNums.v
- COQC      theories/Logic/EqdepFacts.v
- COQC      theories/Logic/Decidable.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Bool/Sumbool.v
- COQC      theories/setoid_ring/Algebra_syntax.v
- COQC      theories/micromega/ZifyClasses.v
- COQC      theories/Logic/FunctionalExtensionality.v
- COQC      theories/Logic/PropExtensionalityFacts.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/Hurkens.v
- COQC      theories/Unicode/Utf8_core.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Cyclic/Abstract/CarryType.v
- COQC      theories/Floats/FloatClass.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Wellfounded/Inclusion.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Wellfounded/Inverse_Image.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/Eqdep.v
- COQC      theories/Sets/Relations_1.v
- COQC      theories/Sets/Permut.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Sets/Ensembles.v
- COQC      theories/Program/Utils.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/ProofIrrelevanceFacts.v
- COQC      theories/Program/Combinators.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/AltBinNotations.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/StrictProp.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/RelationalChoice.v
- COQC      theories/Logic/ExtensionalFunctionRepresentative.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/SetIsType.v
- COQC      theories/Logic/PropFacts.v
- COQC      theories/Logic/ExtensionalityFacts.v
- COQC      theories/Logic/Berardi.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/Adjointification.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Lists/Streams.v
- COQC      theories/Compat/Coq815.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Compat/AdmitAxiom.v
- COQC      theories/Bool/IfProp.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Bool/DecBool.v
- COQC      theories/Bool/BoolEq.v
- COQC      theories/ssr/ssrunder.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Classes/Init.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/Eqdep_dec.v
- COQC      theories/Relations/Relation_Operators.v
- COQC      theories/PArith/BinPosDef.v
- COQC      theories/Logic/HLevels.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Unicode/Utf8.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Cyclic/Int63/PrimInt63.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Wellfounded/Well_Ordering.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Sets/Uniset.v
- COQC      theories/Sets/Relations_1_facts.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Sets/Relations_2.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Sets/Constructive_sets.v
- COQC      theories/Sets/Partial_Order.v
- COQC      theories/Logic/JMeq.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/ProofIrrelevance.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Lists/StreamMemo.v
- COQC      theories/Compat/Coq814.v
- COQC      theories/Classes/RelationClasses.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Classes/CRelationClasses.v
- COQC      theories/Relations/Operators_Properties.v
- COQC      theories/Floats/PrimFloat.v
- COQC      theories/Wellfounded/Disjoint_Union.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Wellfounded/Transitive_Closure.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Sets/Relations_2_facts.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Sets/Relations_3.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Sets/Cpo.v
- COQC      theories/Sets/Finite_sets.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Program/Equality.v
- COQC      theories/ssrmatching/ssrmatching.v
- COQC      theories/Wellfounded/Lexicographic_Product.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Wellfounded/Union.v
- COQC      theories/Sets/Relations_3_facts.v
- COQC      theories/Sets/Powerset.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Relations/Relations.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Program/Subset.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Classes/CMorphisms.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Sets/Powerset_facts.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/ssr/ssrsetoid.v
- COQC      theories/Classes/Morphisms.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Classes/CEquivalence.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Classes/Morphisms_Prop.v
- COQC      theories/Classes/Equivalence.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Classes/SetoidTactics.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Setoids/Setoid.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Structures/Equalities.v
- COQC      theories/Numbers/NumPrelude.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Structures/Orders.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Structures/OrdersTac.v
- COQC      theories/Bool/BoolOrder.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Structures/OrdersFacts.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -open Gramlib -g -O3 -unbox-closures -I plugins/ssr/.ssreflect_plugin.objs/byte -I plugins/ssr/.ssreflect_plugin.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I plugins/ltac/.ltac_plugin.objs/byte -I plugins/ltac/.ltac_plugin.objs/native -I plugins/ssrmatching/.ssrmatching_plugin.objs/byte -I plugins/ssrmatching/.ssrmatching_plugin.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I printing/.printing.objs/byte -I printing/.printing.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -I stm/.stm.objs/byte -I stm/.stm.objs/native -I sysinit/.sysinit.objs/byte -I sysinit/.sysinit.objs/native -I tactics/.tactics.objs/byte -I tactics/.tactics.objs/native -I vernac/.vernac.objs/byte -I vernac/.vernac.objs/native -intf-suffix .ml -no-alias-deps -open Ssreflect_plugin -o plugins/ssr/.ssreflect_plugin.objs/native/ssreflect_plugin__Ssrparser.cmx -c -impl plugins/ssr/ssrparser.ml)
- File "plugins/ssr/ssrparser.mlg", line 263, characters 28-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 265, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 272, characters 24-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 274, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 276, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 283, characters 24-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 285, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 286, characters 15-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 294, characters 31-45:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 297, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 843, characters 33-47:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 852, characters 9-23:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 857, characters 12-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 858, characters 55-69:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 859, characters 45-59:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 2409, characters 37-51:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 2413, characters 17-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- COQC      theories/Structures/GenericMinMax.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/ssr/ssreflect.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/ssr/ssrfun.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/ssr/ssrbool.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/NatInt/NZAxioms.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/NatInt/NZBase.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/NatInt/NZAdd.v
- COQC      theories/Numbers/NatInt/NZOrder.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Numbers/NatInt/NZMul.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/NatInt/NZAddOrder.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Numbers/NatInt/NZMulOrder.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/NatInt/NZParity.v
- COQC      theories/Numbers/NatInt/NZPow.v
- COQC      theories/Numbers/NatInt/NZSqrt.v
- COQC      theories/Numbers/NatInt/NZDiv.v
- COQC      theories/Numbers/NatInt/NZGcd.v
- COQC      theories/Numbers/NatInt/NZProperties.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Numbers/NatInt/NZLog.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Numbers/NatInt/NZBits.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Numbers/Natural/Abstract/NAxioms.v
- COQC      theories/Numbers/Integer/Abstract/ZAxioms.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Natural/Abstract/NBase.v
- COQC      theories/Numbers/Integer/Abstract/ZBase.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Integer/Abstract/ZAdd.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Natural/Abstract/NAdd.v
- COQC      theories/Numbers/Natural/Abstract/NIso.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Natural/Abstract/NOrder.v
- COQC      theories/Numbers/Integer/Abstract/ZMul.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Integer/Abstract/ZLt.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Integer/Abstract/ZAddOrder.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Natural/Abstract/NAddOrder.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Natural/Abstract/NMulOrder.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Natural/Abstract/NSub.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Integer/Abstract/ZMulOrder.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/extraction/Extraction.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/extraction/ExtrOcamlBasic.v
- COQC      theories/extraction/ExtrHaskellBasic.v
- COQC      theories/Program/Wf.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Natural/Abstract/NMaxMin.v
- COQC      theories/Numbers/Natural/Abstract/NParity.v
- COQC      theories/Numbers/Natural/Abstract/NSqrt.v
- COQC      theories/Numbers/Natural/Abstract/NDiv.v
- COQC      theories/Numbers/Natural/Abstract/NGcd.v
- COQC      theories/Numbers/Natural/Abstract/NStrongRec.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Integer/Abstract/ZMaxMin.v
- COQC      theories/Numbers/Integer/Abstract/ZSgnAbs.v
- COQC      theories/Numbers/Integer/Abstract/ZParity.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Natural/Abstract/NPow.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Natural/Abstract/NLog.v
- COQC      theories/Numbers/Natural/Abstract/NLcm.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Natural/Abstract/NBits.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Integer/Abstract/ZPow.v
- COQC      theories/Numbers/Integer/Abstract/ZDivTrunc.v
- COQC      theories/Numbers/Integer/Abstract/ZDivFloor.v
- COQC      theories/Numbers/Integer/Abstract/ZGcd.v
- COQC      theories/Numbers/Integer/Abstract/ZDivEucl.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/funind/FunInd.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Numbers/Integer/Abstract/ZBits.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Integer/Abstract/ZLcm.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/derive/Derive.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Numbers/Natural/Abstract/NProperties.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Arith/PeanoNat.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Arith/Le.v
- COQC      theories/Lists/List.v
- COQC      theories/Arith/EqNat.v
- COQC      theories/Arith/Max.v
- COQC      theories/Arith/Min.v
- COQC      theories/Arith/Even.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Arith/Lt.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Arith/Plus.v
- COQC      theories/Arith/Minus.v
- COQC      theories/Arith/Between.v
- COQC      theories/Arith/Peano_dec.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/PArith/BinPos.v
- COQC      theories/Arith/Gt.v
- COQC      theories/Arith/Mult.v
- COQC      theories/Sets/Multiset.v
- COQC      theories/Numbers/NatInt/NZDomain.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Arith/Compare_dec.v
- COQC      theories/Arith/Factorial.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Arith/Div2.v
- COQC      theories/Numbers/Natural/Peano/NPeano.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Integer/Abstract/ZProperties.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Arith/Wf_nat.v
- COQC      theories/Arith/Bool_nat.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Arith/Arith_base.v
- COQC      theories/Logic/ClassicalFacts.v
- COQC      theories/funind/Recdef.v
- COQC      theories/Arith/Euclid.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Vectors/Fin.v
- COQC      theories/Arith/Compare.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/Classical_Prop.v
- COQC      theories/Logic/PropExtensionality.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Vectors/VectorDef.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/Classical_Pred_Type.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      user-contrib/Ltac2/Init.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/NArith/BinNatDef.v
- COQC      theories/PArith/Pnat.v
- COQC      theories/PArith/POrderedType.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      user-contrib/Ltac2/String.v
- COQC      user-contrib/Ltac2/Std.v
- COQC      user-contrib/Ltac2/Message.v
- COQC      user-contrib/Ltac2/Int.v
- COQC      user-contrib/Ltac2/Bool.v
- COQC      user-contrib/Ltac2/Char.v
- COQC      user-contrib/Ltac2/Constr.v
- COQC      user-contrib/Ltac2/Ident.v
- COQC      user-contrib/Ltac2/Ind.v
- COQC      user-contrib/Ltac2/Ltac1.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/Classical.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      user-contrib/Ltac2/Printf.v
- COQC      user-contrib/Ltac2/Control.v
- COQC      user-contrib/Ltac2/Env.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/NArith/BinNat.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      user-contrib/Ltac2/Pattern.v
- COQC      user-contrib/Ltac2/Option.v
- COQC      user-contrib/Ltac2/Array.v
- COQC      user-contrib/Ltac2/List.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/setoid_ring/BinList.v
- COQC      theories/Lists/ListTactics.v
- COQC      theories/Vectors/VectorSpec.v
- COQC      theories/micromega/Refl.v
- COQC      theories/rtauto/Bintree.v
- COQC      theories/Wellfounded/Lexicographic_Exponentiation.v
- COQC      theories/Sorting/Sorted.v
- COQC      theories/Lists/ListDec.v
- COQC      theories/Sets/Classical_sets.v
- COQC      theories/Numbers/NaryFunctions.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/WeakFan.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/ClassicalUniqueChoice.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Lists/ListSet.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      user-contrib/Ltac2/Fresh.v
- COQC      user-contrib/Ltac2/Notations.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      user-contrib/Ltac2/Ltac2.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/PArith/PArith.v
- COQC      theories/Sets/Powerset_Classical_facts.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Lists/SetoidList.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/FinFun.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/micromega/Tauto.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Wellfounded/Wellfounded.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/rtauto/Rtauto.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Vectors/VectorEq.v
- COQC      theories/Sets/Finite_sets_facts.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/setoid_ring/Ring_theory.v
- COQC      theories/ZArith/BinIntDef.v
- COQC      theories/NArith/Nnat.v
- COQC      theories/NArith/Ndiv_def.v
- COQC      theories/NArith/Nsqrt_def.v
- COQC      theories/NArith/Ngcd_def.v
- COQC      theories/Numbers/Natural/Binary/NBinary.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Vectors/Vector.v
- COQC      theories/Sorting/Permutation.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/ZArith/BinInt.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Bool/Bvector.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Sets/Image.v
- COQC      theories/Program/Syntax.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Strings/Byte.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Program/Program.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Sets/Infinite_sets.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Classes/RelationPairs.v
- COQC      theories/Structures/OrderedType.v
- COQC      theories/Structures/DecidableType.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Classes/SetoidClass.v
- COQC      theories/Classes/Morphisms_Relations.v
- COQC      theories/Classes/EquivDec.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Sorting/Mergesort.v
- COQC      theories/Sorting/CPermutation.v
- COQC      theories/Lists/SetoidPermutation.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Sets/Integers.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Structures/EqualitiesFacts.v
- COQC      theories/Numbers/Natural/Abstract/NDefOps.v
- COQC      theories/MSets/MSetInterface.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Sorting/Sorting.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Structures/OrdersAlt.v
- COQC      theories/Structures/OrderedTypeAlt.v
- COQC      theories/FSets/FSetInterface.v
- COQC      theories/FSets/FMapInterface.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/FSets/FMapWeakList.v
- COQC      theories/FSets/FMapList.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/FSets/FSetBridge.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Structures/OrdersLists.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/setoid_ring/Ring_polynom.v
- COQC      theories/ZArith/Zeven.v
- COQC      theories/ZArith/Zcompare.v
- COQC      theories/ZArith/Znat.v
- COQC      theories/ZArith/Zpow_def.v
- COQC      theories/micromega/Env.v
- COQC      theories/Numbers/Cyclic/Abstract/DoubleType.v
- COQC      theories/ZArith/Zpow_alt.v
- COQC      theories/ZArith/Zeuclid.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/ZArith/Int.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Numbers/Integer/Binary/ZBinary.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/MSets/MSetWeakList.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/MSets/MSetList.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/micromega/EnvRing.v
- COQC      theories/ZArith/Zorder.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/omega/OmegaLemmas.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/ZArith/ZArith_dec.v
- COQC      theories/ZArith/Zminmax.v
- COQC      theories/ZArith/Zmin.v
- COQC      theories/ZArith/Zmax.v
- COQC      theories/ZArith/auxiliary.v
- COQC      theories/ZArith/Zmisc.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/ZArith/Wf_Z.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/ZArith/Zbool.v
- COQC      theories/ZArith/Zabs.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/ZArith/Zhints.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/ZArith/ZArith_base.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/setoid_ring/Ncring.v
- COQC      theories/micromega/VarMap.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/setoid_ring/InitialRing.v
- COQC      theories/setoid_ring/Ncring_polynom.v
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I checker/.coq_checklib.objs/byte -I checker/.coq_checklib.objs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -intf-suffix .ml -no-alias-deps -open Coq_checklib -o checker/.coq_checklib.objs/native/coq_checklib__Checker.cmx -c -impl checker/checker.ml)
- File "checker/checker.ml", line 220, characters 4-18:
- 220 |   | Stream.Failure ->
-           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "checker/checker.ml", line 222, characters 4-16:
- 222 |   | Stream.Error txt ->
-           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/setoid_ring/Ring_tac.v
- COQC      theories/Strings/Ascii.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/setoid_ring/Ring_base.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/setoid_ring/Ring.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/setoid_ring/ZArithRing.v
- COQC      theories/setoid_ring/ArithRing.v
- COQC      theories/micromega/OrderedRing.v
- COQC      theories/setoid_ring/NArithRing.v
- COQC      theories/setoid_ring/Field_theory.v
- COQC      theories/Numbers/Integer/NatPairs/ZNatPairs.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Arith/Arith.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/ZArith/Zcomplements.v
- COQC      theories/micromega/Ztac.v
- COQC      theories/QArith/QArith_base.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/micromega/ZifyInst.v
- COQC      theories/Logic/ConstructiveEpsilon.v
- COQC      theories/extraction/ExtrOcamlNatInt.v
- COQC      theories/extraction/ExtrOcamlNatBigInt.v
- COQC      theories/extraction/ExtrHaskellNatNum.v
- COQC      theories/Bool/Zerob.v
- COQC      theories/MSets/MSetGenTree.v
- COQC      theories/Logic/WKL.v
- COQC      theories/Logic/ChoiceFacts.v
- COQC      theories/Classes/SetoidDec.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/ZArith/Zdiv.v
- COQC      theories/ZArith/Zpower.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/extraction/ExtrHaskellNatInteger.v
- COQC      theories/extraction/ExtrHaskellNatInt.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Strings/String.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/micromega/Zify.v
- COQC      theories/micromega/ZifyPow.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/omega/PreOmega.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/ZArith/Znumtheory.v
- COQC      theories/micromega/ZifyNat.v
- COQC      theories/micromega/ZifyN.v
- COQC      theories/Strings/ByteVector.v
- COQC      theories/extraction/ExtrOcamlChar.v
- COQC      theories/extraction/ExtrHaskellString.v
- COQC      theories/Structures/OrdersEx.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Strings/OctalString.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Strings/HexString.v
- COQC      theories/Strings/BinaryString.v
- COQC      theories/Numbers/HexadecimalString.v
- COQC      theories/Numbers/DecimalString.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Logic/ClassicalChoice.v
- COQC      theories/Logic/IndefiniteDescription.v
- COQC      theories/Logic/Epsilon.v
- COQC      theories/Logic/Diaconescu.v
- COQC      theories/Logic/Description.v
- COQC      theories/Logic/ClassicalEpsilon.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/micromega/DeclConstant.v
- COQC      theories/QArith/QOrderedType.v
- COQC      theories/extraction/ExtrOcamlString.v
- COQC      theories/extraction/ExtrOcamlNativeString.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/NArith/Ndigits.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Logic/SetoidChoice.v
- COQC      theories/Logic/ClassicalDescription.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/QArith/Qminmax.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/MSets/MSetAVL.v
- COQC      theories/MSets/MSetRBT.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/NArith/NArith.v
- COQC      theories/NArith/Ndec.v
- COQC      theories/NArith/Ndist.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/MSets/MSetPositive.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/micromega/RingMicromega.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/QArith/Qreduction.v
- COQC      theories/Structures/OrderedTypeEx.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/setoid_ring/Field_tac.v
- COQC      theories/Structures/DecidableTypeEx.v
- COQC      theories/FSets/FSetPositive.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/setoid_ring/Field.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/MSets/MSetFacts.v
- COQC      theories/FSets/FSetFacts.v
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/FSets/FMapFacts.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/micromega/ZCoeff.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/QArith/Qfield.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I lib/.lib.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -intf-suffix .ml -no-alias-deps -o lib/.lib.objs/byte/lStream.cmo -c -impl lib/lStream.ml)
- File "lib/lStream.ml", line 14, characters 12-20:
- 14 |   strm : 'a Stream.t;
-                  ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 26, characters 4-15:
- 26 |     Stream.from
-          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 35, characters 17-29:
- 35 | let count strm = Stream.count strm.strm
-                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 38, characters 16-28:
- 38 |   strm.fun_loc (Stream.count strm.strm)
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 57, characters 10-21:
- 57 |   let a = Stream.peek strm.strm in
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 58, characters 22-33:
- 58 |   if Option.has_some (Stream.peek strm.strm) then strm.max_peek <- max (Stream.count strm.strm + 1) strm.max_peek;
-                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 58, characters 72-84:
- 58 |   if Option.has_some (Stream.peek strm.strm) then strm.max_peek <- max (Stream.count strm.strm + 1) strm.max_peek;
-                                                                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 62, characters 10-22:
- 62 |   let l = Stream.npeek n strm.strm in
-                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 63, characters 24-36:
- 63 |   strm.max_peek <- max (Stream.count strm.strm + List.length l) strm.max_peek;
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 67, characters 13-25:
- 67 |   let list = Stream.npeek (n + 1) strm.strm in
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 70, characters 36-48:
- 70 |       x :: _, 0 -> strm.max_peek <- Stream.count strm.strm + n + 1; x
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 72, characters 32-44:
- 72 |     | [], p -> strm.max_peek <- Stream.count strm.strm + (n - p); raise Stream.Failure
-                                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 72, characters 72-86:
- 72 |     | [], p -> strm.max_peek <- Stream.count strm.strm + (n - p); raise Stream.Failure
-                                                                              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 76, characters 16-27:
- 76 | let junk strm = Stream.junk strm.strm
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/lStream.ml", line 78, characters 16-27:
- 78 | let next strm = Stream.next strm.strm
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I lib/.lib.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -intf-suffix .ml -no-alias-deps -o lib/.lib.objs/byte/coqProject_file.cmo -c -impl lib/coqProject_file.ml)
- File "lib/coqProject_file.ml", line 82, characters 35-46:
- 82 | let rec parse_string buf s = match Stream.next s with
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 90, characters 12-26:
- 90 | | exception Stream.Failure -> buffer buf
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 92, characters 32-43:
- 92 | and parse_string2 buf s = match Stream.next s with
-                                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 97, characters 12-26:
- 97 | | exception Stream.Failure -> raise (Parsing_error "unterminated string")
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 99, characters 33-44:
- 99 | and parse_skip_comment s = match Stream.next s with
-                                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 102, characters 12-26:
- 102 | | exception Stream.Failure -> ()
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 104, characters 34-45:
- 104 | and parse_args buf accu s = match Stream.next s with
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 116, characters 12-26:
- 116 | | exception Stream.Failure -> accu
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 123, characters 31-48:
- 123 |   let res = parse_args buf [] (Stream.of_channel c) in
-                                      ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I gramlib/.gramlib.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I lib/.lib.objs/byte -intf-suffix .ml -no-alias-deps -open Gramlib -o gramlib/.gramlib.objs/byte/gramlib__Plexing.cmo -c -impl gramlib/plexing.ml)
- File "gramlib/plexing.ml", line 5, characters 41-49:
- 5 | type 'te lexer_func = ?loc:Loc.t -> char Stream.t -> 'te LStream.t
-                                              ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I lib/.lib.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -intf-suffix .ml -no-alias-deps -o lib/.lib.objs/byte/util.cmo -c -impl lib/util.ml)
- File "lib/util.ml", line 126, characters 16-28:
- 126 |   try List.nth (Stream.npeek (n+1) st) n
-                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/util.ml", line 127, characters 26-40:
- 127 |   with Failure _ -> raise Stream.Failure
-                                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/util.ml", line 130, characters 11-22:
- 130 |   repeat n Stream.junk st
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- COQC      theories/QArith/Qring.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I gramlib/.gramlib.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I lib/.lib.objs/byte -intf-suffix .ml -no-alias-deps -open Gramlib -o gramlib/.gramlib.objs/byte/gramlib__Grammar.cmo -c -impl gramlib/grammar.ml)
- File "gramlib/grammar.ml", line 21, characters 34-42:
- 21 |     val make : ?loc:Loc.t -> char Stream.t -> t
-                                        ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1093, characters 15-29:
- 1093 |   | _ -> raise Stream.Failure
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1102, characters 15-29:
- 1102 |   | _ -> raise Stream.Failure
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1111, characters 27-41:
- 1111 |   | LocAct (_, _) -> raise Stream.Failure | DeadEnd -> raise Stream.Failure
-                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1111, characters 61-75:
- 1111 |   | LocAct (_, _) -> raise Stream.Failure | DeadEnd -> raise Stream.Failure
-                                                                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1115, characters 13-27:
- 1115 |   else raise Stream.Failure
-                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1121, characters 6-20:
- 1121 |       Stream.Failure -> raise (Stream.Error (tree_failed entry a symb son))
-              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1121, characters 31-43:
- 1121 |       Stream.Failure -> raise (Stream.Error (tree_failed entry a symb son))
-                                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1140, characters 4-18:
- 1140 |     Stream.Failure ->
-            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1147, characters 62-76:
- 1147 |         skip_if_empty bp (fun (strm__ : _ LStream.t) -> raise Stream.Failure)
-                                                                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1149, characters 11-25:
- 1149 |       with Stream.Failure ->
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1182, characters 52-66:
- 1182 |     DeadEnd -> (fun (strm__ : _ LStream.t) -> raise Stream.Failure)
-                                                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1193, characters 53-67:
- 1193 |            try Some (entry.estart alevn strm__) with Stream.Failure -> None
-                                                             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1203, characters 31-45:
- 1203 |             try p1 strm__ with Stream.Failure -> p2 strm__)
-                                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1213, characters 17-31:
- 1213 |                  Stream.Failure ->
-                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1214, characters 26-38:
- 1214 |                    raise (Stream.Error (tree_failed entry a s son))
-                                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1224, characters 43-57:
- 1224 |              match try Some (ps strm) with Stream.Failure -> None with
-                                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1227, characters 49-63:
- 1227 |                    (try Some (p1 bp a strm) with Stream.Failure -> None)
-                                                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1230, characters 34-46:
- 1230 |                  | None -> raise (Stream.Error (tree_failed entry a s son))
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1237, characters 4-18:
- 1237 |     Stream.Failure ->
-            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1265, characters 66-80:
- 1265 |         (match (try Some (tematch (LStream.peek_nth n strm)) with Stream.Failure -> None) with
-                                                                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1267, characters 44-58:
- 1267 |            (match try Some (p1 a strm) with Stream.Failure -> None with
-                                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1271, characters 42-56:
- 1271 |     | DeadEnd -> fun last_a strm -> raise Stream.Failure
-                                                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1277, characters 35-49:
- 1277 |            try Some (ps strm) with Stream.Failure ->
-                                           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1279, characters 87-101:
- 1279 |            try Some (parser_of_tree entry nlevn alevn (top_tree entry tree) strm) with Stream.Failure -> None
-                                                                                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1282, characters 26-38:
- 1282 |          | None -> raise (Stream.Error (tree_failed entry last_a (Stoken last_tok) tree))
-                                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1289, characters 20-34:
- 1289 |     | None -> raise Stream.Failure
-                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1297, characters 43-57:
- 1297 |         match try Some (ps al strm__) with Stream.Failure -> None with
-                                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1307, characters 40-54:
- 1307 |         match try Some (pt strm__) with Stream.Failure -> None with
-                                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1311, characters 16-30:
- 1311 |                 Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1312, characters 25-37:
- 1312 |                   raise (Stream.Error (symb_failed entry v sep symb))
-                                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1318, characters 44-58:
- 1318 |          match try Some (ps [] strm__) with Stream.Failure -> None with
-                                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1325, characters 40-54:
- 1325 |         match try Some (pt strm__) with Stream.Failure -> None with
-                                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1328, characters 44-58:
- 1328 |               (try Some (ps al strm__) with Stream.Failure -> None)
-                                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1336, characters 44-58:
- 1336 |          match try Some (ps [] strm__) with Stream.Failure -> None with
-                                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1342, characters 43-57:
- 1342 |         match try Some (ps al strm__) with Stream.Failure -> None with
-                                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1353, characters 40-54:
- 1353 |         match try Some (pt strm__) with Stream.Failure -> None with
-                                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1357, characters 16-30:
- 1357 |                 Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1360, characters 22-36:
- 1360 |                       Stream.Failure ->
-                              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1361, characters 31-43:
- 1361 |                         raise (Stream.Error (symb_failed entry v sep symb))
-                                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1375, characters 40-54:
- 1375 |         match try Some (pt strm__) with Stream.Failure -> None with
-                                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1378, characters 44-58:
- 1378 |               (try Some (ps al strm__) with Stream.Failure -> None)
-                                                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1384, characters 20-34:
- 1384 |                     Stream.Failure -> None
-                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1397, characters 41-55:
- 1397 |          match try Some (ps strm__) with Stream.Failure -> None with
-                                                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1421, characters 20-34:
- 1421 |     | None -> raise Stream.Failure
-                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1466, characters 52-66:
- 1466 |     [] -> (fun levn (strm__ : _ LStream.t) -> raise Stream.Failure)
-                                                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1502, characters 50-64:
- 1502 |                   match try Some (p2 strm__) with Stream.Failure -> None with
-                                                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1523, characters 57-71:
- 1523 |     [] -> (fun levn bp a (strm__ : _ LStream.t) -> raise Stream.Failure)
-                                                                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1542, characters 16-30:
- 1542 |                 Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1553, characters 37-51:
- 1553 |          try p levn bp a strm__ with Stream.Failure -> a)
-                                             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1554, characters 63-77:
- 1554 |   | Dparser p -> fun levn bp a (strm__ : _ LStream.t) -> raise Stream.Failure
-                                                                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1557, characters 9-21:
- 1557 |   raise (Stream.Error ("entry [" ^ ename ^ "] is empty"))
-                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1622, characters 6-20:
- 1622 |       Stream.Failure ->
-              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1625, characters 6-18:
- 1625 |     | Stream.Error _ as exc ->
-              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1624, characters 22-34:
- 1624 |       Loc.raise ~loc (Stream.Error ("illegal begin of " ^ entry.ename))
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1662, characters 51-65:
- 1662 |         (fun _ _ _ (strm__ : _ LStream.t) -> raise Stream.Failure);
-                                                           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1675, characters 51-65:
- 1675 |         (fun _ _ _ (strm__ : _ LStream.t) -> raise Stream.Failure);
-                                                           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1763, characters 55-69:
- 1763 |     e.estart <- (fun _ (strm__ : _ LStream.t) -> raise Stream.Failure);
-                                                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1764, characters 62-76:
- 1764 |     e.econtinue <- (fun _ _ _ (strm__ : _ LStream.t) -> raise Stream.Failure);
-                                                                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- COQC      theories/QArith/QArith.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/FSets/FSetDecide.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/MSets/MSetDecide.v
- COQC      theories/FSets/FSetCompat.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I interp/.interp.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I pretyping/.pretyping.objs/byte -intf-suffix .ml -no-alias-deps -o interp/.interp.objs/byte/numTok.cmo -c -impl interp/numTok.ml)
- File "interp/numTok.ml", line 124, characters 33-44:
- 124 |     let rec number len s = match Stream.peek s with
-                                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 125, characters 32-43:
- 125 |       | Some ('0'..'9' as c) -> Stream.junk s; number (store len c) s
-                                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 126, characters 40-51:
- 126 |       | Some ('_' as c) when len > 0 -> Stream.junk s; number (store len c) s
-                                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 129, characters 37-48:
- 129 |     let rec hex_number len s = match Stream.peek s with
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 131, characters 9-20:
- 131 |          Stream.junk s; hex_number (store len c) s
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 133, characters 9-20:
- 133 |          Stream.junk s; hex_number (store len c) s
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 137, characters 12-24:
- 137 |       match Stream.npeek 3 s with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 139, characters 9-20:
- 139 |          Stream.junk s; Stream.junk s; Stream.junk s;
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 139, characters 24-35:
- 139 |          Stream.junk s; Stream.junk s; Stream.junk s;
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 139, characters 39-50:
- 139 |          Stream.junk s; Stream.junk s; Stream.junk s;
-                                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 144, characters 17-29:
- 144 |       match hex, Stream.npeek 2 s with
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 146, characters 9-20:
- 146 |          Stream.junk s; Stream.junk s; get_buff (hex_number (store 0 c) s)
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 146, characters 24-35:
- 146 |          Stream.junk s; Stream.junk s; get_buff (hex_number (store 0 c) s)
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 148, characters 9-20:
- 148 |          Stream.junk s; Stream.junk s; get_buff (number (store 0 c) s)
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 148, characters 24-35:
- 148 |          Stream.junk s; Stream.junk s; get_buff (number (store 0 c) s)
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 151, characters 17-29:
- 151 |       match hex, Stream.npeek 2 s with
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 154, characters 9-20:
- 154 |          Stream.junk s; Stream.junk s; get_buff (number (store (store 0 e) c) s)
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 154, characters 24-35:
- 154 |          Stream.junk s; Stream.junk s; get_buff (number (store (store 0 e) c) s)
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 157, characters 21-33:
- 157 |          begin match Stream.npeek 3 s with
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 159, characters 12-23:
- 159 |             Stream.junk s; Stream.junk s; Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 159, characters 27-38:
- 159 |             Stream.junk s; Stream.junk s; Stream.junk s;
-                                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 159, characters 42-53:
- 159 |             Stream.junk s; Stream.junk s; Stream.junk s;
-                                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 174, characters 17-33:
- 174 |       let strm = Stream.of_string (s ^ "  ") in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 176, characters 9-21:
- 176 |       if Stream.count strm >= String.length s then Some n else None
-                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 260, characters 17-33:
- 260 |       let strm = Stream.of_string (s ^ "  ") in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 262, characters 18-29:
- 262 |         | '-' -> (Stream.junk strm; SMinus)
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 263, characters 18-29:
- 263 |         | '+' -> (Stream.junk strm; SPlus)
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/numTok.ml", line 266, characters 9-21:
- 266 |       if Stream.count strm >= String.length s then Some (sign,n) else None
-                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- COQC      theories/micromega/ZMicromega.v
- COQC      theories/QArith/Qabs.v
- COQC      theories/QArith/Qround.v
- COQC      theories/micromega/QMicromega.v
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I engine/.engine.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -intf-suffix .ml -no-alias-deps -o engine/.engine.objs/byte/evarutil.cmo -c -impl engine/evarutil.ml)
- File "engine/evarutil.ml", line 124, characters 10-18:
- 124 |   let m = E.create () in
-                 ^^^^^^^^
- Alert old_ephemeron_api: E.create
- This function won't be available in 5.0
- File "engine/evarutil.ml", line 125, characters 19-29:
- 125 |   fun x y -> match E.get_key1 m, E.get_key2 m with
-                          ^^^^^^^^^^
- Alert old_ephemeron_api: E.get_key1
- This function won't be available in 5.0
- File "engine/evarutil.ml", line 125, characters 33-43:
- 125 |   fun x y -> match E.get_key1 m, E.get_key2 m with
-                                        ^^^^^^^^^^
- Alert old_ephemeron_api: E.get_key2
- This function won't be available in 5.0
- File "engine/evarutil.ml", line 126, characters 60-70:
- 126 |   | Some x', Some y' when x == x' && y == y' -> Option.get (E.get_data m)
-                                                                   ^^^^^^^^^^
- Alert old_ephemeron_api: E.get_data
- This function won't be available in 5.0
- File "engine/evarutil.ml", line 127, characters 26-36:
- 127 |   | _ -> let r = f x y in E.set_key1 m x; E.set_key2 m y; E.set_data m r; r
-                                 ^^^^^^^^^^
- Alert old_ephemeron_api: E.set_key1
- This function won't be available in 5.0
- File "engine/evarutil.ml", line 127, characters 42-52:
- 127 |   | _ -> let r = f x y in E.set_key1 m x; E.set_key2 m y; E.set_data m r; r
-                                                 ^^^^^^^^^^
- Alert old_ephemeron_api: E.set_key2
- This function won't be available in 5.0
- File "engine/evarutil.ml", line 127, characters 58-68:
- 127 |   | _ -> let r = f x y in E.set_key1 m x; E.set_key2 m y; E.set_data m r; r
-                                                                 ^^^^^^^^^^
- Alert old_ephemeron_api: E.set_data
- This function won't be available in 5.0
- COQC      theories/QArith/Qcanon.v
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I parsing/.parsing.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I pretyping/.pretyping.objs/byte -intf-suffix .ml -no-alias-deps -o parsing/.parsing.objs/byte/tok.cmo -c -impl parsing/tok.ml)
- File "parsing/tok.ml", line 144, characters 21-35:
- 144 |   let err () = raise Stream.Failure in
-                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I interp/.interp.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I pretyping/.pretyping.objs/byte -intf-suffix .ml -no-alias-deps -o interp/.interp.objs/byte/constrexpr_ops.cmo -c -impl interp/constrexpr_ops.ml)
- File "interp/constrexpr_ops.ml", line 575, characters 24-36:
- 575 |         Loc.raise ?loc (Stream.Error "pattern with quote not allowed after fix")
-                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I parsing/.parsing.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I pretyping/.pretyping.objs/byte -intf-suffix .ml -no-alias-deps -o parsing/.parsing.objs/byte/pcoq.cmo -c -impl parsing/pcoq.ml)
- File "parsing/pcoq.ml", line 22, characters 21-35:
- 22 |   let err () = raise Stream.Failure
-                           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/pcoq.ml", line 199, characters 13-29:
- 199 |   let strm = Stream.of_string x in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I printing/.printing.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I pretyping/.pretyping.objs/byte -I proofs/.proofs.objs/byte -intf-suffix .ml -no-alias-deps -o printing/.printing.objs/byte/proof_diffs.cmo -c -impl printing/proof_diffs.ml)
- File "printing/proof_diffs.ml", line 102, characters 15-31:
- 102 |     let istr = Stream.of_string s in
-                      ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I vernac/.vernac.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I pretyping/.pretyping.objs/byte -I printing/.printing.objs/byte -I proofs/.proofs.objs/byte -I tactics/.tactics.objs/byte -intf-suffix .ml -no-alias-deps -o vernac/.vernac.objs/byte/proof_using.cmo -c -impl vernac/proof_using.ml)
- File "vernac/proof_using.ml", line 210, characters 94-110:
- 210 | let using_from_string us = Pcoq.Entry.parse G_vernac.section_subset_expr (Pcoq.Parsable.make (Stream.of_string us))
-                                                                                                     ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I parsing/.parsing.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I pretyping/.pretyping.objs/byte -intf-suffix .ml -no-alias-deps -o parsing/.parsing.objs/byte/cLexer.cmo -c -impl parsing/cLexer.ml)
- File "parsing/cLexer.ml", line 162, characters 11-23:
- 162 |   let bp = Stream.count cs in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 163, characters 2-13:
- 163 |   Stream.junk cs; (* consume the char to avoid read it and fail again *)
-         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 175, characters 28-39:
- 175 | let njunk n = Util.repeat n Stream.junk
-                                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 188, characters 12-24:
- 188 |       match Stream.npeek 2 cs with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 194, characters 12-24:
- 194 |       match Stream.npeek 3 cs with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 201, characters 17-29:
- 201 |       else match Stream.npeek 4 cs with
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 213, characters 8-19:
- 213 |   match Stream.peek cs with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 225, characters 30-41:
- 225 |   let rec loop_symb s = match Stream.peek s with
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 227, characters 8-19:
- 227 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 232, characters 23-34:
- 232 |         | AsciiChar -> Stream.junk s; loop_symb s
-                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 235, characters 13-29:
- 235 |   loop_symb (Stream.of_string str)
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 238, characters 35-46:
- 238 |   let rec loop_id intail s = match Stream.peek s with
-                                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 240, characters 8-19:
- 240 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 243, characters 8-19:
- 243 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 254, characters 17-33:
- 254 |   loop_id false (Stream.of_string str)
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 296, characters 39-50:
- 296 |   if n>0 then nstore (n-1) (store len (Stream.next cs)) cs else len
-                                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 308, characters 37-48:
- 308 | let rec ident_tail loc len s = match Stream.peek s with
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 310, characters 6-17:
- 310 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 318, characters 62-74:
- 318 |           let u = String.concat "" (List.map (String.make 1) (Stream.npeek n s)) in
-                                                                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 332, characters 48-59:
- 332 | let rec string loc ~comm_level bp len s = match Stream.peek s with
-                                                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 334, characters 6-17:
- 334 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 336, characters 14-25:
- 336 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 337, characters 22-33:
- 337 |           Some '"' -> Stream.junk s; true
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 342, characters 6-17:
- 342 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 343, characters 22-33:
- 343 |       (fun s -> match Stream.peek s with
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 345, characters 8-19:
- 345 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 353, characters 6-17:
- 353 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 354, characters 22-33:
- 354 |       (fun s -> match Stream.peek s with
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 356, characters 12-23:
- 356 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 367, characters 4-15:
- 367 |     Stream.junk s;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 368, characters 13-25:
- 368 |     let ep = Stream.count s in
-                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 378, characters 6-17:
- 378 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 381, characters 14-26:
- 381 |       let _ = Stream.empty s in
-                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 382, characters 15-27:
- 382 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 435, characters 12-24:
- 435 |   let bp2 = Stream.count s in
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 436, characters 8-19:
- 436 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 438, characters 6-17:
- 438 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 441, characters 16-27:
- 441 |           match Stream.peek s with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 443, characters 14-25:
- 443 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 446, characters 13-27:
- 446 |         with Stream.Failure -> raise (Stream.Error "")
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 446, characters 38-50:
- 446 |         with Stream.Failure -> raise (Stream.Error "")
-                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 450, characters 6-17:
- 450 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 452, characters 14-25:
- 452 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 453, characters 22-33:
- 453 |           Some ')' -> Stream.junk s; push_string "*)"; loc
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 455, characters 11-25:
- 455 |       with Stream.Failure -> raise (Stream.Error "")
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 455, characters 36-48:
- 455 |       with Stream.Failure -> raise (Stream.Error "")
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 458, characters 6-17:
- 458 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 463, characters 20-32:
- 463 |     match try Some (Stream.empty s) with Stream.Failure -> None with
-                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 463, characters 41-55:
- 463 |     match try Some (Stream.empty s) with Stream.Failure -> None with
-                                                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 465, characters 15-27:
- 465 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 469, characters 16-27:
- 469 |           match Stream.peek s with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 471, characters 14-25:
- 471 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 472, characters 23-35:
- 472 |               let ep = Stream.count s in
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 475, characters 14-25:
- 475 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 477, characters 23-37:
- 477 |           | _ -> raise Stream.Failure
-                              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 484, characters 54-66:
- 484 |   try progress_from_byte loc last nj tt cs (List.nth (Stream.npeek (nj+1) cs) nj)
-                                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 503, characters 36-48:
- 503 |       match Util.List.skipn (nj+1) (Stream.npeek (nj+n) cs) with
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 517, characters 8-19:
- 517 |   match Stream.peek cs with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 528, characters 16-30:
- 528 |     | exception Stream.Failure -> n, List.make n b, List.make n e
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 531, characters 24-38:
- 531 |   if len = 0 then raise Stream.Failure
-                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 540, characters 17-31:
- 540 |     | _ -> raise Stream.Failure
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 545, characters 14-25:
- 545 |       let c = Stream.next s in
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 548, characters 10-24:
- 548 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 548, characters 35-47:
- 548 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 550, characters 40-52:
- 550 |       get_buff len, set_loc_pos loc bp (Stream.count s)
-                                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 558, characters 43-54:
- 558 |       let commit1 c = Buffer.add_char b c; Stream.junk s in
-                                                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 561, characters 14-26:
- 561 |         match Stream.npeek lenmarker s with
-                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 570, characters 48-60:
- 570 |               let loc = bump_loc_line_last loc (Stream.count s) in
-                                                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 574, characters 63-77:
- 574 |               if not dot_gobbling && blank_or_eof s then raise Stream.Failure;
-                                                                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 579, characters 22-36:
- 579 |         | [] -> raise Stream.Failure
-                             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 582, characters 45-57:
- 582 |       Buffer.contents b, set_loc_pos loc bp (Stream.count s)
-                                                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 589, characters 15-27:
- 589 |       let l' = Stream.npeek (i + 1) s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 599, characters 6-17:
- 599 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 608, characters 15-27:
- 608 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 616, characters 10-21:
- 616 |     match Stream.peek cs with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 617, characters 30-41:
- 617 |     | Some c' when c == c' -> Stream.junk cs; aux (n+1) cs
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 618, characters 57-69:
- 618 |     | _ -> BULLET (String.make n c), set_loc_pos loc bp (Stream.count cs)
-                                                                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 625, characters 11-23:
- 625 |   let ep = Stream.count cs in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 646, characters 50-61:
- 646 | let parse_after_dot ~diff_mode loc c bp s = match Stream.peek s with
-                                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 648, characters 6-17:
- 648 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 651, characters 10-24:
- 651 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 651, characters 35-47:
- 651 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 656, characters 17-29:
- 656 |         let ep = Stream.count s in
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 665, characters 21-33:
- 665 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 673, characters 8-19:
- 673 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 685, characters 11-23:
- 685 |   let bp = Stream.count s in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 686, characters 8-19:
- 686 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 688, characters 6-17:
- 688 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 689, characters 15-27:
- 689 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 692, characters 6-17:
- 692 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 695, characters 6-17:
- 695 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 698, characters 10-24:
- 698 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 698, characters 35-47:
- 698 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 706, characters 21-33:
- 706 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 714, characters 6-17:
- 714 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 721, characters 6-17:
- 721 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 722, characters 15-27:
- 722 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 726, characters 6-17:
- 726 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 729, characters 10-24:
- 729 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 729, characters 35-47:
- 729 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 735, characters 17-29:
- 735 |         let ep = Stream.count s in
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 742, characters 17-29:
- 742 |         let ep = Stream.count s in
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 745, characters 6-17:
- 745 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 748, characters 10-24:
- 748 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 748, characters 35-47:
- 748 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 750, characters 15-27:
- 750 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 754, characters 6-17:
- 754 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 756, characters 14-25:
- 756 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 758, characters 12-23:
- 758 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 759, characters 21-33:
- 759 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 762, characters 12-23:
- 762 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 767, characters 11-25:
- 767 |       with Stream.Failure -> raise (Stream.Error "")
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 767, characters 36-48:
- 767 |       with Stream.Failure -> raise (Stream.Error "")
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 770, characters 6-17:
- 770 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 771, characters 15-27:
- 771 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 785, characters 23-35:
- 785 |               let ep = Stream.count s in
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 788, characters 53-64:
- 788 |             let t = process_chars ~diff_mode loc bp (Stream.next s) s in
-                                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I toplevel/.toplevel.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I pretyping/.pretyping.objs/byte -I printing/.printing.objs/byte -I proofs/.proofs.objs/byte -I stm/.stm.objs/byte -I sysinit/.sysinit.objs/byte -I tactics/.tactics.objs/byte -I vernac/.vernac.objs/byte -intf-suffix .ml -no-alias-deps -o toplevel/.toplevel.objs/byte/vernac.cmo -c -impl toplevel/vernac.ml)
- File "toplevel/vernac.ml", line 93, characters 7-24:
- 93 |       (Stream.of_channel in_chan) in
-             ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I vernac/.vernac.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I pretyping/.pretyping.objs/byte -I printing/.printing.objs/byte -I proofs/.proofs.objs/byte -I tactics/.tactics.objs/byte -intf-suffix .ml -no-alias-deps -o vernac/.vernac.objs/byte/vernacinterp.cmo -c -impl vernac/vernacinterp.ml)
- File "vernac/vernacinterp.ml", line 177, characters 9-26:
- 177 |         (Stream.of_channel in_chan) in
-                ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I vernac/.vernac.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I pretyping/.pretyping.objs/byte -I printing/.printing.objs/byte -I proofs/.proofs.objs/byte -I tactics/.tactics.objs/byte -intf-suffix .ml -no-alias-deps -o vernac/.vernac.objs/byte/comInductive.cmo -c -impl vernac/comInductive.ml)
- File "vernac/comInductive.ml", line 365, characters 20-32:
- 365 |     Loc.raise ?loc (Stream.Error "pattern with quote not allowed here")
-                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I toplevel/.toplevel.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I pretyping/.pretyping.objs/byte -I printing/.printing.objs/byte -I proofs/.proofs.objs/byte -I stm/.stm.objs/byte -I sysinit/.sysinit.objs/byte -I tactics/.tactics.objs/byte -I vernac/.vernac.objs/byte -intf-suffix .ml -no-alias-deps -o toplevel/.toplevel.objs/byte/coqloop.cmo -c -impl toplevel/coqloop.ml)
- File "toplevel/coqloop.ml", line 79, characters 37-48:
- 79 |   ibuf.tokens <- Pcoq.Parsable.make (Stream.from (prompt_char doc ic ibuf));
-                                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "toplevel/coqloop.ml", line 233, characters 33-47:
- 233 |     tokens = Pcoq.Parsable.make (Stream.of_list []);
-                                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I vernac/.vernac.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I pretyping/.pretyping.objs/byte -I printing/.printing.objs/byte -I proofs/.proofs.objs/byte -I tactics/.tactics.objs/byte -intf-suffix .ml -no-alias-deps -o vernac/.vernac.objs/byte/record.cmo -c -impl vernac/record.ml)
- File "vernac/record.ml", line 113, characters 20-32:
- 113 |     Loc.raise ?loc (Stream.Error "pattern with quote not allowed in record parameters")
-                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I vernac/.vernac.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I pretyping/.pretyping.objs/byte -I printing/.printing.objs/byte -I proofs/.proofs.objs/byte -I tactics/.tactics.objs/byte -intf-suffix .ml -no-alias-deps -o vernac/.vernac.objs/byte/himsg.cmo -c -impl vernac/himsg.ml)
- File "vernac/himsg.ml", line 1428, characters 4-16:
- 1428 |   | Stream.Error txt -> hov 0 (str "Syntax error: " ++ str txt ++ str ".")
-            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I interp/.interp.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I pretyping/.pretyping.objs/byte -intf-suffix .ml -no-alias-deps -o interp/.interp.objs/byte/constrintern.cmo -c -impl interp/constrintern.ml)
- File "interp/constrintern.ml", line 585, characters 22-34:
- 585 |       Loc.raise ?loc (Stream.Error "pattern with quote not allowed here")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- COQC      theories/FSets/FSetWeakList.v
- COQC      theories/FSets/FSetList.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/FSets/FSetProperties.v
- COQC      theories/micromega/Lqa.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/Reals/Abstract/ConstructiveReals.v
- COQC      theories/QArith/Qcabs.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/MSets/MSetProperties.v
- Warning: Cannot open directory _build_vo/default//lib/coq/../coq-core/plugins
- [cannot-open-dir,filesystem]
- COQC      theories/micromega/Lia.v
- COQC      theories/micromega/ZArith_hints.v
- COQC      theories/ZArith/Zpow_facts.v
- COQC      theories/ZArith/Zgcd_alt.v
- COQC      theories/ZArith/Zwf.v
- COQC      theories/ZArith/Zquot.v
- COQC      theories/Sorting/PermutSetoid.v
- COQC      theories/Compat/Coq813.v
- COQC      theories/Arith/Cantor.v
- COQC      theories/ZArith/ZArith.v
- COQC      theories/QArith/Qpower.v
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -open Gramlib -g -bin-annot -I plugins/ssr/.ssreflect_plugin.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I plugins/ltac/.ltac_plugin.objs/byte -I plugins/ssrmatching/.ssrmatching_plugin.objs/byte -I pretyping/.pretyping.objs/byte -I printing/.printing.objs/byte -I proofs/.proofs.objs/byte -I stm/.stm.objs/byte -I sysinit/.sysinit.objs/byte -I tactics/.tactics.objs/byte -I vernac/.vernac.objs/byte -intf-suffix .ml -no-alias-deps -open Ssreflect_plugin -o plugins/ssr/.ssreflect_plugin.objs/byte/ssreflect_plugin__Ssrparser.cmo -c -impl plugins/ssr/ssrparser.ml)
- File "plugins/ssr/ssrparser.mlg", line 263, characters 28-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 265, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 272, characters 24-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 274, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 276, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 283, characters 24-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 285, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 286, characters 15-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 294, characters 31-45:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 297, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 843, characters 33-47:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 852, characters 9-23:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 857, characters 12-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 858, characters 55-69:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 859, characters 45-59:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 2409, characters 37-51:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 2413, characters 17-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- COQC      theories/Reals/Cauchy/PosExtra.v
- COQC      theories/Reals/Cauchy/ConstructiveExtra.v
- COQC      theories/Numbers/Cyclic/Int63/Uint63.v
- COQC      theories/micromega/ZifyBool.v
- COQC      theories/micromega/ZifyComparison.v
- COQC      theories/extraction/ExtrOcamlZInt.v
- COQC      theories/extraction/ExtrOcamlZBigInt.v
- COQC      theories/extraction/ExtrOcamlIntConv.v
- COQC      theories/Floats/SpecFloat.v
- COQC      theories/extraction/ExtrHaskellZNum.v
- COQC      theories/Classes/DecidableClass.v
- COQC      theories/ZArith/Zdigits.v
- COQC      theories/Numbers/HexadecimalFacts.v
- COQC      theories/Numbers/DecimalFacts.v
- COQC      theories/Numbers/Cyclic/Abstract/CyclicAxioms.v
- COQC      theories/Numbers/Cyclic/Int31/Int31.v
- COQC      theories/FSets/FSetAVL.v
- COQC      theories/FSets/FMapPositive.v
- COQC      theories/FSets/FMapAVL.v
- COQC      theories/Sorting/PermutEq.v
- COQC      theories/Sorting/Heap.v
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/extraction/ExtrHaskellZInteger.v
- COQC      theories/extraction/ExtrHaskellZInt.v
- COQC      theories/btauto/Algebra.v
- COQC      theories/FSets/FSetEqProperties.v
- COQC      theories/FSets/FSetToFiniteSet.v
- COQC      theories/Reals/Abstract/ConstructiveAbs.v
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I ide/coqide/.idetop.eobjs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I ide/coqide/protocol/.protocol.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I pretyping/.pretyping.objs/byte -I printing/.printing.objs/byte -I proofs/.proofs.objs/byte -I stm/.stm.objs/byte -I sysinit/.sysinit.objs/byte -I tactics/.tactics.objs/byte -I toplevel/.toplevel.objs/byte -I vernac/.vernac.objs/byte -no-alias-deps -o ide/coqide/.idetop.eobjs/byte/dune__exe__Idetop.cmo -c -impl ide/coqide/idetop.ml)
- File "ide/coqide/idetop.ml", line 85, characters 36-52:
- 85 |   let pa = Pcoq.Parsable.make ~loc (Stream.of_string s) in
-                                          ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "ide/coqide/idetop.ml", line 112, characters 31-47:
- 112 |   let pa = Pcoq.Parsable.make (Stream.of_string s) in
-                                      ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "ide/coqide/idetop.ml", line 118, characters 31-47:
- 118 |   let pa = Pcoq.Parsable.make (Stream.of_string phrase) in
-                                      ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- COQC      theories/Reals/Cauchy/QExtra.v
- COQC      theories/MSets/MSetToFiniteSet.v
- COQC      theories/Numbers/Cyclic/ZModulo/ZModulo.v
- COQC      theories/Numbers/Cyclic/Int31/Cyclic31.v
- COQC      theories/Numbers/Cyclic/Abstract/NZCyclic.v
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -O3 -unbox-closures -I ide/coqide/.idetop.eobjs/byte -I ide/coqide/.idetop.eobjs/native -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I ide/coqide/protocol/.protocol.objs/byte -I ide/coqide/protocol/.protocol.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I printing/.printing.objs/byte -I printing/.printing.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -I stm/.stm.objs/byte -I stm/.stm.objs/native -I sysinit/.sysinit.objs/byte -I sysinit/.sysinit.objs/native -I tactics/.tactics.objs/byte -I tactics/.tactics.objs/native -I toplevel/.toplevel.objs/byte -I toplevel/.toplevel.objs/native -I vernac/.vernac.objs/byte -I vernac/.vernac.objs/native -intf-suffix .ml -no-alias-deps -o ide/coqide/.idetop.eobjs/native/dune__exe__Idetop.cmx -c -impl ide/coqide/idetop.ml)
- File "ide/coqide/idetop.ml", line 85, characters 36-52:
- 85 |   let pa = Pcoq.Parsable.make ~loc (Stream.of_string s) in
-                                          ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "ide/coqide/idetop.ml", line 112, characters 31-47:
- 112 |   let pa = Pcoq.Parsable.make (Stream.of_string s) in
-                                      ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "ide/coqide/idetop.ml", line 118, characters 31-47:
- 118 |   let pa = Pcoq.Parsable.make (Stream.of_string phrase) in
-                                      ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- COQC      theories/FSets/FMaps.v
- COQC      theories/MSets/MSetEqProperties.v
- COQC      theories/FSets/FSets.v
- COQC      theories/Reals/Cauchy/ConstructiveCauchyReals.v
- COQC      theories/btauto/Reflect.v
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- COQC      theories/Numbers/DecimalPos.v
- COQC      theories/Numbers/DecimalNat.v
- COQC      theories/Reals/Abstract/ConstructiveLimits.v
- COQC      theories/btauto/Btauto.v
- COQC      theories/MSets/MSets.v
- COQC      theories/setoid_ring/Ncring_initial.v
- COQC      theories/Numbers/DecimalN.v
- COQC      theories/Numbers/DecimalZ.v
- COQC      theories/Numbers/HexadecimalPos.v
- COQC      theories/Numbers/HexadecimalNat.v
- COQC      theories/Numbers/DecimalQ.v
- COQC      theories/micromega/ZifyUint63.v
- COQC      theories/Numbers/Cyclic/Int63/Int63.v
- COQC      theories/Array/PArray.v
- COQC      theories/Floats/FloatOps.v
- COQC      theories/Numbers/Cyclic/Int63/Cyclic63.v
- COQC      theories/Numbers/Cyclic/Int31/Ring31.v
- COQC      theories/Reals/Cauchy/ConstructiveCauchyRealsMult.v
- COQC      theories/extraction/ExtrOCamlPArray.v
- COQC      theories/Floats/FloatAxioms.v
- COQC      theories/Numbers/Cyclic/Int63/Sint63.v
- COQC      theories/micromega/ZifyInt63.v
- COQC      theories/Numbers/Cyclic/Int63/Ring63.v
- COQC      theories/Reals/Abstract/ConstructiveLUB.v
- COQC      theories/Reals/Abstract/ConstructiveRealsMorphisms.v
- COQC      theories/micromega/ZifySint63.v
- COQC      theories/extraction/ExtrOCamlInt63.v
- COQC      theories/Reals/Abstract/ConstructiveSum.v
- COQC      theories/Reals/Abstract/ConstructiveMinMax.v
- COQC      theories/setoid_ring/Ncring_tac.v
- COQC      theories/Reals/Abstract/ConstructivePower.v
- COQC      theories/FSets/FMapFullAVL.v
- COQC      theories/Numbers/HexadecimalN.v
- COQC      theories/Numbers/HexadecimalZ.v
- COQC      theories/Numbers/HexadecimalQ.v
- COQC      theories/setoid_ring/Cring.v
- COQC      theories/setoid_ring/Integral_domain.v
- COQC      theories/Reals/Cauchy/ConstructiveCauchyAbs.v
- COQC      theories/setoid_ring/Rings_Z.v
- COQC      theories/setoid_ring/Rings_Q.v
- COQC      theories/nsatz/NsatzTactic.v
- COQC      theories/Reals/Cauchy/ConstructiveRcomplete.v
- COQC      theories/Reals/ClassicalDedekindReals.v
- COQC      theories/Reals/Rdefinitions.v
- COQC      theories/Reals/Raxioms.v
- COQC      theories/Reals/Rpow_def.v
- COQC      theories/Numbers/HexadecimalR.v
- COQC      theories/Numbers/DecimalR.v
- COQC      theories/setoid_ring/RealField.v
- COQC      theories/Reals/ClassicalConstructiveReals.v
- COQC      theories/Reals/RIneq.v
- COQC      theories/Reals/DiscrR.v
- COQC      theories/Reals/R_Ifp.v
- COQC      theories/Reals/SplitRmult.v
- COQC      theories/QArith/Qreals.v
- COQC      theories/Reals/Rlogic.v
- COQC      theories/Reals/Rbase.v
- COQC      theories/Reals/Rbasic_fun.v
- COQC      theories/Reals/ROrderedType.v
- COQC      theories/Reals/R_sqr.v
- COQC      theories/Reals/SplitAbsolu.v
- COQC      theories/Reals/ArithProp.v
- COQC      theories/Reals/Rminmax.v
- COQC      theories/Reals/Rfunctions.v
- COQC      theories/Reals/Rseries.v
- COQC      theories/micromega/RMicromega.v
- COQC      theories/Reals/Rregisternames.v
- COQC      theories/Reals/RList.v
- COQC      theories/Reals/Runcountable.v
- COQC      theories/Reals/SeqProp.v
- COQC      theories/micromega/Lra.v
- COQC      theories/micromega/MExtraction.v
- COQC      theories/Reals/Rlimit.v
- COQC      theories/micromega/Fourier_util.v
- COQC      theories/micromega/Psatz.v
- COQC      theories/Reals/Rcomplete.v
- COQC      theories/micromega/Fourier.v
- COQC      theories/Floats/FloatLemmas.v
- COQC      theories/Reals/Rderiv.v
- COQC      theories/Reals/PartSum.v
- COQC      theories/Reals/Ranalysis1.v
- COQC      theories/Floats/Floats.v
- COQC      theories/Reals/AltSeries.v
- COQC      theories/Reals/Binomial.v
- COQC      theories/Reals/Rsigma.v
- COQC      theories/Reals/Cauchy_prod.v
- COQC      theories/Reals/Alembert.v
- COQC      theories/extraction/ExtrOCamlFloats.v
- COQC      theories/Reals/Rtopology.v
- COQC      theories/Reals/Ranalysis2.v
- COQC      theories/Reals/Rprod.v
- COQC      theories/Reals/SeqSeries.v
- COQC      theories/Reals/Ranalysis3.v
- COQC      theories/Reals/MVT.v
- COQC      theories/Reals/Rtrigo_fun.v
- COQC      theories/Reals/Rsqrt_def.v
- COQC      theories/Reals/PSeries_reg.v
- COQC      theories/Reals/Rtrigo_def.v
- COQC      theories/Reals/R_sqrt.v
- COQC      theories/Reals/Rtrigo_alt.v
- COQC      theories/Reals/Cos_rel.v
- COQC      theories/Reals/Sqrt_reg.v
- COQC      theories/Reals/Cos_plus.v
- COQC      theories/Reals/Rtrigo1.v
- COQC      theories/Reals/Exp_prop.v
- COQC      theories/Reals/Rtrigo_reg.v
- COQC      theories/Reals/Rtrigo_calc.v
- COQC      theories/Reals/Rgeom.v
- COQC      theories/Reals/Ranalysis4.v
- COQC      theories/Reals/Rpower.v
- COQC      theories/Reals/Ranalysis_reg.v
- COQC      theories/Reals/Rtrigo_facts.v
- COQC      theories/Reals/RiemannInt_SF.v
- COQC      theories/Reals/RiemannInt.v
- COQC      theories/Reals/Ranalysis5.v
- COQC      theories/Reals/Ratan.v
- COQC      theories/Reals/Machin.v
- COQC      theories/Reals/Rtrigo.v
- COQC      theories/Reals/Ranalysis.v
- COQC      theories/Reals/NewtonInt.v
- COQC      theories/Reals/Integration.v
- COQC      theories/Reals/Reals.v
- COQC      theories/setoid_ring/Rings_R.v
- COQC      theories/nsatz/Nsatz.v
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/coq.8.15.2'
-> compiled  coq.8.15.2
Processing 76/78: [coq: make install]
+ /usr/bin/make "COQ_USE_DUNE=" "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/coq.8.15.2)
- /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/coq.8.15.2'
- DUNE      sources
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- dune install --display=quiet --release  --mandir=""/home/opam/.opam/4.14/man"" --prefix=""/home/opam/.opam/4.14"" --etcdir=""/home/opam/.opam/4.14/lib/coq/config"" --docdir=""/home/opam/.opam/4.14/doc/coq"" coq-core
- dune install --display=quiet --release  --mandir=""/home/opam/.opam/4.14/man"" --prefix=""/home/opam/.opam/4.14"" --etcdir=""/home/opam/.opam/4.14/lib/coq/config"" --docdir=""/home/opam/.opam/4.14/doc/coq"" coqide-server
- INSTALL   VOFILES
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/coq.8.15.2'
-> installed coq.8.15.2
Processing 77/78: [coq-serapi: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "coq-serapi" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/coq-serapi.8.15.0+0.15.1)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -bin-annot -I serapi/.serapi.objs/byte -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/coq-core/boot -I /home/opam/.opam/4.14/lib/coq-core/clib -I /home/opam/.opam/4.14/lib/coq-core/config -I /home/opam/.opam/4.14/lib/coq-core/engine -I /home/opam/.opam/4.14/lib/coq-core/gramlib -I /home/opam/.opam/4.14/lib/coq-core/interp -I /home/opam/.opam/4.14/lib/coq-core/kernel -I /home/opam/.opam/4.14/lib/coq-core/lib -I /home/opam/.opam/4.14/lib/coq-core/library -I /home/opam/.opam/4.14/lib/coq-core/parsing -I /home/opam/.opam/4.14/lib/coq-core/plugins/ltac -I /home/opam/.opam/4.14/lib/coq-core/pretyping -I /home/opam/.opam/4.14/lib/coq-core/printing -I /home/opam/.opam/4.14/lib/coq-core/proofs -I /home/opam/.opam/4.14/lib/coq-core/stm -I /home/opam/.opam/4.14/lib/coq-core/sysinit -I /home/opam/.opam/4.14/lib/coq-core/tactics -I /home/opam/.opam/4.14/lib/coq-core/vernac -I /home/opam/.opam/4.14/lib/coq-core/vm -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/zarith -intf-suffix .ml -no-alias-deps -open Serapi -o serapi/.serapi.objs/byte/serapi__Serapi_protocol.cmo -c -impl serapi/serapi_protocol.ml)
- File "serapi/serapi_protocol.ml", line 604, characters 51-67:
- 604 |   | Vernac q       -> let pa = Pcoq.Parsable.make (Stream.of_string q) in
-                                                          ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "serapi/serapi_protocol.ml", line 708, characters 33-49:
- 708 |     let pa = Pcoq.Parsable.make (Stream.of_string sent) in
-                                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "serapi/serapi_protocol.ml", line 715, characters 33-49:
- 715 |     let pa = Pcoq.Parsable.make (Stream.of_string sent) in
-                                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "serapi/serapi_protocol.ml", line 940, characters 19-35:
- 940 |         let istr = Stream.of_string input in
-                          ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -I serapi/.serapi.objs/byte -I serapi/.serapi.objs/native -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/coq-core/boot -I /home/opam/.opam/4.14/lib/coq-core/clib -I /home/opam/.opam/4.14/lib/coq-core/config -I /home/opam/.opam/4.14/lib/coq-core/engine -I /home/opam/.opam/4.14/lib/coq-core/gramlib -I /home/opam/.opam/4.14/lib/coq-core/interp -I /home/opam/.opam/4.14/lib/coq-core/kernel -I /home/opam/.opam/4.14/lib/coq-core/lib -I /home/opam/.opam/4.14/lib/coq-core/library -I /home/opam/.opam/4.14/lib/coq-core/parsing -I /home/opam/.opam/4.14/lib/coq-core/plugins/ltac -I /home/opam/.opam/4.14/lib/coq-core/pretyping -I /home/opam/.opam/4.14/lib/coq-core/printing -I /home/opam/.opam/4.14/lib/coq-core/proofs -I /home/opam/.opam/4.14/lib/coq-core/stm -I /home/opam/.opam/4.14/lib/coq-core/sysinit -I /home/opam/.opam/4.14/lib/coq-core/tactics -I /home/opam/.opam/4.14/lib/coq-core/vernac -I /home/opam/.opam/4.14/lib/coq-core/vm -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/zarith -intf-suffix .ml -no-alias-deps -open Serapi -o serapi/.serapi.objs/native/serapi__Serapi_protocol.cmx -c -impl serapi/serapi_protocol.ml)
- File "serapi/serapi_protocol.ml", line 604, characters 51-67:
- 604 |   | Vernac q       -> let pa = Pcoq.Parsable.make (Stream.of_string q) in
-                                                          ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "serapi/serapi_protocol.ml", line 708, characters 33-49:
- 708 |     let pa = Pcoq.Parsable.make (Stream.of_string sent) in
-                                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "serapi/serapi_protocol.ml", line 715, characters 33-49:
- 715 |     let pa = Pcoq.Parsable.make (Stream.of_string sent) in
-                                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "serapi/serapi_protocol.ml", line 940, characters 19-35:
- 940 |         let istr = Stream.of_string input in
-                          ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -bin-annot -I sertop/.sertop_bin.eobjs/byte -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/coq-core/boot -I /home/opam/.opam/4.14/lib/coq-core/clib -I /home/opam/.opam/4.14/lib/coq-core/config -I /home/opam/.opam/4.14/lib/coq-core/engine -I /home/opam/.opam/4.14/lib/coq-core/gramlib -I /home/opam/.opam/4.14/lib/coq-core/interp -I /home/opam/.opam/4.14/lib/coq-core/kernel -I /home/opam/.opam/4.14/lib/coq-core/lib -I /home/opam/.opam/4.14/lib/coq-core/library -I /home/opam/.opam/4.14/lib/coq-core/parsing -I /home/opam/.opam/4.14/lib/coq-core/plugins/ltac -I /home/opam/.opam/4.14/lib/coq-core/pretyping -I /home/opam/.opam/4.14/lib/coq-core/printing -I /home/opam/.opam/4.14/lib/coq-core/proofs -I /home/opam/.opam/4.14/lib/coq-core/stm -I /home/opam/.opam/4.14/lib/coq-core/sysinit -I /home/opam/.opam/4.14/lib/coq-core/tactics -I /home/opam/.opam/4.14/lib/coq-core/vernac -I /home/opam/.opam/4.14/lib/coq-core/vm -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zarith -I serapi/.serapi.objs/byte -I serlib/.serlib.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I sertop/.sertop.objs/byte -no-alias-deps -open Dune__exe -o sertop/.sertop_bin.eobjs/byte/dune__exe__Sertop_bin.cmo -c -impl sertop/sertop_bin.ml)
- File "sertop/sertop_bin.ml", line 84, characters 2-11:
- 84 |   Term.info "sertop" ~version:sertop_version ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sertop_bin.ml", line 87, characters 8-17:
- 87 |   match Term.eval sertop_cmd with
-              ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -bin-annot -I sertop/.sertop_bin.eobjs/byte -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/coq-core/boot -I /home/opam/.opam/4.14/lib/coq-core/clib -I /home/opam/.opam/4.14/lib/coq-core/config -I /home/opam/.opam/4.14/lib/coq-core/engine -I /home/opam/.opam/4.14/lib/coq-core/gramlib -I /home/opam/.opam/4.14/lib/coq-core/interp -I /home/opam/.opam/4.14/lib/coq-core/kernel -I /home/opam/.opam/4.14/lib/coq-core/lib -I /home/opam/.opam/4.14/lib/coq-core/library -I /home/opam/.opam/4.14/lib/coq-core/parsing -I /home/opam/.opam/4.14/lib/coq-core/plugins/ltac -I /home/opam/.opam/4.14/lib/coq-core/pretyping -I /home/opam/.opam/4.14/lib/coq-core/printing -I /home/opam/.opam/4.14/lib/coq-core/proofs -I /home/opam/.opam/4.14/lib/coq-core/stm -I /home/opam/.opam/4.14/lib/coq-core/sysinit -I /home/opam/.opam/4.14/lib/coq-core/tactics -I /home/opam/.opam/4.14/lib/coq-core/vernac -I /home/opam/.opam/4.14/lib/coq-core/vm -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zarith -I serapi/.serapi.objs/byte -I serlib/.serlib.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I sertop/.sertop.objs/byte -no-alias-deps -open Dune__exe -o sertop/.sertop_bin.eobjs/byte/dune__exe__Sertok.cmo -c -impl sertop/sertok.ml)
- File "sertop/sertok.ml", line 100, characters 16-33:
- 100 |   let in_strm = Stream.of_channel in_chan in
-                       ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "sertop/sertok.ml", line 119, characters 17-33:
- 119 |       let sstr = Stream.of_string istr in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "sertop/sertok.ml", line 214, characters 4-13:
- 214 |     Term.info "sertok" ~version:sertok_version ~doc:sertok_doc ~man:sertok_man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sertok.ml", line 217, characters 12-21:
- 217 |   try match Term.eval ~catch:false sertok_cmd with
-                   ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -bin-annot -I sertop/.sertop_bin.eobjs/byte -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/coq-core/boot -I /home/opam/.opam/4.14/lib/coq-core/clib -I /home/opam/.opam/4.14/lib/coq-core/config -I /home/opam/.opam/4.14/lib/coq-core/engine -I /home/opam/.opam/4.14/lib/coq-core/gramlib -I /home/opam/.opam/4.14/lib/coq-core/interp -I /home/opam/.opam/4.14/lib/coq-core/kernel -I /home/opam/.opam/4.14/lib/coq-core/lib -I /home/opam/.opam/4.14/lib/coq-core/library -I /home/opam/.opam/4.14/lib/coq-core/parsing -I /home/opam/.opam/4.14/lib/coq-core/plugins/ltac -I /home/opam/.opam/4.14/lib/coq-core/pretyping -I /home/opam/.opam/4.14/lib/coq-core/printing -I /home/opam/.opam/4.14/lib/coq-core/proofs -I /home/opam/.opam/4.14/lib/coq-core/stm -I /home/opam/.opam/4.14/lib/coq-core/sysinit -I /home/opam/.opam/4.14/lib/coq-core/tactics -I /home/opam/.opam/4.14/lib/coq-core/vernac -I /home/opam/.opam/4.14/lib/coq-core/vm -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zarith -I serapi/.serapi.objs/byte -I serlib/.serlib.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I sertop/.sertop.objs/byte -no-alias-deps -open Dune__exe -o sertop/.sertop_bin.eobjs/byte/dune__exe__Sercomp.cmo -c -impl sertop/sercomp.ml)
- File "sertop/sercomp.ml", line 83, characters 21-38:
- 83 |        let in_strm = Stream.of_channel in_chan in
-                           ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "sertop/sercomp.ml", line 234, characters 4-13:
- 234 |     Term.info "sercomp" ~version:sercomp_version ~doc:sercomp_doc ~man:sercomp_man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sercomp.ml", line 237, characters 12-21:
- 237 |   try match Term.eval ~catch:false sercomp_cmd with
-                   ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -bin-annot -I sertop/.sertop_bin.eobjs/byte -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/coq-core/boot -I /home/opam/.opam/4.14/lib/coq-core/clib -I /home/opam/.opam/4.14/lib/coq-core/config -I /home/opam/.opam/4.14/lib/coq-core/engine -I /home/opam/.opam/4.14/lib/coq-core/gramlib -I /home/opam/.opam/4.14/lib/coq-core/interp -I /home/opam/.opam/4.14/lib/coq-core/kernel -I /home/opam/.opam/4.14/lib/coq-core/lib -I /home/opam/.opam/4.14/lib/coq-core/library -I /home/opam/.opam/4.14/lib/coq-core/parsing -I /home/opam/.opam/4.14/lib/coq-core/plugins/ltac -I /home/opam/.opam/4.14/lib/coq-core/pretyping -I /home/opam/.opam/4.14/lib/coq-core/printing -I /home/opam/.opam/4.14/lib/coq-core/proofs -I /home/opam/.opam/4.14/lib/coq-core/stm -I /home/opam/.opam/4.14/lib/coq-core/sysinit -I /home/opam/.opam/4.14/lib/coq-core/tactics -I /home/opam/.opam/4.14/lib/coq-core/vernac -I /home/opam/.opam/4.14/lib/coq-core/vm -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zarith -I serapi/.serapi.objs/byte -I serlib/.serlib.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I sertop/.sertop.objs/byte -no-alias-deps -open Dune__exe -o sertop/.sertop_bin.eobjs/byte/dune__exe__Sername.cmo -c -impl sertop/sername.ml)
- File "sertop/sername.ml", line 97, characters 19-35:
- 97 |      let in_strm = Stream.of_string sent in
-                         ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "sertop/sername.ml", line 221, characters 4-13:
- 221 |     Term.info "sername" ~version:sername_version ~doc:sername_doc ~man:sername_man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sername.ml", line 224, characters 12-21:
- 224 |   try match Term.eval ~catch:false sername_cmd with
-                   ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -I sertop/.sertop_bin.eobjs/byte -I sertop/.sertop_bin.eobjs/native -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/coq-core/boot -I /home/opam/.opam/4.14/lib/coq-core/clib -I /home/opam/.opam/4.14/lib/coq-core/config -I /home/opam/.opam/4.14/lib/coq-core/engine -I /home/opam/.opam/4.14/lib/coq-core/gramlib -I /home/opam/.opam/4.14/lib/coq-core/interp -I /home/opam/.opam/4.14/lib/coq-core/kernel -I /home/opam/.opam/4.14/lib/coq-core/lib -I /home/opam/.opam/4.14/lib/coq-core/library -I /home/opam/.opam/4.14/lib/coq-core/parsing -I /home/opam/.opam/4.14/lib/coq-core/plugins/ltac -I /home/opam/.opam/4.14/lib/coq-core/pretyping -I /home/opam/.opam/4.14/lib/coq-core/printing -I /home/opam/.opam/4.14/lib/coq-core/proofs -I /home/opam/.opam/4.14/lib/coq-core/stm -I /home/opam/.opam/4.14/lib/coq-core/sysinit -I /home/opam/.opam/4.14/lib/coq-core/tactics -I /home/opam/.opam/4.14/lib/coq-core/vernac -I /home/opam/.opam/4.14/lib/coq-core/vm -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zarith -I serapi/.serapi.objs/byte -I serapi/.serapi.objs/native -I serlib/.serlib.objs/byte -I serlib/.serlib.objs/native -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/native -I sertop/.sertop.objs/byte -I sertop/.sertop.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o sertop/.sertop_bin.eobjs/native/dune__exe__Sertop_bin.cmx -c -impl sertop/sertop_bin.ml)
- File "sertop/sertop_bin.ml", line 84, characters 2-11:
- 84 |   Term.info "sertop" ~version:sertop_version ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sertop_bin.ml", line 87, characters 8-17:
- 87 |   match Term.eval sertop_cmd with
-              ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -I sertop/.sertop_bin.eobjs/byte -I sertop/.sertop_bin.eobjs/native -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/coq-core/boot -I /home/opam/.opam/4.14/lib/coq-core/clib -I /home/opam/.opam/4.14/lib/coq-core/config -I /home/opam/.opam/4.14/lib/coq-core/engine -I /home/opam/.opam/4.14/lib/coq-core/gramlib -I /home/opam/.opam/4.14/lib/coq-core/interp -I /home/opam/.opam/4.14/lib/coq-core/kernel -I /home/opam/.opam/4.14/lib/coq-core/lib -I /home/opam/.opam/4.14/lib/coq-core/library -I /home/opam/.opam/4.14/lib/coq-core/parsing -I /home/opam/.opam/4.14/lib/coq-core/plugins/ltac -I /home/opam/.opam/4.14/lib/coq-core/pretyping -I /home/opam/.opam/4.14/lib/coq-core/printing -I /home/opam/.opam/4.14/lib/coq-core/proofs -I /home/opam/.opam/4.14/lib/coq-core/stm -I /home/opam/.opam/4.14/lib/coq-core/sysinit -I /home/opam/.opam/4.14/lib/coq-core/tactics -I /home/opam/.opam/4.14/lib/coq-core/vernac -I /home/opam/.opam/4.14/lib/coq-core/vm -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zarith -I serapi/.serapi.objs/byte -I serapi/.serapi.objs/native -I serlib/.serlib.objs/byte -I serlib/.serlib.objs/native -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/native -I sertop/.sertop.objs/byte -I sertop/.sertop.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o sertop/.sertop_bin.eobjs/native/dune__exe__Sertok.cmx -c -impl sertop/sertok.ml)
- File "sertop/sertok.ml", line 100, characters 16-33:
- 100 |   let in_strm = Stream.of_channel in_chan in
-                       ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "sertop/sertok.ml", line 119, characters 17-33:
- 119 |       let sstr = Stream.of_string istr in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "sertop/sertok.ml", line 214, characters 4-13:
- 214 |     Term.info "sertok" ~version:sertok_version ~doc:sertok_doc ~man:sertok_man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sertok.ml", line 217, characters 12-21:
- 217 |   try match Term.eval ~catch:false sertok_cmd with
-                   ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -I sertop/.sertop_bin.eobjs/byte -I sertop/.sertop_bin.eobjs/native -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/coq-core/boot -I /home/opam/.opam/4.14/lib/coq-core/clib -I /home/opam/.opam/4.14/lib/coq-core/config -I /home/opam/.opam/4.14/lib/coq-core/engine -I /home/opam/.opam/4.14/lib/coq-core/gramlib -I /home/opam/.opam/4.14/lib/coq-core/interp -I /home/opam/.opam/4.14/lib/coq-core/kernel -I /home/opam/.opam/4.14/lib/coq-core/lib -I /home/opam/.opam/4.14/lib/coq-core/library -I /home/opam/.opam/4.14/lib/coq-core/parsing -I /home/opam/.opam/4.14/lib/coq-core/plugins/ltac -I /home/opam/.opam/4.14/lib/coq-core/pretyping -I /home/opam/.opam/4.14/lib/coq-core/printing -I /home/opam/.opam/4.14/lib/coq-core/proofs -I /home/opam/.opam/4.14/lib/coq-core/stm -I /home/opam/.opam/4.14/lib/coq-core/sysinit -I /home/opam/.opam/4.14/lib/coq-core/tactics -I /home/opam/.opam/4.14/lib/coq-core/vernac -I /home/opam/.opam/4.14/lib/coq-core/vm -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zarith -I serapi/.serapi.objs/byte -I serapi/.serapi.objs/native -I serlib/.serlib.objs/byte -I serlib/.serlib.objs/native -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/native -I sertop/.sertop.objs/byte -I sertop/.sertop.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o sertop/.sertop_bin.eobjs/native/dune__exe__Sercomp.cmx -c -impl sertop/sercomp.ml)
- File "sertop/sercomp.ml", line 83, characters 21-38:
- 83 |        let in_strm = Stream.of_channel in_chan in
-                           ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "sertop/sercomp.ml", line 234, characters 4-13:
- 234 |     Term.info "sercomp" ~version:sercomp_version ~doc:sercomp_doc ~man:sercomp_man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sercomp.ml", line 237, characters 12-21:
- 237 |   try match Term.eval ~catch:false sercomp_cmd with
-                   ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -rectypes -g -ppx '.ppx/57e0400f3b219ff4fc65d1fbd820e35d/ppx.exe --as-ppx' -I sertop/.sertop_bin.eobjs/byte -I sertop/.sertop_bin.eobjs/native -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/coq-core/boot -I /home/opam/.opam/4.14/lib/coq-core/clib -I /home/opam/.opam/4.14/lib/coq-core/config -I /home/opam/.opam/4.14/lib/coq-core/engine -I /home/opam/.opam/4.14/lib/coq-core/gramlib -I /home/opam/.opam/4.14/lib/coq-core/interp -I /home/opam/.opam/4.14/lib/coq-core/kernel -I /home/opam/.opam/4.14/lib/coq-core/lib -I /home/opam/.opam/4.14/lib/coq-core/library -I /home/opam/.opam/4.14/lib/coq-core/parsing -I /home/opam/.opam/4.14/lib/coq-core/plugins/ltac -I /home/opam/.opam/4.14/lib/coq-core/pretyping -I /home/opam/.opam/4.14/lib/coq-core/printing -I /home/opam/.opam/4.14/lib/coq-core/proofs -I /home/opam/.opam/4.14/lib/coq-core/stm -I /home/opam/.opam/4.14/lib/coq-core/sysinit -I /home/opam/.opam/4.14/lib/coq-core/tactics -I /home/opam/.opam/4.14/lib/coq-core/vernac -I /home/opam/.opam/4.14/lib/coq-core/vm -I /home/opam/.opam/4.14/lib/findlib -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zarith -I serapi/.serapi.objs/byte -I serapi/.serapi.objs/native -I serlib/.serlib.objs/byte -I serlib/.serlib.objs/native -I serlib/plugins/ltac/.serlib_ltac.objs/byte -I serlib/plugins/ltac/.serlib_ltac.objs/native -I sertop/.sertop.objs/byte -I sertop/.sertop.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o sertop/.sertop_bin.eobjs/native/dune__exe__Sername.cmx -c -impl sertop/sername.ml)
- File "sertop/sername.ml", line 97, characters 19-35:
- 97 |      let in_strm = Stream.of_string sent in
-                         ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "sertop/sername.ml", line 221, characters 4-13:
- 221 |     Term.info "sername" ~version:sername_version ~doc:sername_doc ~man:sername_man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "sertop/sername.ml", line 224, characters 12-21:
- 224 |   try match Term.eval ~catch:false sername_cmd with
-                   ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled  coq-serapi.8.15.0+0.15.1
-> installed coq-serapi.8.15.0+0.15.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:26.25 ---> saved as "90b38a47e25de051409995d1394bb914a5b4f07cbe098661bd2be1c1890ea5c1"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u coq-serapi:2b17ad029ee0001593d374410b256cf4,sexplib:287e209b57fc104c523b48d4d4c33496,ppx_import:782794a1ef5c196602047150838ac7b4,ppx_deriving_yojson:e509dd64a06fbd52d49d18ceafd80641,ppx_deriving:29440fd3cdf42b5a3a9ae3faa51f1733"))
2024-09-12 19:26.30 ---> saved as "e9cc1365b3cfc6e6a10fb553d04327b641ee58bc1c14b9c095d6cb81e0fefe09"

/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.455554') && (for DATA in prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1,ppx_deriving.5.2.1-29440fd3cdf42b5a3a9ae3faa51f1733,ppx_deriving.5.2.1 prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1,ppx_deriving_yojson.3.6.1-e509dd64a06fbd52d49d18ceafd80641,ppx_deriving_yojson.3.6.1 prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1,ppx_import.1.9.1-782794a1ef5c196602047150838ac7b4,ppx_import.1.9.1 prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0,sexplib.v0.14.0-287e209b57fc104c523b48d4d4c33496,sexplib.v0.14.0 prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1,coq-serapi.8.15.0+0.15.1-2b17ad029ee0001593d374410b256cf4,coq-serapi.8.15.0+0.15.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1,ppx_deriving.5.2.1-29440fd3cdf42b5a3a9ae3faa51f1733,ppx_deriving.5.2.1 prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1,ppx_deriving_yojson.3.6.1-e509dd64a06fbd52d49d18ceafd80641,ppx_deriving_yojson.3.6.1 prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1,ppx_import.1.9.1-782794a1ef5c196602047150838ac7b4,ppx_import.1.9.1 prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0,sexplib.v0.14.0-287e209b57fc104c523b48d4d4c33496,sexplib.v0.14.0 prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1,coq-serapi.8.15.0+0.15.1-2b17ad029ee0001593d374410b256cf4,coq-serapi.8.15.0+0.15.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1,ppx_deriving.5.2.1-29440fd3cdf42b5a3a9ae3faa51f1733,ppx_deriving.5.2.1 prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1,ppx_deriving_yojson.3.6.1-e509dd64a06fbd52d49d18ceafd80641,ppx_deriving_yojson.3.6.1 prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1,ppx_import.1.9.1-782794a1ef5c196602047150838ac7b4,ppx_import.1.9.1 prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0,sexplib.v0.14.0-287e209b57fc104c523b48d4d4c33496,sexplib.v0.14.0 prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1,coq-serapi.8.15.0+0.15.1-2b17ad029ee0001593d374410b256cf4,coq-serapi.8.15.0+0.15.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.455554
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/doc/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/doc/ppx_deriving/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/doc/ppx_deriving/CHANGELOG.md
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/doc/ppx_deriving/LICENSE.txt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/doc/ppx_deriving/README.md
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/META
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/api/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/api/ppx_deriving_api.ocamlobjinfo
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/api/ppx_deriving.cmi
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/api/ppx_deriving.cmt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/api/ppx_deriving.cmti
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/create/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/create/ppx_deriving_create.ocamlobjinfo
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/create/ppx_deriving_create.cmi
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/create/ppx_deriving_create.cmt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/dune-package
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/enum/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/enum/ppx_deriving_enum.ocamlobjinfo
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/enum/ppx_deriving_enum.cmi
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/enum/ppx_deriving_enum.cmt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/eq/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/eq/ppx_deriving_eq.ocamlobjinfo
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/eq/ppx_deriving_eq.cmi
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/eq/ppx_deriving_eq.cmt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/fold/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/fold/ppx_deriving_fold.ocamlobjinfo
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/fold/ppx_deriving_fold.cmi
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/fold/ppx_deriving_fold.cmt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/iter/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/iter/ppx_deriving_iter.ocamlobjinfo
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/iter/ppx_deriving_iter.cmi
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/iter/ppx_deriving_iter.cmt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/make/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/make/ppx_deriving_make.ocamlobjinfo
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/make/ppx_deriving_make.cmi
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/make/ppx_deriving_make.cmt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/map/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/map/ppx_deriving_map.ocamlobjinfo
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/map/ppx_deriving_map.cmi
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/map/ppx_deriving_map.cmt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/ord/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/ord/ppx_deriving_ord.ocamlobjinfo
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/ord/ppx_deriving_ord.cmi
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/ord/ppx_deriving_ord.cmt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.ocamlobjinfo
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmi
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmti
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/show/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/show/ppx_deriving_show.ocamlobjinfo
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/show/ppx_deriving_show.cmi
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/show/ppx_deriving_show.cmt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/std/
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/std/ppx_deriving_std.ocamlobjinfo
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/std/ppx_deriving_std.cmi
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/lib/ppx_deriving/std/ppx_deriving_std.cmt
prep/universes/29440fd3cdf42b5a3a9ae3faa51f1733/ppx_deriving/5.2.1/opam
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/doc/
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/doc/ppx_deriving_yojson/
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/doc/ppx_deriving_yojson/CHANGELOG.md
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/doc/ppx_deriving_yojson/LICENSE.txt
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/doc/ppx_deriving_yojson/README.md
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/lib/
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/lib/ppx_deriving_yojson/
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/lib/ppx_deriving_yojson/ppx_deriving_yojson.ocamlobjinfo
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/lib/ppx_deriving_yojson/META
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/lib/ppx_deriving_yojson/dune-package
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/lib/ppx_deriving_yojson/ppx_deriving_yojson.cmi
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/lib/ppx_deriving_yojson/ppx_deriving_yojson.cmt
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/lib/ppx_deriving_yojson/runtime/
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/lib/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.ocamlobjinfo
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/lib/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cmi
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/lib/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cmt
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/lib/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cmti
prep/universes/e509dd64a06fbd52d49d18ceafd80641/ppx_deriving_yojson/3.6.1/opam
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/doc/
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/doc/ppx_import/
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/doc/ppx_import/CHANGES.md
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/doc/ppx_import/LICENSE.md
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/doc/ppx_import/README.dev.md
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/doc/ppx_import/README.md
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/ppx_import/
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/ppx_import/ppx_import.ocamlobjinfo
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/ppx_import/META
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/ppx_import/dune-package
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/ppx_import/ppx_import.cmi
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/ppx_import/ppx_import.cmt
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/ppx_import/ppx_import__.cmi
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/ppx_import/ppx_import__.cmt
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/ppx_import/ppx_import__Compat.cmi
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/ppx_import/ppx_import__Compat.cmt
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/ppx_import/ppx_import__Ppx_types_migrate.cmi
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/lib/ppx_import/ppx_import__Ppx_types_migrate.cmt
prep/universes/782794a1ef5c196602047150838ac7b4/ppx_import/1.9.1/opam
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/doc/
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/doc/sexplib/
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/doc/sexplib/CHANGES.md
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/doc/sexplib/CHANGES.txt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/doc/sexplib/LICENSE-Tywith.txt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/doc/sexplib/LICENSE.md
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/doc/sexplib/README.org
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib.ocamlobjinfo
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/META
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/dune-package
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/num/
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/num/sexplib_num.ocamlobjinfo
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/num/sexplib_num.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/num/sexplib_num.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/num/sexplib_num__Sexplib_num_conv.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/num/sexplib_num__Sexplib_num_conv.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/num/sexplib_num__Sexplib_num_conv.cmti
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/num/sexplib_num__Std.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/num/sexplib_num__Std.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Conv.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Conv.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Conv.cmti
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Conv_error.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Conv_error.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Exn_magic.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Exn_magic.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Exn_magic.cmti
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Lexer.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Lexer.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Lexer.cmti
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Parser.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Parser.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Parser.cmti
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Parser_with_layout.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Parser_with_layout.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Parser_with_layout.cmti
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Path.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Path.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Path.cmti
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Pre_sexp.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Pre_sexp.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Sexp.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Sexp.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Sexp.cmti
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Sexp_intf.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Sexp_intf.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Sexp_with_layout.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Sexp_with_layout.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Src_pos.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Src_pos.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Src_pos.cmti
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Std.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Std.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Type.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Type.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Type_with_layout.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Type_with_layout.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/sexplib__Type_with_layout.cmti
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/unix/
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/unix/sexplib_unix.ocamlobjinfo
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/unix/sexplib_unix.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/unix/sexplib_unix.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/unix/sexplib_unix__Sexplib_unix_conv.cmi
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/lib/sexplib/unix/sexplib_unix__Sexplib_unix_conv.cmt
prep/universes/287e209b57fc104c523b48d4d4c33496/sexplib/v0.14.0/opam
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/doc/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/doc/coq-serapi/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/doc/coq-serapi/CHANGES.md
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/doc/coq-serapi/LICENSE
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/doc/coq-serapi/README.md
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/META
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/dune-package
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi.ocamlobjinfo
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_assumptions.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_assumptions.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_assumptions.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_doc.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_doc.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_doc.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_goals.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_goals.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_goals.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_paths.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_paths.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_paths.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_pp.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_pp.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_pp.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_protocol.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_protocol.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_protocol.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib.ocamlobjinfo
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/extraction_plugin/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/extraction_plugin/serlib_extraction.ocamlobjinfo
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/extraction_plugin/serlib_extraction.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/extraction_plugin/serlib_extraction.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/extraction_plugin/serlib_extraction__Ser_g_extraction.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/extraction_plugin/serlib_extraction__Ser_g_extraction.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/firstorder_plugin/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/firstorder_plugin/serlib_firstorder.ocamlobjinfo
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/firstorder_plugin/serlib_firstorder.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/firstorder_plugin/serlib_firstorder.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/firstorder_plugin/serlib_firstorder__Ser_g_ground.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/firstorder_plugin/serlib_firstorder__Ser_g_ground.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/funind_plugin/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/funind_plugin/serlib_funind.ocamlobjinfo
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/funind_plugin/serlib_funind.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/funind_plugin/serlib_funind.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/funind_plugin/serlib_funind__Ser_g_indfun.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/funind_plugin/serlib_funind__Ser_g_indfun.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac.ocamlobjinfo
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_profile_ltac.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_profile_ltac.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_profile_ltac.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_rewrite.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_rewrite.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_rewrite.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacarg.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacarg.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacarg.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacentries.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacentries.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacentries.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacenv.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacenv.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacenv.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacexpr.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacexpr.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacexpr.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ring_plugin/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ring_plugin/serlib_ring.ocamlobjinfo
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ring_plugin/serlib_ring.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ring_plugin/serlib_ring.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ring_plugin/serlib_ring__Ser_g_ring.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ring_plugin/serlib_ring__Ser_g_ring.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__SerType.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__SerType.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_attributes.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_attributes.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cAst.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cAst.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cAst.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cEphemeron.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cEphemeron.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cMap.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cMap.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cMap.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cPrimitives.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cPrimitives.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cSet.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cSet.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cSet.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cUnix.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cUnix.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_class_tactics.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_class_tactics.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_class_tactics.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_constr.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_constr.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_constr.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_constr_matching.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_constr_matching.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_constr_matching.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_constrexpr.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_constrexpr.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_constrexpr.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_context.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_context.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_context.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_conv_oracle.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_conv_oracle.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_conv_oracle.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cooking.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cooking.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_cooking.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_coqargs.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_coqargs.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_dAst.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_dAst.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_dAst.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_declarations.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_declarations.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_declarations.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_declaremods.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_declaremods.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_declaremods.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_decls.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_decls.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_deprecation.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_deprecation.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_eConstr.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_eConstr.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_eConstr.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_entries.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_entries.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_environ.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_environ.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_environ.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_equality.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_equality.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_evar.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_evar.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_evar.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_evar_kinds.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_evar_kinds.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_evar_kinds.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_evd.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_evd.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_evd.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_extend.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_extend.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_extend.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_feedback.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_feedback.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_feedback.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_flags.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_flags.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_flags.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_float64.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_float64.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_future.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_future.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_genarg.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_genarg.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_genarg.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_genintern.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_genintern.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_genintern.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_geninterp.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_geninterp.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_geninterp.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_genredexpr.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_genredexpr.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_genredexpr.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_glob_term.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_glob_term.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_glob_term.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_globnames.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_globnames.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_goal.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_goal.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_goal.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_goal_select.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_goal_select.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_goptions.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_goptions.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_goptions.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_gramlib.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_gramlib.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_hints.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_hints.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_hints.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_impargs.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_impargs.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_impargs.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_int.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_int.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_int.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_inv.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_inv.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_inv.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_libnames.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_libnames.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_libnames.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_loadpath.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_loadpath.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_loc.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_loc.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_loc.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_locality.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_locality.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_locus.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_locus.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_locus.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_ltac_pretype.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_ltac_pretype.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_ltac_pretype.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_mod_subst.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_mod_subst.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_mod_subst.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_namegen.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_namegen.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_names.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_names.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_names.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_nametab.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_nametab.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_nametab.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_nativevalues.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_nativevalues.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_notation.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_notation.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_notation.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_notation_gram.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_notation_gram.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_notation_gram.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_notation_term.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_notation_term.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_notation_term.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_numTok.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_numTok.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_opaqueproof.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_opaqueproof.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_opaqueproof.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_pattern.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_pattern.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_pattern.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_pp.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_pp.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_pp.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_ppextend.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_ppextend.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_ppextend.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_pretype_errors.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_pretype_errors.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_pretype_errors.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_printer.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_printer.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_proof.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_proof.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_proof.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_proof_bullet.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_proof_bullet.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_range.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_range.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_reduction.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_reduction.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_reduction.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_retroknowledge.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_retroknowledge.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_retroknowledge.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_rtree.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_rtree.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_safe_typing.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_safe_typing.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_safe_typing.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_sorts.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_sorts.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_sorts.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_stateid.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_stateid.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_stateid.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_stdarg.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_stdarg.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_stdarg.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_stdlib.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_stdlib.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_stm.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_stm.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_stm.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_tacred.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_tacred.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_tactics.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_tactics.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_tactics.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_tactypes.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_tactypes.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_tok.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_tok.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_tok.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_type_errors.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_type_errors.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_type_errors.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_typeclasses.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_typeclasses.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_typeclasses.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_uGraph.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_uGraph.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_uGraph.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_uState.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_uState.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_uint63.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_uint63.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_univ.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_univ.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_univ.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_univNames.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_univNames.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_universes.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_universes.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_util.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_util.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_util.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vernacexpr.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vernacexpr.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vernacexpr.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vernacextend.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vernacextend.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vmbytecodes.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vmbytecodes.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vmemitcodes.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vmemitcodes.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vmemitcodes.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vmvalues.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vmvalues.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_vmvalues.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_xml_datatype.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_xml_datatype.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Ser_xml_datatype.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Serlib_base.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Serlib_base.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Serlib_base.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Serlib_init.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Serlib_init.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/serlib__Serlib_init.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssreflect_plugin/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssreflect_plugin/serlib_ssr.ocamlobjinfo
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssreflect_plugin/serlib_ssr.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssreflect_plugin/serlib_ssr.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssreflect_plugin/serlib_ssr__Ser_ssrast.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssreflect_plugin/serlib_ssr__Ser_ssrast.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssreflect_plugin/serlib_ssr__Ser_ssrequality.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssreflect_plugin/serlib_ssr__Ser_ssrequality.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssreflect_plugin/serlib_ssr__Ser_ssrparser.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssreflect_plugin/serlib_ssr__Ser_ssrparser.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssreflect_plugin/serlib_ssr__Wrap_ssrast.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssreflect_plugin/serlib_ssr__Wrap_ssrast.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssrmatching_plugin/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssrmatching_plugin/serlib_ssrmatching.ocamlobjinfo
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssrmatching_plugin/serlib_ssrmatching.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssrmatching_plugin/serlib_ssrmatching.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssrmatching_plugin/serlib_ssrmatching__Ser_ssrmatching.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/serlib/ssrmatching_plugin/serlib_ssrmatching__Ser_ssrmatching.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop.ocamlobjinfo
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Ser_version.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Ser_version.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sercomp_stats.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sercomp_stats.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sercomp_stats.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_arg.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_arg.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_arg.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_init.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_init.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_init.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_loader.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_loader.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_loader.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_ser.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_ser.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_ser.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_sexp.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_sexp.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_sexp.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_util.cmi
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_util.cmt
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_util.cmti
prep/universes/2b17ad029ee0001593d374410b256cf4/coq-serapi/8.15.0+0.15.1/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:ppx_deriving.5.2.1-29440fd3cdf42b5a3a9ae3faa51f1733:532cd8e7da8e2410190378037aca2f9c40f744a9044f82d936ef46569ee0a0c4
HASHES:ppx_deriving_yojson.3.6.1-e509dd64a06fbd52d49d18ceafd80641:02878987c59ba3d9c271852d68d9fecef027d01cf7f0085b2894204ef300a0ba
HASHES:ppx_import.1.9.1-782794a1ef5c196602047150838ac7b4:e151be092dc34c36abc6d355284f596a98efe6f83f1468b0f31c784d7f01ce9f
HASHES:sexplib.v0.14.0-287e209b57fc104c523b48d4d4c33496:dd4dfcfe750f64a492f705faa388e97b7bc8e78cd98c7292e2fd106219b646ef
HASHES:coq-serapi.8.15.0+0.15.1-2b17ad029ee0001593d374410b256cf4:12caf91f1b6ad04d3cbbac332f2716bbb9f53dd94da675c2a9af0b3ebd16d60e
2024-09-12 19:26.34 ---> saved as "46f613970062e0362258256acad3ca2a81ab9fa6a3f44b21b18f0c595a6bd9a8"
Job succeeded
2024-09-12 19:34.55: coq-serapi.8.15.0+0.15.1-2b17ad029ee0001593d374410b256cf4 -> 12caf91f1b6ad04d3cbbac332f2716bbb9f53dd94da675c2a9af0b3ebd16d60e
2024-09-12 19:34.55: sexplib.v0.14.0-287e209b57fc104c523b48d4d4c33496 -> dd4dfcfe750f64a492f705faa388e97b7bc8e78cd98c7292e2fd106219b646ef
2024-09-12 19:34.55: ppx_import.1.9.1-782794a1ef5c196602047150838ac7b4 -> e151be092dc34c36abc6d355284f596a98efe6f83f1468b0f31c784d7f01ce9f
2024-09-12 19:34.55: ppx_deriving_yojson.3.6.1-e509dd64a06fbd52d49d18ceafd80641 -> 02878987c59ba3d9c271852d68d9fecef027d01cf7f0085b2894204ef300a0ba
2024-09-12 19:34.55: ppx_deriving.5.2.1-29440fd3cdf42b5a3a9ae3faa51f1733 -> 532cd8e7da8e2410190378037aca2f9c40f744a9044f82d936ef46569ee0a0c4
2024-09-12 19:34.55: Job succeeded