Build:
  1. 0
2024-01-29 15:19.03: New job: Voodoo prep coqide.8.13.2; 08690769e7cc801799378e80d4cca864
2024-01-29 15:19.03: Waiting for resource in pool OCluster
2024-01-29 18:54.28: Waiting for worker…
2024-01-29 18:54.45: Got resource from pool OCluster
2024-01-29 18:54.45: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy coqide.8.13.2 zarith.1.13 ocamlfind.1.9.6 num.1.5 lablgtk3-sourceview3.3.1.3 lablgtk3.3.1.3 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 coq.8.13.2 conf-pkg-config.3 conf-gtksourceview3.0+2 conf-gtk3.18 conf-gmp.4 conf-findutils.1 conf-cairo.1 conf-adwaita-icon-theme.2 camlp-streams.5.0.1 cairo2.0.6.4 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u coqide:08690769e7cc801799378e80d4cca864"))
 (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.544057') && (for DATA in prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2,coqide.8.13.2-08690769e7cc801799378e80d4cca864,coqide.8.13.2; 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/08690769e7cc801799378e80d4cca864/coqide/8.13.2,coqide.8.13.2-08690769e7cc801799378e80d4cca864,coqide.8.13.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2,coqide.8.13.2-08690769e7cc801799378e80d4cca864,coqide.8.13.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-01-29 18:54.45: RETRYING: 2024-01-29/151903-voodoo-prep-820295 Number of retries: 0 (retriable error condition)
Building on marpe.caelum.ci.dev
All commits already cached
Updating files:  97% (31734/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

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

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:50.00 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (1004 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 (8182 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 ... 18743 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 18:50.00 ---> using "d64ddc7053307a6e5bac376e2af0af138c2728532db1941a0e2c7ed3dcb6923f" from cache

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

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

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

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

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

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

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

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:50.00 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

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

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:50.01 ---> using "2f80ca12a98e6c8d13b2d4313d2e1042fd6f790370cc08f16159385ad3fc5996" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 18:50.01 ---> using "5080f4d462ceb6f0e8f61edcf012437834ade0821fc592cdddca031349d9cf72" from cache

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

2024-01-29 18:50.01 ---> using "52bf3f5f6e7a46ac8833cf5cd91e39754db742f33dddb3831406ffa0cde994a1" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:50.01 ---> using "e11031127d8519055a60a4dd91b72f34724cc3bc999b18218ffd0ca30feb91a0" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:50.01 ---> using "462495e74868d8de1c53b9bcbfb005507d496482410bb54355644040bbde4ddb" 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 coqide.8.13.2 zarith.1.13 ocamlfind.1.9.6 num.1.5 lablgtk3-sourceview3.3.1.3 lablgtk3.3.1.3 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 coq.8.13.2 conf-pkg-config.3 conf-gtksourceview3.0+2 conf-gtk3.18 conf-gmp.4 conf-findutils.1 conf-cairo.1 conf-adwaita-icon-theme.2 camlp-streams.5.0.1 cairo2.0.6.4 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (662 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

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

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

<><> Carrying on to "opam depext -viy coqide.8.13.2 zarith.1.13 ocamlfind.1.9.6 num.1.5 lablgtk3-sourceview3.3.1.3 lablgtk3.3.1.3 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 coq.8.13.2 conf-pkg-config.3 conf-gtksourceview3.0+2 conf-gtk3.18 conf-gmp.4 conf-findutils.1 conf-cairo.1 conf-adwaita-icon-theme.2 camlp-streams.5.0.1 cairo2.0.6.4" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
adwaita-icon-theme
findutils
libcairo2-dev
libexpat1-dev
libgmp-dev
libgtk-3-dev
libgtksourceview-3.0-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-gmp                4
  - install conf-pkg-config         3
  - install num                     1.5
  - install conf-findutils          1
  - install csexp                   1.5.2
  - install camlp-streams           5.0.1
  - install zarith                  1.13
  - install conf-gtksourceview3     0+2
  - install conf-gtk3               18
  - install conf-cairo              1
  - install conf-adwaita-icon-theme 2
  - install dune-configurator       3.13.0
  - install coq                     8.13.2
  - install cairo2                  0.6.4
  - install lablgtk3                3.1.3
  - install lablgtk3-sourceview3    3.1.3
  - install coqide                  8.13.2
===== 17 to install =====

The following system packages will first need to be installed:
    adwaita-icon-theme libcairo2-dev libexpat1-dev libgmp-dev libgtk-3-dev libgtksourceview-3.0-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" "adwaita-icon-theme" "libcairo2-dev" "libexpat1-dev" "libgmp-dev" "libgtk-3-dev" "libgtksourceview-3.0-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libargon2-1:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
- Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ...
- Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ...
- Unpacking dmsetup (2:1.02.185-2) ...
- Selecting previously unselected package libdevmapper1.02.1:amd64.
- Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ...
- Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
- Selecting previously unselected package libjson-c5:amd64.
- Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ...
- Unpacking libjson-c5:amd64 (0.16-2) ...
- Selecting previously unselected package libcryptsetup12:amd64.
- Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u1_amd64.deb ...
- Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u1) ...
- Selecting previously unselected package libfdisk1:amd64.
- Preparing to unpack .../05-libfdisk1_2.38.1-5+b1_amd64.deb ...
- Unpacking libfdisk1:amd64 (2.38.1-5+b1) ...
- Selecting previously unselected package libkmod2:amd64.
- Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ...
- Unpacking libkmod2:amd64 (30+20221128-1) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.8-3) ...
- Selecting previously unselected package libip4tc2:amd64.
- Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ...
- Unpacking libip4tc2:amd64 (1.8.9-2) ...
- Selecting previously unselected package libsystemd-shared:amd64.
- Preparing to unpack .../09-libsystemd-shared_252.19-1~deb12u1_amd64.deb ...
- Unpacking libsystemd-shared:amd64 (252.19-1~deb12u1) ...
- Selecting previously unselected package systemd.
- Preparing to unpack .../10-systemd_252.19-1~deb12u1_amd64.deb ...
- Unpacking systemd (252.19-1~deb12u1) ...
- Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ...
- Setting up libjson-c5:amd64 (0.16-2) ...
- Setting up libfdisk1:amd64 (2.38.1-5+b1) ...
- Setting up libkmod2:amd64 (30+20221128-1) ...
- Setting up libapparmor1:amd64 (3.0.8-3) ...
- Setting up libip4tc2:amd64 (1.8.9-2) ...
- Setting up libsystemd-shared:amd64 (252.19-1~deb12u1) ...
- Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
- Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u1) ...
- Setting up systemd (252.19-1~deb12u1) ...
- Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
- Initializing machine ID from random generator.
- Creating group 'systemd-journal' with GID 999.
- Creating group 'systemd-network' with GID 998.
- Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
- Setting up dmsetup (2:1.02.185-2) ...
- Selecting previously unselected package systemd-sysv.
- (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 ... 19659 files and directories currently installed.)
- Preparing to unpack .../0-systemd-sysv_252.19-1~deb12u1_amd64.deb ...
- Unpacking systemd-sysv (252.19-1~deb12u1) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../1-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../2-dbus-bin_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-bin (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../3-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../4-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-daemon (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../5-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../6-dbus_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libpython3.11-minimal:amd64.
- Preparing to unpack .../7-libpython3.11-minimal_3.11.2-6_amd64.deb ...
- Unpacking libpython3.11-minimal:amd64 (3.11.2-6) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../8-python3.11-minimal_3.11.2-6_amd64.deb ...
- Unpacking python3.11-minimal (3.11.2-6) ...
- Setting up libpython3.11-minimal:amd64 (3.11.2-6) ...
- Setting up python3.11-minimal (3.11.2-6) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 20057 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...
- Unpacking python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.0.0_all.deb ...
- Unpacking media-types (10.0.0) ...
- Selecting previously unselected package libpython3.11-stdlib:amd64.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6_amd64.deb ...
- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6_amd64.deb ...
- Unpacking python3.11 (3.11.2-6) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package python3.
- (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 ... 20467 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.11.2-1+b1_amd64.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package sgml-base.
- Preparing to unpack .../001-sgml-base_1.31_all.deb ...
- Unpacking sgml-base (1.31) ...
- Selecting previously unselected package libnss-systemd:amd64.
- Preparing to unpack .../002-libnss-systemd_252.19-1~deb12u1_amd64.deb ...
- Unpacking libnss-systemd:amd64 (252.19-1~deb12u1) ...
- Selecting previously unselected package libpam-systemd:amd64.
- Preparing to unpack .../003-libpam-systemd_252.19-1~deb12u1_amd64.deb ...
- Unpacking libpam-systemd:amd64 (252.19-1~deb12u1) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../004-systemd-timesyncd_252.19-1~deb12u1_amd64.deb ...
- Unpacking systemd-timesyncd (252.19-1~deb12u1) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../005-hicolor-icon-theme_0.17-2_all.deb ...
- Unpacking hicolor-icon-theme (0.17-2) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../006-libgdk-pixbuf2.0-common_2.42.10+dfsg-1_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../007-libglib2.0-0_2.74.6-2_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.74.6-2) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../008-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../009-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../010-shared-mime-info_2.2-1_amd64.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../011-libgdk-pixbuf-2.0-0_2.42.10+dfsg-1+b1_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+b1) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../012-gtk-update-icon-cache_3.24.38-2~deb12u1_amd64.deb ...
- Unpacking gtk-update-icon-cache (3.24.38-2~deb12u1) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../013-adwaita-icon-theme_43-1_all.deb ...
- Unpacking adwaita-icon-theme (43-1) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../014-at-spi2-common_2.46.0-5_all.deb ...
- Unpacking at-spi2-common (2.46.0-5) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../015-libxi6_2%3a1.8-1+b1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8-1+b1) ...
- Selecting previously unselected package libatspi2.0-0:amd64.
- Preparing to unpack .../016-libatspi2.0-0_2.46.0-5_amd64.deb ...
- Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../017-x11-common_1%3a7.7+23_all.deb ...
- Unpacking x11-common (1:7.7+23) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../018-libxtst6_2%3a1.2.3-1.1_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.3-1.1) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../019-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libdconf1:amd64.
- Preparing to unpack .../020-libdconf1_0.40.0-4_amd64.deb ...
- Unpacking libdconf1:amd64 (0.40.0-4) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../021-dconf-service_0.40.0-4_amd64.deb ...
- Unpacking dconf-service (0.40.0-4) ...
- Selecting previously unselected package dconf-gsettings-backend:amd64.
- Preparing to unpack .../022-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
- Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../023-gsettings-desktop-schemas_43.0-1_all.deb ...
- Unpacking gsettings-desktop-schemas (43.0-1) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../024-at-spi2-core_2.46.0-5_amd64.deb ...
- Unpacking at-spi2-core (2.46.0-5) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../025-fontconfig_2.14.1-4_amd64.deb ...
- Unpacking fontconfig (2.14.1-4) ...
- Selecting previously unselected package libgirepository-1.0-1:amd64.
- Preparing to unpack .../026-libgirepository-1.0-1_1.74.0-3_amd64.deb ...
- Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../027-gir1.2-glib-2.0_1.74.0-3_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ...
- Selecting previously unselected package libatk1.0-0:amd64.
- Preparing to unpack .../028-libatk1.0-0_2.46.0-5_amd64.deb ...
- Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
- Selecting previously unselected package gir1.2-atk-1.0:amd64.
- Preparing to unpack .../029-gir1.2-atk-1.0_2.46.0-5_amd64.deb ...
- Unpacking gir1.2-atk-1.0:amd64 (2.46.0-5) ...
- Selecting previously unselected package gir1.2-freedesktop:amd64.
- Preparing to unpack .../030-gir1.2-freedesktop_1.74.0-3_amd64.deb ...
- Unpacking gir1.2-freedesktop:amd64 (1.74.0-3) ...
- Selecting previously unselected package gir1.2-atspi-2.0:amd64.
- Preparing to unpack .../031-gir1.2-atspi-2.0_2.46.0-5_amd64.deb ...
- Unpacking gir1.2-atspi-2.0:amd64 (2.46.0-5) ...
- Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64.
- Preparing to unpack .../032-gir1.2-gdkpixbuf-2.0_2.42.10+dfsg-1+b1_amd64.deb ...
- Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.42.10+dfsg-1+b1) ...
- Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64.
- Preparing to unpack .../033-gir1.2-harfbuzz-0.0_6.0.0+dfsg-3_amd64.deb ...
- Unpacking gir1.2-harfbuzz-0.0:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../034-libfribidi0_1.0.8-2.1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../035-libgraphite2-3_1.3.14-1_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../036-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../037-libthai-data_0.1.29-1_all.deb ...
- Unpacking libthai-data (0.1.29-1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../038-libdatrie1_0.2.13-2+b1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../039-libthai0_0.1.29-1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../040-libpango-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../041-libpixman-1-0_0.42.2-1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../042-libxcb-render0_1.15-1_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../043-libxcb-shm0_1.15-1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.15-1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../044-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../045-libcairo2_1.16.0-7_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-7) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../046-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../047-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libxft2:amd64.
- Preparing to unpack .../048-libxft2_2.3.6-1_amd64.deb ...
- Unpacking libxft2:amd64 (2.3.6-1) ...
- Selecting previously unselected package libpangoxft-1.0-0:amd64.
- Preparing to unpack .../049-libpangoxft-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpangoxft-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package gir1.2-pango-1.0:amd64.
- Preparing to unpack .../050-gir1.2-pango-1.0_1.50.12+ds-1_amd64.deb ...
- Unpacking gir1.2-pango-1.0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libatk-bridge2.0-0:amd64.
- Preparing to unpack .../051-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
- Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../052-libcairo-gobject2_1.16.0-7_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.16.0-7) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../053-liblcms2-2_2.14-2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.14-2) ...
- Selecting previously unselected package libcolord2:amd64.
- Preparing to unpack .../054-libcolord2_1.4.6-2.2_amd64.deb ...
- Unpacking libcolord2:amd64 (1.4.6-2.2) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../055-libavahi-common-data_0.8-10_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-10) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../056-libavahi-common3_0.8-10_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-10) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../057-libavahi-client3_0.8-10_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-10) ...
- Selecting previously unselected package libcups2:amd64.
- Preparing to unpack .../058-libcups2_2.4.2-3+deb12u5_amd64.deb ...
- Unpacking libcups2:amd64 (2.4.2-3+deb12u5) ...
- Selecting previously unselected package libepoxy0:amd64.
- Preparing to unpack .../059-libepoxy0_1.5.10-1_amd64.deb ...
- Unpacking libepoxy0:amd64 (1.5.10-1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../060-libwayland-client0_1.21.0-1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.21.0-1) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../061-libwayland-cursor0_1.21.0-1_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../062-libwayland-egl1_1.21.0-1_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.21.0-1) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../063-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../064-libxfixes3_1%3a6.0.0-2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../065-libxcursor1_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxdamage1:amd64.
- Preparing to unpack .../066-libxdamage1_1%3a1.1.6-1_amd64.deb ...
- Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../067-libxinerama1_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../068-xkb-data_2.35.1-1_all.deb ...
- Unpacking xkb-data (2.35.1-1) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../069-libxkbcommon0_1.5.0-1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../070-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../071-libgtk-3-common_3.24.38-2~deb12u1_all.deb ...
- Unpacking libgtk-3-common (3.24.38-2~deb12u1) ...
- Selecting previously unselected package libgtk-3-0:amd64.
- Preparing to unpack .../072-libgtk-3-0_3.24.38-2~deb12u1_amd64.deb ...
- Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u1) ...
- Selecting previously unselected package gir1.2-gtk-3.0:amd64.
- Preparing to unpack .../073-gir1.2-gtk-3.0_3.24.38-2~deb12u1_amd64.deb ...
- Unpacking gir1.2-gtk-3.0:amd64 (3.24.38-2~deb12u1) ...
- Selecting previously unselected package libgtksourceview-3.0-common.
- Preparing to unpack .../074-libgtksourceview-3.0-common_3.24.11-2_all.deb ...
- Unpacking libgtksourceview-3.0-common (3.24.11-2) ...
- Selecting previously unselected package libgtksourceview-3.0-1:amd64.
- Preparing to unpack .../075-libgtksourceview-3.0-1_3.24.11-2+b1_amd64.deb ...
- Unpacking libgtksourceview-3.0-1:amd64 (3.24.11-2+b1) ...
- Selecting previously unselected package gir1.2-gtksource-3.0:amd64.
- Preparing to unpack .../076-gir1.2-gtksource-3.0_3.24.11-2+b1_amd64.deb ...
- Unpacking gir1.2-gtksource-3.0:amd64 (3.24.11-2+b1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../077-icu-devtools_72.1-3_amd64.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../078-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../079-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../080-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../081-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../082-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../083-libglib2.0-data_2.74.6-2_all.deb ...
- Unpacking libglib2.0-data (2.74.6-2) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../084-libelf1_0.188-2.1_amd64.deb ...
- Unpacking libelf1:amd64 (0.188-2.1) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../085-libglib2.0-bin_2.74.6-2_amd64.deb ...
- Unpacking libglib2.0-bin (2.74.6-2) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../086-python3-lib2to3_3.11.2-3_all.deb ...
- Unpacking python3-lib2to3 (3.11.2-3) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../087-python3-distutils_3.11.2-3_all.deb ...
- Unpacking python3-distutils (3.11.2-3) ...
- Selecting previously unselected package libglib2.0-dev-bin.
- Preparing to unpack .../088-libglib2.0-dev-bin_2.74.6-2_amd64.deb ...
- Unpacking libglib2.0-dev-bin (2.74.6-2) ...
- Selecting previously unselected package uuid-dev:amd64.
- Preparing to unpack .../089-uuid-dev_2.38.1-5+b1_amd64.deb ...
- Unpacking uuid-dev:amd64 (2.38.1-5+b1) ...
- Selecting previously unselected package libblkid-dev:amd64.
- Preparing to unpack .../090-libblkid-dev_2.38.1-5+b1_amd64.deb ...
- Unpacking libblkid-dev:amd64 (2.38.1-5+b1) ...
- Selecting previously unselected package libsepol-dev:amd64.
- Preparing to unpack .../091-libsepol-dev_3.4-2.1_amd64.deb ...
- Unpacking libsepol-dev:amd64 (3.4-2.1) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../092-libpcre2-16-0_10.42-1_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../093-libpcre2-32-0_10.42-1_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-posix3:amd64.
- Preparing to unpack .../094-libpcre2-posix3_10.42-1_amd64.deb ...
- Unpacking libpcre2-posix3:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../095-libpcre2-dev_10.42-1_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.42-1) ...
- Selecting previously unselected package libselinux1-dev:amd64.
- Preparing to unpack .../096-libselinux1-dev_3.4-1+b6_amd64.deb ...
- Unpacking libselinux1-dev:amd64 (3.4-1+b6) ...
- Selecting previously unselected package libmount-dev:amd64.
- Preparing to unpack .../097-libmount-dev_2.38.1-5+b1_amd64.deb ...
- Unpacking libmount-dev:amd64 (2.38.1-5+b1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../098-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libglib2.0-dev:amd64.
- Preparing to unpack .../099-libglib2.0-dev_2.74.6-2_amd64.deb ...
- Unpacking libglib2.0-dev:amd64 (2.74.6-2) ...
- Selecting previously unselected package libatk1.0-dev:amd64.
- Preparing to unpack .../100-libatk1.0-dev_2.46.0-5_amd64.deb ...
- Unpacking libatk1.0-dev:amd64 (2.46.0-5) ...
- Selecting previously unselected package xml-core.
- Preparing to unpack .../101-xml-core_0.18+nmu1_all.deb ...
- Unpacking xml-core (0.18+nmu1) ...
- Selecting previously unselected package libdbus-1-dev:amd64.
- Preparing to unpack .../102-libdbus-1-dev_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libxext-dev:amd64.
- Preparing to unpack .../103-libxext-dev_2%3a1.3.4-1+b1_amd64.deb ...
- Unpacking libxext-dev:amd64 (2:1.3.4-1+b1) ...
- Selecting previously unselected package libxfixes-dev:amd64.
- Preparing to unpack .../104-libxfixes-dev_1%3a6.0.0-2_amd64.deb ...
- Unpacking libxfixes-dev:amd64 (1:6.0.0-2) ...
- Selecting previously unselected package libxi-dev:amd64.
- Preparing to unpack .../105-libxi-dev_2%3a1.8-1+b1_amd64.deb ...
- Unpacking libxi-dev:amd64 (2:1.8-1+b1) ...
- Selecting previously unselected package libxtst-dev:amd64.
- Preparing to unpack .../106-libxtst-dev_2%3a1.2.3-1.1_amd64.deb ...
- Unpacking libxtst-dev:amd64 (2:1.2.3-1.1) ...
- Selecting previously unselected package libatspi2.0-dev:amd64.
- Preparing to unpack .../107-libatspi2.0-dev_2.46.0-5_amd64.deb ...
- Unpacking libatspi2.0-dev:amd64 (2.46.0-5) ...
- Selecting previously unselected package libatk-bridge2.0-dev:amd64.
- Preparing to unpack .../108-libatk-bridge2.0-dev_2.46.0-5_amd64.deb ...
- Unpacking libatk-bridge2.0-dev:amd64 (2.46.0-5) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../109-libbrotli-dev_1.0.9-2+b6_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.0.9-2+b6) ...
- Selecting previously unselected package liblzo2-2:amd64.
- Preparing to unpack .../110-liblzo2-2_2.10-2_amd64.deb ...
- Unpacking liblzo2-2:amd64 (2.10-2) ...
- Selecting previously unselected package libcairo-script-interpreter2:amd64.
- Preparing to unpack .../111-libcairo-script-interpreter2_1.16.0-7_amd64.deb ...
- Unpacking libcairo-script-interpreter2:amd64 (1.16.0-7) ...
- Selecting previously unselected package libexpat1-dev:amd64.
- Preparing to unpack .../112-libexpat1-dev_2.5.0-1_amd64.deb ...
- Unpacking libexpat1-dev:amd64 (2.5.0-1) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../113-libpng-dev_1.6.39-2_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.39-2) ...
- Selecting previously unselected package libfreetype-dev:amd64.
- Preparing to unpack .../114-libfreetype-dev_2.12.1+dfsg-5_amd64.deb ...
- Unpacking libfreetype-dev:amd64 (2.12.1+dfsg-5) ...
- Selecting previously unselected package libfontconfig-dev:amd64.
- Preparing to unpack .../115-libfontconfig-dev_2.14.1-4_amd64.deb ...
- Unpacking libfontconfig-dev:amd64 (2.14.1-4) ...
- Selecting previously unselected package libpixman-1-dev:amd64.
- Preparing to unpack .../116-libpixman-1-dev_0.42.2-1_amd64.deb ...
- Unpacking libpixman-1-dev:amd64 (0.42.2-1) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../117-libice6_2%3a1.0.10-1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.0.10-1) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../118-libsm6_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libice-dev:amd64.
- Preparing to unpack .../119-libice-dev_2%3a1.0.10-1_amd64.deb ...
- Unpacking libice-dev:amd64 (2:1.0.10-1) ...
- Selecting previously unselected package libsm-dev:amd64.
- Preparing to unpack .../120-libsm-dev_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libxcb-render0-dev:amd64.
- Preparing to unpack .../121-libxcb-render0-dev_1.15-1_amd64.deb ...
- Unpacking libxcb-render0-dev:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-shm0-dev:amd64.
- Preparing to unpack .../122-libxcb-shm0-dev_1.15-1_amd64.deb ...
- Unpacking libxcb-shm0-dev:amd64 (1.15-1) ...
- Selecting previously unselected package libxrender-dev:amd64.
- Preparing to unpack .../123-libxrender-dev_1%3a0.9.10-1.1_amd64.deb ...
- Unpacking libxrender-dev:amd64 (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2-dev:amd64.
- Preparing to unpack .../124-libcairo2-dev_1.16.0-7_amd64.deb ...
- Unpacking libcairo2-dev:amd64 (1.16.0-7) ...
- Selecting previously unselected package libdatrie-dev:amd64.
- Preparing to unpack .../125-libdatrie-dev_0.2.13-2+b1_amd64.deb ...
- Unpacking libdatrie-dev:amd64 (0.2.13-2+b1) ...
- Selecting previously unselected package libdeflate-dev:amd64.
- Preparing to unpack .../126-libdeflate-dev_1.14-1_amd64.deb ...
- Unpacking libdeflate-dev:amd64 (1.14-1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../127-libdrm-common_2.4.114-1_all.deb ...
- Unpacking libdrm-common (2.4.114-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../128-libdrm2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../129-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../130-libpciaccess0_0.17-2_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-2) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../131-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../132-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../133-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../134-libglvnd0_1.6.0-1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../135-libwayland-server0_1.21.0-1_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.21.0-1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../136-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../137-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../138-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../139-libxcb-dri2-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../140-libxcb-dri3-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../141-libxcb-present0_1.15-1_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../142-libxcb-randr0_1.15-1_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../143-libxcb-sync1_1.15-1_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../144-libxcb-xfixes0_1.15-1_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../145-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../146-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../147-libegl1_1.6.0-1_amd64.deb ...
- Unpacking libegl1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../148-libxcb-glx0_1.15-1_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.15-1) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../149-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../150-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm15:amd64.
- Preparing to unpack .../151-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
- Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../152-libsensors-config_1%3a3.6.0-7.1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7.1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../153-libsensors5_1%3a3.6.0-7.1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7.1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../154-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../155-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../156-libglx0_1.6.0-1_amd64.deb ...
- Unpacking libglx0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../157-libgl1_1.6.0-1_amd64.deb ...
- Unpacking libgl1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../158-libglx-dev_1.6.0-1_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../159-libgl-dev_1.6.0-1_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libegl-dev:amd64.
- Preparing to unpack .../160-libegl-dev_1.6.0-1_amd64.deb ...
- Unpacking libegl-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libglvnd-core-dev:amd64.
- Preparing to unpack .../161-libglvnd-core-dev_1.6.0-1_amd64.deb ...
- Unpacking libglvnd-core-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgles1:amd64.
- Preparing to unpack .../162-libgles1_1.6.0-1_amd64.deb ...
- Unpacking libgles1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgles2:amd64.
- Preparing to unpack .../163-libgles2_1.6.0-1_amd64.deb ...
- Unpacking libgles2:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgles-dev:amd64.
- Preparing to unpack .../164-libgles-dev_1.6.0-1_amd64.deb ...
- Unpacking libgles-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libopengl0:amd64.
- Preparing to unpack .../165-libopengl0_1.6.0-1_amd64.deb ...
- Unpacking libopengl0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libopengl-dev:amd64.
- Preparing to unpack .../166-libopengl-dev_1.6.0-1_amd64.deb ...
- Unpacking libopengl-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libglvnd-dev:amd64.
- Preparing to unpack .../167-libglvnd-dev_1.6.0-1_amd64.deb ...
- Unpacking libglvnd-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libegl1-mesa-dev:amd64.
- Preparing to unpack .../168-libegl1-mesa-dev_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libegl1-mesa-dev:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libepoxy-dev:amd64.
- Preparing to unpack .../169-libepoxy-dev_1.5.10-1_amd64.deb ...
- Unpacking libepoxy-dev:amd64 (1.5.10-1) ...
- Selecting previously unselected package libfribidi-dev:amd64.
- Preparing to unpack .../170-libfribidi-dev_1.0.8-2.1_amd64.deb ...
- Unpacking libfribidi-dev:amd64 (1.0.8-2.1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../171-libgdk-pixbuf2.0-bin_2.42.10+dfsg-1+b1_amd64.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.10+dfsg-1+b1) ...
- Selecting previously unselected package libjpeg62-turbo-dev:amd64.
- Preparing to unpack .../172-libjpeg62-turbo-dev_1%3a2.1.5-2_amd64.deb ...
- Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ...
- Selecting previously unselected package libjpeg-dev:amd64.
- Preparing to unpack .../173-libjpeg-dev_1%3a2.1.5-2_amd64.deb ...
- Unpacking libjpeg-dev:amd64 (1:2.1.5-2) ...
- Selecting previously unselected package libjbig-dev:amd64.
- Preparing to unpack .../174-libjbig-dev_2.1-6.1_amd64.deb ...
- Unpacking libjbig-dev:amd64 (2.1-6.1) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../175-liblzma-dev_5.4.1-0.2_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.4.1-0.2) ...
- Selecting previously unselected package libzstd-dev:amd64.
- Preparing to unpack .../176-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ...
- Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
- Selecting previously unselected package libwebpmux3:amd64.
- Preparing to unpack .../177-libwebpmux3_1.2.4-0.2+deb12u1_amd64.deb ...
- Unpacking libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libwebpdemux2:amd64.
- Preparing to unpack .../178-libwebpdemux2_1.2.4-0.2+deb12u1_amd64.deb ...
- Unpacking libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libwebp-dev:amd64.
- Preparing to unpack .../179-libwebp-dev_1.2.4-0.2+deb12u1_amd64.deb ...
- Unpacking libwebp-dev:amd64 (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libtiffxx6:amd64.
- Preparing to unpack .../180-libtiffxx6_4.5.0-6+deb12u1_amd64.deb ...
- Unpacking libtiffxx6:amd64 (4.5.0-6+deb12u1) ...
- Selecting previously unselected package liblerc-dev:amd64.
- Preparing to unpack .../181-liblerc-dev_4.0.0+ds-2_amd64.deb ...
- Unpacking liblerc-dev:amd64 (4.0.0+ds-2) ...
- Selecting previously unselected package libtiff-dev:amd64.
- Preparing to unpack .../182-libtiff-dev_4.5.0-6+deb12u1_amd64.deb ...
- Unpacking libtiff-dev:amd64 (4.5.0-6+deb12u1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-dev:amd64.
- Preparing to unpack .../183-libgdk-pixbuf-2.0-dev_2.42.10+dfsg-1+b1_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-dev:amd64 (2.42.10+dfsg-1+b1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../184-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 .../185-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 libgraphite2-dev:amd64.
- Preparing to unpack .../186-libgraphite2-dev_1.3.14-1_amd64.deb ...
- Unpacking libgraphite2-dev:amd64 (1.3.14-1) ...
- Selecting previously unselected package libgtk-3-bin.
- Preparing to unpack .../187-libgtk-3-bin_3.24.38-2~deb12u1_amd64.deb ...
- Unpacking libgtk-3-bin (3.24.38-2~deb12u1) ...
- Selecting previously unselected package libharfbuzz-icu0:amd64.
- Preparing to unpack .../188-libharfbuzz-icu0_6.0.0+dfsg-3_amd64.deb ...
- Unpacking libharfbuzz-icu0:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libharfbuzz-gobject0:amd64.
- Preparing to unpack .../189-libharfbuzz-gobject0_6.0.0+dfsg-3_amd64.deb ...
- Unpacking libharfbuzz-gobject0:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libharfbuzz-subset0:amd64.
- Preparing to unpack .../190-libharfbuzz-subset0_6.0.0+dfsg-3_amd64.deb ...
- Unpacking libharfbuzz-subset0:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../191-libicu-dev_72.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3) ...
- Selecting previously unselected package libharfbuzz-dev:amd64.
- Preparing to unpack .../192-libharfbuzz-dev_6.0.0+dfsg-3_amd64.deb ...
- Unpacking libharfbuzz-dev:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libthai-dev:amd64.
- Preparing to unpack .../193-libthai-dev_0.1.29-1_amd64.deb ...
- Unpacking libthai-dev:amd64 (0.1.29-1) ...
- Selecting previously unselected package libxft-dev:amd64.
- Preparing to unpack .../194-libxft-dev_2.3.6-1_amd64.deb ...
- Unpacking libxft-dev:amd64 (2.3.6-1) ...
- Selecting previously unselected package pango1.0-tools.
- Preparing to unpack .../195-pango1.0-tools_1.50.12+ds-1_amd64.deb ...
- Unpacking pango1.0-tools (1.50.12+ds-1) ...
- Selecting previously unselected package libpango1.0-dev:amd64.
- Preparing to unpack .../196-libpango1.0-dev_1.50.12+ds-1_amd64.deb ...
- Unpacking libpango1.0-dev:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../197-libwayland-bin_1.21.0-1_amd64.deb ...
- Unpacking libwayland-bin (1.21.0-1) ...
- Selecting previously unselected package libwayland-dev:amd64.
- Preparing to unpack .../198-libwayland-dev_1.21.0-1_amd64.deb ...
- Unpacking libwayland-dev:amd64 (1.21.0-1) ...
- Selecting previously unselected package libxcomposite-dev:amd64.
- Preparing to unpack .../199-libxcomposite-dev_1%3a0.4.5-1_amd64.deb ...
- Unpacking libxcomposite-dev:amd64 (1:0.4.5-1) ...
- Selecting previously unselected package libxcursor-dev:amd64.
- Preparing to unpack .../200-libxcursor-dev_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxcursor-dev:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxdamage-dev:amd64.
- Preparing to unpack .../201-libxdamage-dev_1%3a1.1.6-1_amd64.deb ...
- Unpacking libxdamage-dev:amd64 (1:1.1.6-1) ...
- Selecting previously unselected package libxinerama-dev:amd64.
- Preparing to unpack .../202-libxinerama-dev_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama-dev:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxkbcommon-dev:amd64.
- Preparing to unpack .../203-libxkbcommon-dev_1.5.0-1_amd64.deb ...
- Unpacking libxkbcommon-dev:amd64 (1.5.0-1) ...
- Selecting previously unselected package libxrandr-dev:amd64.
- Preparing to unpack .../204-libxrandr-dev_2%3a1.5.2-2+b1_amd64.deb ...
- Unpacking libxrandr-dev:amd64 (2:1.5.2-2+b1) ...
- Selecting previously unselected package wayland-protocols.
- Preparing to unpack .../205-wayland-protocols_1.31-1_all.deb ...
- Unpacking wayland-protocols (1.31-1) ...
- Selecting previously unselected package libgtk-3-dev:amd64.
- Preparing to unpack .../206-libgtk-3-dev_3.24.38-2~deb12u1_amd64.deb ...
- Unpacking libgtk-3-dev:amd64 (3.24.38-2~deb12u1) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../207-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libgtksourceview-3.0-dev:amd64.
- Preparing to unpack .../208-libgtksourceview-3.0-dev_3.24.11-2+b1_amd64.deb ...
- Unpacking libgtksourceview-3.0-dev:amd64 (3.24.11-2+b1) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../209-libpng-tools_1.6.39-2_amd64.deb ...
- Unpacking libpng-tools (1.6.39-2) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../210-librsvg2-2_2.54.7+dfsg-1~deb12u1_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.54.7+dfsg-1~deb12u1) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../211-librsvg2-common_2.54.7+dfsg-1~deb12u1_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.54.7+dfsg-1~deb12u1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../212-xdg-user-dirs_0.18-1_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libgraphite2-3:amd64 (1.3.14-1) ...
- Setting up libxcb-dri3-0:amd64 (1.15-1) ...
- Setting up liblcms2-2:amd64 (2.14-2) ...
- Setting up libpixman-1-0:amd64 (0.42.2-1) ...
- Setting up libwayland-server0:amd64 (1.21.0-1) ...
- Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Setting up libpciaccess0:amd64 (0.17-2) ...
- Setting up fontconfig (2.14.1-4) ...
- Regenerating fonts cache... 
- done.
- Setting up systemd-sysv (252.19-1~deb12u1) ...
- Setting up libpixman-1-dev:amd64 (0.42.2-1) ...
- Setting up libxdamage1:amd64 (1:1.1.6-1) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libxcb-xfixes0:amd64 (1.15-1) ...
- Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
- Setting up libglvnd-core-dev:amd64 (1.6.0-1) ...
- Setting up hicolor-icon-theme (0.17-2) ...
- Setting up libxi6:amd64 (2:1.8-1+b1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
- Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
- Setting up xdg-user-dirs (0.18-1) ...
- Setting up libpng-tools (1.6.39-2) ...
- Setting up libxcb-render0:amd64 (1.15-1) ...
- Setting up libglib2.0-0:amd64 (2.74.6-2) ...
- Setting up libglvnd0:amd64 (1.6.0-1) ...
- Setting up libxcb-glx0:amd64 (1.15-1) ...
- Setting up libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ...
- Setting up libpython3.11-stdlib:amd64 (3.11.2-6) ...
- Setting up libgdk-pixbuf2.0-common (2.42.10+dfsg-1) ...
- Setting up x11-common (1:7.7+23) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of restart.
- Setting up libsensors-config (1:3.6.0-7.1) ...
- Setting up libjbig-dev:amd64 (2.1-6.1) ...
- Setting up libnss-systemd:amd64 (252.19-1~deb12u1) ...
- Setting up xkb-data (2.35.1-1) ...
- Setting up liblzo2-2:amd64 (2.10-2) ...
- Setting up libxcb-shm0:amd64 (1.15-1) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libcairo2:amd64 (1.16.0-7) ...
- Setting up libpcre2-16-0:amd64 (10.42-1) ...
- Setting up libcolord2:amd64 (1.4.6-2.2) ...
- Setting up libopengl0:amd64 (1.6.0-1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Setting up libxcb-present0:amd64 (1.15-1) ...
- Setting up libdconf1:amd64 (0.40.0-4) ...
- Setting up libxcb-shm0-dev:amd64 (1.15-1) ...
- Setting up libgraphite2-dev:amd64 (1.3.14-1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpcre2-32-0:amd64 (10.42-1) ...
- Setting up libglib2.0-data (2.74.6-2) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libgles2:amd64 (1.6.0-1) ...
- Setting up libexpat1-dev:amd64 (2.5.0-1) ...
- Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ...
- Setting up libepoxy0:amd64 (1.5.10-1) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2) ...
- Setting up libxcb-sync1:amd64 (1.15-1) ...
- Setting up uuid-dev:amd64 (2.38.1-5+b1) ...
- Setting up libavahi-common-data:amd64 (0.8-10) ...
- Setting up libgles1:amd64 (1.6.0-1) ...
- Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
- Setting up libfribidi0:amd64 (1.0.8-2.1) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3) ...
- Setting up systemd-timesyncd (252.19-1~deb12u1) ...
- Creating group 'systemd-timesync' with GID 997.
- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997.
- Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
- Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Setting up icu-devtools (72.1-3) ...
- Setting up libsepol-dev:amd64 (3.4-2.1) ...
- Setting up libxcb-render0-dev:amd64 (1.15-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libsensors5:amd64 (1:3.6.0-7.1) ...
- Setting up liblerc-dev:amd64 (4.0.0+ds-2) ...
- Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Setting up libxext-dev:amd64 (2:1.3.4-1+b1) ...
- Setting up liblzma-dev:amd64 (5.4.1-0.2) ...
- Setting up libxcb-dri2-0:amd64 (1.15-1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libpcre2-posix3:amd64 (10.42-1) ...
- Setting up wayland-protocols (1.31-1) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up at-spi2-common (2.46.0-5) ...
- Setting up libxcb-randr0:amd64 (1.15-1) ...
- Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Setting up libgtksourceview-3.0-common (3.24.11-2) ...
- Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
- Setting up libthai-data (0.1.29-1) ...
- Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ...
- Setting up sgml-base (1.31) ...
- Setting up libcairo-gobject2:amd64 (1.16.0-7) ...
- Setting up libatk1.0-0:amd64 (2.46.0-5) ...
- Setting up libwayland-egl1:amd64 (1.21.0-1) ...
- Setting up libopengl-dev:amd64 (1.6.0-1) ...
- Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Setting up libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ...
- Setting up libtiffxx6:amd64 (4.5.0-6+deb12u1) ...
- Setting up libdeflate-dev:amd64 (1.14-1) ...
- Setting up libdrm-common (2.4.114-1) ...
- Setting up libelf1:amd64 (0.188-2.1) ...
- Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
- Setting up libxrender-dev:amd64 (1:0.9.10-1.1) ...
- Setting up libicu-dev:amd64 (72.1-3) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up dbus-bin (1.14.10-1~deb12u1) ...
- Setting up libbrotli-dev:amd64 (1.0.9-2+b6) ...
- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up libxkbcommon0:amd64 (1.5.0-1) ...
- Setting up libwayland-client0:amd64 (1.21.0-1) ...
- Setting up libcairo-script-interpreter2:amd64 (1.16.0-7) ...
- Setting up libblkid-dev:amd64 (2.38.1-5+b1) ...
- Setting up python3.11 (3.11.2-6) ...
- Setting up libice6:amd64 (2:1.0.10-1) ...
- Setting up libxft2:amd64 (2.3.6-1) ...
- Setting up libharfbuzz-icu0:amd64 (6.0.0+dfsg-3) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libpcre2-dev:amd64 (10.42-1) ...
- Setting up libice-dev:amd64 (2:1.0.10-1) ...
- Setting up libselinux1-dev:amd64 (3.4-1+b6) ...
- Setting up libxtst6:amd64 (2:1.2.3-1.1) ...
- Setting up libfribidi-dev:amd64 (1.0.8-2.1) ...
- Setting up libxkbcommon-dev:amd64 (1.5.0-1) ...
- Setting up libxcursor1:amd64 (1:1.2.1-1) ...
- Setting up libpng-dev:amd64 (1.6.39-2) ...
- Setting up libavahi-common3:amd64 (0.8-10) ...
- Setting up libjpeg-dev:amd64 (1:2.1.5-2) ...
- Setting up libglib2.0-bin (2.74.6-2) ...
- Setting up python3 (3.11.2-1+b1) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up dbus-daemon (1.14.10-1~deb12u1) ...
- Setting up libharfbuzz-gobject0:amd64 (6.0.0+dfsg-3) ...
- Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libfreetype-dev:amd64 (2.12.1+dfsg-5) ...
- Setting up libxfixes-dev:amd64 (1:6.0.0-2) ...
- Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
- Setting up libthai0:amd64 (0.1.29-1) ...
- Setting up libwayland-bin (1.21.0-1) ...
- Setting up libxrandr-dev:amd64 (2:1.5.2-2+b1) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libwebp-dev:amd64 (1.2.4-0.2+deb12u1) ...
- Setting up libtiff-dev:amd64 (4.5.0-6+deb12u1) ...
- Setting up dbus (1.14.10-1~deb12u1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.2-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libxinerama-dev:amd64 (2:1.1.4-3) ...
- Setting up gir1.2-glib-2.0:amd64 (1.74.0-3) ...
- Setting up libdrm2:amd64 (2.4.114-1+b1) ...
- Setting up libdatrie-dev:amd64 (0.2.13-2+b1) ...
- Setting up libwayland-cursor0:amd64 (1.21.0-1) ...
- Setting up xml-core (0.18+nmu1) ...
- Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
- Setting up libpam-systemd:amd64 (252.19-1~deb12u1) ...
- Setting up libharfbuzz-subset0:amd64 (6.0.0+dfsg-3) ...
- Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+b1) ...
- Setting up libxi-dev:amd64 (2:1.8-1+b1) ...
- Setting up python3-lib2to3 (3.11.2-3) ...
- Setting up libsm6:amd64 (2:1.2.3-1) ...
- Setting up libavahi-client3:amd64 (0.8-10) ...
- Setting up libmount-dev:amd64 (2.38.1-5+b1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Setting up libxtst-dev:amd64 (2:1.2.3-1.1) ...
- Setting up python3-distutils (3.11.2-3) ...
- Setting up libxdamage-dev:amd64 (1:1.1.6-1) ...
- Setting up libglib2.0-dev-bin (2.74.6-2) ...
- Setting up gtk-update-icon-cache (3.24.38-2~deb12u1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Setting up gir1.2-freedesktop:amd64 (1.74.0-3) ...
- Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.42.10+dfsg-1+b1) ...
- Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
- Setting up libfontconfig-dev:amd64 (2.14.1-4) ...
- Setting up gir1.2-atk-1.0:amd64 (2.46.0-5) ...
- Setting up libsm-dev:amd64 (2:1.2.3-1) ...
- Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Setting up libxcomposite-dev:amd64 (1:0.4.5-1) ...
- Setting up libxcursor-dev:amd64 (1:1.2.1-1) ...
- Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Setting up gir1.2-atspi-2.0:amd64 (2.46.0-5) ...
- Setting up libwayland-dev:amd64 (1.21.0-1) ...
- Setting up gir1.2-harfbuzz-0.0:amd64 (6.0.0+dfsg-3) ...
- Setting up dbus-user-session (1.14.10-1~deb12u1) ...
- Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Setting up libglib2.0-dev:amd64 (2.74.6-2) ...
- Setting up adwaita-icon-theme (43-1) ...
- update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
- Setting up libthai-dev:amd64 (0.1.29-1) ...
- Setting up libcups2:amd64 (2.4.2-3+deb12u5) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.10+dfsg-1+b1) ...
- Setting up libegl1:amd64 (1.6.0-1) ...
- Setting up libcairo2-dev:amd64 (1.16.0-7) ...
- Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libatk1.0-dev:amd64 (2.46.0-5) ...
- Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libxft-dev:amd64 (2.3.6-1) ...
- Setting up libgdk-pixbuf-2.0-dev:amd64 (2.42.10+dfsg-1+b1) ...
- Setting up libharfbuzz-dev:amd64 (6.0.0+dfsg-3) ...
- Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Setting up libpangoxft-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libglx0:amd64 (1.6.0-1) ...
- Setting up pango1.0-tools (1.50.12+ds-1) ...
- Setting up dconf-service (0.40.0-4) ...
- Setting up librsvg2-2:amd64 (2.54.7+dfsg-1~deb12u1) ...
- Setting up gir1.2-pango-1.0:amd64 (1.50.12+ds-1) ...
- Setting up libgl1:amd64 (1.6.0-1) ...
- Setting up libpango1.0-dev:amd64 (1.50.12+ds-1) ...
- Setting up librsvg2-common:amd64 (2.54.7+dfsg-1~deb12u1) ...
- Setting up libglx-dev:amd64 (1.6.0-1) ...
- Setting up libgl-dev:amd64 (1.6.0-1) ...
- Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
- Setting up libegl-dev:amd64 (1.6.0-1) ...
- Setting up libepoxy-dev:amd64 (1.5.10-1) ...
- Setting up libgles-dev:amd64 (1.6.0-1) ...
- Setting up libgtk-3-common (3.24.38-2~deb12u1) ...
- Setting up gsettings-desktop-schemas (43.0-1) ...
- Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u1) ...
- Setting up gir1.2-gtk-3.0:amd64 (3.24.38-2~deb12u1) ...
- Setting up libglvnd-dev:amd64 (1.6.0-1) ...
- Setting up libgtk-3-bin (3.24.38-2~deb12u1) ...
- Setting up libgtksourceview-3.0-1:amd64 (3.24.11-2+b1) ...
- Setting up gir1.2-gtksource-3.0:amd64 (3.24.11-2+b1) ...
- Setting up at-spi2-core (2.46.0-5) ...
- Setting up libegl1-mesa-dev:amd64 (22.3.6-1+deb12u1) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...
- Processing triggers for systemd (252.19-1~deb12u1) ...
- Processing triggers for sgml-base (1.31) ...
- Setting up libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
- Setting up libatspi2.0-dev:amd64 (2.46.0-5) ...
- Setting up libatk-bridge2.0-dev:amd64 (2.46.0-5) ...
- Setting up libgtk-3-dev:amd64 (3.24.38-2~deb12u1) ...
- Setting up libgtksourceview-3.0-dev:amd64 (3.24.11-2+b1) ...
- Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+b1) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/51:
Processing  2/51:
Processing  3/51:
Processing  4/51:
Processing  5/51:
Processing  6/51:
Processing  7/51:
Processing  8/51:
Processing  9/51:
Processing 10/51:
Processing 11/51: [conf-findutils: sh find . -name .]
Processing 12/51: [conf-findutils: sh find . -name .] [conf-gmp: sh]
Processing 13/51: [conf-findutils: sh find . -name .] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved cairo2.0.6.4  (cached)
Processing 14/51: [conf-findutils: sh find . -name .] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved camlp-streams.5.0.1  (cached)
Processing 15/51: [conf-findutils: sh find . -name .] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 16/51: [camlp-streams: dune build] [conf-findutils: sh find . -name .] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved coq.8.13.2  (cached)
Processing 17/51: [camlp-streams: dune build] [conf-findutils: sh find . -name .] [conf-gmp: sh] [conf-pkg-config: pkg-config]
- + find . -name .
- .
-> compiled  conf-findutils.1
Processing 17/51: [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> installed conf-findutils.1
Processing 18/51: [camlp-streams: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 18/51: [camlp-streams: dune build] [conf-pkg-config: pkg-config]
-> installed conf-gmp.4
Processing 19/51: [camlp-streams: dune build] [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 19/51: [camlp-streams: dune build]
-> installed conf-pkg-config.3
Processing 20/51: [camlp-streams: dune build]
Processing 21/51: [camlp-streams: dune build] [conf-adwaita-icon-theme: sh]
Processing 22/51: [camlp-streams: dune build] [conf-adwaita-icon-theme: sh] [conf-cairo: pkg-config cairo]
Processing 23/51: [camlp-streams: dune build] [conf-adwaita-icon-theme: sh] [conf-cairo: pkg-config cairo] [conf-gtk3: pkg-config 3.18]
Processing 24/51: [camlp-streams: dune build] [conf-adwaita-icon-theme: sh] [conf-cairo: pkg-config cairo] [conf-gtk3: pkg-config 3.18] [conf-gtksourceview3: pkg-config gtksourceview-3.0]
-> retrieved coqide.8.13.2  (cached)
Processing 25/51: [camlp-streams: dune build] [conf-adwaita-icon-theme: sh] [conf-cairo: pkg-config cairo] [conf-gtk3: pkg-config 3.18] [conf-gtksourceview3: pkg-config gtksourceview-3.0]
-> retrieved csexp.1.5.2  (cached)
Processing 26/51: [camlp-streams: dune build] [conf-adwaita-icon-theme: sh] [conf-cairo: pkg-config cairo] [conf-gtk3: pkg-config 3.18] [conf-gtksourceview3: pkg-config gtksourceview-3.0]
Processing 27/51: [camlp-streams: dune build] [conf-adwaita-icon-theme: sh] [conf-cairo: pkg-config cairo] [conf-gtk3: pkg-config 3.18] [conf-gtksourceview3: pkg-config gtksourceview-3.0] [csexp: dune build]
-> compiled  camlp-streams.5.0.1
Processing 27/51: [conf-adwaita-icon-theme: sh] [conf-cairo: pkg-config cairo] [conf-gtk3: pkg-config 3.18] [conf-gtksourceview3: pkg-config gtksourceview-3.0] [csexp: dune build]
-> installed camlp-streams.5.0.1
Processing 28/51: [conf-adwaita-icon-theme: sh] [conf-cairo: pkg-config cairo] [conf-gtk3: pkg-config 3.18] [conf-gtksourceview3: pkg-config gtksourceview-3.0] [csexp: dune build]
-> compiled  conf-adwaita-icon-theme.2
Processing 28/51: [conf-cairo: pkg-config cairo] [conf-gtk3: pkg-config 3.18] [conf-gtksourceview3: pkg-config gtksourceview-3.0] [csexp: dune build]
-> installed conf-adwaita-icon-theme.2
Processing 29/51: [conf-cairo: pkg-config cairo] [conf-gtk3: pkg-config 3.18] [conf-gtksourceview3: pkg-config gtksourceview-3.0] [csexp: dune build]
-> compiled  conf-cairo.1
Processing 29/51: [conf-gtk3: pkg-config 3.18] [conf-gtksourceview3: pkg-config gtksourceview-3.0] [csexp: dune build]
-> installed conf-cairo.1
Processing 30/51: [conf-gtk3: pkg-config 3.18] [conf-gtksourceview3: pkg-config gtksourceview-3.0] [csexp: dune build]
-> compiled  conf-gtk3.18
Processing 30/51: [conf-gtksourceview3: pkg-config gtksourceview-3.0] [csexp: dune build]
-> installed conf-gtk3.18
Processing 31/51: [conf-gtksourceview3: pkg-config gtksourceview-3.0] [csexp: dune build]
-> compiled  conf-gtksourceview3.0+2
Processing 31/51: [csexp: dune build]
-> installed conf-gtksourceview3.0+2
Processing 32/51: [csexp: dune build]
-> retrieved lablgtk3.3.1.3  (cached)
Processing 33/51: [csexp: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 34/51: [csexp: dune build]
-> retrieved lablgtk3-sourceview3.3.1.3  (cached)
-> compiled  csexp.1.5.2
Processing 34/51:
-> installed csexp.1.5.2
Processing 35/51:
Processing 36/51: [dune-configurator: rm]
-> retrieved num.1.5  (cached)
Processing 37/51: [dune-configurator: rm] [num: make opam-legacy]
-> retrieved zarith.1.13  (cached)
Processing 38/51: [dune-configurator: rm] [num: make opam-legacy] [zarith: ./configure]
Processing 38/51: [dune-configurator: dune build] [num: make opam-legacy] [zarith: ./configure]
- binary ocaml: found in /home/opam/.opam/4.14/bin
- binary ocamlc: found in /home/opam/.opam/4.14/bin
- binary ocamldep: found in /home/opam/.opam/4.14/bin
- binary ocamlmklib: found in /home/opam/.opam/4.14/bin
- binary ocamldoc: found in /home/opam/.opam/4.14/bin
- binary ocamlopt: found in /home/opam/.opam/4.14/bin
- checking compilation with ocamlc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/4.14/bin
- OCaml's word size is 64
- 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 38/51: [dune-configurator: dune build] [num: make opam-legacy] [zarith: make]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5
Processing 38/51: [dune-configurator: dune build] [zarith: make]
-> installed num.1.5
Processing 39/51: [dune-configurator: dune build] [zarith: make]
-> compiled  dune-configurator.3.13.0
Processing 39/51: [zarith: make]
-> installed dune-configurator.3.13.0
Processing 40/51: [zarith: make]
Processing 41/51: [cairo2: dune build] [zarith: make]
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp  
- ocamlc -ccopt "-I/home/opam/.opam/4.14/lib/ocaml   -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp  
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs  -c zarith_version.ml
- ocamlopt -g -I +compiler-libs  -c z.ml
- ocamlopt -g -I +compiler-libs  -c q.ml
- ocamlopt -g -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp  
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.13
Processing 41/51: [cairo2: dune build]
Processing 42/51: [cairo2: dune build] [zarith: make install]
-> compiled  cairo2.0.6.4
Processing 42/51: [zarith: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/zarith.1.13)
- ocamlfind install -destdir "/home/opam/.opam/4.14/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/4.14/lib/zarith/q.cmti
- Installed /home/opam/.opam/4.14/lib/zarith/z.cmti
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.a
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/4.14/lib/zarith/q.mli
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.h
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/q.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/z.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/zarith_version.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/4.14/lib/zarith/z.mli
- Installed /home/opam/.opam/4.14/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/4.14/lib/zarith/q.cmi
- Installed /home/opam/.opam/4.14/lib/zarith/z.cmi
- Installed /home/opam/.opam/4.14/lib/zarith/libzarith.a
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.cma
- Installed /home/opam/.opam/4.14/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.14/lib/zarith/META
-> installed zarith.1.13
[coq: patch] applying disable_warn_70.patch
Processing 43/51: [coq: patch]
-> installed cairo2.0.6.4
Processing 44/51: [coq: patch]
Processing 45/51: [coq: patch] [lablgtk3: dune build]
Processing 45/51: [coq: ./configure no] [lablgtk3: dune build]
- You have OCaml 4.14.1. Good!
- You have OCamlfind 1.9.6. Good!
- You have native-code compilation. Good!
- You have the Zarith library 1.13 installed. Good!
- CoqIde manually disabled:
- => no CoqIde will be built.
- 
-   Architecture                : Linux
-   Sys.os_type                 : Unix
-   Coq VM bytecode link flags  : -dllib -lcoqrun -dllpath /home/opam/.opam/4.14/lib/coq/kernel/byterun
-   Other bytecode link flags   : 
-   OCaml version               : 4.14.1
-   OCaml binaries in           : /home/opam/.opam/4.14/bin/
-   OCaml library in            : /home/opam/.opam/4.14/lib/ocaml
-   OCaml flambda flags         : 
-   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:
-   - the Coq binaries will be copied in /home/opam/.opam/4.14/bin
-   - 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
-   - the Coq documentation will be copied in /home/opam/.opam/4.14/doc
-   - the Coqdoc LaTeX files will be copied in /home/opam/.opam/4.14/share/texmf/tex/latex/misc
- 
- 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 45/51: [coq: make] [lablgtk3: dune build]
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gpointer.o -c ml_gpointer.c)
- ml_gpointer.c: In function 'ml_stable_copy':
- ml_gpointer.c:42:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-    42 |         if (tag < No_scan_tag) invalid_argument("ml_stable_copy");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                     
- ml_gpointer.c:43:13: warning: "alloc_shr" is deprecated: use "caml_alloc_shr" instead
-    43 |         ret = alloc_shr (wosize, tag);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                   
- ml_gpointer.c: In function 'ml_string_at_pointer':
- ml_gpointer.c:53:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead
-    53 |     value ret = alloc_string(length);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~                                          
- ml_gpointer.c: In function 'ml_long_at_pointer':
- ml_gpointer.c:71:13: warning: "copy_nativeint" is deprecated: use "caml_copy_nativeint" instead
-    71 |     return copy_nativeint(*(long*)Pointer_val(ptr));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- ml_gpointer.c: In function 'ml_gpointer_get_addr':
- ml_gpointer.c:115:13: warning: "copy_nativeint" is deprecated: use "caml_copy_nativeint" instead
-   115 |     return copy_nativeint ((long)ml_gpointer_base (region));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                       
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o wrappers.o -c wrappers.c)
- In file included from /usr/include/glib-2.0/glib/giochannel.h:35,
-                  from /usr/include/glib-2.0/glib.h:56,
-                  from wrappers.c:31:
- /usr/include/glib-2.0/glib/gmain.h:310:13: warning: "callback" is deprecated: use "caml_callback" instead
-   310 |                         GSourceFunc callback,
-       |             ^           ~~~~~~~~~~~~~~~~~~~~~                          
- /usr/include/glib-2.0/glib/giochannel.h:190:41: warning: "flush" is deprecated: use "caml_flush" instead
-   190 |                                  gboolean         flush,
-       |                                         ^~~~~~~~~~~~~~~~                                     
- In file included from /usr/include/glib-2.0/glib.h:67:
- /usr/include/glib-2.0/glib/gpattern.h:45:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-    45 |                                gsize string_length,
-       |             ^                  ~~~~~~~~~~~~~~~~~~~~                              
- /usr/include/glib-2.0/glib/gpattern.h:53:48: warning: "string_length" is deprecated: use "caml_string_length" instead
-    53 |                                         guint         string_length,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~                                                
- wrappers.c: In function 'copy_memblock_indirected':
- wrappers.c:40:13: warning: "alloc_shr" is deprecated: use "caml_alloc_shr" instead
-    40 |     ret = alloc_shr (wosize+2, Abstract_tag);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- wrappers.c: In function 'alloc_memblock_indirected':
- wrappers.c:48:13: warning: "alloc_shr" is deprecated: use "caml_alloc_shr" instead
-    48 |     value ret = alloc_shr (Wosize_asize(size)+2, Abstract_tag);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- wrappers.c: In function 'ml_some':
- wrappers.c:86:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-    86 |      value ret = alloc_small(1,0);
-       |             ^~~~~~~~~~~~~~~~~~~~~~                                           
- wrappers.c: In function 'ml_cons':
- wrappers.c:94:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-    94 |   value cell = alloc_small(2, Tag_cons);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
- wrappers.c: In function 'ml_raise_null_pointer':
- wrappers.c:105:13: warning: "raise_constant" is deprecated: use "caml_raise_constant" instead
-   105 |   raise_constant (*exn);
-       |             ^~~~~~~~~~~~                                                           
- wrappers.c: In function 'Val_pointer':
- wrappers.c:110:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   110 |     value ret = alloc_small (2, Abstract_tag);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- wrappers.c: In function 'copy_string_check':
- wrappers.c:119:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   119 |     return copy_string ((char*) str);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~                                        
- wrappers.c: In function 'copy_string_or_null':
- wrappers.c:124:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   124 |     return copy_string (str ? (char*) str : "");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                             
- wrappers.c: In function 'ml_global_root_new':
- wrappers.c:132:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
-   132 |     value *p = stat_alloc(sizeof(value));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                  
- wrappers.c: In function 'ml_global_root_destroy':
- wrappers.c:141:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead
-   141 |     stat_free (data);
-       |             ^~~~~~~~~                                                    
- wrappers.c: In function 'ml_lookup_from_c':
- wrappers.c:149:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-   149 |     invalid_argument ("ml_lookup_from_c");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                             
- wrappers.c: In function 'ml_lookup_to_c':
- wrappers.c:161:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-   161 |     invalid_argument ("ml_lookup_to_c");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                               
- wrappers.c: In function 'ml_lookup_flags_getter':
- wrappers.c:172:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   172 |       cell = alloc_small(2, Tag_cons);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                       
- wrappers.c: In function 'string_list_of_strv':
- wrappers.c:214:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   214 |       s = copy_string (v[i]);
-       |             ^~~~~~~~~~~~~~~~~                                                
- wrappers.c:215:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   215 |       cell = alloc_small (2, Tag_cons);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- (cd _build/default/src && ../.bin/propcc gtkBase.props)
- Warning: no conversion for type GdkWindow_opt in class GtkWidget
- (cd _build/default/src && ../.bin/propcc gtkMisc.props)
- Warning: no conversion for type PangoAttrList in class GtkLabel
- Warning: no conversion for type GIcon in class GtkImage
- Warning: no conversion for type GdkPixbufAnimation in class GtkImage
- Warning: no conversion for type CairoSurface in class GtkImage
- (cd _build/default/src && ../.bin/propcc gtkText.props)
- Warning: no conversion for type PangoTabArray in class GtkTextView
- Warning: no conversion for type PangoTabArray in class GtkTextTag
- (cd _build/default/src && ../.bin/propcc gtkTree.props)
- Warning: no conversion for type PangoAttrList in class GtkCellRendererText
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o cairo_pango_stubs.o -c cairo_pango_stubs.c)
- In file included from /usr/include/glib-2.0/glib/giochannel.h:35,
-                  from /usr/include/glib-2.0/glib.h:56,
-                  from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
-                  from /usr/include/gtk-3.0/gdk/gdk.h:30,
-                  from cairo_pango_stubs.c:24:
- /usr/include/glib-2.0/glib/gmain.h:310:13: warning: "callback" is deprecated: use "caml_callback" instead
-   310 |                         GSourceFunc callback,
-       |             ^           ~~~~~~~~~~~~~~~~~~~~~                          
- /usr/include/glib-2.0/glib/giochannel.h:190:41: warning: "flush" is deprecated: use "caml_flush" instead
-   190 |                                  gboolean         flush,
-       |                                         ^~~~~~~~~~~~~~~~                                     
- In file included from /usr/include/glib-2.0/glib.h:67:
- /usr/include/glib-2.0/glib/gpattern.h:45:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-    45 |                                gsize string_length,
-       |             ^                  ~~~~~~~~~~~~~~~~~~~~                              
- /usr/include/glib-2.0/glib/gpattern.h:53:48: warning: "string_length" is deprecated: use "caml_string_length" instead
-    53 |                                         guint         string_length,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~                                                
- In file included from /usr/include/glib-2.0/gobject/gobject.h:29,
-                  from /usr/include/glib-2.0/gobject/gbinding.h:31,
-                  from /usr/include/glib-2.0/glib-object.h:24,
-                  from /usr/include/glib-2.0/gio/gioenums.h:30,
-                  from /usr/include/glib-2.0/gio/giotypes.h:30,
-                  from /usr/include/glib-2.0/gio/gio.h:28,
-                  from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
-                  from /usr/include/gtk-3.0/gdk/gdk.h:32:
- /usr/include/glib-2.0/gobject/gclosure.h:225:18: warning: "callback" is deprecated: use "caml_callback" instead
-   225 |   gpointer      callback;
-       |                  ^~~~~~~~                                                   
- In file included from /usr/include/glib-2.0/gio/gio.h:34:
- /usr/include/glib-2.0/gio/gappinfo.h:142:13: warning: "callback" is deprecated: use "caml_callback" instead
-   142 |                                                  GAsyncReadyCallback callback,
-       |             ^                                    ~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gappinfo.h:194:13: warning: "callback" is deprecated: use "caml_callback" instead
-   194 |                                                      GAsyncReadyCallback   callback,
-       |             ^                                        ~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gappinfo.h:253:13: warning: "callback" is deprecated: use "caml_callback" instead
-   253 |                                                   GAsyncReadyCallback  callback,
-       |             ^                                     ~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gappinfo.h:264:13: warning: "callback" is deprecated: use "caml_callback" instead
-   264 |                                                        GAsyncReadyCallback  callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gappinfo.h:279:13: warning: "callback" is deprecated: use "caml_callback" instead
-   279 |                                                     GAsyncReadyCallback   callback,
-       |             ^                                       ~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:37:
- /usr/include/glib-2.0/gio/gasyncinitable.h:70:34: warning: "callback" is deprecated: use "caml_callback" instead
-    70 |                             GAsyncReadyCallback  callback,
-       |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~                                  
- /usr/include/glib-2.0/gio/gasyncinitable.h:85:48: warning: "callback" is deprecated: use "caml_callback" instead
-    85 |                                             GAsyncReadyCallback   callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- /usr/include/glib-2.0/gio/gasyncinitable.h:96:48: warning: "callback" is deprecated: use "caml_callback" instead
-    96 |                                             GAsyncReadyCallback   callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- /usr/include/glib-2.0/gio/gasyncinitable.h:109:48: warning: "callback" is deprecated: use "caml_callback" instead
-   109 |                                             GAsyncReadyCallback   callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- /usr/include/glib-2.0/gio/gasyncinitable.h:120:48: warning: "callback" is deprecated: use "caml_callback" instead
-   120 |                                             GAsyncReadyCallback   callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- In file included from /usr/include/glib-2.0/gio/gfilterinputstream.h:30,
-                  from /usr/include/glib-2.0/gio/gbufferedinputstream.h:30,
-                  from /usr/include/glib-2.0/gio/gio.h:39:
- /usr/include/glib-2.0/gio/ginputstream.h:82:13: warning: "callback" is deprecated: use "caml_callback" instead
-    82 |                              GAsyncReadyCallback  callback,
-       |             ^                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
- /usr/include/glib-2.0/gio/ginputstream.h:91:13: warning: "callback" is deprecated: use "caml_callback" instead
-    91 |                              GAsyncReadyCallback  callback,
-       |             ^                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
- /usr/include/glib-2.0/gio/ginputstream.h:99:13: warning: "callback" is deprecated: use "caml_callback" instead
-    99 |                              GAsyncReadyCallback  callback,
-       |             ^                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
- /usr/include/glib-2.0/gio/ginputstream.h:150:41: warning: "callback" is deprecated: use "caml_callback" instead
-   150 |                                        GAsyncReadyCallback    callback,
-       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- /usr/include/glib-2.0/gio/ginputstream.h:163:13: warning: "callback" is deprecated: use "caml_callback" instead
-   163 |                                            GAsyncReadyCallback    callback,
-       |             ^                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/ginputstream.h:176:48: warning: "callback" is deprecated: use "caml_callback" instead
-   176 |                                            GAsyncReadyCallback    callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- /usr/include/glib-2.0/gio/ginputstream.h:187:41: warning: "callback" is deprecated: use "caml_callback" instead
-   187 |                                        GAsyncReadyCallback    callback,
-       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- /usr/include/glib-2.0/gio/ginputstream.h:197:41: warning: "callback" is deprecated: use "caml_callback" instead
-   197 |                                        GAsyncReadyCallback    callback,
-       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- /usr/include/glib-2.0/gio/gbufferedinputstream.h:71:34: warning: "callback" is deprecated: use "caml_callback" instead
-    71 |                             GAsyncReadyCallback   callback,
-       |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~                                 
- /usr/include/glib-2.0/gio/gbufferedinputstream.h:121:55: warning: "callback" is deprecated: use "caml_callback" instead
-   121 |                                                        GAsyncReadyCallback    callback,
-       |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- In file included from /usr/include/glib-2.0/gio/gfilteroutputstream.h:30,
-                  from /usr/include/glib-2.0/gio/gbufferedoutputstream.h:30,
-                  from /usr/include/glib-2.0/gio/gio.h:40:
- /usr/include/glib-2.0/gio/goutputstream.h:78:13: warning: "flush" is deprecated: use "caml_flush" instead
-    78 |   gboolean    (* flush)         (GOutputStream            *stream,
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/goutputstream.h:92:13: warning: "callback" is deprecated: use "caml_callback" instead
-    92 |                                  GAsyncReadyCallback       callback,
-       |             ^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- /usr/include/glib-2.0/gio/goutputstream.h:102:13: warning: "callback" is deprecated: use "caml_callback" instead
-   102 |                                  GAsyncReadyCallback       callback,
-       |             ^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- /usr/include/glib-2.0/gio/goutputstream.h:110:13: warning: "callback" is deprecated: use "caml_callback" instead
-   110 |                                  GAsyncReadyCallback       callback,
-       |             ^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- /usr/include/glib-2.0/gio/goutputstream.h:118:13: warning: "callback" is deprecated: use "caml_callback" instead
-   118 |                                  GAsyncReadyCallback       callback,
-       |             ^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- /usr/include/glib-2.0/gio/goutputstream.h:136:13: warning: "callback" is deprecated: use "caml_callback" instead
-   136 |                                  GAsyncReadyCallback       callback,
-       |             ^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- /usr/include/glib-2.0/gio/goutputstream.h:224:48: warning: "callback" is deprecated: use "caml_callback" instead
-   224 |                                         GAsyncReadyCallback        callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- /usr/include/glib-2.0/gio/goutputstream.h:237:13: warning: "callback" is deprecated: use "caml_callback" instead
-   237 |                                           GAsyncReadyCallback      callback,
-       |             ^                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/goutputstream.h:252:48: warning: "callback" is deprecated: use "caml_callback" instead
-   252 |                                         GAsyncReadyCallback        callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- /usr/include/glib-2.0/gio/goutputstream.h:266:13: warning: "callback" is deprecated: use "caml_callback" instead
-   266 |                                            GAsyncReadyCallback      callback,
-       |             ^                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/goutputstream.h:280:48: warning: "callback" is deprecated: use "caml_callback" instead
-   280 |                                              GAsyncReadyCallback        callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                         
- /usr/include/glib-2.0/gio/goutputstream.h:292:48: warning: "callback" is deprecated: use "caml_callback" instead
-   292 |                                         GAsyncReadyCallback        callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- /usr/include/glib-2.0/gio/goutputstream.h:302:48: warning: "callback" is deprecated: use "caml_callback" instead
-   302 |                                         GAsyncReadyCallback        callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- /usr/include/glib-2.0/gio/goutputstream.h:312:48: warning: "callback" is deprecated: use "caml_callback" instead
-   312 |                                         GAsyncReadyCallback        callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- In file included from /usr/include/glib-2.0/gio/gio.h:42:
- /usr/include/glib-2.0/gio/gcancellable.h:106:55: warning: "callback" is deprecated: use "caml_callback" instead
-   106 |                                                     GCallback      callback,
-       |                                                       ^~~~~~~~~~~~~~~~~~~~~~                                     
- In file included from /usr/include/glib-2.0/gio/gio.h:50:
- /usr/include/glib-2.0/gio/gdatainputstream.h:128:13: warning: "callback" is deprecated: use "caml_callback" instead
-   128 |                                                                  GAsyncReadyCallback      callback,
-       |             ^                                                    ~~~~~~
- /usr/include/glib-2.0/gio/gdatainputstream.h:151:13: warning: "callback" is deprecated: use "caml_callback" instead
-   151 |                                                                  GAsyncReadyCallback      callback,
-       |             ^                                                    ~~~~~~
- /usr/include/glib-2.0/gio/gdatainputstream.h:172:13: warning: "callback" is deprecated: use "caml_callback" instead
-   172 |                                                                  GAsyncReadyCallback      callback,
-       |             ^                                                    ~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:53:
- /usr/include/glib-2.0/gio/gdbusaddress.h:46:13: warning: "callback" is deprecated: use "caml_callback" instead
-    46 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:55:
- /usr/include/glib-2.0/gio/gdbusconnection.h:46:13: warning: "callback" is deprecated: use "caml_callback" instead
-    46 |                                                 GAsyncReadyCallback  callback,
-       |             ^                                   ~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdbusconnection.h:64:13: warning: "callback" is deprecated: use "caml_callback" instead
-    64 |                                                                GAsyncReadyCallback     callback,
-       |             ^                                                  ~~~~~~~~
- /usr/include/glib-2.0/gio/gdbusconnection.h:82:13: warning: "callback" is deprecated: use "caml_callback" instead
-    82 |                                                                GAsyncReadyCallback     callback,
-       |             ^                                                  ~~~~~~~~
- /usr/include/glib-2.0/gio/gdbusconnection.h:127:13: warning: "callback" is deprecated: use "caml_callback" instead
-   127 |                                                                    GAsyncReadyCallback  callback,
-       |             ^                                                      ~~~~
- /usr/include/glib-2.0/gio/gdbusconnection.h:143:13: warning: "callback" is deprecated: use "caml_callback" instead
-   143 |                                                                    GAsyncReadyCallback  callback,
-       |             ^                                                      ~~~~
- /usr/include/glib-2.0/gio/gdbusconnection.h:169:13: warning: "callback" is deprecated: use "caml_callback" instead
-   169 |                                                                    GAsyncReadyCallback  callback,
-       |             ^                                                      ~~~~
- /usr/include/glib-2.0/gio/gdbusconnection.h:205:13: warning: "callback" is deprecated: use "caml_callback" instead
-   205 |                                                                GAsyncReadyCallback callback,
-       |             ^                                                  ~~~~~~~~
- /usr/include/glib-2.0/gio/gdbusconnection.h:238:13: warning: "callback" is deprecated: use "caml_callback" instead
-   238 |                                                                GAsyncReadyCallback callback,
-       |             ^                                                  ~~~~~~~~
- /usr/include/glib-2.0/gio/gdbusconnection.h:588:13: warning: "callback" is deprecated: use "caml_callback" instead
-   588 |                                                                GDBusSignalCallback  callback,
-       |             ^                                                  ~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:58:
- /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:76:13: warning: "flush" is deprecated: use "caml_flush" instead
-    76 |   void                  (*flush)          (GDBusInterfaceSkeleton  *interface_);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:67:
- /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:98:13: warning: "callback" is deprecated: use "caml_callback" instead
-    98 |                                                                                GAsyncReadyCallback            callback,
-       |             ^                                                          
- /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:122:13: warning: "callback" is deprecated: use "caml_callback" instead
-   122 |                                                                                GAsyncReadyCallback            callback,
-       |             ^                                                          
- In file included from /usr/include/glib-2.0/gio/gio.h:71:
- /usr/include/glib-2.0/gio/gdbusproxy.h:99:13: warning: "callback" is deprecated: use "caml_callback" instead
-    99 |                                                          GAsyncReadyCallback  callback,
-       |             ^                                            ~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdbusproxy.h:121:13: warning: "callback" is deprecated: use "caml_callback" instead
-   121 |                                                          GAsyncReadyCallback  callback,
-       |             ^                                            ~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdbusproxy.h:173:13: warning: "callback" is deprecated: use "caml_callback" instead
-   173 |                                                          GAsyncReadyCallback  callback,
-       |             ^                                            ~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdbusproxy.h:198:13: warning: "callback" is deprecated: use "caml_callback" instead
-   198 |                                                              GAsyncReadyCallback  callback,
-       |             ^                                                ~~~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:76:
- /usr/include/glib-2.0/gio/gdrive.h:113:13: warning: "callback" is deprecated: use "caml_callback" instead
-   113 |                                          GAsyncReadyCallback  callback,
-       |             ^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdrive.h:120:13: warning: "callback" is deprecated: use "caml_callback" instead
-   120 |                                          GAsyncReadyCallback  callback,
-       |             ^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdrive.h:138:13: warning: "callback" is deprecated: use "caml_callback" instead
-   138 |                                          GAsyncReadyCallback  callback,
-       |             ^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdrive.h:149:13: warning: "callback" is deprecated: use "caml_callback" instead
-   149 |                                          GAsyncReadyCallback  callback,
-       |             ^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdrive.h:161:13: warning: "callback" is deprecated: use "caml_callback" instead
-   161 |                                              GAsyncReadyCallback  callback,
-       |             ^                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdrive.h:202:13: warning: "callback" is deprecated: use "caml_callback" instead
-   202 |                                            GAsyncReadyCallback   callback,
-       |             ^                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdrive.h:212:13: warning: "callback" is deprecated: use "caml_callback" instead
-   212 |                                            GAsyncReadyCallback   callback,
-       |             ^                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdrive.h:236:13: warning: "callback" is deprecated: use "caml_callback" instead
-   236 |                                            GAsyncReadyCallback  callback,
-       |             ^                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdrive.h:250:13: warning: "callback" is deprecated: use "caml_callback" instead
-   250 |                                            GAsyncReadyCallback   callback,
-       |             ^                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gdrive.h:262:13: warning: "callback" is deprecated: use "caml_callback" instead
-   262 |                                                GAsyncReadyCallback  callback,
-       |             ^                                  ~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gdtlsclientconnection.h:29,
-                  from /usr/include/glib-2.0/gio/gio.h:77:
- /usr/include/glib-2.0/gio/gdtlsconnection.h:75:13: warning: "callback" is deprecated: use "caml_callback" instead
-    75 |                                   GAsyncReadyCallback    callback,
-       |             ^                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
- /usr/include/glib-2.0/gio/gdtlsconnection.h:92:13: warning: "callback" is deprecated: use "caml_callback" instead
-    92 |                                   GAsyncReadyCallback    callback,
-       |             ^                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
- /usr/include/glib-2.0/gio/gdtlsconnection.h:159:13: warning: "callback" is deprecated: use "caml_callback" instead
-   159 |                                                                      GAsyncReadyCallback    callback,
-       |             ^                                                        ~~
- /usr/include/glib-2.0/gio/gdtlsconnection.h:179:13: warning: "callback" is deprecated: use "caml_callback" instead
-   179 |                                                                      GAsyncReadyCallback    callback,
-       |             ^                                                        ~~
- /usr/include/glib-2.0/gio/gdtlsconnection.h:195:13: warning: "callback" is deprecated: use "caml_callback" instead
-   195 |                                                                      GAsyncReadyCallback    callback,
-       |             ^                                                        ~~
- In file included from /usr/include/glib-2.0/gio/gio.h:81:
- /usr/include/glib-2.0/gio/gfile.h:203:13: warning: "callback" is deprecated: use "caml_callback" instead
-   203 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:219:13: warning: "callback" is deprecated: use "caml_callback" instead
-   219 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:233:13: warning: "callback" is deprecated: use "caml_callback" instead
-   233 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:245:13: warning: "callback" is deprecated: use "caml_callback" instead
-   245 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:259:13: warning: "callback" is deprecated: use "caml_callback" instead
-   259 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:294:13: warning: "callback" is deprecated: use "caml_callback" instead
-   294 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:307:13: warning: "callback" is deprecated: use "caml_callback" instead
-   307 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:321:13: warning: "callback" is deprecated: use "caml_callback" instead
-   321 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:335:13: warning: "callback" is deprecated: use "caml_callback" instead
-   335 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:353:13: warning: "callback" is deprecated: use "caml_callback" instead
-   353 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:365:55: warning: "callback" is deprecated: use "caml_callback" instead
-   365 |                                                        GAsyncReadyCallback   callback,
-       |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
- /usr/include/glib-2.0/gio/gfile.h:377:55: warning: "callback" is deprecated: use "caml_callback" instead
-   377 |                                                        GAsyncReadyCallback   callback,
-       |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
- /usr/include/glib-2.0/gio/gfile.h:389:13: warning: "callback" is deprecated: use "caml_callback" instead
-   389 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:403:13: warning: "callback" is deprecated: use "caml_callback" instead
-   403 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:423:13: warning: "callback" is deprecated: use "caml_callback" instead
-   423 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:443:13: warning: "callback" is deprecated: use "caml_callback" instead
-   443 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:453:13: warning: "callback" is deprecated: use "caml_callback" instead
-   453 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:462:13: warning: "callback" is deprecated: use "caml_callback" instead
-   462 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:471:13: warning: "callback" is deprecated: use "caml_callback" instead
-   471 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:481:13: warning: "callback" is deprecated: use "caml_callback" instead
-   481 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:502:13: warning: "callback" is deprecated: use "caml_callback" instead
-   502 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:515:13: warning: "callback" is deprecated: use "caml_callback" instead
-   515 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:532:13: warning: "callback" is deprecated: use "caml_callback" instead
-   532 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:542:13: warning: "callback" is deprecated: use "caml_callback" instead
-   542 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:552:13: warning: "callback" is deprecated: use "caml_callback" instead
-   552 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:564:13: warning: "callback" is deprecated: use "caml_callback" instead
-   564 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:574:13: warning: "callback" is deprecated: use "caml_callback" instead
-   574 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:582:13: warning: "callback" is deprecated: use "caml_callback" instead
-   582 |                                                        GAsyncReadyCallback   callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:603:13: warning: "callback" is deprecated: use "caml_callback" instead
-   603 |                                                        GAsyncReadyCallback            callback,
-       |             ^                                          ~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:633:13: warning: "callback" is deprecated: use "caml_callback" instead
-   633 |                                                            GAsyncReadyCallback         callback,
-       |             ^                                              ~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:643:13: warning: "callback" is deprecated: use "caml_callback" instead
-   643 |                                                            GAsyncReadyCallback         callback,
-       |             ^                                              ~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:706:62: warning: "callback" is deprecated: use "caml_callback" instead
-   706 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:734:62: warning: "callback" is deprecated: use "caml_callback" instead
-   734 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:745:62: warning: "callback" is deprecated: use "caml_callback" instead
-   745 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:758:62: warning: "callback" is deprecated: use "caml_callback" instead
-   758 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:772:62: warning: "callback" is deprecated: use "caml_callback" instead
-   772 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:788:62: warning: "callback" is deprecated: use "caml_callback" instead
-   788 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:808:62: warning: "callback" is deprecated: use "caml_callback" instead
-   808 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:833:62: warning: "callback" is deprecated: use "caml_callback" instead
-   833 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:849:62: warning: "callback" is deprecated: use "caml_callback" instead
-   849 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:863:62: warning: "callback" is deprecated: use "caml_callback" instead
-   863 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:881:62: warning: "callback" is deprecated: use "caml_callback" instead
-   881 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:897:62: warning: "callback" is deprecated: use "caml_callback" instead
-   897 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:912:62: warning: "callback" is deprecated: use "caml_callback" instead
-   912 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:929:62: warning: "callback" is deprecated: use "caml_callback" instead
-   929 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:953:62: warning: "callback" is deprecated: use "caml_callback" instead
-   953 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:975:62: warning: "callback" is deprecated: use "caml_callback" instead
-   975 |                                                                                                      GAsyncReadyCallback         callback,
-       |                                                              ^                                       ~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:989:13: warning: "callback" is deprecated: use "caml_callback" instead
-   989 |                                                            GAsyncReadyCallback         callback,
-       |             ^                                              ~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:1010:13: warning: "callback" is deprecated: use "caml_callback" instead
-  1010 |                                                            GAsyncReadyCallback         callback,
-       |             ^                                              ~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:1044:62: warning: "callback" is deprecated: use "caml_callback" instead
-  1044 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:1098:62: warning: "callback" is deprecated: use "caml_callback" instead
-  1098 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:1109:62: warning: "callback" is deprecated: use "caml_callback" instead
-  1109 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:1119:13: warning: "callback" is deprecated: use "caml_callback" instead
-  1119 |                                                            GAsyncReadyCallback         callback,
-       |             ^                                              ~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:1131:62: warning: "callback" is deprecated: use "caml_callback" instead
-  1131 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:1141:13: warning: "callback" is deprecated: use "caml_callback" instead
-  1141 |                                                            GAsyncReadyCallback         callback,
-       |             ^                                              ~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:1153:62: warning: "callback" is deprecated: use "caml_callback" instead
-  1153 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:1208:13: warning: "callback" is deprecated: use "caml_callback" instead
-  1208 |                                                            GAsyncReadyCallback            callback,
-       |             ^                                              ~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:1224:62: warning: "callback" is deprecated: use "caml_callback" instead
-  1224 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:1235:62: warning: "callback" is deprecated: use "caml_callback" instead
-  1235 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:1245:62: warning: "callback" is deprecated: use "caml_callback" instead
-  1245 |                                                            GAsyncReadyCallback         callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- /usr/include/glib-2.0/gio/gfile.h:1262:13: warning: "callback" is deprecated: use "caml_callback" instead
-  1262 |                                               GAsyncReadyCallback     callback,
-       |             ^                                 ~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gfile.h:1279:48: warning: "callback" is deprecated: use "caml_callback" instead
-  1279 |                                               GAsyncReadyCallback     callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
- /usr/include/glib-2.0/gio/gfile.h:1292:48: warning: "callback" is deprecated: use "caml_callback" instead
-  1292 |                                               GAsyncReadyCallback     callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
- /usr/include/glib-2.0/gio/gfile.h:1319:48: warning: "callback" is deprecated: use "caml_callback" instead
-  1319 |                                               GAsyncReadyCallback     callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
- /usr/include/glib-2.0/gio/gfile.h:1328:48: warning: "callback" is deprecated: use "caml_callback" instead
-  1328 |                                               GAsyncReadyCallback     callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
- /usr/include/glib-2.0/gio/gfile.h:1347:13: warning: "callback" is deprecated: use "caml_callback" instead
-  1347 |                                               GAsyncReadyCallback     callback,
-       |             ^                                 ~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:83:
- /usr/include/glib-2.0/gio/gfileenumerator.h:74:13: warning: "callback" is deprecated: use "caml_callback" instead
-    74 |                                      GAsyncReadyCallback   callback,
-       |             ^                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- /usr/include/glib-2.0/gio/gfileenumerator.h:82:13: warning: "callback" is deprecated: use "caml_callback" instead
-    82 |                                      GAsyncReadyCallback   callback,
-       |             ^                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- /usr/include/glib-2.0/gio/gfileenumerator.h:115:55: warning: "callback" is deprecated: use "caml_callback" instead
-   115 |                                                 GAsyncReadyCallback   callback,
-       |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~                                  
- /usr/include/glib-2.0/gio/gfileenumerator.h:125:55: warning: "callback" is deprecated: use "caml_callback" instead
-   125 |                                                 GAsyncReadyCallback   callback,
-       |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~                                  
- In file included from /usr/include/glib-2.0/gio/gio.h:86:
- /usr/include/glib-2.0/gio/gfileinputstream.h:79:13: warning: "callback" is deprecated: use "caml_callback" instead
-    79 |                                      GAsyncReadyCallback   callback,
-       |             ^                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- /usr/include/glib-2.0/gio/gfileinputstream.h:107:55: warning: "callback" is deprecated: use "caml_callback" instead
-   107 |                                                   GAsyncReadyCallback   callback,
-       |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- In file included from /usr/include/glib-2.0/gio/gfileiostream.h:30,
-                  from /usr/include/glib-2.0/gio/gio.h:87:
- /usr/include/glib-2.0/gio/giostream.h:69:13: warning: "callback" is deprecated: use "caml_callback" instead
-    69 |                              GAsyncReadyCallback  callback,
-       |             ^                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
- /usr/include/glib-2.0/gio/giostream.h:102:48: warning: "callback" is deprecated: use "caml_callback" instead
-   102 |                                               GAsyncReadyCallback   callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                             
- /usr/include/glib-2.0/gio/giostream.h:118:48: warning: "callback" is deprecated: use "caml_callback" instead
-   118 |                                               GAsyncReadyCallback   callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                             
- /usr/include/glib-2.0/gio/gfileiostream.h:84:13: warning: "callback" is deprecated: use "caml_callback" instead
-    84 |                                      GAsyncReadyCallback   callback,
-       |             ^                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- /usr/include/glib-2.0/gio/gfileiostream.h:112:48: warning: "callback" is deprecated: use "caml_callback" instead
-   112 |                                                GAsyncReadyCallback   callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- In file included from /usr/include/glib-2.0/gio/gio.h:90:
- /usr/include/glib-2.0/gio/gfileoutputstream.h:84:13: warning: "callback" is deprecated: use "caml_callback" instead
-    84 |                                      GAsyncReadyCallback   callback,
-       |             ^                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- /usr/include/glib-2.0/gio/gfileoutputstream.h:113:55: warning: "callback" is deprecated: use "caml_callback" instead
-   113 |                                                    GAsyncReadyCallback   callback,
-       |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- In file included from /usr/include/glib-2.0/gio/gio.h:107:
- /usr/include/glib-2.0/gio/gloadableicon.h:70:13: warning: "callback" is deprecated: use "caml_callback" instead
-    70 |                                   GAsyncReadyCallback  callback,
-       |             ^                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~       
- /usr/include/glib-2.0/gio/gloadableicon.h:91:48: warning: "callback" is deprecated: use "caml_callback" instead
-    91 |                                            GAsyncReadyCallback   callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- In file included from /usr/include/glib-2.0/gio/gio.h:114:
- /usr/include/glib-2.0/gio/gmount.h:100:13: warning: "callback" is deprecated: use "caml_callback" instead
-   100 |                                              GAsyncReadyCallback  callback,
-       |             ^                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gmount.h:109:13: warning: "callback" is deprecated: use "caml_callback" instead
-   109 |                                              GAsyncReadyCallback  callback,
-       |             ^                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gmount.h:119:13: warning: "callback" is deprecated: use "caml_callback" instead
-   119 |                                              GAsyncReadyCallback  callback,
-       |             ^                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gmount.h:128:13: warning: "callback" is deprecated: use "caml_callback" instead
-   128 |                                              GAsyncReadyCallback  callback,
-       |             ^                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gmount.h:145:13: warning: "callback" is deprecated: use "caml_callback" instead
-   145 |                                              GAsyncReadyCallback  callback,
-       |             ^                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gmount.h:155:13: warning: "callback" is deprecated: use "caml_callback" instead
-   155 |                                              GAsyncReadyCallback  callback,
-       |             ^                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gmount.h:194:13: warning: "callback" is deprecated: use "caml_callback" instead
-   194 |                                                GAsyncReadyCallback  callback,
-       |             ^                                  ~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gmount.h:206:13: warning: "callback" is deprecated: use "caml_callback" instead
-   206 |                                                GAsyncReadyCallback  callback,
-       |             ^                                  ~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gmount.h:219:13: warning: "callback" is deprecated: use "caml_callback" instead
-   219 |                                                GAsyncReadyCallback  callback,
-       |             ^                                  ~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gmount.h:230:13: warning: "callback" is deprecated: use "caml_callback" instead
-   230 |                                                GAsyncReadyCallback  callback,
-       |             ^                                  ~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gmount.h:254:13: warning: "callback" is deprecated: use "caml_callback" instead
-   254 |                                                GAsyncReadyCallback  callback,
-       |             ^                                  ~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gmount.h:266:13: warning: "callback" is deprecated: use "caml_callback" instead
-   266 |                                                GAsyncReadyCallback  callback,
-       |             ^                                  ~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:119:
- /usr/include/glib-2.0/gio/gnetworkmonitor.h:62:41: warning: "callback" is deprecated: use "caml_callback" instead
-    62 |                                 GAsyncReadyCallback   callback,
-       |                                         ^~~~~~~~~~~~~~~~~~~~~~~                                    
- /usr/include/glib-2.0/gio/gnetworkmonitor.h:92:13: warning: "callback" is deprecated: use "caml_callback" instead
-    92 |                                                                GAsyncReadyCallback  callback,
-       |             ^                                                  ~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:123:
- /usr/include/glib-2.0/gio/gpermission.h:64:13: warning: "callback" is deprecated: use "caml_callback" instead
-    64 |                               GAsyncReadyCallback   callback,
-       |             ^                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- /usr/include/glib-2.0/gio/gpermission.h:75:13: warning: "callback" is deprecated: use "caml_callback" instead
-    75 |                               GAsyncReadyCallback   callback,
-       |             ^                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- /usr/include/glib-2.0/gio/gpermission.h:93:13: warning: "callback" is deprecated: use "caml_callback" instead
-    93 |                                                  GAsyncReadyCallback   callback,
-       |             ^                                    ~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gpermission.h:107:13: warning: "callback" is deprecated: use "caml_callback" instead
-   107 |                                                  GAsyncReadyCallback   callback,
-       |             ^                                    ~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:129:
- /usr/include/glib-2.0/gio/gproxy.h:89:41: warning: "callback" is deprecated: use "caml_callback" instead
-    89 |                                      GAsyncReadyCallback   callback,
-       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- /usr/include/glib-2.0/gio/gproxy.h:117:41: warning: "callback" is deprecated: use "caml_callback" instead
-   117 |                                       GAsyncReadyCallback   callback,
-       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- In file included from /usr/include/glib-2.0/gio/gproxyaddressenumerator.h:30,
-                  from /usr/include/glib-2.0/gio/gio.h:131:
- /usr/include/glib-2.0/gio/gsocketaddressenumerator.h:75:41: warning: "callback" is deprecated: use "caml_callback" instead
-    75 |                                     GAsyncReadyCallback        callback,
-       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
- /usr/include/glib-2.0/gio/gsocketaddressenumerator.h:93:62: warning: "callback" is deprecated: use "caml_callback" instead
-    93 |                                                          GAsyncReadyCallback        callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
- In file included from /usr/include/glib-2.0/gio/gio.h:132:
- /usr/include/glib-2.0/gio/gproxyresolver.h:63:34: warning: "callback" is deprecated: use "caml_callback" instead
-    63 |                               GAsyncReadyCallback   callback,
-       |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- /usr/include/glib-2.0/gio/gproxyresolver.h:87:55: warning: "callback" is deprecated: use "caml_callback" instead
-    87 |                                                  GAsyncReadyCallback   callback,
-       |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~                                 
- In file included from /usr/include/glib-2.0/gio/gio.h:134:
- /usr/include/glib-2.0/gio/gresolver.h:79:13: warning: "callback" is deprecated: use "caml_callback" instead
-    79 |                                                 GAsyncReadyCallback      callback,
-       |             ^                                   ~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gresolver.h:92:13: warning: "callback" is deprecated: use "caml_callback" instead
-    92 |                                                 GAsyncReadyCallback      callback,
-       |             ^                                   ~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gresolver.h:105:13: warning: "callback" is deprecated: use "caml_callback" instead
-   105 |                                                 GAsyncReadyCallback       callback,
-       |             ^                                   ~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gresolver.h:121:13: warning: "callback" is deprecated: use "caml_callback" instead
-   121 |                                                 GAsyncReadyCallback       callback,
-       |             ^                                   ~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gresolver.h:147:13: warning: "callback" is deprecated: use "caml_callback" instead
-   147 |                                                 GAsyncReadyCallback        callback,
-       |             ^                                   ~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gresolver.h:201:13: warning: "callback" is deprecated: use "caml_callback" instead
-   201 |                                                         GAsyncReadyCallback        callback,
-       |             ^                                           ~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gresolver.h:212:13: warning: "callback" is deprecated: use "caml_callback" instead
-   212 |                                                         GAsyncReadyCallback        callback,
-       |             ^                                           ~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gresolver.h:235:13: warning: "callback" is deprecated: use "caml_callback" instead
-   235 |                                                         GAsyncReadyCallback        callback,
-       |             ^                                           ~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gresolver.h:254:13: warning: "callback" is deprecated: use "caml_callback" instead
-   254 |                                                         GAsyncReadyCallback        callback,
-       |             ^                                           ~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gresolver.h:271:13: warning: "callback" is deprecated: use "caml_callback" instead
-   271 |                                                         GAsyncReadyCallback        callback,
-       |             ^                                           ~~~~~~~~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:141:
- /usr/include/glib-2.0/gio/gsimpleasyncresult.h:54:62: warning: "callback" is deprecated: use "caml_callback" instead
-    54 |                                                             GAsyncReadyCallback      callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- /usr/include/glib-2.0/gio/gsimpleasyncresult.h:59:62: warning: "callback" is deprecated: use "caml_callback" instead
-    59 |                                                             GAsyncReadyCallback      callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- /usr/include/glib-2.0/gio/gsimpleasyncresult.h:67:62: warning: "callback" is deprecated: use "caml_callback" instead
-    67 |                                                             GAsyncReadyCallback      callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- /usr/include/glib-2.0/gio/gsimpleasyncresult.h:72:62: warning: "callback" is deprecated: use "caml_callback" instead
-    72 |                                                             GAsyncReadyCallback      callback,
-       |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- /usr/include/glib-2.0/gio/gsimpleasyncresult.h:143:48: warning: "callback" is deprecated: use "caml_callback" instead
-   143 |                                            GAsyncReadyCallback callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~                                  
- /usr/include/glib-2.0/gio/gsimpleasyncresult.h:151:48: warning: "callback" is deprecated: use "caml_callback" instead
-   151 |                                            GAsyncReadyCallback callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~                                  
- /usr/include/glib-2.0/gio/gsimpleasyncresult.h:156:13: warning: "callback" is deprecated: use "caml_callback" instead
-   156 |                                                 GAsyncReadyCallback callback,
-       |             ^                                   ~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:148:
- /usr/include/glib-2.0/gio/gsocketclient.h:153:13: warning: "callback" is deprecated: use "caml_callback" instead
-   153 |                                                                          GAsyncReadyCallback   callback,
-       |             ^                                                          
- /usr/include/glib-2.0/gio/gsocketclient.h:164:13: warning: "callback" is deprecated: use "caml_callback" instead
-   164 |                                                                          GAsyncReadyCallback   callback,
-       |             ^                                                          
- /usr/include/glib-2.0/gio/gsocketclient.h:176:13: warning: "callback" is deprecated: use "caml_callback" instead
-   176 |                                                                          GAsyncReadyCallback   callback,
-       |             ^                                                          
- /usr/include/glib-2.0/gio/gsocketclient.h:187:13: warning: "callback" is deprecated: use "caml_callback" instead
-   187 |                                                                          GAsyncReadyCallback   callback,
-       |             ^                                                          
- In file included from /usr/include/glib-2.0/gio/gio.h:150:
- /usr/include/glib-2.0/gio/gsocketconnection.h:87:69: warning: "callback" is deprecated: use "caml_callback" instead
-    87 |                                                                   GAsyncReadyCallback callback,
-       |                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- In file included from /usr/include/glib-2.0/gio/gio.h:152:
- /usr/include/glib-2.0/gio/gsocketlistener.h:125:13: warning: "callback" is deprecated: use "caml_callback" instead
-   125 |                                                                          GAsyncReadyCallback   callback,
-       |             ^                                                          
- /usr/include/glib-2.0/gio/gsocketlistener.h:143:13: warning: "callback" is deprecated: use "caml_callback" instead
-   143 |                                                                          GAsyncReadyCallback   callback,
-       |             ^                                                          
- In file included from /usr/include/glib-2.0/gio/gio.h:155:
- /usr/include/glib-2.0/gio/gsubprocess.h:82:13: warning: "callback" is deprecated: use "caml_callback" instead
-    82 |                                                          GAsyncReadyCallback   callback,
-       |             ^                                            ~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gsubprocess.h:98:13: warning: "callback" is deprecated: use "caml_callback" instead
-    98 |                                                          GAsyncReadyCallback   callback,
-       |             ^                                            ~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gsubprocess.h:136:13: warning: "callback" is deprecated: use "caml_callback" instead
-   136 |                                                          GAsyncReadyCallback   callback,
-       |             ^                                            ~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gsubprocess.h:157:13: warning: "callback" is deprecated: use "caml_callback" instead
-   157 |                                                          GAsyncReadyCallback   callback,
-       |             ^                                            ~~~~~~~~~~~~~~
- In file included from /usr/include/glib-2.0/gio/gio.h:157:
- /usr/include/glib-2.0/gio/gtask.h:47:13: warning: "callback" is deprecated: use "caml_callback" instead
-    47 |                                             GAsyncReadyCallback  callback,
-       |             ^                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gtask.h:52:13: warning: "callback" is deprecated: use "caml_callback" instead
-    52 |                                             GAsyncReadyCallback  callback,
-       |             ^                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gtask.h:58:13: warning: "callback" is deprecated: use "caml_callback" instead
-    58 |                                             GAsyncReadyCallback  callback,
-       |             ^                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gtask.h:134:13: warning: "callback" is deprecated: use "caml_callback" instead
-   134 |                                            GSourceFunc      callback);
-       |             ^                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
- In file included from /usr/include/glib-2.0/gio/gtlsclientconnection.h:28,
-                  from /usr/include/glib-2.0/gio/gio.h:165:
- /usr/include/glib-2.0/gio/gtlsconnection.h:79:41: warning: "callback" is deprecated: use "caml_callback" instead
-    79 |                                   GAsyncReadyCallback   callback,
-       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~                                  
- /usr/include/glib-2.0/gio/gtlsconnection.h:169:69: warning: "callback" is deprecated: use "caml_callback" instead
-   169 |                                                                     GAsyncReadyCallback   callback,
-       |                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- In file included from /usr/include/glib-2.0/gio/gio.h:167:
- /usr/include/glib-2.0/gio/gtlsdatabase.h:76:13: warning: "callback" is deprecated: use "caml_callback" instead
-    76 |                                                                  GAsyncReadyCallback      callback,
-       |             ^                                                    ~~~~~~
- /usr/include/glib-2.0/gio/gtlsdatabase.h:98:13: warning: "callback" is deprecated: use "caml_callback" instead
-    98 |                                                                  GAsyncReadyCallback      callback,
-       |             ^                                                    ~~~~~~
- /usr/include/glib-2.0/gio/gtlsdatabase.h:117:13: warning: "callback" is deprecated: use "caml_callback" instead
-   117 |                                                                  GAsyncReadyCallback      callback,
-       |             ^                                                    ~~~~~~
- /usr/include/glib-2.0/gio/gtlsdatabase.h:136:13: warning: "callback" is deprecated: use "caml_callback" instead
-   136 |                                                                  GAsyncReadyCallback      callback,
-       |             ^                                                    ~~~~~~
- /usr/include/glib-2.0/gio/gtlsdatabase.h:169:13: warning: "callback" is deprecated: use "caml_callback" instead
-   169 |                                                                            GAsyncReadyCallback      callback,
-       |             ^                                                          
- /usr/include/glib-2.0/gio/gtlsdatabase.h:195:13: warning: "callback" is deprecated: use "caml_callback" instead
-   195 |                                                                            GAsyncReadyCallback      callback,
-       |             ^                                                          
- /usr/include/glib-2.0/gio/gtlsdatabase.h:217:13: warning: "callback" is deprecated: use "caml_callback" instead
-   217 |                                                                            GAsyncReadyCallback      callback,
-       |             ^                                                          
- /usr/include/glib-2.0/gio/gtlsdatabase.h:239:13: warning: "callback" is deprecated: use "caml_callback" instead
-   239 |                                                                             GAsyncReadyCallback      callback,
-       |             ^                                                          
- In file included from /usr/include/glib-2.0/gio/gio.h:169:
- /usr/include/glib-2.0/gio/gtlsinteraction.h:65:13: warning: "callback" is deprecated: use "caml_callback" instead
-    65 |                                                   GAsyncReadyCallback callback,
-       |             ^                                     ~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gtlsinteraction.h:82:13: warning: "callback" is deprecated: use "caml_callback" instead
-    82 |                                                          GAsyncReadyCallback           callback,
-       |             ^                                            ~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gtlsinteraction.h:113:13: warning: "callback" is deprecated: use "caml_callback" instead
-   113 |                                                               GAsyncReadyCallback callback,
-       |             ^                                                 ~~~~~~~~~
- /usr/include/glib-2.0/gio/gtlsinteraction.h:140:13: warning: "callback" is deprecated: use "caml_callback" instead
-   140 |                                                                      GAsyncReadyCallback           callback,
-       |             ^                                                        ~~
- In file included from /usr/include/glib-2.0/gio/gio.h:172:
- /usr/include/glib-2.0/gio/gunixconnection.h:79:13: warning: "callback" is deprecated: use "caml_callback" instead
-    79 |                                                                          GAsyncReadyCallback   callback,
-       |             ^                                                          
- /usr/include/glib-2.0/gio/gunixconnection.h:93:13: warning: "callback" is deprecated: use "caml_callback" instead
-    93 |                                                                          GAsyncReadyCallback   callback,
-       |             ^                                                          
- In file included from /usr/include/glib-2.0/gio/gio.h:177:
- /usr/include/glib-2.0/gio/gvolume.h:150:13: warning: "callback" is deprecated: use "caml_callback" instead
-   150 |                                          GAsyncReadyCallback  callback,
-       |             ^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gvolume.h:158:13: warning: "callback" is deprecated: use "caml_callback" instead
-   158 |                                          GAsyncReadyCallback  callback,
-       |             ^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gvolume.h:176:13: warning: "callback" is deprecated: use "caml_callback" instead
-   176 |                                              GAsyncReadyCallback  callback,
-       |             ^                                ~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gvolume.h:212:48: warning: "callback" is deprecated: use "caml_callback" instead
-   212 |                                          GAsyncReadyCallback   callback,
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~                                  
- /usr/include/glib-2.0/gio/gvolume.h:222:13: warning: "callback" is deprecated: use "caml_callback" instead
-   222 |                                          GAsyncReadyCallback   callback,
-       |             ^                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/glib-2.0/gio/gvolume.h:243:13: warning: "callback" is deprecated: use "caml_callback" instead
-   243 |                                                GAsyncReadyCallback  callback,
-       |             ^                                  ~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34,
-                  from /usr/include/gtk-3.0/gdk/gdkpixbuf.h:33,
-                  from /usr/include/gtk-3.0/gdk/gdkcairo.h:29,
-                  from /usr/include/gtk-3.0/gdk/gdk.h:33:
- /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:416:41: warning: "callback" is deprecated: use "caml_callback" instead
-   416 |                                        GAsyncReadyCallback  callback,
-       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:437:55: warning: "callback" is deprecated: use "caml_callback" instead
-   437 |                                                 GAsyncReadyCallback  callback,
-       |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~                                   
- /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:453:41: warning: "callback" is deprecated: use "caml_callback" instead
-   453 |                                       GAsyncReadyCallback  callback,
-       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:468:13: warning: "callback" is deprecated: use "caml_callback" instead
-   468 |                                        GAsyncReadyCallback  callback,
-       |             ^                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
- In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36:
- /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:72:13: warning: "callback" is deprecated: use "caml_callback" instead
-    72 |                                                           GAsyncReadyCallback callback,
-       |             ^                                             ~~~~~~~~~~~~~
- In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:38:
- /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h:83:55: warning: "callback" is deprecated: use "caml_callback" instead
-    83 |                                                   GAsyncReadyCallback   callback,
-       |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- cairo_pango_stubs.c: In function 'caml_pango_cairo_font_get_scaled_font':
- cairo_pango_stubs.c:124:13: warning: "alloc_custom" is deprecated: use "caml_alloc_custom" instead
-   124 |   vf = ALLOC(scaled_font);
-       |             ^~~~~~~~~~~~~~                                                     
- cairo_pango_stubs.c: In function 'caml_pango_cairo_context_get_font_options':
- cairo_pango_stubs.c:147:13: warning: "alloc_custom" is deprecated: use "caml_alloc_custom" instead
-   147 |   vfo = ALLOC(font_options);
-       |             ^~~~~~~~~~~~~~~~                                                   
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_pango.o -c ml_pango.c)
- ml_pango.c: In function 'ml_Pango_scale_val':
- ml_pango.c:146:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   146 |   return copy_double(r);
-       |             ^~~~~~~~~~~~                                                     
- ml_pango.c: In function 'ml_pango_layout_set_text':
- ml_pango.c:176:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   176 | ML_2 (pango_layout_set_text, PangoLayout_val, SizedString_val, Unit)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             
- ml_pango.c: In function 'ml_pango_layout_set_markup':
- ml_pango.c:178:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   178 | ML_2 (pango_layout_set_markup, PangoLayout_val, SizedString_val, Unit)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~           
- ml_pango.c: In function 'ml_pango_layout_set_markup_with_accel':
- ml_pango.c:180:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   180 |       Int_val, NULL Ignore, Unit)
-       |             ^~~~~~~~~~~~~~~~~~~~~                                                
- ml_pango.c: In function 'ml_pango_layout_get_size':
- ml_pango.c:201:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   201 |   value res = alloc_tuple(2);
-       |             ^~~~~~~~~~~~~~~~~                                                
- ml_pango.c: In function 'ml_pango_layout_get_pixel_size':
- ml_pango.c:210:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   210 |   value res = alloc_tuple(2);
-       |             ^~~~~~~~~~~~~~~~~                                                
- ml_pango.c: In function 'Val_PangoRectangle':
- ml_pango.c:218:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   218 |   value res = alloc_tuple(4);
-       |             ^~~~~~~~~~~~~~~~~                                                
- ml_pango.c: In function 'ml_pango_layout_xy_to_index':
- ml_pango.c:236:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   236 |   res = alloc_tuple(3);
-       |             ^~~~~~~~~~~                                                      
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gdkpixbuf.o -c ml_gdkpixbuf.c)
- ml_gdkpixbuf.c: In function 'ml_GdkPixbuf_deserialize':
- ml_gdkpixbuf.c:87:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
-    87 |   stream = stat_alloc (len);
-       |             ^~~~~~~~~~~~~~~~                                               
- ml_gdkpixbuf.c:96:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead
-    96 |   stat_free (stream);
-       |             ^~~~~~~~~                                                    
- ml_gdkpixbuf.c: In function 'ml_gdkpixbuf_init':
- ml_gdkpixbuf.c:134:13: warning: "register_custom_operations" is deprecated: use "caml_register_custom_operations" instead
-   134 |   register_custom_operations (&ml_custom_GdkPixbuf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                       
- ml_gdkpixbuf.c: In function 'ml_gdk_pixbuf_get_pixels':
- ml_gdkpixbuf.c:150:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   150 |     value ret = alloc_small(2,0);
-       |             ^~~~~~~~~~~~~~~~~~~~~                                            
- ml_gdkpixbuf.c: In function 'ml_gdk_pixbuf_get_file_info':
- ml_gdkpixbuf.c:186:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   186 |   v = alloc_tuple(3);
-       |             ^~~~~~~~~                                                        
- ml_gdkpixbuf.c:187:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   187 |   Store_field(v, 0, copy_string(gdk_pixbuf_format_get_name(fmt)));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~           
- ml_gdkpixbuf.c: In function 'convert_gdk_pixbuf_options':
- ml_gdkpixbuf.c:260:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
-   260 |       *opt_k = stat_alloc(sizeof (char *) * (len + 1));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                    
- ml_gdkpixbuf.c:261:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
-   261 |       *opt_v = stat_alloc(sizeof (char *) * (len + 1));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                    
- ml_gdkpixbuf.c: In function 'ml_gdk_pixbuf_save':
- ml_gdkpixbuf.c:289:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead
-   289 |   stat_free(opt_k);
-       |             ^~~~~~~                                                      
- ml_gdkpixbuf.c:290:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead
-   290 |   stat_free(opt_v);
-       |             ^~~~~~~                                                      
- ml_gdkpixbuf.c: In function 'ml_gdkpixbuf_savefunc':
- ml_gdkpixbuf.c:306:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead
-   306 |   s = alloc_string (count);
-       |             ^~~~~~~~~~~~~~~                                                    
- ml_gdkpixbuf.c:308:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   308 |   res = callback_exn (*cb, s);
-       |             ^~~~~~~~~~~~~~~~~~                                                 
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gobject.o -c ml_gobject.c)
- ml_gobject.c: In function 'ml_g_type_interface_prerequisites':
- ml_gobject.c:125:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   125 |         res = alloc_small(2,0);
-       |             ^~~~~~~~~~~~~~~~~~~                                              
- ml_gobject.c: In function 'ml_g_type_register_static':
- ml_gobject.c:143:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   143 |     failwith ("g_type_register_static: invalid parent g_type");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- ml_gobject.c: In function 'marshal_core':
- ml_gobject.c:188:13: warning: "alloc" is deprecated: use "caml_alloc" instead
-   188 |     value vargs = alloc(3,0);
-       |             ^~~~~~~~~~~~~~~~~                                    
- ml_gobject.c:191:13: warning: "alloc" is deprecated: use "caml_alloc" instead
-   191 |     Store_field(vargs, 0, (ret ? Val_GValue_wrap(ret) : alloc(2,0)));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_gobject.c:195:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   195 |     callback_exn ((value)closure->data, vargs);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- ml_gobject.c: In function 'ml_g_value_new':
- ml_gobject.c:238:13: warning: "alloc_custom" is deprecated: use "caml_alloc_custom" instead
-   238 |     value ret = alloc_custom(&ml_custom_GValue, sizeof(value)+sizeof(GValue),
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
- ml_gobject.c: In function 'GValue_val':
- ml_gobject.c:263:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-   263 |     if (v == NULL) invalid_argument("GValue_val");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
- ml_gobject.c: In function 'Val_gboxed':
- ml_gobject.c:292:13: warning: "alloc_custom" is deprecated: use "caml_alloc_custom" instead
-   292 |     value ret = alloc_custom(&ml_custom_gboxed, 2*sizeof(value), 10, 1000);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
- ml_gobject.c: In function 'Val_gboxed_new':
- ml_gobject.c:299:13: warning: "alloc_custom" is deprecated: use "caml_alloc_custom" instead
-   299 |     value ret = alloc_custom(&ml_custom_gboxed, 2*sizeof(value), 10, 1000);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
- ml_gobject.c: In function 'g_value_get_mlvariant':
- ml_gobject.c:318:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-   318 |       invalid_argument("Gobject.Value.get");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                           
- ml_gobject.c:348:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   348 |       tmp = copy_double ((double)DATA.v_float);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- ml_gobject.c:352:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   352 |       tmp = copy_double (DATA.v_double);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
- ml_gobject.c:356:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   356 |       tmp = Val_option (DATA.v_pointer, copy_string);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- ml_gobject.c:384:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
-   384 |       tmp = copy_int64 (DATA.v_int64);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                     
- ml_gobject.c:388:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   388 |         ret = alloc_small(2,0);
-       |             ^~~~~~~~~~~~~~~~~~~                                              
- ml_gobject.c: In function 'g_value_set_mlvariant':
- ml_gobject.c:474:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   474 |         failwith ("Gobject.Value.set : cannot set this value");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- ml_gobject.c:477:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   477 |     failwith ("GObject.Value.set : argument type mismatch");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~           
- ml_gobject.c: In function 'ml_g_value_get_nativeint':
- ml_gobject.c:488:13: warning: "copy_nativeint" is deprecated: use "caml_copy_nativeint" instead
-   488 |         return copy_nativeint (DATA.v_int);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                        
- ml_gobject.c:493:13: warning: "copy_nativeint" is deprecated: use "caml_copy_nativeint" instead
-   493 |         return copy_nativeint (DATA.v_long);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                       
- ml_gobject.c:495:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-   495 |         invalid_argument ("Gobject.get_nativeint");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                    
- ml_gobject.c: In function 'ml_g_value_get_int32':
- ml_gobject.c:505:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead
-   505 |         return copy_int32 (DATA.v_int);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                    
- ml_gobject.c:508:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead
-   508 |         return copy_int32 (DATA.v_long);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
- ml_gobject.c:510:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   510 |         failwith ("Gobject.get_int32");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- ml_gobject.c: In function 'ml_g_value_get_pointer':
- ml_gobject.c:525:20: warning: "failwith" is deprecated: use "caml_failwith" instead
-   525 |         failwith ("Gobject.get_pointer");
-       |                    ^~~~~~~~~~~~~~~~~~~~~~                                     
- ml_gobject.c: In function 'ml_g_object_new':
- ml_gobject.c:550:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   550 |         if (!pspec) failwith ("Gobject.create");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                       
- ml_gobject.c: In function 'ml_g_signal_query':
- ml_gobject.c:635:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-   635 |   if (query->signal_id == 0) invalid_argument("g_signal_query");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                       
- ml_gobject.c:637:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   637 |   Copy_GSignalQuery(ml_query, ml_query_params, query);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                       
- ml_gobject.c: In function 'ml_g_signal_list_ids':
- ml_gobject.c:650:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   650 |     Copy_array(ret, n_ids, ids, Val_int);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                    
- ml_gobject.c:650:13: warning: "alloc_shr" is deprecated: use "caml_alloc_shr" instead
-   650 |     Copy_array(ret, n_ids, ids, Val_int);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- ml_gobject.c: In function 'ml_g_signal_emit_by_name':
- ml_gobject.c:676:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   676 |         failwith("GtkSignal.emit_by_name : bad signal name");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- ml_gobject.c:681:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   681 |         failwith("GtkSignal.emit_by_name : bad parameters number");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gtkassistant.o -c ml_gtkassistant.c)
- ml_gtkassistant.c: In function 'ml_g_assistant_page_func':
- ml_gtkassistant.c:83:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-    83 |   ret = callback_exn(*clos, Val_int(current_page));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gtkmisc.o -c ml_gtkmisc.c)
- ml_gtkmisc.c: In function 'ml_gtk_calendar_get_date':
- ml_gtkmisc.c:124:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   124 |     ret = alloc_small (3, 0);
-       |             ^~~~~~~~~~~~~~~~~                                                
- ml_gtkmisc.c: In function 'ml_gtk_label_get_selection_bounds':
- ml_gtkmisc.c:164:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   164 |     r = alloc_small(2, 0);
-       |             ^~~~~~~~~~~~~~                                                   
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gtkedit.o -c ml_gtkedit.c)
- ml_gtkedit.c: In function 'ml_gtk_editable_get_selection_bounds':
- ml_gtkedit.c:66:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-    66 |         tmp = alloc_small(2,0);
-       |             ^~~~~~~~~~~~~~~~~~~                                              
- ml_gtkedit.c:69:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-    69 |         res = alloc_small(1,0);
-       |             ^~~~~~~~~~~~~~~~~~~                                              
- ml_gtkedit.c: In function 'ml_gtk_editable_insert_text':
- ml_gtkedit.c:78:34: warning: "string_length" is deprecated: use "caml_string_length" instead
-    78 |                               string_length(s), &position);
-       |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~                                           
- ml_gtkedit.c: In function 'ml_gtk_entry_completion_match_func':
- ml_gtkedit.c:192:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   192 |   vkey = copy_string(key);
-       |             ^~~~~~~~~~~~~~                                                   
- ml_gtkedit.c:194:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead
-   194 |   vret = callback2_exn(*closure, vkey, viter);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gtkaction.o -c ml_gtkaction.c)
- ml_gtkaction.c: In function 'ml_gtk_ui_manager_get_widget':
- ml_gtkaction.c:114:13: warning: "raise_not_found" is deprecated: use "caml_raise_not_found" instead
-   114 |   if (w == NULL) raise_not_found();
-       |             ^~~~~~~~~~~~~~~~~~~~~~~                                                  
- ml_gtkaction.c: In function 'ml_gtk_ui_manager_get_action':
- ml_gtkaction.c:120:13: warning: "raise_not_found" is deprecated: use "caml_raise_not_found" instead
-   120 |   if (a == NULL) raise_not_found();
-       |             ^~~~~~~~~~~~~~~~~~~~~~~                                                  
- ml_gtkaction.c: In function 'ml_gtk_ui_manager_add_ui_from_string':
- ml_gtkaction.c:128:48: warning: "string_length" is deprecated: use "caml_string_length" instead
-   128 |                                          String_val(s), string_length(s),
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~                                           
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gtkstock.o -c ml_gtkstock.c)
- ml_gtkstock.c: In function 'ml_gtk_icon_source_get_filename':
- ml_gtkstock.c:57:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-    57 | ML_1 (gtk_icon_source_get_filename, GtkIconSource_val, copy_string)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- ml_gtkstock.c: In function 'ml_gtk_icon_set_get_sizes':
- ml_gtkstock.c:84:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-    84 |     c = alloc_small(2, Tag_cons);
-       |             ^~~~~~~~~~~~~~~~~~~~~                                            
- ml_gtkstock.c: In function 'ml_gtk_stock_lookup':
- ml_gtkstock.c:129:13: warning: "raise_not_found" is deprecated: use "caml_raise_not_found" instead
-   129 |   if (!b) raise_not_found();
-       |             ^~~~~~~~~~~~~~~~                                                         
- ml_gtkstock.c:135:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   135 |   TESTANDCONS(SHIFT);
-       |             ^~~~~~~~~                                                        
- ml_gtkstock.c:136:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   136 |   TESTANDCONS(LOCK);
-       |             ^~~~~~~~                                                         
- ml_gtkstock.c:137:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   137 |   TESTANDCONS(CONTROL);
-       |             ^~~~~~~~~~~                                                      
- ml_gtkstock.c:138:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   138 |   TESTANDCONS(MOD1); TESTANDCONS(MOD2); TESTANDCONS(MOD3);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                   
- ml_gtkstock.c:138:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- ml_gtkstock.c:138:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- ml_gtkstock.c:139:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   139 |   TESTANDCONS(MOD4); TESTANDCONS(MOD5);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- ml_gtkstock.c:139:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- ml_gtkstock.c:140:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   140 |   TESTANDCONS(BUTTON1); TESTANDCONS(BUTTON2); TESTANDCONS(BUTTON3);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- ml_gtkstock.c:140:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- ml_gtkstock.c:140:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- ml_gtkstock.c:141:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   141 |   TESTANDCONS(BUTTON4); TESTANDCONS(BUTTON5);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- ml_gtkstock.c:141:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- ml_gtkstock.c:142:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   142 |   TESTANDCONS(SUPER); TESTANDCONS(HYPER);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                    
- ml_gtkstock.c:142:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- ml_gtkstock.c:143:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   143 |   TESTANDCONS(META); TESTANDCONS(RELEASE);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
- ml_gtkstock.c:143:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- ml_gtkstock.c:144:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   144 |   stock_result = alloc_tuple(4);
-       |             ^~~~~~~~~~~~~~~~~~~~                                             
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gtkmenu.o -c ml_gtkmenu.c)
- ml_gtkmenu.c: In function 'menu_popup_cb':
- ml_gtkmenu.c:155:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead
-   155 |     stat_free(clos);
-       |             ^~~~~~~~                                                     
- ml_gtkmenu.c: In function 'ml_gtk_menu_popup_at':
- ml_gtkmenu.c:160:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
-   160 |     value *clos = stat_alloc(sizeof(value));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gtkfile.o -c ml_gtkfile.c)
- ml_gtkfile.c: In function 'some_string_and_free':
- ml_gtkfile.c:62:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-    62 |   value v = s ? ml_some(copy_string(s)) : Val_unit;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- ml_gtkfile.c: In function 'ml_gtk_file_filter_func':
- ml_gtkfile.c:112:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   112 |   CONS_MEMBER (mime_type, MIME_TYPE)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~                                         
- ml_gtkfile.c:112:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- ml_gtkfile.c:113:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   113 |   CONS_MEMBER (display_name, DISPLAY_NAME)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
- ml_gtkfile.c:113:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- ml_gtkfile.c:114:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   114 |   CONS_MEMBER (uri, URI)
-       |             ^~~~~~~~~~~~                                                     
- ml_gtkfile.c:114:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- ml_gtkfile.c:115:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   115 |   CONS_MEMBER (filename, FILENAME)
-       |             ^~~~~~~~~~~~~~~~~~~~~~                                           
- ml_gtkfile.c:115:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- ml_gtkfile.c:117:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   117 |   r = callback_exn (*cb, l);
-       |             ^~~~~~~~~~~~~~~~                                                   
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gtkpack.o -c ml_gtkpack.c)
- ml_gtkpack.c: In function 'ml_gtk_box_query_child_packing':
- ml_gtkpack.c:81:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-    81 |     ret = alloc_small(4,0);
-       |             ^~~~~~~~~~~~~~~                                                  
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_glib.o -c ml_glib.c)
- ml_glib.c: In function 'copy_string_v':
- ml_glib.c:67:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-    67 |       s = copy_string (*v);
-       |             ^~~~~~~~~~~~~~~                                                  
- ml_glib.c:68:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-    68 |       c = alloc_small (2, 0);
-       |             ^~~~~~~~~~~~~~~~~                                                
- ml_glib.c: In function 'ml_raise_glib':
- ml_glib.c:93:13: warning: "raise_with_string" is deprecated: use "caml_raise_with_string" instead
-    93 |   raise_with_string (*exn, (char*)errmsg);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                               
- ml_glib.c: In function 'Val_GList':
- ml_glib.c:104:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   104 |     new_cell = alloc_small(2,0);
-       |             ^~~~~~~~~~~~~~~~~~~~                                             
- ml_glib.c: In function 'ml_register_exn_map':
- ml_glib.c:141:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
-   141 |   struct exn_data *exn_data = stat_alloc (sizeof *exn_data);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               
- ml_glib.c: In function 'ml_raise_gerror_exn':
- ml_glib.c:169:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   169 |   msg = copy_string(err->message);
-       |             ^~~~~~~~~~~~~~~~~~~~~~                                           
- ml_glib.c:170:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   170 |   b = alloc_small (3, 0);
-       |             ^~~~~~~~~~~~~                                                    
- ml_glib.c:175:13: warning: "mlraise" is deprecated: use "caml_raise" instead
-   175 |   mlraise(b);
-       |             ^                                                      
- ml_glib.c: In function 'ml_raise_generic_gerror':
- ml_glib.c:186:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   186 |       failwith ("gerror");
-       |             ^~~~~~~~~~~~~~                                             
- ml_glib.c:188:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   188 |   msg = copy_string (err->message);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~                                          
- ml_glib.c:190:13: warning: "raise_with_arg" is deprecated: use "caml_raise_with_arg" instead
-   190 |   raise_with_arg (*exn, msg);
-       |             ^~~~~~~~~~~~~~~~~                                                      
- ml_glib.c: In function 'ml_g_log_func':
- ml_glib.c:212:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   212 |     msg = copy_string (message);
-       |             ^~~~~~~~~~~~~~~~~~~~                                             
- ml_glib.c:213:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead
-   213 |     callback2_exn(*clos_p, Val_int(log_level), msg);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                             
- ml_glib.c: In function 'ml_g_log_set_handler':
- ml_glib.c:225:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   225 |     value ret = alloc_small(3,0);
-       |             ^~~~~~~~~~~~~~~~~~~~~                                            
- ml_glib.c: In function 'ml_g_main_iteration':
- ml_glib.c:262:13: warning: Deprecated pre-processor symbol: replace with "g_main_context_iteration"
-   262 | ML_1 (g_main_iteration, Bool_val, Val_bool)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                             
- ml_glib.c: In function 'ml_g_main_pending':
- ml_glib.c:263:13: warning: Deprecated pre-processor symbol: replace with "g_main_context_pending"
-   263 | ML_0 (g_main_pending, Val_bool)
-       |             ^~~~~~~~~~~~~~~~~~~                                                       
- ml_glib.c: In function 'ml_g_main_is_running':
- ml_glib.c:264:13: warning: Deprecated pre-processor symbol: replace with "g_main_loop_is_running"
-   264 | ML_1 (g_main_is_running, GMainLoop_val, Val_bool)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
- ml_glib.c: In function 'ml_g_main_quit':
- ml_glib.c:265:13: warning: Deprecated pre-processor symbol: replace with "g_main_loop_quit"
-   265 | ML_1 (g_main_quit, GMainLoop_val, Unit)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                         
- ml_glib.c: In function 'ml_g_main_destroy':
- ml_glib.c:266:13: warning: Deprecated pre-processor symbol: replace with "g_main_loop_unref"
-   266 | ML_1 (g_main_destroy, GMainLoop_val, Unit)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                       
- ml_glib.c: In function 'ml_g_source_func':
- ml_glib.c:271:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   271 |   res = callback_exn (*clos, Val_unit);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                        
- ml_glib.c: In function 'ml_g_io_channel_watch':
- ml_glib.c:348:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   348 |     res = callback_exn (*clos_p, cond);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                        
- ml_glib.c: In function 'Val_GSList':
- ml_glib.c:430:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   430 |     new_cell = alloc_small(2,0);
-       |             ^~~~~~~~~~~~~~~~~~~~                                             
- ml_glib.c: In function 'caml_copy_string_len_and_free':
- ml_glib.c:469:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead
-   469 |   v = alloc_string (len);
-       |             ^~~~~~~~~~~~~                                                      
- ml_glib.c: In function 'ml_g_convert':
- ml_glib.c:480:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   480 |   c_res = g_convert(String_val(str),string_length(str),
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- ml_glib.c: In function 'ml_g_convert_with_fallback':
- ml_glib.c:492:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   492 |   c_res = g_convert_with_fallback(String_val(str),string_length(str),
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
- ml_glib.c: In function 'ml_g_filename_to_utf8':
- ml_glib.c:511:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   511 | Make_conversion(g_filename_to_utf8)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~                                              
- ml_glib.c: In function 'ml_g_filename_from_utf8':
- ml_glib.c:513:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   513 | Make_conversion(g_filename_from_utf8)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~                                            
- ml_glib.c: In function 'ml_g_filename_from_uri':
- ml_glib.c:526:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   526 |     v_p = alloc_small(2, 0);
-       |             ^~~~~~~~~~~~~~~~                                                 
- ml_glib.c: In function 'ml_g_get_charset':
- ml_glib.c:547:13: warning: Deprecated pre-processor symbol: replace with "const"
-   547 |   G_CONST_RETURN char *c;
-       |             ^~~~~~~~~~~~~                                            
- ml_glib.c:549:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   549 |   couple = alloc_tuple(2);
-       |             ^~~~~~~~~~~~~~                                                   
- ml_glib.c: In function 'ml_g_utf8_validate':
- ml_glib.c:557:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   557 |   return Val_bool(g_utf8_validate(SizedString_val(s),NULL));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                     
- ml_glib.c: In function 'ml_g_utf8_strlen':
- ml_glib.c:568:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   568 | ML_1 (g_utf8_strlen, SizedString_val, Val_int)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
- ml_glib.c: In function 'ml_g_utf8_normalize':
- ml_glib.c:569:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   569 | ML_2 (g_utf8_normalize, SizedString_val, Normalize_mode_val, copy_string_g_free)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
- ml_glib.c: In function 'ml_g_utf8_casefold':
- ml_glib.c:570:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   570 | ML_1 (g_utf8_casefold, SizedString_val, copy_string_g_free)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                      
- ml_glib.c: In function 'ml_g_utf8_collate_key':
- ml_glib.c:572:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   572 | ML_1 (g_utf8_collate_key, SizedString_val, copy_string_g_free)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                   
- ml_glib.c: In function 'ml_g_utf8_strup':
- ml_glib.c:573:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   573 | ML_1 (g_utf8_strup, SizedString_val, copy_string_g_free)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                         
- ml_glib.c: In function 'ml_g_utf8_strdown':
- ml_glib.c:574:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   574 | ML_1 (g_utf8_strdown, SizedString_val, copy_string_g_free)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                       
- ml_glib.c: In function 'ml_g_markup_escape_text':
- ml_glib.c:598:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   598 | ML_1 (g_markup_escape_text, SizedString_val, copy_string_g_free)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 
- ml_glib.c: In function 'ml_g_get_user_name':
- ml_glib.c:610:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   610 | ML_0 (g_get_user_name, copy_string)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~                                          
- ml_glib.c: In function 'ml_g_get_real_name':
- ml_glib.c:611:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   611 | ML_0 (g_get_real_name, copy_string)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~                                          
- ml_glib.c: In function 'ml_g_get_home_dir':
- ml_glib.c:615:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   615 |   return s ? ml_some (copy_string (s)) : Val_unit;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
- ml_glib.c: In function 'ml_g_get_tmp_dir':
- ml_glib.c:617:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   617 | ML_0 (g_get_tmp_dir, copy_string)
-       |             ^~~~~~~~~~~~~~~~~~~~~                                            
- ml_glib.c: In function 'ml_g_find_program_in_path':
- ml_glib.c:622:13: warning: "raise_not_found" is deprecated: use "caml_raise_not_found" instead
-   622 |   if (s == NULL) raise_not_found();
-       |             ^~~~~~~~~~~~~~~~~~~~~~~                                                  
- ml_glib.c:623:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   623 |   v = copy_string(s);
-       |             ^~~~~~~~~                                                        
- ml_glib.c: In function 'ml_g_getenv':
- ml_glib.c:631:13: warning: "raise_not_found" is deprecated: use "caml_raise_not_found" instead
-   631 |   if (s == NULL) raise_not_found();
-       |             ^~~~~~~~~~~~~~~~~~~~~~~                                                  
- ml_glib.c:632:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   632 |   return copy_string(s);
-       |             ^~~~~~~~~~~~                                                     
- ml_glib.c: In function 'ml_g_setenv':
- ml_glib.c:639:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   639 |     failwith("g_setenv");
-       |             ^~~~~~~~~~~~~                                              
- ml_glib.c: In function 'ml_g_get_user_cache_dir':
- ml_glib.c:649:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   649 | ML_0 (g_get_user_cache_dir, copy_string)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
- ml_glib.c: In function 'ml_g_get_user_data_dir':
- ml_glib.c:650:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   650 | ML_0 (g_get_user_data_dir, copy_string)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- ml_glib.c: In function 'ml_g_get_user_config_dir':
- ml_glib.c:651:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   651 | ML_0 (g_get_user_config_dir, copy_string)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                    
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gdk.o -c ml_gdk.c)
- ml_gdk.c: In function 'ml_raise_gdk':
- ml_gdk.c:58:13: warning: "raise_with_string" is deprecated: use "caml_raise_with_string" instead
-    58 |   raise_with_string (*exn, (char*)errmsg);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                               
- ml_gdk.c: In function 'ml_gdk_window_get_position':
- ml_gdk.c:266:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   266 |   ret = alloc_small (2,0);
-       |             ^~~~~~~~~~~~~~                                                   
- ml_gdk.c: In function 'ml_gdk_window_get_origin':
- ml_gdk.c:279:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   279 |   ret = alloc_small (2,0);
-       |             ^~~~~~~~~~~~~~                                                   
- ml_gdk.c: In function 'ml_gdk_window_get_pointer_location':
- ml_gdk.c:291:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   291 |   ret = alloc_small (2, 0);
-       |             ^~~~~~~~~~~~~~~                                                  
- ml_gdk.c: In function 'ml_gdk_display_get_window_at_pointer':
- ml_gdk.c:331:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   331 |     tup = alloc_tuple(3);
-       |             ^~~~~~~~~~~~~                                                    
- ml_gdk.c: In function 'ml_gdk_property_change':
- ml_gdk.c:360:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   360 |     int nelems = (format == 8 ? string_length (data) : Wosize_val(data));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- ml_gdk.c: In function 'copy_xdata':
- ml_gdk.c:394:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead
-   394 |         data = alloc_string (nitems);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~                                          
- ml_gdk.c:399:13: warning: "alloc" is deprecated: use "caml_alloc" instead
-   399 |         data = alloc (nitems,0);
-       |             ^~~~~~~~~~~~~~~~~~~~                                 
- ml_gdk.c:405:13: warning: "alloc" is deprecated: use "caml_alloc" instead
-   405 |         data = alloc (nitems,0);
-       |             ^~~~~~~~~~~~~~~~~~~~                                 
- ml_gdk.c:407:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead
-   407 |             Store_field(data, i, copy_int32 (((long*)xdata)[i]));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- ml_gdk.c:414:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   414 |         ret = alloc_small (2,0);
-       |             ^~~~~~~~~~~~~~~~~~~~                                             
- ml_gdk.c: In function 'ml_gdk_property_get':
- ml_gdk.c:445:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   445 |         pair = alloc_small(2,0);
-       |             ^~~~~~~~~~~~~~~~~~~~                                             
- ml_gdk.c: In function 'ml_gdk_event_get_time':
- ml_gdk.c:490:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead
-   490 | ML_1 (gdk_event_get_time, GdkEvent_val, copy_int32)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- ml_gdk.c: In function 'ml_GdkEventMotion_x':
- ml_gdk.c:508:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   508 | Make_Extractor (GdkEventMotion, GdkEvent_arg(Motion), x, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- ml_gdk.c: In function 'ml_GdkEventMotion_y':
- ml_gdk.c:509:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   509 | Make_Extractor (GdkEventMotion, GdkEvent_arg(Motion), y, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- ml_gdk.c: In function 'copy_axes':
- ml_gdk.c:516:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   516 |         x = copy_double(axes[0]);
-       |             ^~~~~~~~~~~~~~~~~~~~~                                            
- ml_gdk.c:517:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   517 |         y = copy_double(axes[0]);
-       |             ^~~~~~~~~~~~~~~~~~~~~                                            
- ml_gdk.c:518:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   518 |         ret = alloc_small(2, 0);
-       |             ^~~~~~~~~~~~~~~~~~~~                                             
- ml_gdk.c: In function 'ml_GdkEventMotion_x_root':
- ml_gdk.c:530:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   530 | Make_Extractor (GdkEventMotion, GdkEvent_arg(Motion), x_root, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- ml_gdk.c: In function 'ml_GdkEventMotion_y_root':
- ml_gdk.c:531:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   531 | Make_Extractor (GdkEventMotion, GdkEvent_arg(Motion), y_root, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- ml_gdk.c: In function 'ml_GdkEventButton_x':
- ml_gdk.c:533:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   533 | Make_Extractor (GdkEventButton, GdkEvent_arg(Button), x, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- ml_gdk.c: In function 'ml_GdkEventButton_y':
- ml_gdk.c:534:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   534 | Make_Extractor (GdkEventButton, GdkEvent_arg(Button), y, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- ml_gdk.c: In function 'ml_GdkEventButton_x_root':
- ml_gdk.c:539:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   539 | Make_Extractor (GdkEventButton, GdkEvent_arg(Button), x_root, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- ml_gdk.c: In function 'ml_GdkEventButton_y_root':
- ml_gdk.c:540:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   540 | Make_Extractor (GdkEventButton, GdkEvent_arg(Button), y_root, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- ml_gdk.c: In function 'ml_GdkEventScroll_x':
- ml_gdk.c:543:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   543 | Make_Extractor (GdkEventScroll, GdkEvent_arg(Scroll), x, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- ml_gdk.c: In function 'ml_GdkEventScroll_y':
- ml_gdk.c:544:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   544 | Make_Extractor (GdkEventScroll, GdkEvent_arg(Scroll), y, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- ml_gdk.c: In function 'ml_GdkEventScroll_x_root':
- ml_gdk.c:549:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   549 | Make_Extractor (GdkEventScroll, GdkEvent_arg(Scroll), x_root, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- ml_gdk.c: In function 'ml_GdkEventScroll_y_root':
- ml_gdk.c:550:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   550 | Make_Extractor (GdkEventScroll, GdkEvent_arg(Scroll), y_root, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- ml_gdk.c: In function 'ml_GdkEventCrossing_x':
- ml_gdk.c:560:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   560 | Make_Extractor (GdkEventCrossing, GdkEvent_arg(Crossing), x, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
- ml_gdk.c: In function 'ml_GdkEventCrossing_y':
- ml_gdk.c:561:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   561 | Make_Extractor (GdkEventCrossing, GdkEvent_arg(Crossing), y, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
- ml_gdk.c: In function 'ml_GdkEventCrossing_x_root':
- ml_gdk.c:562:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   562 | Make_Extractor (GdkEventCrossing, GdkEvent_arg(Crossing), x_root, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_gdk.c: In function 'ml_GdkEventCrossing_y_root':
- ml_gdk.c:563:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
-   563 | Make_Extractor (GdkEventCrossing, GdkEvent_arg(Crossing), y_root, copy_double)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_gdk.c: In function 'ml_GdkEventSetting_name':
- ml_gdk.c:595:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   595 | Make_Extractor (GdkEventSetting, GdkEvent_arg(Setting), name, copy_string)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gtktext.o -c ml_gtktext.c)
- ml_gtktext.c: In function 'tag_foreach_func':
- ml_gtktext.c:152:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   152 |   callback_exn (*(value*)user_data, arg);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- ml_gtktext.c: In function 'ml_gtk_text_buffer_insert':
- ml_gtktext.c:225:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   225 |       GtkTextIter_val, SizedString_val, Unit)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                    
- ml_gtktext.c: In function 'ml_gtk_text_buffer_insert_at_cursor':
- ml_gtktext.c:228:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   228 |       SizedString_val, Unit)
-       |             ^~~~~~~~~~~~~~~~                                                     
- ml_gtktext.c: In function 'ml_gtk_text_buffer_insert_interactive':
- ml_gtktext.c:231:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   231 |       GtkTextIter_val, SizedString_val, Bool_val, Val_bool)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                      
- ml_gtktext.c: In function 'ml_gtk_text_buffer_insert_interactive_at_cursor':
- ml_gtktext.c:234:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   234 |       SizedString_val, Bool_val, Val_bool)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                       
- ml_gtktext.c: In function 'ml_gtk_text_buffer_set_text':
- ml_gtktext.c:248:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   248 | ML_2 (gtk_text_buffer_set_text, GtkTextBuffer_val, SizedString_val, Unit)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- ml_gtktext.c: In function 'ml_gtk_text_buffer_get_bounds':
- ml_gtktext.c:410:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   410 |   res = alloc_tuple(2);
-       |             ^~~~~~~~~~~                                                      
- ml_gtktext.c: In function 'ml_gtk_text_buffer_get_selection_bounds':
- ml_gtktext.c:430:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   430 |   res = alloc_tuple(2);
-       |             ^~~~~~~~~~~                                                      
- ml_gtktext.c: In function 'ml_gtk_text_view_get_line_at_y':
- ml_gtktext.c:531:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   531 |   res = alloc_tuple(2);
-       |             ^~~~~~~~~~~                                                      
- ml_gtktext.c: In function 'ml_gtk_text_view_get_line_yrange':
- ml_gtktext.c:548:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   548 |   res = alloc_tuple(2);
-       |             ^~~~~~~~~~~                                                      
- ml_gtktext.c: In function 'ml_gtk_text_view_buffer_to_window_coords':
- ml_gtktext.c:579:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   579 |   res = alloc_tuple(2);
-       |             ^~~~~~~~~~~                                                      
- ml_gtktext.c: In function 'ml_gtk_text_view_window_to_buffer_coords':
- ml_gtktext.c:598:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   598 |   res = alloc_tuple(2);
-       |             ^~~~~~~~~~~                                                      
- ml_gtktext.c: In function 'ml_gtk_text_iter_forward_search':
- ml_gtktext.c:850:13: warning: "alloc" is deprecated: use "caml_alloc" instead
-   850 | Make_search(forward);
-       |             ^~~~~~~~~                                            
- ml_gtktext.c:850:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   850 | Make_search(forward);
-       |             ^~~~~~~~~                                                        
- ml_gtktext.c: In function 'ml_gtk_text_iter_backward_search':
- ml_gtktext.c:851:13: warning: "alloc" is deprecated: use "caml_alloc" instead
-   851 | Make_search(backward);
-       |             ^~~~~~~~~~                                           
- ml_gtktext.c:851:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   851 | Make_search(backward);
-       |             ^~~~~~~~~~                                                       
- ml_gtktext.c: In function 'ml_gtk_text_char_predicate':
- ml_gtktext.c:856:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   856 |   res = callback_exn (*clos, Val_int(ch));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                     
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gtk.o -c ml_gtk.c)
- ml_gtk.c: In function 'ml_raise_gtk':
- ml_gtk.c:52:13: warning: "raise_with_string" is deprecated: use "caml_raise_with_string" instead
-    52 |   raise_with_string (*exn, (char*)errmsg);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                               
- ml_gtk.c: In function 'ml_gtk_accelerator_parse':
- ml_gtk.c:112:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   112 |   tup = alloc_small(2, 0);
-       |             ^~~~~~~~~~~~~~                                                   
- ml_gtk.c: In function 'ml_gtk_css_provider_load_from_data':
- ml_gtk.c:221:41: warning: "string_length" is deprecated: use "caml_string_length" instead
-   221 |                                   SizedString_val(data), &err);
-       |                                         ^~~~~~~~~~~~~~~~~~~~~~~                                              
- ml_gtk.c: In function 'ml_gtk_widget_get_pointer':
- ml_gtk.c:326:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   326 |     ret = alloc_small (2,0);
-       |             ^~~~~~~~~~~~~~~~                                                 
- ml_gtk.c: In function 'Val_GtkAllocation':
- ml_gtk.c:364:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   364 |     value ret = alloc_small (4, 0);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~                                          
- ml_gtk.c: In function 'ml_gtk_widget_style_get_property':
- ml_gtk.c:409:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
-   409 |         invalid_argument("Gobject.Widget.style_get_property");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                         
- ml_gtk.c: In function 'ml_gtk_drag_dest_set':
- ml_gtk.c:447:20: warning: "alloc" is deprecated: use "caml_alloc" instead
-   447 |           alloc (Wosize_asize(n_targets * sizeof(GtkTargetEntry)),
-       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      
- ml_gtk.c: In function 'ml_gtk_drag_source_set':
- ml_gtk.c:486:20: warning: "alloc" is deprecated: use "caml_alloc" instead
-   486 |           alloc (Wosize_asize(n_targets * sizeof(GtkTargetEntry)),
-       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      
- ml_gtk.c: In function 'ml_gtk_selection_data_get_data':
- ml_gtk.c:519:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead
-   519 |     ret = alloc_string (length);
-       |             ^~~~~~~~~~~~~~~~~~~~                                               
- ml_gtk.c: In function 'ml_gtk_selection_data_set':
- ml_gtk.c:528:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   528 |       Unit)
-       |             ^                                                                    
- ml_gtk.c: In function 'ml_gtk_clipboard_set_text':
- ml_gtk.c:543:13: warning: "string_length" is deprecated: use "caml_string_length" instead
-   543 | ML_2 (gtk_clipboard_set_text, GtkClipboard_val, SizedString_val, Unit)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~           
- ml_gtk.c: In function 'clipboard_received_func':
- ml_gtk.c:567:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   567 |   callback_exn (*(value*)data, arg);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~                                           
- ml_gtk.c: In function 'clipboard_text_received_func':
- ml_gtk.c:581:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   581 |   value arg = (text != NULL ? ml_some(copy_string(text)) : Val_unit);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- ml_gtk.c:582:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   582 |   callback_exn (*(value*)data, arg);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~                                           
- ml_gtk.c: In function 'ml_gtk_clipboard_wait_for_targets':
- ml_gtk.c:620:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   620 |       new_cell = alloc_small(2,0);
-       |             ^~~~~~~~~~~~~~~~~~~~~~                                           
- ml_gtk.c: In function 'ml_gtk_simple_callback':
- ml_gtk.c:653:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   653 |     callback_exn (*clos, val);
-       |             ^~~~~~~~~~~~~~~~~~                                                 
- ml_gtk.c: In function 'ml_activate_link_func':
- ml_gtk.c:835:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
-   835 |   v_link = copy_string (link);
-       |             ^~~~~~~~~~~~~~~~~~                                               
- ml_gtk.c:836:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   836 |   callback_exn (*closure, v_link);
-       |             ^~~~~~~~~~~~~~~~~~~~~~                                             
- ml_gtk.c: In function 'ml_gtk_init':
- ml_gtk.c:928:13: warning: "alloc" is deprecated: use "caml_alloc" instead
-   928 |     copy = (argc ? alloc (argc, Abstract_tag) : Atom(0));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- ml_gtk.c:934:13: warning: "alloc" is deprecated: use "caml_alloc" instead
-   934 |     argv = (argc ? alloc (argc, 0) : Atom(0));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                   
- ml_gtk.c: In function 'ml_gtk_get_version':
- ml_gtk.c:949:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   949 |     value ret = alloc_small(3,0);
-       |             ^~~~~~~~~~~~~~~~~~~~~                                            
- ml_gtk.c: In function 'ml_gtk_get_current_event_time':
- ml_gtk.c:956:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead
-   956 | ML_0 (gtk_get_current_event_time, copy_int32)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gtktree.o -c ml_gtktree.c)
- ml_gtktree.c: In function 'ml_gtk_tree_path_get_indices':
- ml_gtktree.c:109:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   109 |   value ret = alloc_tuple(depth);
-       |             ^~~~~~~~~~~~~~~~~~~~~                                            
- ml_gtktree.c: In function 'gtk_tree_model_foreach_func':
- ml_gtktree.c:157:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead
-   157 |   vret = callback2_exn(*closure, vpath, viter);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                  
- ml_gtktree.c: In function 'ml_gtk_tree_store_newv':
- ml_gtktree.c:183:13: warning: "alloc" is deprecated: use "caml_alloc" instead
-   183 |     (n_columns ? alloc (Wosize_asize(n_columns * sizeof(GType)), Abstract_tag)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_gtktree.c: In function 'ml_gtk_list_store_newv':
- ml_gtktree.c:238:13: warning: "alloc" is deprecated: use "caml_alloc" instead
-   238 |     (n_columns ? alloc (Wosize_asize(n_columns * sizeof(GType)), Abstract_tag)
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_gtktree.c: In function 'gtk_tree_selection_func':
- ml_gtktree.c:290:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead
-   290 |   value ret = callback2_exn(*(value*)clos_p, vp, Val_bool(cs));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                  
- ml_gtktree.c: In function 'gtk_tree_selection_foreach_func':
- ml_gtktree.c:312:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   312 |   value ret = callback_exn(*(value*)data, p);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                  
- ml_gtktree.c: In function 'gtk_tree_cell_data_func':
- ml_gtktree.c:391:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead
-   391 |   ret = callback2_exn(*closure, vmod, vit);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- ml_gtktree.c: In function 'ml_gtk_tree_view_get_cursor':
- ml_gtktree.c:464:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   464 |   ret = alloc_tuple(2);
-       |             ^~~~~~~~~~~                                                      
- ml_gtktree.c: In function 'ml_gtk_tree_view_get_path_at_pos':
- ml_gtktree.c:488:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   488 |     tup = alloc_tuple(4);
-       |             ^~~~~~~~~~~~~                                                    
- ml_gtktree.c: In function 'ml_gtk_tree_view_enable_model_drag_dest':
- ml_gtktree.c:520:13: warning: "alloc" is deprecated: use "caml_alloc" instead
-   520 |     targets = (GtkTargetEntry *) alloc
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                           
- ml_gtktree.c: In function 'ml_gtk_tree_view_enable_model_drag_source':
- ml_gtktree.c:546:13: warning: "alloc" is deprecated: use "caml_alloc" instead
-   546 |     targets = (GtkTargetEntry *) alloc
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                           
- ml_gtktree.c: In function 'ml_gtk_tree_view_get_dest_row_at_pos':
- ml_gtktree.c:579:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   579 |     tup = alloc_tuple(2);
-       |             ^~~~~~~~~~~~~                                                    
- ml_gtktree.c: In function 'ml_gtk_row_separator_func':
- ml_gtktree.c:599:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead
-   599 |   mlret = callback2_exn (*closure, arg1, arg2);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                  
- ml_gtktree.c: In function 'ml_gtk_tree_view_get_tooltip_context':
- ml_gtktree.c:665:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   665 |   tup = alloc_tuple(3);
-       |             ^~~~~~~~~~~                                                      
- ml_gtktree.c:670:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-   670 |     sub = alloc_tuple(3);
-       |             ^~~~~~~~~~~~~                                                    
- ml_gtktree.c: In function 'ml_gtk_tree_sortable_get_sort_column_id':
- ml_gtktree.c:764:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   764 |     ret = alloc_small(2, 0);
-       |             ^~~~~~~~~~~~~~~~                                                 
- ml_gtktree.c: In function 'gtk_tree_iter_compare_func':
- ml_gtktree.c:783:13: warning: "callback3_exn" is deprecated: use "caml_callback3_exn" instead
-   783 |   ret = callback3_exn(*clos, obj, iter_a, iter_b);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- ml_gtktree.c: In function 'gtk_tree_model_filter_visible_func':
- ml_gtktree.c:826:13: warning: "callback2_exn" is deprecated: use "caml_callback2_exn" instead
-   826 |   ret = callback2_exn(*clos, obj, it);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                           
- ml_gtktree.c: In function 'ml_iconview_foreach':
- ml_gtktree.c:893:13: warning: "callback_exn" is deprecated: use "caml_callback_exn" instead
-   893 |   callback_exn(*cb, p);
-       |             ^~~~~~~~~~~                                                        
- ml_gtktree.c: In function 'ml_gtk_icon_view_get_selected_items':
- ml_gtktree.c:915:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   915 |     cell = alloc_small(2, Tag_cons);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~                                         
- ml_gtktree.c: In function 'callback4':
- ml_gtktree.c:968:13: warning: "callbackN" is deprecated: use "caml_callbackN" instead
-   968 |   return callbackN(closure, 4, arg);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~                                     
- ml_gtktree.c: In function 'encode_iter':
- ml_gtktree.c:1166:13: warning: "callback2" is deprecated: use "caml_callback2" instead
-  1166 |   })
-       |             ^                                                            
- ml_gtktree.c: In function 'custom_model_get_flags':
- ml_gtktree.c:1212:13: warning: "callback" is deprecated: use "caml_callback" instead
-  1212 |   })
-       |             ^                                                          
- ml_gtktree.c: In function 'custom_model_get_n_columns':
- ml_gtktree.c:1225:13: warning: "callback" is deprecated: use "caml_callback" instead
-  1225 |       return Int_val(n_columns);})}
-       |             ^~~~~~~~~~~~~~~~~~~~~~~                                    
- ml_gtktree.c: In function 'custom_model_get_column_type':
- ml_gtktree.c:1238:13: warning: "callback2" is deprecated: use "caml_callback2" instead
-  1238 |     return GType_val(t);})}
-       |             ^~~~~~~~~~~~~~~                                              
- ml_gtktree.c: In function 'custom_model_get_iter':
- ml_gtktree.c:1268:27: warning: "callback2" is deprecated: use "caml_callback2" instead
-  1268 |                   }})}
-       |                           ^                                                            
- ml_gtktree.c: In function 'custom_model_get_path':
- ml_gtktree.c:1288:13: warning: "callback2" is deprecated: use "caml_callback2" instead
-  1288 |     return gtk_tree_path_copy(GtkTreePath_val(path));})}}
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
- ml_gtktree.c: In function 'custom_model_iter_next':
- ml_gtktree.c:1329:27: warning: "callback2" is deprecated: use "caml_callback2" instead
-  1329 |                     })})}}
-       |                           ^                                                            
- ml_gtktree.c: In function 'custom_model_iter_children':
- ml_gtktree.c:1352:27: warning: "callback2" is deprecated: use "caml_callback2" instead
-  1352 |                   })})}}
-       |                           ^                                                            
- ml_gtktree.c: In function 'custom_model_iter_has_child':
- ml_gtktree.c:1368:13: warning: "callback2" is deprecated: use "caml_callback2" instead
-  1368 |     return Bool_val(callback2(method,callback_object, row));})}}
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~         
- ml_gtktree.c: In function 'custom_model_iter_n_children':
- ml_gtktree.c:1382:13: warning: "callback2" is deprecated: use "caml_callback2" instead
-  1382 |     return Int_val(callback2(method,callback_object, arg));})}}
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- ml_gtktree.c: In function 'custom_model_iter_nth_child':
- ml_gtktree.c:1407:27: warning: "callback3" is deprecated: use "caml_callback3" instead
-  1407 |                   })})}}
-       |                           ^                                                            
- ml_gtktree.c: In function 'custom_model_iter_parent':
- ml_gtktree.c:1431:27: warning: "callback2" is deprecated: use "caml_callback2" instead
-  1431 |                       })})}}
-       |                           ^~                                                           
- ml_gtktree.c: In function 'custom_model_ref_node':
- ml_gtktree.c:1445:20: warning: "callback2" is deprecated: use "caml_callback2" instead
-  1445 |         callback2(method, callback_object, row);})}}
-       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- ml_gtktree.c: In function 'custom_model_unref_node':
- ml_gtktree.c:1459:20: warning: "callback2" is deprecated: use "caml_callback2" instead
-  1459 |         callback2(method, callback_object, row);})}}
-       |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- ml_gtktree.c: In function 'ml_gtk_tree_view_get_visible_range':
- ml_gtktree.c:1588:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead
-  1588 |      result = alloc_tuple(2);
-       |             ^~~~~~~~~~~~~~~~~                                                
-> compiled  lablgtk3.3.1.3
Processing 45/51: [coq: make]
-> installed lablgtk3.3.1.3
Processing 46/51: [coq: make]
Processing 47/51: [coq: make] [lablgtk3-sourceview3: dune build]
- (cd _build/default/src-sourceview3 && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/gtksourceview-3.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -I/usr/include/libxml2 -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/cairo2 -I /home/opam/.opam/4.14/lib/lablgtk3 -I /home/opam/.opam/4.14/lib/ocaml/threads -o ml_gtksourceview3.o -c ml_gtksourceview3.c)
- ml_gtksourceview3.c: In function 'custom_completion_provider_get_name':
- ml_gtksourceview3.c:230:13: warning: "callback" is deprecated: use "caml_callback" instead
-   230 |   return g_strdup(string_val (METHOD1(obj, 0, Val_unit)));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             
- ml_gtksourceview3.c: In function 'custom_completion_provider_get_icon':
- ml_gtksourceview3.c:236:13: warning: "callback" is deprecated: use "caml_callback" instead
-   236 |   return GdkPixbuf_option_val (METHOD1(obj, 1, Val_unit));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             
- ml_gtksourceview3.c:236:13: warning: "callback" is deprecated: use "caml_callback" instead
- ml_gtksourceview3.c:236:13: warning: "callback" is deprecated: use "caml_callback" instead
- ml_gtksourceview3.c: In function 'custom_completion_provider_populate':
- ml_gtksourceview3.c:242:13: warning: "callback" is deprecated: use "caml_callback" instead
-   242 |   METHOD1(obj, 2, Val_GtkSourceCompletionContext(context));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
- ml_gtksourceview3.c: In function 'custom_completion_provider_get_activation':
- ml_gtksourceview3.c:248:13: warning: "callback" is deprecated: use "caml_callback" instead
-   248 |   return Flags_Source_completion_activation_flags_val (METHOD1(obj, 3, Val_unit));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_gtksourceview3.c: In function 'custom_completion_provider_match':
- ml_gtksourceview3.c:254:13: warning: "callback" is deprecated: use "caml_callback" instead
-   254 |   return Bool_val (METHOD1(obj, 4, Val_GtkSourceCompletionContext(context)));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_gtksourceview3.c: In function 'custom_completion_provider_get_info_widget':
- ml_gtksourceview3.c:260:13: warning: "callback" is deprecated: use "caml_callback" instead
-   260 |   return Option_val (METHOD1(obj, 5, Val_GtkSourceCompletionProposal(proposal)), GtkWidget_val, NULL);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_gtksourceview3.c:260:13: warning: "callback" is deprecated: use "caml_callback" instead
- ml_gtksourceview3.c:260:13: warning: "callback" is deprecated: use "caml_callback" instead
- ml_gtksourceview3.c: In function 'custom_completion_provider_update_info':
- ml_gtksourceview3.c:267:13: warning: "callback2" is deprecated: use "caml_callback2" instead
-   267 |   METHOD2(obj, 6, Val_GtkSourceCompletionProposal(proposal), Val_GtkSourceCompletionInfo(info));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_gtksourceview3.c: In function 'custom_completion_provider_get_start_iter':
- ml_gtksourceview3.c:274:13: warning: "callback3" is deprecated: use "caml_callback3" instead
-   274 |   return Bool_val (METHOD3(obj, 7, Val_GtkSourceCompletionContext(context), Val_GtkSourceCompletionProposal(proposal), Val_GtkTextIter(iter)));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_gtksourceview3.c: In function 'custom_completion_provider_activate_proposal':
- ml_gtksourceview3.c:281:13: warning: "callback2" is deprecated: use "caml_callback2" instead
-   281 |   return Bool_val (METHOD2(obj, 8, Val_GtkSourceCompletionProposal(proposal), Val_GtkTextIter(iter)));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_gtksourceview3.c: In function 'custom_completion_provider_get_interactive_delay':
- ml_gtksourceview3.c:287:13: warning: "callback" is deprecated: use "caml_callback" instead
-   287 |   return Int_val (METHOD1(obj, 9, Val_unit));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- ml_gtksourceview3.c: In function 'custom_completion_provider_get_priority':
- ml_gtksourceview3.c:293:13: warning: "callback" is deprecated: use "caml_callback" instead
-   293 |   return Int_val (METHOD1(obj, 10, Val_unit));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                         
- ml_gtksourceview3.c: In function 'ml_gtk_source_view_get_mark_attributes':
- ml_gtksourceview3.c:564:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   564 |     result = alloc_small(1,0);
-       |             ^~~~~~~~~~~~~~~~~~                                               
- ml_gtksourceview3.c: In function 'custom_undo_manager_can_undo':
- ml_gtksourceview3.c:604:13: warning: "callback" is deprecated: use "caml_callback" instead
-   604 |   return Bool_val (METHOD1(obj, 0, Val_unit));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                         
- ml_gtksourceview3.c: In function 'custom_undo_manager_can_redo':
- ml_gtksourceview3.c:610:13: warning: "callback" is deprecated: use "caml_callback" instead
-   610 |   return Bool_val (METHOD1(obj, 1, Val_unit));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                         
- ml_gtksourceview3.c: In function 'custom_undo_manager_undo':
- ml_gtksourceview3.c:616:13: warning: "callback" is deprecated: use "caml_callback" instead
-   616 |   METHOD1(obj, 2, Val_unit);
-       |             ^~~~~~~~~~~~~~~~                                           
- ml_gtksourceview3.c: In function 'custom_undo_manager_redo':
- ml_gtksourceview3.c:622:13: warning: "callback" is deprecated: use "caml_callback" instead
-   622 |   METHOD1(obj, 3, Val_unit);
-       |             ^~~~~~~~~~~~~~~~                                           
- ml_gtksourceview3.c: In function 'custom_undo_manager_begin_not_undoable_action':
- ml_gtksourceview3.c:628:13: warning: "callback" is deprecated: use "caml_callback" instead
-   628 |   METHOD1(obj, 4, Val_unit);
-       |             ^~~~~~~~~~~~~~~~                                           
- ml_gtksourceview3.c: In function 'custom_undo_manager_end_not_undoable_action':
- ml_gtksourceview3.c:634:13: warning: "callback" is deprecated: use "caml_callback" instead
-   634 |   METHOD1(obj, 5, Val_unit);
-       |             ^~~~~~~~~~~~~~~~                                           
- ml_gtksourceview3.c: In function 'custom_undo_manager_can_undo_changed':
- ml_gtksourceview3.c:640:13: warning: "callback" is deprecated: use "caml_callback" instead
-   640 |   METHOD1(obj, 6, Val_unit);
-       |             ^~~~~~~~~~~~~~~~                                           
- ml_gtksourceview3.c: In function 'custom_undo_manager_can_redo_changed':
- ml_gtksourceview3.c:646:13: warning: "callback" is deprecated: use "caml_callback" instead
-   646 |   METHOD1(obj, 7, Val_unit);
-       |             ^~~~~~~~~~~~~~~~                                           
- ml_gtksourceview3.c: At top level:
- ml_gtksourceview3.c:796:13: warning: Deprecated pre-processor symbol: replace with "const"
-   796 | static G_CONST_RETURN gchar *
-       |             ^~~~~~~~~~~~~~~~~                                        
-> compiled  lablgtk3-sourceview3.3.1.3
Processing 47/51: [coq: make]
-> installed lablgtk3-sourceview3.3.1.3
Processing 48/51: [coq: make]
+ /usr/bin/make "COQ_USE_DUNE=" "-j255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/coq.8.13.2)
- rm -f  
- cp -a "plugins/.merlin.in" "plugins/.merlin"
- cp -a "kernel/.merlin.in" "kernel/.merlin"
- cp -a "ide/.merlin.in" "ide/.merlin"
- cp -a ".merlin.in" ".merlin"
- cp -a "test-suite/unit-tests/.merlin.in" "test-suite/unit-tests/.merlin"
- cp -a "META.coq.in" "META.coq"
- mkdir bin
- /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.13.2'
- OCAMLC    clib/segmenttree.mli
- OCAMLC    clib/unicode.mli
- OCAMLC    tools/coqdep_lexer.mli
- OCAMLLEX  tools/coqdep_lexer.mll
- OCAMLC    tools/coqdep_common.mli
- OCAMLC    kernel/genOpcodeFiles.ml
- OCAMLLEX  tools/ocamllibdep.mll
- OCAMLC    coqpp/coqpp_ast.mli
- make[1]: Circular coqpp/coqpp_parse.cmi <- coqpp/coqpp_parse.cmo dependency dropped.
- OCAMLYACC  coqpp/coqpp_parse.mly
- OCAMLLEX  coqpp/coqpp_lex.mll
- 14 states, 417 transitions, table size 1752 bytes
- mkdir -p gramlib/.pack
- OCAMLLEX  tools/coqwc.mll
- 217 states, 2223 transitions, table size 10194 bytes
- OCAMLLEX  tools/coqdoc/cpretty.mll
- OCAMLLEX  ide/coqide/utf8_convert.mll
- OCAMLLEX  ide/coqide/protocol/xml_lexer.mll
- OCAMLLEX  ide/coqide/coq_lex.mll
- OCAMLLEX  ide/coqide/config_lexer.mll
- 15 states, 827 transitions, table size 3398 bytes
- printf '# 1 "%s"\n' gramlib/ploc.ml > gramlib/.pack/gramlib__Ploc.ml
- printf '# 1 "%s"\n' gramlib/plexing.ml > gramlib/.pack/gramlib__Plexing.ml
- printf '# 1 "%s"\n' gramlib/gramext.ml > gramlib/.pack/gramlib__Gramext.ml
- cat gramlib/ploc.ml >> gramlib/.pack/gramlib__Ploc.ml
- cat gramlib/plexing.ml >> gramlib/.pack/gramlib__Plexing.ml
- cat gramlib/gramext.ml >> gramlib/.pack/gramlib__Gramext.ml
- printf '# 1 "%s"\n' gramlib/grammar.ml > gramlib/.pack/gramlib__Grammar.ml
- echo " \
- module Ploc    = Gramlib__Ploc \
- module Plexing = Gramlib__Plexing \
- module Gramext = Gramlib__Gramext \
- module Grammar = Gramlib__Grammar" > gramlib/.pack/gramlib.ml
- rm -f ide/coqide/coqide_os_specific.ml && cp ide/coqide/coqide_X11.ml.in ide/coqide/coqide_os_specific.ml && chmod a-w ide/coqide/coqide_os_specific.ml
- 80 states, 774 transitions, table size 3576 bytes
- cat gramlib/grammar.ml >> gramlib/.pack/gramlib__Grammar.ml
- rm -f kernel/uint63.ml && cp kernel/uint63_63.ml kernel/uint63.ml && chmod a-w kernel/uint63.ml
- rm -f kernel/float64.ml && cp kernel/float64_63.ml kernel/float64.ml && chmod a-w kernel/float64.ml
- printf '# 1 "%s"\n' gramlib/ploc.mli > gramlib/.pack/gramlib__Ploc.mli
- printf '# 1 "%s"\n' gramlib/plexing.mli > gramlib/.pack/gramlib__Plexing.mli
- 30 states, 1657 transitions, table size 6808 bytes
- 6052 additional bytes used for bindings
- printf '# 1 "%s"\n' gramlib/gramext.mli > gramlib/.pack/gramlib__Gramext.mli
- cat gramlib/ploc.mli >> gramlib/.pack/gramlib__Ploc.mli
- cat gramlib/plexing.mli >> gramlib/.pack/gramlib__Plexing.mli
- cat gramlib/gramext.mli >> gramlib/.pack/gramlib__Gramext.mli
- printf '# 1 "%s"\n' gramlib/grammar.mli > gramlib/.pack/gramlib__Grammar.mli
- 244 states, 858 transitions, table size 4896 bytes
- 124 states, 1808 transitions, table size 7976 bytes
- 240 states, 15992 transitions, table size 65408 bytes
- cat gramlib/grammar.mli >> gramlib/.pack/gramlib__Grammar.mli
- OCAMLDEP  checker/MLFILES checker/MLIFILES
- OCAMLOPT  clib/segmenttree.ml
- OCAMLC    clib/segmenttree.ml
- OCAMLC    tools/coqdep_boot.ml
- WRITE kernel/byterun/coq_instruct.h
- WRITE kernel/byterun/coq_jumptbl.h
- OCAMLC    tools/ocamllibdep.ml
- OCAMLC    coqpp/coqpp_parse.mli
- WRITE kernel/vmopcodes.ml
- CCDEP     kernel/byterun/coq_fix_code.c
- CCDEP     kernel/byterun/coq_float64.c
- CCDEP     kernel/byterun/coq_interp.c
- CCDEP     kernel/byterun/coq_memory.c
- CCDEP     kernel/byterun/coq_values.c
- OCAMLC    clib/unicodetable.ml
- OCAMLC    coqpp/coqpp_parse.ml
- OCAMLOPT  tools/ocamllibdep.ml
- OCAMLC    coqpp/coqpp_lex.ml
- OCAMLBEST -o bin/ocamllibdep
- OCAMLC -a bin/coqpp
- 2719 states, 8742 transitions, table size 51282 bytes
- 17643 additional bytes used for bindings
- COQPP   vernac/g_vernac.mlg
- COQPP   vernac/g_proofs.mlg
- COQPP   toplevel/g_toplevel.mlg
- COQPP   plugins/syntax/g_number_string.mlg
- COQPP   plugins/ssrsearch/g_search.mlg
- COQPP   plugins/ssrmatching/g_ssrmatching.mlg
- COQPP   plugins/ssr/ssrvernac.mlg
- COQPP   plugins/ssr/ssrparser.mlg
- COQPP   plugins/rtauto/g_rtauto.mlg
- COQPP   plugins/ring/g_ring.mlg
- COQPP   plugins/omega/g_omega.mlg
- COQPP   plugins/nsatz/g_nsatz.mlg
- COQPP   plugins/micromega/g_zify.mlg
- COQPP   plugins/micromega/g_micromega.mlg
- COQPP   plugins/ltac/profile_ltac_tactics.mlg
- COQPP   plugins/ltac/g_tactic.mlg
- COQPP   plugins/ltac/g_rewrite.mlg
- COQPP   plugins/ltac/g_obligations.mlg
- COQPP   plugins/ltac/g_ltac.mlg
- COQPP   plugins/ltac/g_eqdecide.mlg
- COQPP   plugins/ltac/g_class.mlg
- COQPP   plugins/ltac/g_auto.mlg
- COQPP   plugins/ltac/extratactics.mlg
- COQPP   plugins/ltac/extraargs.mlg
- COQPP   plugins/ltac/coretactics.mlg
- COQPP   plugins/funind/g_indfun.mlg
- COQPP   plugins/firstorder/g_ground.mlg
- COQPP   plugins/extraction/g_extraction.mlg
- COQPP   plugins/derive/g_derive.mlg
- COQPP   plugins/cc/g_congruence.mlg
- COQPP   plugins/btauto/g_btauto.mlg
- COQPP   parsing/g_prim.mlg
- COQPP   parsing/g_constr.mlg
- COQPP   user-contrib/Ltac2/g_ltac2.mlg
- OCAMLOPT  clib/unicodetable.ml
- OCAMLC    clib/unicode.ml
- OCAMLLIBDEP  checker/MLLIBFILES checker/MLPACKFILES
- OCAMLLIBDEP  user-contrib/MLLIBFILES user-contrib/MLPACKFILES
- OCAMLDEP  user-contrib/MLFILES user-contrib/MLIFILES
- OCAMLLIBDEP  plugins/MLLIBFILES plugins/MLPACKFILES
- OCAMLDEP  plugins/MLFILES plugins/MLIFILES
- OCAMLLIBDEP  MLLIBFILES MLPACKFILES
- OCAMLDEP  MLFILES MLIFILES
- OCAMLC    clib/minisys.ml
- OCAMLOPT  clib/unicode.ml
- OCAMLOPT  clib/minisys.ml
- OCAMLOPT  tools/coqdep_lexer.ml
- OCAMLOPT  tools/coqdep_common.ml
- OCAMLOPT  tools/coqdep_boot.ml
- OCAMLBEST -o bin/coqdep_boot
- COQDEP    VFILES
- OCAMLC    gramlib/.pack/gramlib.ml
- make[1]: Circular coqpp/coqpp_parse.cmi <- coqpp/coqpp_parse.cmo dependency dropped.
- OCAMLOPT  gramlib/.pack/gramlib.ml
- OCAMLC    clib/segmenttree.mli
- OCAMLC    clib/unicode.mli
- OCAMLC    tools/coqdep_lexer.mli
- OCAMLC    tools/coqdep_common.mli
- OCAMLC    tools/ocamllibdep.ml
- OCAMLC    coqpp/coqpp_ast.mli
- OCAMLC    clib/segmenttree.ml
- OCAMLC    coqpp/coqpp_parse.mli
- OCAMLC    tools/coqdep_boot.ml
- OCAMLOPT  clib/segmenttree.ml
- OCAMLOPT  tools/ocamllibdep.ml
- OCAMLC    clib/unicodetable.ml
- OCAMLC    coqpp/coqpp_parse.ml
- OCAMLC    coqpp/coqpp_lex.ml
- OCAMLBEST -o bin/ocamllibdep
- OCAMLC -a bin/coqpp
- COQPP   vernac/g_vernac.mlg
- COQPP   vernac/g_proofs.mlg
- COQPP   toplevel/g_toplevel.mlg
- COQPP   plugins/syntax/g_number_string.mlg
- COQPP   plugins/ssrsearch/g_search.mlg
- COQPP   plugins/ssrmatching/g_ssrmatching.mlg
- COQPP   plugins/ssr/ssrvernac.mlg
- COQPP   plugins/ssr/ssrparser.mlg
- COQPP   plugins/rtauto/g_rtauto.mlg
- COQPP   plugins/ring/g_ring.mlg
- COQPP   plugins/omega/g_omega.mlg
- COQPP   plugins/nsatz/g_nsatz.mlg
- COQPP   plugins/micromega/g_zify.mlg
- COQPP   plugins/micromega/g_micromega.mlg
- COQPP   plugins/ltac/profile_ltac_tactics.mlg
- COQPP   plugins/ltac/g_tactic.mlg
- COQPP   plugins/ltac/g_rewrite.mlg
- COQPP   plugins/ltac/g_obligations.mlg
- COQPP   plugins/ltac/g_ltac.mlg
- COQPP   plugins/ltac/g_eqdecide.mlg
- COQPP   plugins/ltac/g_class.mlg
- COQPP   plugins/ltac/g_auto.mlg
- COQPP   plugins/ltac/extratactics.mlg
- COQPP   plugins/ltac/extraargs.mlg
- COQPP   plugins/ltac/coretactics.mlg
- COQPP   plugins/funind/g_indfun.mlg
- COQPP   plugins/firstorder/g_ground.mlg
- COQPP   plugins/extraction/g_extraction.mlg
- COQPP   plugins/derive/g_derive.mlg
- COQPP   plugins/cc/g_congruence.mlg
- COQPP   plugins/btauto/g_btauto.mlg
- COQPP   parsing/g_prim.mlg
- COQPP   parsing/g_constr.mlg
- COQPP   user-contrib/Ltac2/g_ltac2.mlg
- OCAMLOPT  clib/unicodetable.ml
- OCAMLC    clib/unicode.ml
- OCAMLDEP  user-contrib/MLFILES user-contrib/MLIFILES
- OCAMLDEP  plugins/MLFILES plugins/MLIFILES
- OCAMLDEP  MLFILES MLIFILES
- OCAMLC    clib/minisys.ml
- OCAMLOPT  clib/unicode.ml
- OCAMLOPT  clib/minisys.ml
- OCAMLOPT  tools/coqdep_lexer.ml
- OCAMLOPT  tools/coqdep_common.ml
- OCAMLOPT  tools/coqdep_boot.ml
- OCAMLBEST -o bin/coqdep_boot
- make[1]: Circular coqpp/coqpp_parse.cmi <- coqpp/coqpp_parse.cmo dependency dropped.
- OCAMLC    config/coq_config.mli
- OCAMLC    clib/cObj.mli
- OCAMLC    clib/cEphemeron.mli
- OCAMLC    clib/cSig.mli
- OCAMLC    clib/hashset.mli
- OCAMLC    clib/orderedType.mli
- OCAMLC    clib/range.mli
- OCAMLC    clib/cArray.mli
- OCAMLC    clib/option.mli
- OCAMLC    clib/cUnix.mli
- OCAMLC    clib/cThread.mli
- OCAMLC    clib/trie.mli
- OCAMLC    clib/predicate.mli
- OCAMLC    clib/heap.mli
- OCAMLC    clib/unionfind.mli
- OCAMLC    clib/store.mli
- OCAMLC    clib/exninfo.mli
- OCAMLC    clib/iStream.mli
- OCAMLC    clib/terminal.mli
- OCAMLC    clib/monad.mli
- OCAMLC    clib/diff2.mli
- OCAMLC    lib/hook.mli
- OCAMLC    lib/flags.mli
- OCAMLC    lib/control.mli
- OCAMLC    lib/pp.mli
- OCAMLC    lib/xml_datatype.mli
- OCAMLC    lib/cProfile.mli
- OCAMLC    lib/spawn.mli
- OCAMLC    lib/remoteCounter.mli
- OCAMLC    lib/envars.mli
- OCAMLC    lib/coqProject_file.mli
- OCAMLC    kernel/uint63.mli
- OCAMLC    kernel/vmopcodes.ml
- OCAMLC    gramlib/.pack/gramlib__Gramext.mli
- OCAMLC    tactics/dnet.mli
- OCAMLC    tactics/dn.mli
- OCAMLC    stm/spawned.mli
- OCAMLC    stm/dag.mli
- OCAMLC    stm/tQueue.mli
- OCAMLC    stm/coqworkmgrApi.mli
- OCAMLC    stm/vio_checking.mli
- OCAMLC    toplevel/usage.mli
- OCAMLC    toplevel/workerLoop.mli
- OCAMLC    toplevel/coqc.mli
- OCAMLC    kernel/byterun/coq_fix_code.c
- OCAMLC    kernel/byterun/coq_float64.c
- OCAMLC    kernel/byterun/coq_memory.c
- OCAMLC    kernel/byterun/coq_values.c
- OCAMLC    kernel/byterun/coq_interp.c
- File "kernel/vmopcodes.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    plugins/ltac/tauto.mli
- OCAMLC    plugins/ssr/ssrvernac.mli
- OCAMLC    plugins/micromega/micromega.mli
- OCAMLC    plugins/micromega/numCompat.mli
- OCAMLC    plugins/micromega/persistent_cache.mli
- OCAMLC    plugins/micromega/g_micromega.mli
- OCAMLC    plugins/rtauto/proof_search.mli
- OCAMLC    plugins/nsatz/utile.mli
- OCAMLC    plugins/nsatz/polynom.mli
- OCAMLC    user-contrib/Ltac2/tac2stdlib.mli
- OCAMLC    checker/analyze.mli
- OCAMLC    checker/values.mli
- OCAMLC    checker/checker.mli
- OCAMLC    plugins/micromega/sos_lib.mli
- OCAMLC    plugins/micromega/csdpcert.mli
- coq_fix_code.c: In function 'coq_stat_alloc':
- coq_fix_code.c:94:13: warning: "raise_out_of_memory" is deprecated: use "caml_raise_out_of_memory" instead
-    94 |   if (result == NULL) raise_out_of_memory ();
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                
- OCAMLC    ide/coqide/protocol/xml_lexer.mli
- OCAMLC    ide/coqide/protocol/xml_parser.mli
- OCAMLC    ide/coqide/protocol/xml_printer.mli
- coq_memory.c: In function 'init_coq_vm':
- OCAMLC    ide/coqide/protocol/richpp.mli
- coq_memory.c:121:13: warning: "scan_roots_hook" is deprecated: use "caml_scan_roots_hook" instead
-   121 |       coq_prev_scan_roots_hook = scan_roots_hook;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                    
- coq_memory.c:122:13: warning: "scan_roots_hook" is deprecated: use "caml_scan_roots_hook" instead
-   122 |     scan_roots_hook = coq_scan_roots;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~                                                
- OCAMLC    tools/coq_tex.ml
- OCAMLC    tools/coqwc.ml
- OCAMLC    tools/coqdoc/cdglobals.mli
- OCAMLC    tools/coqdoc/alpha.mli
- OCAMLC    tools/coqworkmgr.ml
- OCAMLC    checker/votour.mli
- "/home/opam/.opam/4.14/bin/ocamlfind" ocamlc -thread -rectypes -w +a-4-9-27-41-42-44-45-48-58-67-70   -safe-string -strict-sequence  ide/coqide/default_bindings_src.ml -o ide/coqide/default_bindings_src.exe
- OCAMLC -a bin/doc_grammar
- CHECK revision
- OCAMLOPT  config/coq_config.ml
- OCAMLOPT  clib/cObj.ml
- OCAMLOPT  clib/cEphemeron.ml
- OCAMLC    clib/cMap.mli
- OCAMLC    clib/hashcons.mli
- OCAMLC    clib/cList.mli
- OCAMLOPT  clib/option.ml
- OCAMLOPT  clib/cThread.ml
- OCAMLOPT  clib/trie.ml
- OCAMLOPT  clib/predicate.ml
- OCAMLOPT  clib/heap.ml
- OCAMLOPT  clib/unionfind.ml
- OCAMLC    clib/dyn.mli
- OCAMLOPT  clib/iStream.ml
- OCAMLOPT  clib/terminal.ml
- OCAMLOPT  clib/monad.ml
- OCAMLOPT  clib/diff2.ml
- OCAMLOPT  lib/hook.ml
- OCAMLC    lib/pp_diff.mli
- OCAMLC    lib/loc.mli
- OCAMLC    lib/rtree.mli
- OCAMLC    lib/system.mli
- OCAMLC    lib/explore.mli
- OCAMLC    lib/future.mli
- OCAMLC    lib/genarg.mli
- OCAMLOPT  kernel/uint63.ml
- OCAMLC    kernel/parray.mli
- OCAMLC    kernel/float64_common.mli
- OCAMLC    kernel/float64.mli
- OCAMLOPT  kernel/vmopcodes.ml
- OCAMLC    engine/logic_monad.mli
- OCAMLC    interp/numTok.mli
- OCAMLOPT  gramlib/.pack/gramlib__Gramext.ml
- OCAMLC    stm/vcs.mli
- OCAMLOPT  stm/coqworkmgrApi.ml
- OCAMLC    stm/workerPool.mli
- OCAMLOPT  plugins/micromega/micromega.ml
- OCAMLC    plugins/micromega/mutils.mli
- OCAMLC    plugins/micromega/itv.mli
- OCAMLC    plugins/micromega/sos_types.mli
- OCAMLC    plugins/nsatz/ideal.mli
- OCAMLC    user-contrib/Ltac2/tac2dyn.mli
- OCAMLOPT  checker/analyze.ml
- OCAMLOPT  checker/values.ml
- OCAMLC    checker/validate.mli
- OCAMLOPT  plugins/micromega/sos_lib.ml
- OCAMLOPT  ide/coqide/protocol/xml_lexer.ml
- OCAMLOPT  ide/coqide/protocol/xml_printer.ml
- OCAMLC    ide/coqide/protocol/serialize.mli
- OCAMLC    tools/coqdep.ml
- 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.
- OCAMLOPT  tools/coq_tex.ml
- OCAMLOPT  tools/coqwc.ml
- OCAMLOPT  tools/coqdoc/cdglobals.ml
- OCAMLC    tools/coqdoc/index.mli
- coq_interp.c: In function 'coq_interprete':
- coq_interp.c:281:20: warning: storing the address of local variable 'coq_lbl_ACC0' in 'coq_instr_base' [-Wdangling-pointer=]
-   281 |     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:305:7: note: in expansion of macro 'Instruct'
-   305 |       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;
-       |               ^~~~~~~~~~~~~~
- OCAMLC    tools/coqdoc/cpretty.mli
- OCAMLOPT -a -o config/config.cmxa
- OCAMLOPT  clib/cMap.ml
- OCAMLC    clib/int.mli
- OCAMLC    clib/cSet.mli
- OCAMLC    clib/cString.mli
- OCAMLC    clib/hMap.mli
- OCAMLC    lib/stateid.mli
- OCAMLC    lib/cErrors.mli
- OCAMLC    lib/cWarnings.mli
- OCAMLC    lib/cAst.mli
- OCAMLC    lib/aux_file.mli
- OCAMLC    kernel/evar.mli
- OCAMLC    library/summary.mli
- OCAMLC    interp/deprecation.mli
- OCAMLC    gramlib/.pack/gramlib__Ploc.mli
- OCAMLOPT  tactics/dnet.ml
- OCAMLOPT  toplevel/usage.ml
- OCAMLC    plugins/micromega/certificate.mli
- OCAMLC    plugins/micromega/sos.mli
- OCAMLOPT  kernel/float64_common.ml
- OCAMLC    plugins/micromega/vect.mli
- OCAMLC    tools/coqdoc/tokens.mli
- OCAMLC    tools/coqdoc/output.mli
- OCAMLC    lib/acyclicGraph.mli
- OCAMLC    lib/feedback.mli
- OCAMLC    lib/dAst.mli
- OCAMLC    ide/coqide/document.mli
- OCAMLOPT  tools/coqworkmgr.ml
- OCAMLOPT  tools/coqdoc/alpha.ml
- OCAMLC    lib/util.mli
- OCAMLC    lib/objFile.mli
- OCAMLOPT  ide/coqide/protocol/xml_parser.ml
- OCAMLC    tools/coqdoc/main.ml
- OCAMLC    plugins/micromega/polynomial.mli
- OCAMLC    tools/coq_makefile.ml
- OCAMLC    stm/asyncTaskQueue.mli
- OCAMLBEST -o bin/coq-tex
- OCAMLBEST -o bin/coqwc
- 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.
- OCAMLOPT  kernel/float64.ml
- 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.
- File "ide/coqide/protocol/xml_parser.ml", line 54, characters 2-31:
- 54 |   mutable concat_pcdata : bool;
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field concat_pcdata is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC    kernel/names.mli
- OCAMLC    kernel/esubst.mli
- OCAMLC    gramlib/.pack/gramlib__Plexing.mli
- OCAMLC    parsing/tok.mli
- OCAMLC    plugins/omega/omega.ml
- OCAMLC    ide/coqide/protocol/interface.ml
- OCAMLOPT  tools/coqdoc/index.ml
- OCAMLOPT  checker/votour.ml
- OCAMLOPT  clib/int.ml
- OCAMLC    stm/partac.mli
- OCAMLC    plugins/micromega/mfourier.mli
- OCAMLC    plugins/micromega/simplex.mli
- OCAMLOPT  checker/validate.ml
- File "gramlib/plexing.mli", line 13, characters 41-49:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/plexing.mli", line 13, characters 57-65:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    gramlib/.pack/gramlib__Grammar.mli
- OCAMLC    parsing/cLexer.mli
- OCAMLC    ide/coqide/protocol/xmlprotocol.mli
- File "checker/votour.ml", line 324, characters 2-17:
- 324 |   magic : string;
-         ^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field magic is never read.
- (However, this field is used to build or mutate values.)
- File "checker/votour.ml", line 326, characters 2-15:
- 326 |   length : int;
-         ^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field length is never read.
- (However, this field is used to build or mutate values.)
- File "checker/votour.ml", line 332, characters 2-16:
- 332 |   objects : int;
-         ^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field objects is never read.
- (However, this field is used to build or mutate values.)
- File "checker/votour.ml", line 358, characters 2-14:
- 358 |   len : int64;
-         ^^^^^^^^^^^^
- Warning 69 [unused-field]: record field len is never read.
- (However, this field is used to build or mutate values.)
- File "checker/votour.ml", line 359, characters 2-18:
- 359 |   hash : Digest.t;
-         ^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field hash is never read.
- (However, this field is used to build or mutate values.)
- File "gramlib/grammar.mli", line 30, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.mli", line 42, characters 63-71:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.mli", line 43, characters 40-48:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- ide/coqide/default_bindings_src.exe ide/coqide/default.bindings
- OCAMLC    ide/coqide/fake_ide.ml
- OCAMLOPT  clib/hashset.ml
- OCAMLOPT  clib/orderedType.ml
- OCAMLOPT  clib/cList.ml
- OCAMLOPT  clib/range.ml
- OCAMLOPT  clib/hMap.ml
- OCAMLOPT  clib/dyn.ml
- OCAMLOPT  stm/dag.ml
- OCAMLOPT  plugins/micromega/numCompat.ml
- OCAMLOPT  tools/coqdoc/tokens.ml
- OCAMLC    kernel/transparentState.mli
- OCAMLC    kernel/univ.mli
- OCAMLC    library/libnames.mli
- OCAMLC    engine/evar_kinds.mli
- OCAMLC    pretyping/locus.ml
- OCAMLC    proofs/goal_select.mli
- OCAMLC    tactics/declareScheme.mli
- OCAMLC    vernac/canonical.mli
- OCAMLC    plugins/extraction/miniml.mli
- OCAMLC    kernel/conv_oracle.mli
- OCAMLC    pretyping/locusops.mli
- OCAMLC    library/coqlib.mli
- OCAMLC    interp/decls.mli
- OCAMLC    vernac/loadpath.mli
- OCAMLC    user-contrib/Ltac2/tac2expr.mli
- OCAMLC    plugins/extraction/modutil.mli
- OCAMLC    plugins/extraction/common.mli
- OCAMLC    plugins/extraction/ocaml.mli
- OCAMLC    plugins/extraction/haskell.mli
- OCAMLC    plugins/extraction/scheme.mli
- OCAMLC    plugins/extraction/json.mli
- OCAMLOPT  clib/store.ml
- OCAMLOPT  user-contrib/Ltac2/tac2dyn.ml
- OCAMLOPT  tools/coqdoc/output.ml
- OCAMLC    kernel/uGraph.mli
- OCAMLC    kernel/sorts.mli
- OCAMLC    engine/univNames.mli
- OCAMLC    tactics/declareUctx.mli
- OCAMLOPT  clib/hashcons.ml
- OCAMLOPT  plugins/micromega/itv.ml
- OCAMLOPT  plugins/micromega/sos_types.ml
- File "clib/cList.ml", line 147, characters 2-12:
- 147 |   head : 'a;
-         ^^^^^^^^^^
- Warning 69 [unused-field]: record field head is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC    kernel/context.mli
- OCAMLC    kernel/vmvalues.mli
- OCAMLOPT  clib/exninfo.ml
- OCAMLOPT  clib/cSet.ml
- OCAMLOPT  plugins/micromega/sos.ml
- OCAMLC    kernel/vm.mli
- OCAMLC    kernel/constr.mli
- OCAMLOPT  lib/flags.ml
- OCAMLOPT  lib/control.ml
- OCAMLOPT  lib/loc.ml
- OCAMLOPT  plugins/micromega/mutils.ml
- OCAMLOPT  clib/cString.ml
- OCAMLOPT  clib/cArray.ml
- OCAMLC    kernel/vars.mli
- OCAMLC    kernel/term.mli
- OCAMLC    kernel/cPrimitives.mli
- OCAMLC    kernel/nativevalues.mli
- OCAMLC    engine/univSubst.mli
- OCAMLC    engine/univProblem.mli
- OCAMLC    engine/univops.mli
- OCAMLC    engine/nameops.mli
- OCAMLC    pretyping/pattern.ml
- OCAMLC    pretyping/keys.mli
- OCAMLOPT  gramlib/.pack/gramlib__Ploc.ml
- OCAMLC    plugins/funind/functional_principles_types.mli
- OCAMLOPT  lib/cAst.ml
- OCAMLC    engine/univMinim.mli
- OCAMLC    kernel/retroknowledge.mli
- OCAMLC    kernel/vmbytecodes.mli
- OCAMLC    kernel/mod_subst.mli
- OCAMLOPT  clib/cUnix.ml
- OCAMLOPT  ide/coqide/protocol/serialize.ml
- OCAMLOPT  lib/dAst.ml
- OCAMLC    kernel/vmemitcodes.mli
- OCAMLC    kernel/opaqueproof.mli
- OCAMLC    library/globnames.mli
- OCAMLC    tactics/term_dnet.mli
- OCAMLOPT  plugins/micromega/vect.ml
- OCAMLOPT  lib/coqProject_file.ml
- OCAMLC    kernel/declarations.ml
- OCAMLC    vernac/library.mli
- OCAMLOPT -a -o clib/clib.cmxa
- OCAMLOPT  lib/util.ml
- OCAMLOPT  lib/pp.ml
- OCAMLOPT  kernel/parray.ml
- OCAMLC    library/libobject.mli
- OCAMLC    library/nametab.mli
- File "lib/coqProject_file.ml", line 94, characters 35-46:
- 94 | 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 99, characters 12-26:
- 99 | | exception Stream.Failure -> buffer buf
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 101, characters 32-43:
- 101 | 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 106, characters 12-26:
- 106 | | 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 108, characters 33-44:
- 108 | 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 111, characters 12-26:
- 111 | | exception Stream.Failure -> ()
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 113, characters 34-45:
- 113 | 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 125, characters 12-26:
- 125 | | exception Stream.Failure -> accu
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 130, characters 31-48:
- 130 |   let res = parse_args buf [] (Stream.of_channel c) in
-                                      ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "kernel/declarations.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    kernel/entries.ml
- OCAMLC    kernel/environ.mli
- OCAMLC    kernel/cooking.mli
- 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.
- OCAMLOPT  plugins/micromega/csdpcert.ml
- OCAMLOPT  tools/coqdoc/cpretty.ml
- File "kernel/entries.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  plugins/micromega/polynomial.ml
- OCAMLC    kernel/declareops.mli
- OCAMLC    kernel/primred.mli
- OCAMLC    kernel/cClosure.mli
- OCAMLC    kernel/reduction.mli
- OCAMLC    kernel/vmlambda.mli
- OCAMLC    kernel/nativelambda.mli
- OCAMLC    kernel/vmbytegen.mli
- OCAMLC    kernel/vmsymtable.mli
- OCAMLC    kernel/type_errors.mli
- OCAMLC    kernel/modops.mli
- OCAMLC    kernel/inductive.mli
- OCAMLC    kernel/typeops.mli
- OCAMLC    kernel/inferCumulativity.mli
- OCAMLC    kernel/indTyping.mli
- OCAMLC    kernel/indtypes.mli
- OCAMLC    kernel/term_typing.mli
- OCAMLC    kernel/subtyping.mli
- OCAMLC    kernel/mod_typing.mli
- OCAMLC    kernel/section.mli
- OCAMLC    library/goptions.mli
- OCAMLC    engine/univGen.mli
- OCAMLC    pretyping/arguments_renaming.mli
- OCAMLC    pretyping/heads.mli
- OCAMLOPT  gramlib/.pack/gramlib__Plexing.ml
- OCAMLOPT  tactics/dn.ml
- OCAMLC    vernac/printmod.mli
- OCAMLOPT  plugins/omega/omega.ml
- OCAMLC    plugins/extraction/table.mli
- OCAMLC    checker/checkFlags.mli
- OCAMLC    checker/checkInductive.mli
- OCAMLC    checker/mod_checking.mli
- OCAMLC    checker/checkTypes.mli
- OCAMLC    checker/check_stat.mli
- OCAMLOPT  lib/pp_diff.ml
- OCAMLOPT  lib/stateid.ml
- OCAMLOPT  lib/cErrors.ml
- OCAMLOPT  lib/rtree.ml
- OCAMLOPT  lib/envars.ml
- OCAMLOPT  kernel/esubst.ml
- OCAMLOPT  kernel/evar.ml
- OCAMLC    kernel/vconv.mli
- OCAMLOPT  interp/numTok.ml
- File "gramlib/plexing.ml", line 6, characters 41-49:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/plexing.ml", line 6, characters 57-65:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  ide/coqide/protocol/richpp.ml
- OCAMLC    kernel/nativecode.mli
- OCAMLC    kernel/nativeconv.mli
- OCAMLBEST -o plugins/micromega/csdpcert
- OCAMLC    kernel/relevanceops.mli
- OCAMLC    vernac/attributes.mli
- OCAMLC    library/lib.mli
- OCAMLC    plugins/extraction/mlutil.mli
- 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.
- OCAMLOPT  lib/feedback.ml
- 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.
- OCAMLOPT  ide/coqide/document.ml
- 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.
- OCAMLC    kernel/nativelib.mli
- OCAMLC    kernel/nativelibrary.mli
- OCAMLOPT  lib/acyclicGraph.ml
- OCAMLOPT  lib/cProfile.ml
- OCAMLOPT  lib/future.ml
- OCAMLOPT  lib/spawn.ml
- OCAMLOPT  lib/genarg.ml
- OCAMLOPT  lib/remoteCounter.ml
- OCAMLOPT  kernel/names.ml
- OCAMLOPT  stm/vcs.ml
- OCAMLOPT  stm/tQueue.ml
- OCAMLOPT  stm/workerPool.ml
- OCAMLOPT  plugins/micromega/persistent_cache.ml
- OCAMLC    kernel/safe_typing.mli
- OCAMLOPT  lib/cWarnings.ml
- OCAMLOPT  lib/explore.ml
- OCAMLOPT  lib/aux_file.ml
- OCAMLOPT  engine/logic_monad.ml
- OCAMLOPT  gramlib/.pack/gramlib__Grammar.ml
- OCAMLOPT  plugins/nsatz/utile.ml
- OCAMLOPT  ide/coqide/protocol/interface.ml
- OCAMLOPT  tools/coq_makefile.ml
- File "lib/spawn.ml", line 160, characters 2-24:
- 160 |   gchan : ML.async_chan;
-         ^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field gchan is never read.
- (However, this field is used to build or mutate values.)
- File "stm/tQueue.ml", line 36, characters 11-42:
- 36 |   let push ({ contents = (xs, rel) } as t) x =
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "stm/workerPool.ml", line 35, characters 2-21:
- 35 |   manager : Thread.t;
-        ^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field manager is never read.
- (However, this field is used to build or mutate values.)
- File "stm/workerPool.ml", line 36, characters 2-26:
- 36 |   process : Model.process;
-        ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field process is never read.
- (However, this field is used to build or mutate values.)
- File "stm/tQueue.ml", line 91, characters 9-51:
- 91 | let push { queue = q; lock = m; cond = c; release } x =
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- OCAMLOPT  parsing/tok.ml
- File "plugins/micromega/persistent_cache.ml", line 42, characters 36-58:
- 42 |   type 'a t = {outch : out_channel; mutable status : mode; htbl : 'a Table.t}
-                                          ^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field status is never mutated.
- OCAMLC    library/global.mli
- OCAMLC    engine/uState.mli
- OCAMLC    checker/safe_checking.mli
- OCAMLC    checker/check.mli
- File "lib/cWarnings.ml", line 16, characters 2-20:
- 16 |   category : string;
-        ^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field category is never read.
- (However, this field is used to build or mutate values.)
- File "lib/cProfile.ml", line 288, characters 25-40:
- 288 |   let l = List.sort (fun (_,{tottime=p}) (_,{tottime=p'}) -> p' - p) table in
-                                ^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- OCAMLOPT  ide/coqide/protocol/xmlprotocol.ml
- File "parsing/tok.ml", line 124, characters 21-35:
- 124 |   let err () = raise Stream.Failure in
-                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 20, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 32, characters 63-71:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 33, characters 40-48:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 117, characters 24-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  stm/spawned.ml
- OCAMLOPT  plugins/nsatz/polynom.ml
- OCAMLC    engine/evd.mli
- OCAMLOPT  lib/system.ml
- OCAMLOPT  library/summary.ml
- OCAMLOPT  interp/deprecation.ml
- OCAMLOPT  parsing/cLexer.ml
- OCAMLOPT  plugins/micromega/mfourier.ml
- OCAMLOPT  plugins/micromega/simplex.ml
- OCAMLOPT  tools/coqdoc/main.ml
- OCAMLC    engine/eConstr.mli
- OCAMLC    engine/proofview_monad.mli
- OCAMLC    pretyping/indrec.mli
- File "parsing/cLexer.ml", line 163, characters 11-23:
- 163 |   let bp = Stream.count cs in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 164, characters 2-13:
- 164 |   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 176, characters 28-39:
- 176 | let njunk n = Util.repeat n Stream.junk
-                                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 189, characters 12-24:
- 189 |       match Stream.npeek 2 cs with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 195, characters 12-24:
- 195 |       match Stream.npeek 3 cs with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 202, characters 17-29:
- 202 |       else match Stream.npeek 4 cs with
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 214, characters 8-19:
- 214 |   match Stream.peek cs with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 224, characters 30-41:
- 224 |   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 226, characters 8-19:
- 226 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 231, characters 23-34:
- 231 |         | AsciiChar -> Stream.junk s; loop_symb s
-                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 234, characters 13-29:
- 234 |   loop_symb (Stream.of_string str)
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 237, characters 35-46:
- 237 |   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 239, characters 8-19:
- 239 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 242, characters 8-19:
- 242 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 253, characters 17-33:
- 253 |   loop_id false (Stream.of_string str)
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 295, characters 39-50:
- 295 |   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 "gramlib/grammar.ml", line 1076, characters 15-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1085, characters 15-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1094, characters 27-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1094, characters 61-75:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1097, characters 5-17:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1098, characters 13-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1100, characters 45-53:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1104, characters 6-20:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1104, characters 31-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1109, characters 16-24:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1111, characters 4-18:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1113, characters 42-50:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1113, characters 61-75:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1115, characters 11-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1125, characters 13-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1126, characters 17-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  lib/objFile.ml
- File "gramlib/grammar.ml", line 1149, characters 32-40:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1149, characters 51-65:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1150, characters 40-48:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1152, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 307, characters 37-48:
- 307 | let rec ident_tail loc len s = match Stream.peek s with
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1156, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1158, characters 53-67:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 309, characters 6-17:
- 309 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1173, characters 27-35:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1174, characters 22-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1178, characters 17-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1179, characters 26-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  tools/coqdep.ml
- File "gramlib/grammar.ml", line 1200, characters 25-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1201, characters 22-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1202, characters 43-57:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1205, characters 49-63:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1208, characters 34-46:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1219, characters 26-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1220, characters 31-45:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 317, characters 62-74:
- 317 |           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 331, characters 48-59:
- 331 | 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 333, characters 6-17:
- 333 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 335, characters 14-25:
- 335 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 336, characters 22-33:
- 336 |           Some '"' -> Stream.junk s; true
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 341, characters 6-17:
- 341 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 342, characters 22-33:
- 342 |       (fun s -> match Stream.peek s with
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 344, characters 8-19:
- 344 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 352, characters 6-17:
- 352 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 353, characters 22-33:
- 353 |       (fun s -> match Stream.peek s with
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 355, characters 12-23:
- 355 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1223, characters 50-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1225, characters 4-18:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1238, characters 29-40:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1239, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1241, characters 18-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1242, characters 15-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 366, characters 4-15:
- 366 |     Stream.junk s;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 367, characters 13-25:
- 367 |     let ep = Stream.count s in
-                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1244, characters 41-55:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1246, characters 23-35:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 377, characters 6-17:
- 377 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 380, characters 14-26:
- 380 |       let _ = Stream.empty s in
-                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 381, characters 15-27:
- 381 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1256, characters 25-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1258, characters 33-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1268, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1269, characters 43-57:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1273, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 434, characters 12-24:
- 434 |   let bp2 = Stream.count s in
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1278, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1279, characters 40-54:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1283, characters 16-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1284, characters 25-37:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1289, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1290, characters 44-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 435, characters 8-19:
- 435 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 437, characters 6-17:
- 437 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1296, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 440, characters 16-27:
- 440 |           match Stream.peek s with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1297, characters 40-54:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 442, characters 14-25:
- 442 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1300, characters 44-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 445, characters 13-27:
- 445 |         with Stream.Failure -> raise (Stream.Error "")
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 445, characters 38-50:
- 445 |         with Stream.Failure -> raise (Stream.Error "")
-                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 449, characters 6-17:
- 449 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 451, characters 14-25:
- 451 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 452, characters 22-33:
- 452 |           Some ')' -> Stream.junk s; push_string "*)"; loc
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 454, characters 11-25:
- 454 |       with Stream.Failure -> raise (Stream.Error "")
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 454, characters 36-48:
- 454 |       with Stream.Failure -> raise (Stream.Error "")
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 457, characters 6-17:
- 457 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 462, characters 20-32:
- 462 |     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 462, characters 41-55:
- 462 |     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 464, characters 15-27:
- 464 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1307, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1308, characters 44-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1313, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1314, characters 43-57:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1318, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1324, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1325, characters 40-54:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 468, characters 16-27:
- 468 |           match Stream.peek s with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1329, characters 16-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 470, characters 14-25:
- 470 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1332, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1333, characters 31-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 471, characters 23-35:
- 471 |               let ep = Stream.count s in
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 474, characters 14-25:
- 474 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 476, characters 23-37:
- 476 |           | _ -> raise Stream.Failure
-                              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 483, characters 54-66:
- 483 |   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 "gramlib/grammar.ml", line 1340, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 502, characters 36-48:
- 502 |       match Util.List.skipn (nj+1) (Stream.npeek (nj+n) cs) with
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1346, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1347, characters 40-54:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1350, characters 44-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1356, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1363, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 516, characters 8-19:
- 516 |   match Stream.peek cs with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1368, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1369, characters 41-55:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 527, characters 16-30:
- 527 |     | 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 530, characters 24-38:
- 530 |   if len = 0 then raise Stream.Failure
-                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1374, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 539, characters 17-31:
- 539 |     | _ -> raise Stream.Failure
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1375, characters 18-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1377, characters 18-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1379, characters 33-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1381, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 544, characters 14-25:
- 544 |       let c = Stream.next s in
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1382, characters 30-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 547, characters 10-24:
- 547 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1383, characters 30-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 547, characters 35-47:
- 547 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1390, characters 10-21:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1391, characters 35-46:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1392, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1399, characters 32-40:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1399, characters 51-65:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1421, characters 33-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1422, characters 26-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1424, characters 26-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1431, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1432, characters 27-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1433, characters 50-64:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1435, characters 31-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    engine/namegen.mli
- OCAMLC    engine/termops.mli
- File "gramlib/grammar.ml", line 1442, characters 37-45:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1442, characters 56-70:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    engine/proofview.mli
- File "gramlib/grammar.ml", line 1457, characters 30-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1459, characters 16-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1461, characters 27-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/reductionops.mli
- File "parsing/cLexer.ml", line 549, characters 40-52:
- 549 |       get_buff len, set_loc_pos loc bp (Stream.count s)
-                                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1469, characters 33-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/pretype_errors.mli
- File "gramlib/grammar.ml", line 1470, characters 37-51:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 557, characters 43-54:
- 557 |       let commit1 c = Buffer.add_char b c; Stream.junk s in
-                                                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1471, characters 43-51:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1471, characters 62-76:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1474, characters 9-21:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 560, characters 14-26:
- 560 |         match Stream.npeek lenmarker s with
-                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 569, characters 48-60:
- 569 |               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 573, characters 63-77:
- 573 |               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 578, characters 22-36:
- 578 |         | [] -> raise Stream.Failure
-                             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 581, characters 45-57:
- 581 |       Buffer.contents b, set_loc_pos loc bp (Stream.count s)
-                                                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/inductiveops.mli
- File "gramlib/grammar.ml", line 1519, characters 25-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1520, characters 25-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 588, characters 15-27:
- 588 |       let l' = Stream.npeek (i + 1) s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1536, characters 18-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 598, characters 6-17:
- 598 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1539, characters 16-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/retyping.mli
- File "parsing/cLexer.ml", line 607, characters 15-27:
- 607 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/vnorm.mli
- File "parsing/cLexer.ml", line 615, characters 10-21:
- 615 |     match Stream.peek cs with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 616, characters 30-41:
- 616 |     | 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 617, characters 57-69:
- 617 |     | _ -> 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 "gramlib/grammar.ml", line 1543, characters 43-55:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1543, characters 60-72:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/nativenorm.mli
- File "gramlib/grammar.ml", line 1548, characters 6-20:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1552, characters 6-18:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1551, characters 22-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1557, characters 16-28:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1557, characters 33-45:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 624, characters 11-23:
- 624 |   let ep = Stream.count cs in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/cbv.mli
- File "parsing/cLexer.ml", line 645, characters 50-61:
- 645 | 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.
- OCAMLC    pretyping/evardefine.mli
- File "gramlib/grammar.ml", line 1594, characters 31-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1594, characters 50-64:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 647, characters 6-17:
- 647 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 650, characters 10-24:
- 650 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1602, characters 55-63:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1606, characters 31-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1606, characters 50-64:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/typing.mli
- File "parsing/cLexer.ml", line 650, characters 35-47:
- 650 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 655, characters 17-29:
- 655 |         let ep = Stream.count s in
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/typeclasses_errors.mli
- File "parsing/cLexer.ml", line 664, characters 21-33:
- 664 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/typeclasses.mli
- File "parsing/cLexer.ml", line 672, characters 8-19:
- 672 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/coercionops.mli
- File "parsing/cLexer.ml", line 684, characters 11-23:
- 684 |   let bp = Stream.count s in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 685, characters 8-19:
- 685 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 687, characters 6-17:
- 687 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 688, characters 15-27:
- 688 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/program.mli
- File "parsing/cLexer.ml", line 691, characters 6-17:
- 691 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 694, characters 6-17:
- 694 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 697, characters 10-24:
- 697 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1688, characters 35-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 697, characters 35-47:
- 697 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1688, characters 54-68:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1689, characters 42-50:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1689, characters 61-75:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    proofs/goal.mli
- File "parsing/cLexer.ml", line 705, characters 21-33:
- 705 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 713, characters 6-17:
- 713 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    tactics/btermdn.mli
- File "parsing/cLexer.ml", line 720, characters 6-17:
- 720 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 721, characters 15-27:
- 721 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 725, characters 6-17:
- 725 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 728, characters 10-24:
- 728 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 728, characters 35-47:
- 728 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 734, characters 17-29:
- 734 |         let ep = Stream.count s in
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 738, characters 15-27:
- 738 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 742, characters 6-17:
- 742 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 745, characters 10-24:
- 745 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 745, characters 35-47:
- 745 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 747, characters 15-27:
- 747 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 751, characters 6-17:
- 751 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 753, characters 14-25:
- 753 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 755, characters 12-23:
- 755 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 756, characters 21-33:
- 756 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    tactics/hipattern.mli
- File "parsing/cLexer.ml", line 759, characters 12-23:
- 759 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    tactics/cbn.mli
- OCAMLC    plugins/firstorder/formula.mli
- OCAMLC    plugins/firstorder/unify.mli
- OCAMLC    plugins/extraction/extraction.mli
- File "parsing/cLexer.ml", line 764, characters 11-25:
- 764 |       with Stream.Failure -> raise (Stream.Error "")
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 764, characters 36-48:
- 764 |       with Stream.Failure -> raise (Stream.Error "")
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 767, characters 6-17:
- 767 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 768, characters 15-27:
- 768 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 782, characters 23-35:
- 782 |               let ep = Stream.count s in
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 785, characters 53-64:
- 785 |             let t = process_chars ~diff_mode loc bp (Stream.next s) s in
-                                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 844, characters 4-15:
- 844 |     Stream.from
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    engine/evarutil.mli
- OCAMLC    pretyping/glob_term.ml
- OCAMLC    proofs/tactypes.ml
- OCAMLOPT -a -o lib/lib.cmxa
- OCAMLC    plugins/cc/ccalgo.mli
- OCAMLOPT  plugins/nsatz/ideal.ml
- OCAMLC    engine/ftactic.mli
- OCAMLC    pretyping/find_subterm.mli
- OCAMLC    pretyping/evarsolve.mli
- OCAMLC    proofs/refine.mli
- OCAMLC    proofs/logic.mli
- OCAMLC    proofs/tacmach.mli
- OCAMLC    tactics/ind_tables.mli
- OCAMLC    tactics/abstract.mli
- OCAMLC    tactics/eqdecide.mli
- OCAMLC    vernac/retrieveObl.mli
- OCAMLC    plugins/micromega/coq_micromega.mli
- OCAMLC    plugins/omega/coq_omega.mli
- OCAMLC    plugins/rtauto/refl_tauto.mli
- OCAMLC    plugins/nsatz/nsatz.mli
- OCAMLC    plugins/btauto/refl_btauto.mli
- OCAMLC    user-contrib/Ltac2/tac2core.mli
- OCAMLC    pretyping/recordops.mli
- OCAMLC    proofs/miscprint.mli
- OCAMLC    tactics/tacticals.mli
- OCAMLC    tactics/elim.mli
- OCAMLC    tactics/contradiction.mli
- OCAMLC    tactics/inv.mli
- OCAMLC    plugins/ltac/extratactics.mli
- OCAMLC    plugins/funind/invfun.mli
- OCAMLBEST -o bin/coqdep
- OCAMLBEST -o bin/coq_makefile
- OCAMLBEST -o bin/coqdoc
- OCAMLBEST -o bin/coqworkmgr
- OCAMLC    pretyping/geninterp.mli
- OCAMLC    pretyping/evarconv.mli
- OCAMLC    interp/constrexpr.ml
- OCAMLC    proofs/proof.mli
- OCAMLC    tactics/eqschemes.mli
- OCAMLC    tactics/elimschemes.mli
- OCAMLC    vernac/himsg.mli
- OCAMLC    vernac/auto_ind_decl.mli
- OCAMLC    plugins/cc/ccproof.mli
- OCAMLOPT  plugins/extraction/miniml.ml
- OCAMLC    plugins/funind/indfun_common.mli
- OCAMLOPT  kernel/transparentState.ml
- OCAMLOPT  kernel/univ.ml
- OCAMLOPT  library/libnames.ml
- OCAMLOPT  engine/evar_kinds.ml
- OCAMLOPT  pretyping/locus.ml
- OCAMLOPT -a -o ide/coqide/protocol/ideprotocol.cmxa
- OCAMLOPT  ide/coqide/fake_ide.ml
- OCAMLOPT -a -o ide/coqide/ide_common.cmxa
- OCAMLC    pretyping/ltac_pretype.ml
- OCAMLC    pretyping/coercion.mli
- OCAMLC    interp/notation_term.ml
- OCAMLC    interp/smartlocate.mli
- OCAMLC    interp/constrexpr_ops.mli
- OCAMLC    interp/impargs.mli
- OCAMLC    interp/modintern.mli
- OCAMLC    parsing/pcoq.mli
- OCAMLC    printing/genprint.mli
- OCAMLC    printing/pputils.mli
- OCAMLC    printing/ppconstr.mli
- OCAMLC    vernac/declaremods.mli
- OCAMLC    vernac/declareUniv.mli
- OCAMLC    vernac/comPrimitive.mli
- OCAMLC    vernac/prettyp.mli
- OCAMLC    plugins/ltac/leminv.mli
- OCAMLC    plugins/cc/cctac.mli
- OCAMLC    plugins/funind/glob_term_to_relation.mli
- OCAMLC    plugins/funind/functional_principles_proofs.mli
- OCAMLC    user-contrib/Ltac2/tac2qexpr.mli
- OCAMLOPT  kernel/conv_oracle.ml
- OCAMLOPT  pretyping/locusops.ml
- OCAMLC    proofs/proof_bullet.mli
- OCAMLC    pretyping/glob_ops.mli
- OCAMLC    pretyping/patternops.mli
- OCAMLC    pretyping/constr_matching.mli
- OCAMLC    pretyping/tacred.mli
- OCAMLC    pretyping/detyping.mli
- OCAMLC    pretyping/globEnv.mli
- OCAMLC    interp/genintern.mli
- OCAMLC    interp/notation_ops.mli
- OCAMLC    interp/notation.mli
- OCAMLC    interp/syntax_def.mli
- OCAMLC    interp/reserve.mli
- OCAMLC    proofs/evar_refiner.mli
- OCAMLC    parsing/extend.mli
- OCAMLC    parsing/g_constr.ml
- OCAMLC    parsing/g_prim.ml
- OCAMLC    printing/proof_diffs.mli
- OCAMLC    printing/printer.mli
- OCAMLC    user-contrib/Ltac2/tac2ffi.mli
- OCAMLC    user-contrib/Ltac2/tac2match.mli
- OCAMLC    interp/implicit_quantifiers.mli
- OCAMLC    vernac/declareInd.mli
- OCAMLC    pretyping/cases.mli
- OCAMLC    pretyping/pretyping.mli
- OCAMLC    parsing/ppextend.mli
- OCAMLC    interp/stdarg.mli
- OCAMLC    tactics/genredexpr.ml
- OCAMLC    plugins/ssrmatching/ssrmatching.mli
- OCAMLC    user-contrib/Ltac2/tac2intern.mli
- OCAMLOPT -a -o gramlib/.pack/gramlib.cmxa
- File "parsing/g_constr.mlg", line 46, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    user-contrib/Ltac2/tac2env.mli
- OCAMLC    user-contrib/Ltac2/tac2print.mli
- OCAMLC    interp/dumpglob.mli
- OCAMLC    interp/constrextern.mli
- OCAMLC    parsing/notation_gram.ml
- OCAMLC    vernac/assumptions.mli
- OCAMLC    tactics/redops.mli
- OCAMLC    tactics/redexpr.mli
- OCAMLC    tactics/ppred.mli
- OCAMLC    plugins/ssrmatching/g_ssrmatching.mli
- OCAMLC    pretyping/unification.mli
- OCAMLC    interp/constrintern.mli
- OCAMLC    plugins/funind/glob_termops.mli
- cd kernel/byterun/ && \
- "/home/opam/.opam/4.14/bin/ocamlfind" ocamlmklib -oc coqrun coq_fix_code.o coq_float64.o coq_memory.o coq_values.o coq_interp.o
- OCAMLC    parsing/notgram_ops.mli
- OCAMLC    vernac/egramcoq.mli
- OCAMLC    toplevel/coqcargs.mli
- OCAMLC    user-contrib/Ltac2/tac2interp.mli
- OCAMLC    proofs/clenv.mli
- OCAMLBEST -o bin/votour
- OCAMLC    tactics/tactics.mli
- OCAMLC    tactics/hints.mli
- OCAMLOPT  kernel/uGraph.ml
- OCAMLOPT  kernel/sorts.ml
- OCAMLC    tactics/equality.mli
- OCAMLC    tactics/auto.mli
- OCAMLC    tactics/eauto.mli
- OCAMLC    tactics/class_tactics.mli
- OCAMLC    vernac/vernacexpr.ml
- OCAMLC    plugins/firstorder/sequent.mli
- OCAMLC    tactics/autorewrite.mli
- OCAMLC    plugins/ltac/tacexpr.mli
- OCAMLC    user-contrib/Ltac2/tac2types.mli
- OCAMLOPT  kernel/context.ml
- OCAMLOPT  kernel/vmvalues.ml
- OCAMLC    plugins/firstorder/rules.mli
- OCAMLC    plugins/firstorder/ground.mli
- OCAMLC    vernac/pvernac.mli
- OCAMLC    vernac/vernacprop.mli
- OCAMLC    vernac/locality.mli
- OCAMLC    vernac/egramml.mli
- OCAMLC    vernac/ppvernac.mli
- OCAMLC    vernac/proof_using.mli
- OCAMLC    vernac/metasyntax.mli
- OCAMLC    vernac/comHints.mli
- OCAMLC    vernac/indschemes.mli
- OCAMLC    vernac/search.mli
- OCAMLC    vernac/comSearch.mli
- OCAMLC    vernac/comInductive.mli
- OCAMLC    vernac/record.mli
- OCAMLC    vernac/mltop.mli
- OCAMLC    vernac/topfmt.mli
- OCAMLC    vernac/comArguments.mli
- OCAMLC    plugins/syntax/number.mli
- OCAMLC    user-contrib/Ltac2/tac2extffi.mli
- OCAMLC    user-contrib/Ltac2/tac2tactics.mli
- OCAMLC    vernac/g_vernac.ml
- OCAMLC    vernac/declare.mli
- OCAMLC    vernac/comAssumption.mli
- OCAMLC    toplevel/g_toplevel.ml
- OCAMLC    plugins/firstorder/instances.mli
- OCAMLC    plugins/syntax/int63_syntax.ml
- OCAMLC    plugins/syntax/float_syntax.ml
- OCAMLC    plugins/ltac/tacarg.mli
- OCAMLC    plugins/ltac/tacsubst.mli
- OCAMLC    plugins/ltac/tacenv.mli
- OCAMLC    plugins/ltac/pptactic.mli
- OCAMLC    plugins/ltac/pltac.mli
- OCAMLC    plugins/ltac/taccoerce.mli
- OCAMLC    plugins/ltac/tactic_debug.mli
- OCAMLC    plugins/ltac/tacintern.mli
- OCAMLC    plugins/ltac/profile_ltac.mli
- OCAMLC    plugins/ltac/tactic_matching.mli
- OCAMLC    plugins/ltac/tactic_option.mli
- File "toplevel/g_toplevel.mlg", line 34, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/syntax/string_notation.mli
- OCAMLC    plugins/ltac/tacexpr.ml
- OCAMLC    vernac/vernacextend.mli
- OCAMLC    vernac/recLemmas.mli
- OCAMLC    vernac/comCoercion.mli
- OCAMLC    vernac/comDefinition.mli
- OCAMLC    vernac/classes.mli
- OCAMLC    vernac/comFixpoint.mli
- OCAMLC    vernac/comProgramFixpoint.mli
- OCAMLC    vernac/vernacstate.mli
- OCAMLC    vernac/comTactic.mli
- OCAMLC    plugins/ltac/tacarg.ml
- OCAMLC    plugins/ltac/tacsubst.ml
- OCAMLC    plugins/ltac/tacenv.ml
- OCAMLC    plugins/ltac/pltac.ml
- OCAMLC    plugins/ltac/tactic_matching.ml
- OCAMLC    plugins/ltac/leminv.ml
- OCAMLC    plugins/extraction/extract_env.mli
- OCAMLC    plugins/funind/recdef.mli
- OCAMLC    plugins/funind/gen_principle.mli
- OCAMLC    plugins/derive/derive.mli
- OCAMLC    user-contrib/Ltac2/tac2entries.mli
- OCAMLOPT  kernel/constr.ml
- OCAMLOPT  engine/nameops.ml
- OCAMLC    plugins/ltac/pptactic.ml
- OCAMLC    plugins/ltac/taccoerce.ml
- OCAMLC    plugins/ltac/tactic_debug.ml
- OCAMLC    plugins/ltac/tacintern.ml
- OCAMLC    plugins/ltac/tacinterp.mli
- OCAMLC    plugins/ltac/tacentries.mli
- OCAMLC    plugins/syntax/g_number_string.ml
- OCAMLC    vernac/vernacentries.mli
- OCAMLC    vernac/vernacinterp.mli
- OCAMLC    stm/vernac_classifier.mli
- OCAMLC    stm/stm.mli
- OCAMLC    plugins/derive/g_derive.ml
- OCAMLC    stm/proofBlockDelimiter.mli
- OCAMLC    toplevel/vernac.mli
- OCAMLC    toplevel/coqargs.mli
- OCAMLC    plugins/ltac/evar_tactics.mli
- OCAMLC    plugins/ltac/extraargs.mli
- OCAMLC    plugins/ltac/profile_ltac_tactics.ml
- OCAMLC    plugins/ltac/g_auto.ml
- OCAMLC    plugins/ltac/g_class.ml
- OCAMLC    plugins/ltac/rewrite.mli
- OCAMLC    plugins/ltac/g_eqdecide.ml
- OCAMLC    plugins/ltac/profile_ltac.ml
- OCAMLC    plugins/ltac/tacinterp.ml
- OCAMLC    plugins/ltac/tacentries.ml
- OCAMLC    plugins/ltac/tactic_option.ml
- OCAMLC    toplevel/coqinit.mli
- OCAMLC    toplevel/coqloop.mli
- OCAMLC    toplevel/ccompile.mli
- OCAMLC    toplevel/coqtop.mli
- OCAMLC    plugins/ltac/evar_tactics.ml
- OCAMLC    plugins/ltac/g_obligations.ml
- OCAMLC    plugins/ltac/coretactics.ml
- OCAMLC    plugins/ltac/g_tactic.ml
- OCAMLC    plugins/ltac/extraargs.ml
- OCAMLC    plugins/ltac/extratactics.ml
- OCAMLC    plugins/ltac/g_rewrite.ml
- OCAMLC    plugins/ltac/rewrite.ml
- File "plugins/ltac/g_tactic.mlg", line 33, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ltac/g_tactic.mlg", line 65, characters 25-37:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ltac/g_tactic.mlg", line 71, characters 25-37:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ltac/g_tactic.mlg", line 76, characters 25-37:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/g_proofs.ml
- OCAMLOPT  kernel/vars.ml
- OCAMLOPT  kernel/cPrimitives.ml
- OCAMLOPT  kernel/nativevalues.ml
- OCAMLOPT  engine/univSubst.ml
- OCAMLOPT  pretyping/pattern.ml
- OCAMLC    plugins/ltac/g_ltac.ml
- OCAMLOPT  kernel/retroknowledge.ml
- OCAMLOPT  kernel/vmbytecodes.ml
- OCAMLOPT  engine/univProblem.ml
- OCAMLOPT  kernel/term.ml
- OCAMLOPT  kernel/mod_subst.ml
- OCAMLC -pack -o plugins/ltac/ltac_plugin.cmo
- OCAMLOPT  kernel/vmemitcodes.ml
- OCAMLOPT  kernel/opaqueproof.ml
- OCAMLOPT  library/globnames.ml
- OCAMLOPT  library/libobject.ml
- OCAMLOPT  library/nametab.ml
- OCAMLOPT  kernel/declarations.ml
- OCAMLOPT  kernel/entries.ml
- OCAMLOPT  kernel/cooking.ml
- OCAMLOPT  engine/univNames.ml
- OCAMLOPT  kernel/declareops.ml
- OCAMLC    plugins/cc/g_congruence.ml
- OCAMLC    plugins/firstorder/g_ground.ml
- OCAMLC    plugins/ssrmatching/ssrmatching.ml
- OCAMLC    plugins/ssrmatching/g_ssrmatching.ml
- OCAMLC    plugins/ring/ring_ast.mli
- OCAMLC    plugins/micromega/zify.mli
- OCAMLC    plugins/omega/g_omega.ml
- OCAMLC    plugins/rtauto/g_rtauto.ml
- OCAMLC    plugins/nsatz/g_nsatz.ml
- OCAMLC    plugins/extraction/g_extraction.ml
- OCAMLC    plugins/funind/indfun.mli
- OCAMLC    plugins/btauto/g_btauto.ml
- OCAMLC    user-contrib/Ltac2/tac2quote.mli
- OCAMLC    plugins/micromega/g_zify.ml
- OCAMLC    plugins/ring/ring.mli
- OCAMLC    plugins/funind/g_indfun.ml
- OCAMLC    user-contrib/Ltac2/g_ltac2.ml
- OCAMLC    plugins/ring/g_ring.ml
- OCAMLOPT  kernel/environ.ml
- OCAMLOPT  kernel/primred.ml
- OCAMLOPT  kernel/section.ml
- OCAMLC -pack -o plugins/ssrmatching/ssrmatching_plugin.cmo
- OCAMLOPT  checker/checkFlags.ml
- OCAMLOPT  checker/check_stat.ml
- OCAMLC    plugins/ssr/ssrast.mli
- OCAMLC    plugins/ssr/ssrprinters.mli
- OCAMLC    plugins/ssr/ssrcommon.mli
- OCAMLC    plugins/ssr/ssrtacticals.mli
- OCAMLC    plugins/ssr/ssrelim.mli
- OCAMLC    plugins/ssr/ssrview.mli
- OCAMLC    plugins/ssr/ssrbwd.mli
- OCAMLC    plugins/ssr/ssrequality.mli
- OCAMLC    plugins/ssr/ssripats.mli
- OCAMLOPT  kernel/cClosure.ml
- OCAMLC    plugins/ssr/ssrprinters.ml
- OCAMLC    plugins/ssr/ssrfwd.mli
- OCAMLC    plugins/ssr/ssrparser.mli
- OCAMLC    plugins/ssr/ssrcommon.ml
- OCAMLC    plugins/ssr/ssrtacticals.ml
- OCAMLC    plugins/ssr/ssrelim.ml
- OCAMLC    plugins/ssr/ssrview.ml
- OCAMLC    plugins/ssr/ssrbwd.ml
- OCAMLC    plugins/ssr/ssrequality.ml
- OCAMLC    plugins/ssr/ssripats.ml
- OCAMLC    plugins/ssr/ssrvernac.ml
- OCAMLC    plugins/ssr/ssrfwd.ml
- OCAMLC    plugins/ssr/ssrparser.ml
- File "plugins/ssr/ssrview.ml", line 404, characters 30-47:
- 404 | let tclIPAT_VIEWS ~views:vs ?(clear_if_id=false) ~conclusion =
-                                     ^^^^^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "plugins/ssr/ssrparser.mlg", line 229, characters 28-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 231, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 238, characters 24-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 240, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 242, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 249, characters 24-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 251, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 252, characters 15-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 260, characters 35-49:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 263, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 467, characters 8-20:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 810, characters 33-47:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 819, characters 9-23:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 824, characters 12-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 825, characters 55-69:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 826, characters 45-59:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  kernel/relevanceops.ml
- OCAMLOPT  kernel/reduction.ml
- File "plugins/ssr/ssrparser.mlg", line 2372, characters 37-51:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 2376, characters 17-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  kernel/vmlambda.ml
- OCAMLOPT  kernel/nativelambda.ml
- OCAMLOPT  kernel/type_errors.ml
- OCAMLOPT  pretyping/heads.ml
- OCAMLOPT  checker/checkTypes.ml
- OCAMLC -pack -o plugins/ssr/ssreflect_plugin.cmo
- OCAMLOPT  kernel/inductive.ml
- OCAMLOPT  kernel/inferCumulativity.ml
- OCAMLC    plugins/ssrsearch/g_search.ml
- OCAMLOPT  kernel/nativecode.ml
- OCAMLOPT  kernel/vmbytegen.ml
- OCAMLOPT  kernel/vmsymtable.ml
- OCAMLOPT  kernel/modops.ml
- OCAMLOPT  kernel/vm.ml
- OCAMLOPT  kernel/vconv.ml
- OCAMLOPT  kernel/subtyping.ml
- OCAMLOPT  kernel/nativelib.ml
- OCAMLOPT  kernel/nativelibrary.ml
- OCAMLOPT  kernel/nativeconv.ml
- OCAMLOPT  kernel/typeops.ml
- OCAMLOPT  kernel/indTyping.ml
- OCAMLOPT  kernel/term_typing.ml
- OCAMLOPT  kernel/mod_typing.ml
- OCAMLOPT  kernel/indtypes.ml
- OCAMLOPT  kernel/safe_typing.ml
- OCAMLOPT  checker/checkInductive.ml
- OCAMLOPT  checker/mod_checking.ml
- OCAMLOPT -a -o kernel/kernel.cmxa
- OCAMLOPT  library/global.ml
- OCAMLOPT  checker/safe_checking.ml
- OCAMLOPT  checker/check.ml
- OCAMLOPT  library/lib.ml
- OCAMLOPT  engine/univGen.ml
- OCAMLOPT  tactics/declareUctx.ml
- File "checker/check.ml", line 60, characters 2-38:
- 60 |   library_opaques : seg_proofs option;
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field library_opaques is never read.
- (However, this field is used to build or mutate values.)
- File "checker/check.ml", line 277, characters 2-31:
- 277 |   md_objects : library_objects;
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: unused record field md_objects.
- OCAMLOPT  stm/asyncTaskQueue.ml
- OCAMLOPT  checker/checker.ml
- File "checker/checker.ml", line 228, characters 4-18:
- 228 |   | Stream.Failure ->
-           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "checker/checker.ml", line 230, characters 4-16:
- 230 |   | Stream.Error txt ->
-           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "stm/asyncTaskQueue.ml", line 268, characters 4-30:
- 268 |     cleaner : Thread.t option;
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field cleaner is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  library/goptions.ml
- OCAMLOPT  library/coqlib.ml
- OCAMLOPT  pretyping/keys.ml
- OCAMLOPT  interp/decls.ml
- OCAMLOPT  tactics/declareScheme.ml
- OCAMLOPT -a -o checker/check.cmxa
- OCAMLOPT -o bin/coqchk
- OCAMLOPT -a -o library/library.cmxa
- OCAMLOPT  engine/univMinim.ml
- OCAMLOPT  proofs/goal_select.ml
- OCAMLOPT  vernac/attributes.ml
- OCAMLOPT  plugins/micromega/certificate.ml
- OCAMLOPT  plugins/rtauto/proof_search.ml
- File "plugins/micromega/certificate.ml", lines 43-44, characters 4-3:
- 43 | ....bigint_to_number : Z.t -> 'a
- 44 |   ;..........................
- Warning 69 [unused-field]: record field bigint_to_number is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  engine/uState.ml
- OCAMLOPT  engine/univops.ml
- OCAMLOPT  engine/evd.ml
- OCAMLOPT  engine/eConstr.ml
- OCAMLOPT  engine/proofview_monad.ml
- OCAMLOPT  engine/namegen.ml
- OCAMLOPT  pretyping/typeclasses_errors.ml
- OCAMLOPT  engine/termops.ml
- OCAMLOPT  pretyping/glob_term.ml
- OCAMLOPT  proofs/tactypes.ml
- OCAMLOPT  proofs/miscprint.ml
- OCAMLOPT  interp/constrexpr.ml
- OCAMLOPT  interp/notation_term.ml
- OCAMLOPT  parsing/extend.ml
- OCAMLOPT  engine/evarutil.ml
- OCAMLOPT  pretyping/typeclasses.ml
- OCAMLOPT  tactics/term_dnet.ml
- File "engine/evarutil.ml", line 131, characters 10-18:
- 131 |   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 132, characters 19-29:
- 132 |   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 132, characters 33-43:
- 132 |   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 133, characters 60-70:
- 133 |   | 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 134, characters 26-36:
- 134 |   | _ -> 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 134, characters 42-52:
- 134 |   | _ -> 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 134, characters 58-68:
- 134 |   | _ -> 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
- OCAMLOPT  interp/dumpglob.ml
- OCAMLOPT  engine/proofview.ml
- OCAMLOPT  pretyping/reductionops.ml
- OCAMLOPT  pretyping/program.ml
- OCAMLOPT  engine/ftactic.ml
- OCAMLOPT  tactics/ind_tables.ml
- OCAMLOPT -a -o engine/engine.cmxa
- OCAMLOPT  pretyping/geninterp.ml
- OCAMLOPT  pretyping/pretype_errors.ml
- OCAMLOPT  pretyping/inductiveops.ml
- OCAMLOPT  pretyping/cbv.ml
- OCAMLOPT  pretyping/recordops.ml
- OCAMLOPT  tactics/cbn.ml
- OCAMLOPT  plugins/firstorder/unify.ml
- OCAMLOPT  pretyping/ltac_pretype.ml
- OCAMLOPT  interp/stdarg.ml
- OCAMLOPT  printing/genprint.ml
- OCAMLOPT  user-contrib/Ltac2/tac2ffi.ml
- OCAMLOPT  pretyping/find_subterm.ml
- OCAMLOPT  pretyping/evardefine.ml
- OCAMLOPT  proofs/goal.ml
- OCAMLOPT  vernac/retrieveObl.ml
- OCAMLOPT  parsing/pcoq.ml
- OCAMLOPT  printing/pputils.ml
- File "user-contrib/Ltac2/tac2ffi.ml", line 80, characters 2-14:
- 80 |   r_id : bool;
-        ^^^^^^^^^^^^
- Warning 69 [unused-field]: record field r_id is never read.
- (However, this field is used to build or mutate values.)
- 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 24, characters 61-69:
- 24 |   type t = Gramlib.Plexing.location_function -> int -> Tok.t Stream.t -> int option
-                                                                   ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/pcoq.ml", line 33, characters 12-24:
- 33 |     let n = Stream.count strm in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  vernac/canonical.ml
- File "parsing/pcoq.ml", line 202, characters 13-29:
- 202 |   let strm = Stream.of_string x in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  user-contrib/Ltac2/tac2extffi.ml
- OCAMLOPT  pretyping/arguments_renaming.ml
- OCAMLOPT  pretyping/nativenorm.ml
- OCAMLOPT  pretyping/glob_ops.ml
- OCAMLOPT  parsing/g_prim.ml
- OCAMLOPT  pretyping/retyping.ml
- OCAMLOPT  interp/impargs.ml
- OCAMLOPT  pretyping/vnorm.ml
- OCAMLOPT  pretyping/evarsolve.ml
- OCAMLOPT  pretyping/indrec.ml
- OCAMLOPT  pretyping/globEnv.ml
- OCAMLOPT  pretyping/patternops.ml
- OCAMLOPT  tactics/eqschemes.ml
- OCAMLOPT  tactics/elimschemes.ml
- OCAMLOPT  pretyping/constr_matching.ml
- OCAMLOPT  tactics/btermdn.ml
- OCAMLOPT  pretyping/evarconv.ml
- OCAMLOPT  pretyping/detyping.ml
- OCAMLOPT  tactics/hipattern.ml
- OCAMLOPT  user-contrib/Ltac2/tac2match.ml
- OCAMLOPT  plugins/firstorder/formula.ml
- OCAMLOPT  interp/genintern.ml
- OCAMLOPT  interp/notation_ops.ml
- OCAMLOPT  tactics/genredexpr.ml
- OCAMLOPT  user-contrib/Ltac2/tac2env.ml
- OCAMLOPT  tactics/redops.ml
- OCAMLOPT  tactics/ppred.ml
- OCAMLOPT  pretyping/typing.ml
- OCAMLOPT  user-contrib/Ltac2/tac2interp.ml
- OCAMLOPT  pretyping/tacred.ml
- OCAMLOPT  proofs/refine.ml
- OCAMLOPT  interp/reserve.ml
- OCAMLOPT  pretyping/coercionops.ml
- OCAMLOPT  proofs/logic.ml
- OCAMLOPT  tactics/redexpr.ml
- OCAMLOPT  pretyping/coercion.ml
- OCAMLOPT  interp/notation.ml
- OCAMLOPT  proofs/tacmach.ml
- OCAMLOPT  tactics/tacticals.ml
- OCAMLOPT  pretyping/cases.ml
- OCAMLOPT  interp/syntax_def.ml
- OCAMLOPT  parsing/notation_gram.ml
- OCAMLOPT  parsing/notgram_ops.ml
- OCAMLOPT  parsing/ppextend.ml
- OCAMLOPT  vernac/egramcoq.ml
- OCAMLOPT  interp/smartlocate.ml
- OCAMLOPT  interp/constrexpr_ops.ml
- File "interp/constrexpr_ops.ml", line 569, characters 24-36:
- 569 |         Loc.raise ?loc (Stream.Error "pattern with quote not allowed after fix")
-                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  pretyping/pretyping.ml
- OCAMLOPT  interp/implicit_quantifiers.ml
- OCAMLOPT  parsing/g_constr.ml
- OCAMLOPT  user-contrib/Ltac2/tac2quote.ml
- File "parsing/g_constr.mlg", line 46, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  pretyping/unification.ml
- OCAMLOPT  interp/constrintern.ml
- OCAMLOPT  proofs/evar_refiner.ml
- OCAMLOPT -a -o parsing/parsing.cmxa
- OCAMLOPT  proofs/proof.ml
- File "interp/constrintern.ml", line 580, characters 22-34:
- 580 |       Loc.raise ?loc (Stream.Error "pattern with quote not allowed here")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  proofs/proof_bullet.ml
- OCAMLOPT -a -o pretyping/pretyping.cmxa
- OCAMLOPT  proofs/clenv.ml
- OCAMLOPT  interp/modintern.ml
- OCAMLOPT  interp/constrextern.ml
- OCAMLOPT  vernac/declareUniv.ml
- OCAMLOPT -a -o proofs/proofs.cmxa
- File "interp/constrextern.ml", line 198, characters 30-35:
- 198 | let toggle_notation_printing ?scope ~notation ~activate =
-                                     ^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- OCAMLOPT  vernac/declaremods.ml
- OCAMLOPT  vernac/library.ml
- OCAMLOPT -a -o interp/interp.cmxa
- OCAMLOPT  printing/ppconstr.ml
- OCAMLOPT  printing/proof_diffs.ml
- File "printing/proof_diffs.ml", line 94, characters 12-23:
- 94 |     let e = Stream.next str in
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- 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.
- File "printing/proof_diffs.ml", line 218, characters 25-38:
- 218 | type 'a reified_goal = { name: string; ty: 'a; hyps: 'a hyp list; env : Environ.env; sigma: Evd.evar_map }
-                                ^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field name is never read.
- (However, this field is used to build or mutate values.)
- File "printing/proof_diffs.ml", line 218, characters 85-104:
- 218 | type 'a reified_goal = { name: string; ty: 'a; hyps: 'a hyp list; env : Environ.env; sigma: Evd.evar_map }
-                                                                                            ^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field sigma is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  printing/printer.ml
- OCAMLOPT -a -o printing/printing.cmxa
- OCAMLOPT  tactics/tactics.ml
- OCAMLOPT  tactics/hints.ml
- OCAMLOPT  vernac/himsg.ml
- OCAMLOPT  vernac/assumptions.ml
- OCAMLOPT  plugins/syntax/number.ml
- OCAMLOPT  plugins/cc/ccalgo.ml
- OCAMLOPT  plugins/extraction/table.ml
- OCAMLOPT  user-contrib/Ltac2/tac2print.ml
- File "vernac/himsg.ml", line 1394, characters 4-16:
- 1394 |   | Stream.Error txt -> hov 0 (str "Syntax error: " ++ str txt ++ str ".")
-            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  plugins/syntax/string_notation.ml
- OCAMLOPT  plugins/extraction/mlutil.ml
- OCAMLOPT  plugins/cc/ccproof.ml
- File "plugins/extraction/mlutil.ml", line 220, characters 16-30:
- 220 |   let push_type {env=e;free=f} t =
-                       ^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "plugins/extraction/mlutil.ml", line 225, characters 20-34:
- 225 |   let push_std_type {env=e;free=f} t =
-                           ^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- OCAMLOPT  vernac/vernacexpr.ml
- OCAMLOPT  plugins/firstorder/sequent.ml
- OCAMLOPT  vernac/pvernac.ml
- OCAMLOPT  vernac/vernacprop.ml
- OCAMLOPT  vernac/locality.ml
- OCAMLOPT  vernac/mltop.ml
- OCAMLOPT  vernac/comArguments.ml
- OCAMLOPT  vernac/g_vernac.ml
- OCAMLOPT  vernac/egramml.ml
- OCAMLOPT  toplevel/g_toplevel.ml
- OCAMLOPT  plugins/extraction/modutil.ml
- OCAMLOPT  plugins/extraction/extraction.ml
- OCAMLOPT  plugins/extraction/common.ml
- OCAMLOPT  vernac/loadpath.ml
- OCAMLOPT  plugins/syntax/int63_syntax.ml
- OCAMLOPT  plugins/syntax/float_syntax.ml
- File "toplevel/g_toplevel.mlg", line 34, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT -pack -o plugins/syntax/int63_syntax_plugin.cmx
- OCAMLOPT  vernac/ppvernac.ml
- OCAMLOPT -pack -o plugins/syntax/float_syntax_plugin.cmx
- OCAMLOPT -shared -o plugins/syntax/int63_syntax_plugin.cmxs
- OCAMLOPT -shared -o plugins/syntax/float_syntax_plugin.cmxs
- OCAMLOPT  plugins/extraction/ocaml.ml
- OCAMLOPT  plugins/extraction/haskell.ml
- OCAMLOPT  plugins/extraction/scheme.ml
- OCAMLOPT  plugins/extraction/json.ml
- OCAMLOPT  vernac/metasyntax.ml
- OCAMLOPT  vernac/topfmt.ml
- OCAMLOPT  toplevel/coqcargs.ml
- OCAMLOPT  tactics/abstract.ml
- OCAMLOPT  tactics/elim.ml
- OCAMLOPT  tactics/equality.ml
- OCAMLOPT  tactics/contradiction.ml
- OCAMLOPT  tactics/auto.ml
- OCAMLOPT  plugins/firstorder/rules.ml
- OCAMLOPT  plugins/micromega/coq_micromega.ml
- OCAMLOPT  plugins/nsatz/nsatz.ml
- OCAMLOPT  plugins/btauto/refl_btauto.ml
- File "tactics/elim.ml", line 25, characters 2-19:
- 25 |   branchnum  : int;         (* the branch number *)
-        ^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field branchnum is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  plugins/firstorder/instances.ml
- OCAMLOPT  tactics/eauto.ml
- File "plugins/micromega/coq_micromega.ml", lines 1484-1485, characters 4-3:
- 1484 | ....name : string
- 1485 |   ;.........................
- Warning 69 [unused-field]: record field name is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/coq_micromega.ml", line 1496, characters 4-36:
- 1496 |     pp_f : out_channel -> 'a -> unit
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field pp_f is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  vernac/g_proofs.ml
- OCAMLOPT  vernac/proof_using.ml
- File "vernac/proof_using.ml", line 171, characters 94-110:
- 171 | 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.
- OCAMLOPT  vernac/declare.ml
- OCAMLOPT  tactics/class_tactics.ml
- OCAMLOPT  tactics/inv.ml
- OCAMLOPT  tactics/eqdecide.ml
- OCAMLOPT  tactics/autorewrite.ml
- OCAMLOPT  plugins/cc/cctac.ml
- OCAMLOPT  plugins/omega/coq_omega.ml
- File "tactics/class_tactics.ml", line 512, characters 6-29:
- 512 |       last_tac : Pp.t Lazy.t;
-             ^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field last_tac is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  plugins/ltac/tacexpr.ml
- OCAMLOPT -a -o tactics/tactics.cmxa
- OCAMLOPT  plugins/ltac/tacarg.ml
- OCAMLOPT  plugins/ltac/tactic_matching.ml
- OCAMLOPT  plugins/ltac/tacsubst.ml
- OCAMLOPT  plugins/ltac/pltac.ml
- OCAMLOPT  vernac/vernacextend.ml
- OCAMLOPT  vernac/comHints.ml
- OCAMLOPT  vernac/recLemmas.ml
- OCAMLOPT  vernac/comCoercion.ml
- OCAMLOPT  vernac/auto_ind_decl.ml
- OCAMLOPT  vernac/comDefinition.ml
- OCAMLOPT  vernac/classes.ml
- OCAMLOPT  vernac/comPrimitive.ml
- OCAMLOPT  vernac/comFixpoint.ml
- OCAMLOPT  vernac/vernacstate.ml
- OCAMLOPT  plugins/ltac/leminv.ml
- OCAMLOPT  plugins/extraction/extract_env.ml
- OCAMLOPT  plugins/derive/derive.ml
- File "vernac/comCoercion.ml", line 265, characters 28-41:
- 265 | let declare_coercion coef ?(local = false) ~isid ~src:cls ~target:clt ~params:ps =
-                                   ^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- OCAMLOPT  plugins/ltac/tacenv.ml
- OCAMLOPT  plugins/syntax/g_number_string.ml
- OCAMLOPT  plugins/derive/g_derive.ml
- OCAMLOPT  vernac/printmod.ml
- OCAMLOPT  plugins/funind/indfun_common.ml
- OCAMLOPT -pack -o plugins/derive/derive_plugin.cmx
- OCAMLOPT  plugins/ltac/pptactic.ml
- OCAMLOPT  vernac/comProgramFixpoint.ml
- OCAMLOPT -shared -o plugins/derive/derive_plugin.cmxs
- OCAMLOPT -pack -o plugins/syntax/number_string_notation_plugin.cmx
- OCAMLOPT -shared -o plugins/syntax/number_string_notation_plugin.cmxs
- OCAMLOPT  vernac/comAssumption.ml
- OCAMLOPT  plugins/funind/glob_termops.ml
- OCAMLOPT  plugins/funind/functional_principles_types.ml
- OCAMLOPT  plugins/funind/invfun.ml
- OCAMLOPT  plugins/funind/indfun.ml
- OCAMLOPT  vernac/indschemes.ml
- OCAMLOPT  vernac/declareInd.ml
- OCAMLOPT  vernac/search.ml
- OCAMLOPT  vernac/comInductive.ml
- OCAMLOPT  vernac/prettyp.ml
- OCAMLOPT  plugins/ltac/taccoerce.ml
- OCAMLOPT  plugins/ltac/tactic_debug.ml
- OCAMLOPT  plugins/ltac/tacintern.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.
- OCAMLOPT  vernac/comSearch.ml
- OCAMLOPT  vernac/record.ml
- OCAMLOPT  plugins/funind/glob_term_to_relation.ml
- File "vernac/record.ml", line 119, characters 20-32:
- 119 |     Loc.raise ?loc (Stream.Error "pattern with quote not allowed in record parameters")
-                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  vernac/vernacentries.ml
- File "vernac/vernacentries.ml", line 58, characters 4-38:
- 58 |     deprecated : Deprecation.t option;
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field deprecated is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  vernac/comTactic.ml
- OCAMLOPT  vernac/vernacinterp.ml
- File "vernac/vernacinterp.ml", line 187, characters 66-83:
- 187 |     Pcoq.Parsable.make ~loc:(Loc.initial (Loc.InFile longfname)) (Stream.of_channel in_chan) in
-                                                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  stm/partac.ml
- OCAMLOPT -a -o vernac/vernac.cmxa
- OCAMLOPT  stm/vernac_classifier.ml
- OCAMLOPT  stm/stm.ml
- File "stm/stm.ml", line 1736, characters 24-27:
- 1736 |   let build_proof ~doc ?loc ~drop_pt ~exn_info ~block_start ~block_stop ~name:pname =
-                                ^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "stm/stm.ml", line 210, characters 2-49:
- 210 |   mutable proof_mode : Pvernac.proof_mode option;
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field proof_mode is never mutated.
- OCAMLOPT  stm/proofBlockDelimiter.ml
- OCAMLOPT  stm/vio_checking.ml
- OCAMLOPT  toplevel/vernac.ml
- OCAMLOPT  plugins/ltac/profile_ltac.ml
- File "toplevel/vernac.ml", line 92, characters 7-24:
- 92 |       (Stream.of_channel in_chan) in
-             ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  toplevel/coqinit.ml
- OCAMLOPT -a -o stm/stm.cmxa
- OCAMLOPT  toplevel/coqargs.ml
- OCAMLOPT  plugins/ltac/tacinterp.ml
- OCAMLOPT  toplevel/coqloop.ml
- OCAMLOPT  toplevel/ccompile.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.
- File "toplevel/coqloop.ml", line 245, characters 29-40:
- 245 |   let rec dot tok st = match Stream.next st with
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  toplevel/coqtop.ml
- OCAMLOPT  toplevel/workerLoop.ml
- OCAMLOPT  toplevel/coqc.ml
- OCAMLOPT -a -o toplevel/toplevel.cmxa
- COQMKTOP -o bin/coqc.opt
- COQMKTOP -o bin/coqtop.opt
- COQMKTOP -o bin/coqproofworker.opt
- COQMKTOP -o bin/coqtacticworker.opt
- COQMKTOP -o bin/coqqueryworker.opt
- COQMKTOP -o bin/coqidetop.opt
- File "ide/coqide/idetop.ml", line 94, characters 31-47:
- 94 |   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 130, characters 31-47:
- 130 |   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 136, characters 31-47:
- 136 |   let pa = Pcoq.Parsable.make (Stream.of_string phrase) in
-                                      ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  plugins/ltac/tacentries.ml
- OCAMLOPT  plugins/ltac/evar_tactics.ml
- OCAMLOPT  plugins/ltac/tactic_option.ml
- OCAMLOPT  plugins/ltac/rewrite.ml
- OCAMLOPT  plugins/ltac/extraargs.ml
- OCAMLOPT  plugins/ltac/profile_ltac_tactics.ml
- OCAMLOPT  plugins/ltac/g_auto.ml
- OCAMLOPT  plugins/ltac/g_class.ml
- OCAMLOPT  plugins/ltac/g_eqdecide.ml
- OCAMLOPT  plugins/ltac/g_ltac.ml
- OCAMLOPT  plugins/ltac/g_obligations.ml
- OCAMLOPT  plugins/ltac/coretactics.ml
- OCAMLOPT  plugins/ltac/extratactics.ml
- OCAMLOPT  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.
- File "plugins/ltac/g_tactic.mlg", line 65, characters 25-37:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ltac/g_tactic.mlg", line 71, characters 25-37:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ltac/g_tactic.mlg", line 76, characters 25-37:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  plugins/ltac/g_rewrite.ml
- rm -f bin/coqc && cp bin/coqc.opt bin/coqc
- rm -f bin/coqtop && cp bin/coqtop.opt bin/coqtop
- COQC -noinit theories/Init/Notations.v
- OCAMLOPT -pack -o plugins/ltac/ltac_plugin.cmx
- rm -f bin/coqidetop && cp bin/coqidetop.opt bin/coqidetop
- OCAMLOPT -shared -o plugins/ltac/ltac_plugin.cmxs
- OCAMLOPT  plugins/ltac/tauto.ml
- OCAMLOPT  plugins/cc/g_congruence.ml
- OCAMLOPT  plugins/firstorder/ground.ml
- OCAMLOPT  plugins/ssrmatching/ssrmatching.ml
- OCAMLOPT  plugins/ring/ring_ast.ml
- OCAMLOPT  plugins/micromega/zify.ml
- OCAMLOPT  plugins/micromega/g_micromega.ml
- OCAMLOPT  plugins/omega/g_omega.ml
- OCAMLOPT  plugins/rtauto/refl_tauto.ml
- OCAMLOPT  plugins/nsatz/g_nsatz.ml
- OCAMLOPT  plugins/extraction/g_extraction.ml
- OCAMLOPT  plugins/btauto/g_btauto.ml
- OCAMLOPT  user-contrib/Ltac2/tac2intern.ml
- OCAMLBEST -o bin/fake_ide
- OCAMLOPT -pack -o plugins/omega/omega_plugin.cmx
- OCAMLOPT -pack -o plugins/cc/cc_plugin.cmx
- OCAMLOPT  plugins/ring/ring.ml
- OCAMLOPT -pack -o plugins/btauto/btauto_plugin.cmx
- OCAMLOPT -pack -o plugins/micromega/micromega_plugin.cmx
- OCAMLOPT -pack -o plugins/nsatz/nsatz_plugin.cmx
- OCAMLOPT  plugins/firstorder/g_ground.ml
- OCAMLOPT -shared -o plugins/btauto/btauto_plugin.cmxs
- OCAMLOPT -shared -o plugins/cc/cc_plugin.cmxs
- OCAMLOPT -shared -o plugins/omega/omega_plugin.cmxs
- OCAMLOPT -pack -o plugins/ltac/tauto_plugin.cmx
- COQC -noinit theories/Init/Ltac.v
- OCAMLOPT -shared -o plugins/nsatz/nsatz_plugin.cmxs
- OCAMLOPT -pack -o plugins/extraction/extraction_plugin.cmx
- OCAMLOPT  plugins/rtauto/g_rtauto.ml
- OCAMLOPT -shared -o plugins/micromega/micromega_plugin.cmxs
- OCAMLOPT -shared -o plugins/ltac/tauto_plugin.cmxs
- File "plugins/micromega/zify.ml", lines 135-136, characters 6-5:
- 135 | ......pred : EConstr.t
- 136 |     ;................
- Warning 69 [unused-field]: record field pred is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", lines 263-264, characters 6-5:
- 263 | ......source : EConstr.t
- 264 |     ;...................
- Warning 69 [unused-field]: record field source is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", lines 264-265, characters 6-5:
- 264 | ......target : EConstr.t
- 265 |     ;..............
- Warning 69 [unused-field]: record field target is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", lines 265-266, characters 6-5:
- 265 | ......inj : EInjT.t
- 266 |     ;................
- Warning 69 [unused-field]: record field inj is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", line 298, characters 12-27:
- 298 |   type t = {op : EConstr.t; op_iff : EConstr.t}
-                   ^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field op is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", line 298, characters 28-46:
- 298 |   type t = {op : EConstr.t; op_iff : EConstr.t}
-                                   ^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field op_iff is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", line 302, characters 12-27:
- 302 |   type t = {op : EConstr.t; op_iff : EConstr.t}
-                   ^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field op is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", line 302, characters 28-46:
- 302 |   type t = {op : EConstr.t; op_iff : EConstr.t}
-                                   ^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field op_iff is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", line 1010, characters 19-28:
- 1010 | type 'op propop = {op : 'op; op_constr : EConstr.t; op_iff : EConstr.t}
-                           ^^^^^^^^^
- Warning 69 [unused-field]: record field op is never read.
- (However, this field is used to build or mutate values.)
- COQC -noinit theories/Init/Logic.v
- OCAMLOPT -pack -o plugins/rtauto/rtauto_plugin.cmx
- OCAMLOPT -shared -o plugins/extraction/extraction_plugin.cmxs
- OCAMLOPT  plugins/funind/recdef.ml
- OCAMLOPT -pack -o plugins/firstorder/ground_plugin.cmx
- OCAMLOPT -shared -o plugins/rtauto/rtauto_plugin.cmxs
- OCAMLOPT -shared -o plugins/firstorder/ground_plugin.cmxs
- OCAMLOPT  plugins/micromega/g_zify.ml
- OCAMLOPT  user-contrib/Ltac2/tac2entries.ml
- File "plugins/funind/recdef.ml", lines 318-319, characters 4-3:
- 318 | ....nb_arg : int
- 319 |   ;...................................
- Warning 69 [unused-field]: record field nb_arg is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/funind/recdef.ml", lines 324-325, characters 4-3:
- 324 | ....is_mes : bool
- 325 |   ;........................
- Warning 69 [unused-field]: record field is_mes is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/funind/recdef.ml", lines 363-364, characters 4-3:
- 363 | ....lambdA : (Name.t * types * constr, constr) journey_info_tac
- 364 |   ;.......
- Warning 69 [unused-field]: record field lambdA is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  plugins/ring/g_ring.ml
- OCAMLOPT -pack -o plugins/micromega/zify_plugin.cmx
- OCAMLOPT -shared -o plugins/micromega/zify_plugin.cmxs
- OCAMLOPT  plugins/ssrmatching/g_ssrmatching.ml
- OCAMLOPT -pack -o plugins/ring/ring_plugin.cmx
- COQC -noinit theories/Init/Datatypes.v
- OCAMLOPT -pack -o plugins/ssrmatching/ssrmatching_plugin.cmx
- OCAMLOPT  user-contrib/Ltac2/tac2core.ml
- OCAMLOPT -shared -o plugins/ring/ring_plugin.cmxs
- OCAMLOPT -shared -o plugins/ssrmatching/ssrmatching_plugin.cmxs
- OCAMLOPT  plugins/ssr/ssrprinters.ml
- OCAMLOPT  plugins/funind/functional_principles_proofs.ml
- OCAMLOPT  plugins/ssr/ssrcommon.ml
- COQC -noinit theories/Init/Logic_Type.v
- COQC -noinit theories/Init/Specif.v
- COQC -noinit theories/Init/Wf.v
- COQC -noinit theories/Init/Tauto.v
- File "plugins/funind/functional_principles_proofs.ml", lines 760-761, characters 4-3:
- 760 | ....offset : int
- 761 |   ;..................
- Warning 69 [unused-field]: record field offset is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  user-contrib/Ltac2/tac2tactics.ml
- OCAMLOPT  user-contrib/Ltac2/g_ltac2.ml
- OCAMLOPT  plugins/funind/gen_principle.ml
- OCAMLOPT  user-contrib/Ltac2/tac2stdlib.ml
- OCAMLOPT  plugins/ssr/ssrtacticals.ml
- OCAMLOPT  plugins/ssr/ssrelim.ml
- OCAMLOPT  plugins/ssr/ssrview.ml
- COQC -noinit theories/Init/Decimal.v
- COQC -noinit theories/Init/Tactics.v
- File "plugins/ssr/ssrview.ml", line 404, characters 30-47:
- 404 | let tclIPAT_VIEWS ~views:vs ?(clear_if_id=false) ~conclusion =
-                                     ^^^^^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- OCAMLOPT  plugins/ssr/ssrbwd.ml
- OCAMLOPT  plugins/ssr/ssrvernac.ml
- OCAMLOPT  plugins/ssr/ssrequality.ml
- OCAMLOPT  plugins/funind/g_indfun.ml
- OCAMLOPT -pack -o user-contrib/Ltac2/ltac2_plugin.cmx
- OCAMLOPT -pack -o plugins/funind/recdef_plugin.cmx
- OCAMLOPT -shared -o user-contrib/Ltac2/ltac2_plugin.cmxs
- COQC -noinit theories/Init/Hexadecimal.v
- OCAMLOPT -shared -o plugins/funind/recdef_plugin.cmxs
- OCAMLOPT  plugins/ssr/ssripats.ml
- OCAMLOPT  plugins/ssr/ssrfwd.ml
- COQC -noinit theories/Init/Number.v
- OCAMLOPT  plugins/ssr/ssrparser.ml
- COQC -noinit theories/Init/Nat.v
- COQC -noinit theories/Init/Numeral.v
- File "plugins/ssr/ssrparser.mlg", line 229, characters 28-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 231, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 238, characters 24-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 240, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 242, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 249, characters 24-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 251, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 252, characters 15-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 260, characters 35-49:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 263, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 467, characters 8-20:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 810, characters 33-47:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 819, characters 9-23:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 824, characters 12-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 825, characters 55-69:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 826, characters 45-59:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- COQC -noinit theories/Init/Byte.v
- COQC -noinit theories/Init/Peano.v
- File "plugins/ssr/ssrparser.mlg", line 2372, characters 37-51:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "plugins/ssr/ssrparser.mlg", line 2376, characters 17-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT -pack -o plugins/ssr/ssreflect_plugin.cmx
- OCAMLOPT -shared -o plugins/ssr/ssreflect_plugin.cmxs
- OCAMLOPT  plugins/ssrsearch/g_search.ml
- COQC -noinit theories/Init/Prelude.v
- COQC      theories/Bool/Bool.v
- COQC      theories/ssrmatching/ssrmatching.v
- COQC      theories/ssr/ssrclasses.v
- COQC      theories/Program/Basics.v
- COQC      theories/Program/Tactics.v
- COQC      theories/Relations/Relation_Definitions.v
- COQC      theories/Numbers/BinNums.v
- COQC      theories/Logic/EqdepFacts.v
- COQC      theories/Logic/Decidable.v
- 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
- COQC      theories/Logic/Hurkens.v
- COQC      theories/Unicode/Utf8_core.v
- COQC      theories/extraction/Extraction.v
- COQC      theories/Floats/FloatClass.v
- COQC      theories/derive/Derive.v
- COQC      theories/Wellfounded/Inverse_Image.v
- COQC      theories/Sets/Relations_1.v
- COQC      theories/Sets/Permut.v
- COQC      theories/Sets/Ensembles.v
- COQC      theories/Logic/StrictProp.v
- COQC      theories/Logic/RelationalChoice.v
- COQC      theories/Logic/ExtensionalFunctionRepresentative.v
- COQC      theories/Logic/SetIsType.v
- COQC      theories/Logic/PropFacts.v
- COQC      theories/Logic/ExtensionalityFacts.v
- COQC      theories/Logic/Berardi.v
- COQC      theories/Lists/Streams.v
- COQC      theories/Compat/Coq813.v
- COQC      theories/Compat/AdmitAxiom.v
- COQC      theories/Bool/DecBool.v
- COQC      user-contrib/Ltac2/Init.v
- COQC      theories/ssr/ssrunder.v
- COQC      theories/Classes/Init.v
- COQC      theories/PArith/BinPosDef.v
- COQC      theories/Numbers/AltBinNotations.v
- OCAMLOPT -pack -o plugins/ssrsearch/ssrsearch_plugin.cmx
- COQC      theories/Unicode/Utf8.v
- COQC      theories/Relations/Relation_Operators.v
- COQC      theories/funind/FunInd.v
- COQC      theories/extraction/ExtrOcamlBasic.v
- COQC      theories/extraction/ExtrHaskellBasic.v
- COQC      theories/Wellfounded/Inclusion.v
- COQC      theories/Program/Utils.v
- COQC      theories/Sets/Relations_1_facts.v
- COQC      theories/Sets/Relations_2.v
- COQC      theories/Compat/Coq812.v
- OCAMLOPT -shared -o plugins/ssrsearch/ssrsearch_plugin.cmxs
- COQC      theories/Sets/Constructive_sets.v
- COQC      theories/Sets/Partial_Order.v
- 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/Ident.v
- COQC      user-contrib/Ltac2/Constr.v
- COQC      user-contrib/Ltac2/Ltac1.v
- COQC      theories/Classes/RelationClasses.v
- COQC      theories/Classes/CRelationClasses.v
- COQC      theories/Logic/HLevels.v
- COQC      theories/Program/Combinators.v
- COQC      theories/Program/Wf.v
- COQC      theories/Compat/Coq811.v
- COQC      theories/Sets/Relations_3.v
- COQC      user-contrib/Ltac2/Control.v
- COQC      user-contrib/Ltac2/Env.v
- COQC      theories/Relations/Operators_Properties.v
- COQC      theories/Wellfounded/Disjoint_Union.v
- COQC      theories/Wellfounded/Transitive_Closure.v
- COQC      theories/Sets/Relations_2_facts.v
- COQC      theories/Logic/Eqdep_dec.v
- COQC      theories/Logic/Eqdep.v
- COQC      theories/Sets/Finite_sets.v
- COQC      theories/Logic/ProofIrrelevanceFacts.v
- COQC      theories/Sets/Cpo.v
- COQC      user-contrib/Ltac2/Pattern.v
- COQC      user-contrib/Ltac2/Option.v
- COQC      user-contrib/Ltac2/Array.v
- COQC      user-contrib/Ltac2/List.v
- COQC      theories/Wellfounded/Well_Ordering.v
- COQC      theories/Logic/JMeq.v
- COQC      theories/Wellfounded/Lexicographic_Product.v
- COQC      theories/Wellfounded/Union.v
- COQC      theories/Logic/ProofIrrelevance.v
- COQC      theories/Sets/Powerset.v
- COQC      theories/Sets/Relations_3_facts.v
- COQC      user-contrib/Ltac2/Notations.v
- COQC      user-contrib/Ltac2/Fresh.v
- COQC      theories/Lists/StreamMemo.v
- COQC      theories/Classes/CMorphisms.v
- COQC      theories/Program/Equality.v
- COQC      theories/Relations/Relations.v
- COQC      user-contrib/Ltac2/Ltac2.v
- COQC      theories/Sets/Powerset_facts.v
- COQC      theories/ssr/ssreflect.v
- COQC      theories/Sets/Uniset.v
- COQC      theories/Bool/IfProp.v
- COQC      theories/Bool/BoolEq.v
- COQC      theories/Program/Subset.v
- COQC      theories/ssr/ssrsetoid.v
- COQC      theories/Classes/Morphisms.v
- COQC      theories/ssrsearch/ssrsearch.v
- COQC      theories/ssr/ssrfun.v
- COQC      theories/ssr/ssrbool.v
- COQC      theories/Classes/CEquivalence.v
- COQC      theories/Classes/Morphisms_Prop.v
- COQC      theories/Classes/Equivalence.v
- COQC      theories/Classes/SetoidTactics.v
- COQC      theories/Setoids/Setoid.v
- COQC      theories/Structures/Equalities.v
- COQC      theories/Numbers/NumPrelude.v
- COQC      theories/Structures/Orders.v
- COQC      theories/Structures/OrdersTac.v
- COQC      theories/Bool/BoolOrder.v
- COQC      theories/Structures/OrdersFacts.v
- COQC      theories/Structures/GenericMinMax.v
- COQC      theories/Numbers/NatInt/NZAxioms.v
- COQC      theories/Numbers/NatInt/NZBase.v
- COQC      theories/Numbers/NatInt/NZAdd.v
- COQC      theories/Numbers/NatInt/NZOrder.v
- COQC      theories/Numbers/NatInt/NZMul.v
- COQC      theories/Numbers/NatInt/NZAddOrder.v
- COQC      theories/Numbers/NatInt/NZMulOrder.v
- 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
- COQC      theories/Numbers/NatInt/NZLog.v
- COQC      theories/Numbers/NatInt/NZBits.v
- COQC      theories/Numbers/Natural/Abstract/NAxioms.v
- COQC      theories/Numbers/Integer/Abstract/ZAxioms.v
- COQC      theories/Numbers/Natural/Abstract/NBase.v
- COQC      theories/Numbers/Integer/Abstract/ZBase.v
- COQC      theories/Numbers/Integer/Abstract/ZAdd.v
- COQC      theories/Numbers/Natural/Abstract/NAdd.v
- COQC      theories/Numbers/Natural/Abstract/NIso.v
- COQC      theories/Numbers/Natural/Abstract/NOrder.v
- COQC      theories/Numbers/Integer/Abstract/ZMul.v
- COQC      theories/Numbers/Integer/Abstract/ZLt.v
- COQC      theories/Numbers/Integer/Abstract/ZAddOrder.v
- COQC      theories/Numbers/Natural/Abstract/NAddOrder.v
- COQC      theories/Numbers/Natural/Abstract/NMulOrder.v
- COQC      theories/Numbers/Natural/Abstract/NSub.v
- COQC      theories/Numbers/Integer/Abstract/ZMulOrder.v
- 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
- COQC      theories/Numbers/Integer/Abstract/ZMaxMin.v
- COQC      theories/Numbers/Integer/Abstract/ZSgnAbs.v
- COQC      theories/Numbers/Integer/Abstract/ZParity.v
- COQC      theories/Numbers/Natural/Abstract/NPow.v
- COQC      theories/Numbers/Natural/Abstract/NLog.v
- COQC      theories/Numbers/Natural/Abstract/NLcm.v
- COQC      theories/Numbers/Natural/Abstract/NBits.v
- 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
- COQC      theories/Numbers/Integer/Abstract/ZBits.v
- COQC      theories/Numbers/Integer/Abstract/ZLcm.v
- COQC      theories/Numbers/Natural/Abstract/NProperties.v
- COQC      theories/Arith/PeanoNat.v
- COQC      theories/Arith/Le.v
- COQC      theories/Arith/EqNat.v
- COQC      theories/Arith/Max.v
- COQC      theories/Arith/Min.v
- COQC      theories/Arith/Even.v
- COQC      theories/Arith/Lt.v
- COQC      theories/Arith/Plus.v
- COQC      theories/Arith/Minus.v
- COQC      theories/Arith/Between.v
- COQC      theories/Arith/Peano_dec.v
- 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
- COQC      theories/Lists/List.v
- COQC      theories/Arith/Compare_dec.v
- COQC      theories/Arith/Factorial.v
- COQC      theories/Arith/Div2.v
- COQC      theories/Numbers/Natural/Peano/NPeano.v
- COQC      theories/Numbers/Integer/Abstract/ZProperties.v
- COQC      theories/Arith/Wf_nat.v
- COQC      theories/Arith/Bool_nat.v
- COQC      theories/Arith/Arith_base.v
- COQC      theories/Logic/ClassicalFacts.v
- COQC      theories/funind/Recdef.v
- COQC      theories/Arith/Euclid.v
- COQC      theories/Vectors/Fin.v
- COQC      theories/Arith/Compare.v
- COQC      theories/Logic/Classical_Prop.v
- COQC      theories/Logic/PropExtensionality.v
- COQC      theories/Vectors/VectorDef.v
- COQC      theories/Logic/Classical_Pred_Type.v
- COQC      theories/NArith/BinNatDef.v
- COQC      theories/PArith/Pnat.v
- COQC      theories/PArith/POrderedType.v
- COQC      theories/Logic/Classical.v
- COQC      theories/Vectors/VectorSpec.v
- COQC      theories/Sets/Classical_sets.v
- COQC      theories/Logic/ClassicalUniqueChoice.v
- COQC      theories/NArith/BinNat.v
- COQC      theories/Sets/Powerset_Classical_facts.v
- COQC      theories/PArith/PArith.v
- COQC      theories/Vectors/VectorEq.v
- COQC      theories/Sets/Finite_sets_facts.v
- COQC      theories/Vectors/Vector.v
- COQC      theories/Bool/Bvector.v
- 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
- COQC      theories/Program/Syntax.v
- COQC      theories/setoid_ring/BinList.v
- COQC      theories/Lists/ListTactics.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/Numbers/NaryFunctions.v
- COQC      theories/Logic/WeakFan.v
- COQC      theories/Lists/ListSet.v
- COQC      theories/Sets/Image.v
- COQC      theories/ZArith/BinInt.v
- COQC      theories/Program/Program.v
- COQC      theories/Lists/SetoidList.v
- COQC      theories/Logic/FinFun.v
- COQC      theories/Classes/SetoidClass.v
- COQC      theories/Classes/Morphisms_Relations.v
- COQC      theories/Classes/EquivDec.v
- COQC      theories/Strings/Byte.v
- COQC      theories/Sets/Infinite_sets.v
- COQC      theories/micromega/Tauto.v
- COQC      theories/Wellfounded/Wellfounded.v
- COQC      theories/rtauto/Rtauto.v
- COQC      theories/Sets/Integers.v
- COQC      theories/Sorting/Permutation.v
- COQC      theories/Classes/RelationPairs.v
- COQC      theories/Structures/OrderedType.v
- COQC      theories/Structures/DecidableType.v
- COQC      theories/Sorting/Mergesort.v
- COQC      theories/Sorting/CPermutation.v
- COQC      theories/Lists/SetoidPermutation.v
- 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
- COQC      theories/ZArith/Int.v
- COQC      theories/Numbers/Integer/Binary/ZBinary.v
- COQC      theories/Sorting/Sorting.v
- COQC      theories/Structures/EqualitiesFacts.v
- COQC      theories/Numbers/Natural/Abstract/NDefOps.v
- COQC      theories/MSets/MSetInterface.v
- COQC      theories/micromega/EnvRing.v
- COQC      theories/ZArith/Zorder.v
- COQC      theories/Structures/OrdersAlt.v
- COQC      theories/Structures/OrderedTypeAlt.v
- COQC      theories/FSets/FSetInterface.v
- COQC      theories/FSets/FMapInterface.v
- COQC      theories/FSets/FMapWeakList.v
- COQC      theories/FSets/FMapList.v
- COQC      theories/FSets/FSetBridge.v
- COQC      theories/omega/OmegaLemmas.v
- COQC      theories/Structures/OrdersLists.v
- COQC      theories/Structures/OrdersEx.v
- COQC      theories/MSets/MSetWeakList.v
- COQC      theories/MSets/MSetGenTree.v
- 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
- COQC      theories/MSets/MSetList.v
- COQC      theories/ZArith/Wf_Z.v
- COQC      theories/ZArith/Zbool.v
- COQC      theories/ZArith/Zabs.v
- COQC      theories/ZArith/Zhints.v
- COQC      theories/MSets/MSetPositive.v
- COQC      theories/ZArith/ZArith_base.v
- COQC      theories/setoid_ring/Ncring.v
- COQC      theories/micromega/VarMap.v
- COQC      theories/MSets/MSetAVL.v
- COQC      theories/MSets/MSetRBT.v
- COQC      theories/setoid_ring/InitialRing.v
- COQC      theories/setoid_ring/Ncring_polynom.v
- COQC      theories/Strings/Ascii.v
- COQC      theories/setoid_ring/Ring_tac.v
- COQC      theories/setoid_ring/Ring_base.v
- COQC      theories/setoid_ring/Ring.v
- 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
- COQC      theories/Arith/Arith.v
- COQC      theories/ZArith/Zcomplements.v
- COQC      theories/micromega/Ztac.v
- COQC      theories/QArith/QArith_base.v
- 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/Logic/WKL.v
- COQC      theories/Logic/ChoiceFacts.v
- COQC      theories/Classes/SetoidDec.v
- COQC      theories/ZArith/Zdiv.v
- COQC      theories/ZArith/Zpower.v
- COQC      theories/Strings/String.v
- COQC      theories/extraction/ExtrHaskellNatInteger.v
- COQC      theories/extraction/ExtrHaskellNatInt.v
- COQC      theories/micromega/Zify.v
- COQC      theories/micromega/ZifyPow.v
- COQC      theories/omega/PreOmega.v
- COQC      theories/Strings/ByteVector.v
- COQC      theories/extraction/ExtrOcamlChar.v
- COQC      theories/extraction/ExtrHaskellString.v
- COQC      theories/Strings/OctalString.v
- COQC      theories/Strings/HexString.v
- COQC      theories/Strings/BinaryString.v
- COQC      theories/Numbers/HexadecimalString.v
- COQC      theories/Numbers/DecimalString.v
- COQC      theories/ZArith/Znumtheory.v
- COQC      theories/extraction/ExtrOcamlString.v
- COQC      theories/extraction/ExtrOcamlNativeString.v
- COQC      theories/NArith/Ndigits.v
- COQC      theories/micromega/DeclConstant.v
- COQC      theories/QArith/QOrderedType.v
- COQC      theories/omega/OmegaTactic.v
- COQC      theories/omega/OmegaPlugin.v
- 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
- COQC      theories/QArith/Qminmax.v
- COQC      theories/Logic/ClassicalDescription.v
- COQC      theories/Logic/SetoidChoice.v
- COQC      theories/NArith/NArith.v
- COQC      theories/NArith/Ndec.v
- COQC      theories/NArith/Ndist.v
- COQC      theories/micromega/RingMicromega.v
- COQC      theories/Structures/OrderedTypeEx.v
- COQC      theories/QArith/Qreduction.v
- COQC      theories/Structures/DecidableTypeEx.v
- COQC      theories/FSets/FSetPositive.v
- COQC      theories/MSets/MSetFacts.v
- COQC      theories/FSets/FSetFacts.v
- COQC      theories/FSets/FMapFacts.v
- COQC      theories/micromega/ZCoeff.v
- COQC      theories/setoid_ring/Field_tac.v
- COQC      theories/setoid_ring/Field.v
- COQC      theories/FSets/FSetDecide.v
- COQC      theories/QArith/Qfield.v
- COQC      theories/MSets/MSetDecide.v
- COQC      theories/FSets/FSetCompat.v
- COQC      theories/QArith/Qring.v
- COQC      theories/FSets/FSetWeakList.v
- COQC      theories/FSets/FSetList.v
- COQC      theories/QArith/QArith.v
- COQC      theories/FSets/FSetProperties.v
- COQC      theories/MSets/MSetProperties.v
- COQC      theories/micromega/ZMicromega.v
- COQC      theories/QArith/Qabs.v
- COQC      theories/QArith/Qround.v
- COQC      theories/micromega/QMicromega.v
- COQC      theories/QArith/Qcanon.v
- COQC      theories/Reals/Abstract/ConstructiveReals.v
- COQC      theories/micromega/Lqa.v
- COQC      theories/QArith/Qcabs.v
- 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/omega/Omega.v
- COQC      theories/QArith/Qpower.v
- COQC      theories/ZArith/ZArith.v
- COQC      theories/Sorting/PermutEq.v
- COQC      theories/Sorting/Heap.v
- COQC      theories/FSets/FSetEqProperties.v
- COQC      theories/FSets/FSetToFiniteSet.v
- COQC      theories/Reals/Abstract/ConstructiveAbs.v
- COQC      theories/Reals/Cauchy/PosExtra.v
- COQC      theories/Reals/Cauchy/ConstructiveExtra.v
- COQC      theories/Numbers/Cyclic/Int63/Int63.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/extraction/ExtrOcamlBigIntConv.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/MSets/MSetToFiniteSet.v
- COQC      theories/extraction/ExtrHaskellZInteger.v
- COQC      theories/extraction/ExtrHaskellZInt.v
- COQC      theories/btauto/Algebra.v
- COQC      theories/Reals/Cauchy/QExtra.v
- COQC      theories/MSets/MSetEqProperties.v
- COQC      theories/FSets/FSets.v
- COQC      theories/Numbers/Cyclic/ZModulo/ZModulo.v
- COQC      theories/Numbers/Cyclic/Int31/Cyclic31.v
- COQC      theories/Numbers/Cyclic/Abstract/NZCyclic.v
- COQC      theories/FSets/FMaps.v
- COQC      theories/Reals/Abstract/ConstructiveLimits.v
- COQC      theories/Reals/Cauchy/ConstructiveCauchyReals.v
- COQC      theories/MSets/MSets.v
- COQC      theories/btauto/Reflect.v
- COQC      theories/Numbers/DecimalPos.v
- COQC      theories/Numbers/DecimalNat.v
- COQC      theories/btauto/Btauto.v
- COQC      theories/Numbers/DecimalN.v
- COQC      theories/Numbers/DecimalZ.v
- COQC      theories/Reals/Abstract/ConstructiveLUB.v
- COQC      theories/Reals/Abstract/ConstructiveRealsMorphisms.v
- COQC      theories/micromega/ZifyInt63.v
- COQC      theories/Array/PArray.v
- COQC      theories/extraction/ExtrOCamlInt63.v
- COQC      theories/Floats/PrimFloat.v
- COQC      theories/Numbers/Cyclic/Int63/Cyclic63.v
- COQC      theories/Reals/Cauchy/ConstructiveCauchyRealsMult.v
- COQC      theories/Numbers/Cyclic/Int31/Ring31.v
- COQC      theories/Numbers/HexadecimalPos.v
- COQC      theories/Numbers/HexadecimalNat.v
- COQC      theories/Numbers/DecimalQ.v
- COQC      theories/Floats/FloatOps.v
- COQC      theories/extraction/ExtrOCamlPArray.v
- COQC      theories/Floats/FloatAxioms.v
- COQC      theories/Numbers/Cyclic/Int63/Ring63.v
- COQC      theories/Reals/Abstract/ConstructiveSum.v
- COQC      theories/Reals/Abstract/ConstructiveMinMax.v
- COQC      theories/setoid_ring/Ncring_initial.v
- COQC      theories/Reals/Abstract/ConstructivePower.v
- COQC      theories/FSets/FMapFullAVL.v
- COQC      theories/Reals/Cauchy/ConstructiveCauchyAbs.v
- COQC      theories/setoid_ring/Ncring_tac.v
- COQC      theories/Numbers/HexadecimalN.v
- COQC      theories/Reals/Cauchy/ConstructiveRcomplete.v
- COQC      theories/setoid_ring/Cring.v
- COQC      theories/Numbers/HexadecimalZ.v
- COQC      theories/setoid_ring/Integral_domain.v
- COQC      theories/Numbers/HexadecimalQ.v
- COQC      theories/setoid_ring/Rings_Z.v
- COQC      theories/setoid_ring/Rings_Q.v
- COQC      theories/nsatz/NsatzTactic.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/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/Floats/Floats.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.13.2'
Processing 48/51: [coq: make byte]
+ /usr/bin/make "COQ_USE_DUNE=" "-j255" "byte" (CWD=/home/opam/.opam/4.14/.opam-switch/build/coq.8.13.2)
- rm -f  
- /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build byte
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/coq.8.13.2'
- OCAMLC    config/coq_config.ml
- OCAMLC    clib/cObj.ml
- OCAMLC    clib/cEphemeron.ml
- OCAMLC    clib/hashset.ml
- OCAMLC    clib/hashcons.ml
- OCAMLC    clib/orderedType.ml
- OCAMLC    clib/cSet.ml
- OCAMLC    clib/cMap.ml
- OCAMLC    clib/cList.ml
- OCAMLC    clib/cString.ml
- OCAMLC    clib/int.ml
- OCAMLC    clib/range.ml
- OCAMLC    clib/hMap.ml
- OCAMLC    clib/cArray.ml
- OCAMLC    clib/option.ml
- OCAMLC    clib/cUnix.ml
- OCAMLC    clib/cThread.ml
- OCAMLC    clib/trie.ml
- OCAMLC    clib/heap.ml
- OCAMLC    clib/predicate.ml
- OCAMLC    clib/unionfind.ml
- OCAMLC    clib/dyn.ml
- OCAMLC    clib/store.ml
- OCAMLC    clib/exninfo.ml
- OCAMLC    clib/iStream.ml
- OCAMLC    clib/terminal.ml
- OCAMLC    clib/monad.ml
- OCAMLC    clib/diff2.ml
- OCAMLC    lib/hook.ml
- OCAMLC    lib/flags.ml
- OCAMLC    lib/control.ml
- OCAMLC    lib/util.ml
- OCAMLC    lib/pp.ml
- OCAMLC    lib/pp_diff.ml
- OCAMLC    lib/stateid.ml
- OCAMLC    lib/loc.ml
- OCAMLC    lib/feedback.ml
- OCAMLC    lib/cErrors.ml
- OCAMLC    lib/cWarnings.ml
- OCAMLC    lib/acyclicGraph.ml
- OCAMLC    lib/rtree.ml
- OCAMLC    lib/system.ml
- OCAMLC    lib/objFile.ml
- OCAMLC    lib/explore.ml
- OCAMLC    lib/cProfile.ml
- OCAMLC    lib/future.ml
- OCAMLC    lib/spawn.ml
- OCAMLC    lib/cAst.ml
- OCAMLC    lib/dAst.ml
- OCAMLC    lib/genarg.ml
- OCAMLC    lib/remoteCounter.ml
- OCAMLC    lib/aux_file.ml
- OCAMLC    lib/envars.ml
- OCAMLC    lib/coqProject_file.ml
- OCAMLC    kernel/names.ml
- OCAMLC    kernel/transparentState.ml
- OCAMLC    kernel/uint63.ml
- OCAMLC    kernel/parray.ml
- OCAMLC    kernel/float64_common.ml
- OCAMLC    kernel/float64.ml
- OCAMLC    kernel/univ.ml
- OCAMLC    kernel/uGraph.ml
- OCAMLC    kernel/esubst.ml
- OCAMLC    kernel/sorts.ml
- OCAMLC    kernel/evar.ml
- OCAMLC    kernel/context.ml
- File "lib/cWarnings.ml", line 16, characters 2-20:
- 16 |   category : string;
-        ^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field category is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC    kernel/constr.ml
- OCAMLC    kernel/vars.ml
- OCAMLC    kernel/term.ml
- OCAMLC    kernel/cPrimitives.ml
- OCAMLC    kernel/mod_subst.ml
- OCAMLC    kernel/vmvalues.ml
- OCAMLC    kernel/vmbytecodes.ml
- OCAMLC    kernel/vmemitcodes.ml
- OCAMLC    kernel/opaqueproof.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.
- OCAMLC    kernel/nativevalues.ml
- OCAMLC    kernel/declareops.ml
- OCAMLC    kernel/retroknowledge.ml
- OCAMLC    kernel/conv_oracle.ml
- OCAMLC    kernel/environ.ml
- File "lib/coqProject_file.ml", line 94, characters 35-46:
- 94 | let rec parse_string buf s = match Stream.next s with
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    kernel/primred.ml
- File "lib/coqProject_file.ml", line 99, characters 12-26:
- 99 | | exception Stream.Failure -> buffer buf
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 101, characters 32-43:
- 101 | 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 106, characters 12-26:
- 106 | | 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 108, characters 33-44:
- 108 | 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 111, characters 12-26:
- 111 | | exception Stream.Failure -> ()
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 113, characters 34-45:
- 113 | and parse_args buf accu s = match Stream.next s with
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    kernel/cClosure.ml
- File "lib/coqProject_file.ml", line 125, characters 12-26:
- 125 | | exception Stream.Failure -> accu
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 130, characters 31-48:
- 130 |   let res = parse_args buf [] (Stream.of_channel c) in
-                                      ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    kernel/relevanceops.ml
- OCAMLC    kernel/reduction.ml
- OCAMLC    kernel/vmlambda.ml
- OCAMLC    kernel/nativelambda.ml
- OCAMLC    kernel/vmbytegen.ml
- File "lib/spawn.ml", line 160, characters 2-24:
- 160 |   gchan : ML.async_chan;
-         ^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field gchan is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC    kernel/nativecode.ml
- File "clib/cList.ml", line 147, characters 2-12:
- 147 |   head : 'a;
-         ^^^^^^^^^^
- Warning 69 [unused-field]: record field head is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC    kernel/nativelib.ml
- OCAMLC    kernel/vmsymtable.ml
- OCAMLC    kernel/vm.ml
- OCAMLC    kernel/vconv.ml
- OCAMLC    kernel/nativeconv.ml
- OCAMLC    kernel/type_errors.ml
- OCAMLC    kernel/modops.ml
- OCAMLC    kernel/inductive.ml
- OCAMLC    kernel/typeops.ml
- OCAMLC    kernel/inferCumulativity.ml
- OCAMLC    kernel/indTyping.ml
- OCAMLC    kernel/indtypes.ml
- OCAMLC    kernel/cooking.ml
- File "lib/cProfile.ml", line 288, characters 25-40:
- 288 |   let l = List.sort (fun (_,{tottime=p}) (_,{tottime=p'}) -> p' - p) table in
-                                ^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- OCAMLC    kernel/term_typing.ml
- OCAMLC    kernel/subtyping.ml
- OCAMLC    kernel/mod_typing.ml
- OCAMLC    kernel/nativelibrary.ml
- OCAMLC    kernel/section.ml
- OCAMLC    kernel/safe_typing.ml
- OCAMLC    library/libnames.ml
- OCAMLC    library/globnames.ml
- OCAMLC    library/libobject.ml
- OCAMLC    library/summary.ml
- OCAMLC    library/nametab.ml
- OCAMLC    library/global.ml
- OCAMLC    library/lib.ml
- OCAMLC    library/goptions.ml
- OCAMLC    library/coqlib.ml
- OCAMLC    engine/univNames.ml
- OCAMLC    engine/univGen.ml
- OCAMLC    engine/univSubst.ml
- OCAMLC    engine/univProblem.ml
- OCAMLC    engine/univMinim.ml
- OCAMLC    engine/uState.ml
- OCAMLC    engine/univops.ml
- OCAMLC    engine/nameops.ml
- OCAMLC    engine/evar_kinds.ml
- OCAMLC    engine/evd.ml
- OCAMLC    engine/eConstr.ml
- OCAMLC    engine/namegen.ml
- OCAMLC    engine/termops.ml
- OCAMLC    engine/evarutil.ml
- OCAMLC    engine/logic_monad.ml
- OCAMLC    engine/proofview_monad.ml
- OCAMLC    engine/proofview.ml
- OCAMLC    engine/ftactic.ml
- OCAMLC    pretyping/geninterp.ml
- OCAMLC    pretyping/locusops.ml
- OCAMLC    pretyping/reductionops.ml
- OCAMLC    pretyping/pretype_errors.ml
- OCAMLC    pretyping/inductiveops.ml
- OCAMLC    pretyping/arguments_renaming.ml
- OCAMLC    pretyping/retyping.ml
- OCAMLC    pretyping/vnorm.ml
- OCAMLC    pretyping/nativenorm.ml
- OCAMLC    pretyping/cbv.ml
- OCAMLC    pretyping/find_subterm.ml
- OCAMLC    pretyping/evardefine.ml
- OCAMLC    pretyping/evarsolve.ml
- OCAMLC    pretyping/recordops.ml
- OCAMLC    pretyping/heads.ml
- OCAMLC    pretyping/evarconv.ml
- OCAMLC    pretyping/typing.ml
- OCAMLC    pretyping/glob_ops.ml
- OCAMLC    pretyping/patternops.ml
- OCAMLC    pretyping/constr_matching.ml
- OCAMLC    pretyping/tacred.ml
- OCAMLC    pretyping/typeclasses_errors.ml
- OCAMLC    pretyping/typeclasses.ml
- OCAMLC    pretyping/coercionops.ml
- OCAMLC    pretyping/program.ml
- OCAMLC    pretyping/coercion.ml
- OCAMLC    pretyping/detyping.ml
- OCAMLC    pretyping/indrec.ml
- OCAMLC    pretyping/globEnv.ml
- OCAMLC    pretyping/cases.ml
- OCAMLC    pretyping/pretyping.ml
- OCAMLC    pretyping/keys.ml
- OCAMLC    pretyping/unification.ml
- OCAMLC    interp/deprecation.ml
- OCAMLC    interp/numTok.ml
- OCAMLC    interp/stdarg.ml
- OCAMLC    interp/genintern.ml
- OCAMLC    interp/notation_ops.ml
- OCAMLC    interp/notation.ml
- OCAMLC    interp/syntax_def.ml
- OCAMLC    interp/smartlocate.ml
- OCAMLC    interp/constrexpr_ops.ml
- OCAMLC    interp/decls.ml
- OCAMLC    interp/dumpglob.ml
- OCAMLC    interp/reserve.ml
- OCAMLC    interp/impargs.ml
- OCAMLC    interp/implicit_quantifiers.ml
- OCAMLC    interp/constrintern.ml
- File "engine/evarutil.ml", line 131, characters 10-18:
- 131 |   let m = E.create () in
-                 ^^^^^^^^
- Alert old_ephemeron_api: E.create
- This function won't be available in 5.0
- OCAMLC    interp/modintern.ml
- File "engine/evarutil.ml", line 132, characters 19-29:
- 132 |   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
- OCAMLC    interp/constrextern.ml
- OCAMLC    proofs/miscprint.ml
- OCAMLC    proofs/goal.ml
- OCAMLC    proofs/evar_refiner.ml
- OCAMLC    proofs/refine.ml
- File "engine/evarutil.ml", line 132, characters 33-43:
- 132 |   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 133, characters 60-70:
- 133 |   | 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 134, characters 26-36:
- 134 |   | _ -> 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
- OCAMLC    proofs/proof.ml
- File "engine/evarutil.ml", line 134, characters 42-52:
- 134 |   | _ -> 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 134, characters 58-68:
- 134 |   | _ -> 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
- OCAMLC    proofs/logic.ml
- OCAMLC    proofs/goal_select.ml
- OCAMLC    proofs/proof_bullet.ml
- OCAMLC    proofs/tacmach.ml
- OCAMLC    proofs/clenv.ml
- OCAMLC    gramlib/.pack/gramlib__Ploc.ml
- OCAMLC    gramlib/.pack/gramlib__Plexing.ml
- OCAMLC    gramlib/.pack/gramlib__Gramext.ml
- OCAMLC    gramlib/.pack/gramlib__Grammar.ml
- OCAMLC    parsing/tok.ml
- OCAMLC    parsing/cLexer.ml
- OCAMLC    parsing/extend.ml
- OCAMLC    parsing/notgram_ops.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.
- OCAMLC    parsing/ppextend.ml
- 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.
- OCAMLC    parsing/pcoq.ml
- 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.
- OCAMLC    printing/genprint.ml
- 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.
- OCAMLC    printing/pputils.ml
- 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.
- OCAMLC    printing/ppconstr.ml
- OCAMLC    printing/proof_diffs.ml
- OCAMLC    printing/printer.ml
- 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.
- OCAMLC    tactics/declareScheme.ml
- OCAMLC    tactics/dnet.ml
- OCAMLC    tactics/dn.ml
- 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.
- OCAMLC    tactics/btermdn.ml
- 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.
- OCAMLC    tactics/tacticals.ml
- OCAMLC    tactics/hipattern.ml
- OCAMLC    tactics/ind_tables.ml
- OCAMLC    tactics/eqschemes.ml
- OCAMLC    tactics/elimschemes.ml
- OCAMLC    tactics/redops.ml
- OCAMLC    tactics/cbn.ml
- OCAMLC    tactics/redexpr.ml
- File "gramlib/plexing.ml", line 6, characters 41-49:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/plexing.ml", line 6, characters 57-65:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    tactics/ppred.ml
- OCAMLC    tactics/tactics.ml
- OCAMLC    tactics/abstract.ml
- OCAMLC    tactics/elim.ml
- OCAMLC    tactics/equality.ml
- OCAMLC    tactics/contradiction.ml
- OCAMLC    tactics/inv.ml
- OCAMLC    tactics/declareUctx.ml
- OCAMLC    tactics/hints.ml
- OCAMLC    tactics/auto.ml
- OCAMLC    tactics/eauto.ml
- OCAMLC    tactics/class_tactics.ml
- OCAMLC    tactics/term_dnet.ml
- File "parsing/tok.ml", line 124, characters 21-35:
- 124 |   let err () = raise Stream.Failure in
-                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    tactics/eqdecide.ml
- OCAMLC    tactics/autorewrite.ml
- OCAMLC    vernac/attributes.ml
- OCAMLC    vernac/pvernac.ml
- OCAMLC    vernac/vernacprop.ml
- OCAMLC    vernac/himsg.ml
- OCAMLC    vernac/locality.ml
- OCAMLC    vernac/egramml.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 24, characters 61-69:
- 24 |   type t = Gramlib.Plexing.location_function -> int -> Tok.t Stream.t -> int option
-                                                                   ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 163, characters 11-23:
- 163 |   let bp = Stream.count cs in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 164, characters 2-13:
- 164 |   Stream.junk cs; (* consume the char to avoid read it and fail again *)
-         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/vernacextend.ml
- File "gramlib/grammar.ml", line 20, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/ppvernac.ml
- File "gramlib/grammar.ml", line 32, characters 63-71:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 33, characters 40-48:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/proof_using.ml
- File "parsing/pcoq.ml", line 33, characters 12-24:
- 33 |     let n = Stream.count strm in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 117, characters 24-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "printing/proof_diffs.ml", line 94, characters 12-23:
- 94 |     let e = Stream.next str in
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- 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.
- File "parsing/cLexer.ml", line 176, characters 28-39:
- 176 | let njunk n = Util.repeat n Stream.junk
-                                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 189, characters 12-24:
- 189 |       match Stream.npeek 2 cs with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/egramcoq.ml
- File "parsing/cLexer.ml", line 195, characters 12-24:
- 195 |       match Stream.npeek 3 cs with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/metasyntax.ml
- OCAMLC    vernac/declareUniv.ml
- OCAMLC    vernac/retrieveObl.ml
- OCAMLC    vernac/declare.ml
- File "parsing/cLexer.ml", line 202, characters 17-29:
- 202 |       else match Stream.npeek 4 cs with
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 214, characters 8-19:
- 214 |   match Stream.peek cs with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/comHints.ml
- OCAMLC    vernac/canonical.ml
- OCAMLC    vernac/recLemmas.ml
- OCAMLC    vernac/declaremods.ml
- OCAMLC    vernac/library.ml
- File "interp/constrextern.ml", line 198, characters 30-35:
- 198 | let toggle_notation_printing ?scope ~notation ~activate =
-                                     ^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- OCAMLC    vernac/comCoercion.ml
- File "parsing/pcoq.ml", line 202, characters 13-29:
- 202 |   let strm = Stream.of_string x in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/auto_ind_decl.ml
- File "parsing/cLexer.ml", line 224, characters 30-41:
- 224 |   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 226, characters 8-19:
- 226 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 231, characters 23-34:
- 231 |         | AsciiChar -> Stream.junk s; loop_symb s
-                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 234, characters 13-29:
- 234 |   loop_symb (Stream.of_string str)
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/indschemes.ml
- File "parsing/cLexer.ml", line 237, characters 35-46:
- 237 |   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 239, characters 8-19:
- 239 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/comDefinition.ml
- File "parsing/cLexer.ml", line 242, characters 8-19:
- 242 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 253, characters 17-33:
- 253 |   loop_id false (Stream.of_string str)
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/classes.ml
- OCAMLC    vernac/comPrimitive.ml
- File "parsing/cLexer.ml", line 295, characters 39-50:
- 295 |   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.
- OCAMLC    vernac/comAssumption.ml
- OCAMLC    vernac/declareInd.ml
- OCAMLC    vernac/search.ml
- OCAMLC    vernac/comSearch.ml
- OCAMLC    vernac/comInductive.ml
- File "parsing/cLexer.ml", line 307, characters 37-48:
- 307 | 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 309, characters 6-17:
- 309 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/comProgramFixpoint.ml
- OCAMLC    vernac/comFixpoint.ml
- OCAMLC    vernac/vernacstate.ml
- OCAMLC    vernac/prettyp.ml
- OCAMLC    vernac/printmod.ml
- OCAMLC    vernac/record.ml
- File "parsing/cLexer.ml", line 317, characters 62-74:
- 317 |           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 331, characters 48-59:
- 331 | 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 333, characters 6-17:
- 333 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 335, characters 14-25:
- 335 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 336, characters 22-33:
- 336 |           Some '"' -> Stream.junk s; true
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 341, characters 6-17:
- 341 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 342, characters 22-33:
- 342 |       (fun s -> match Stream.peek s with
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 344, characters 8-19:
- 344 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/assumptions.ml
- OCAMLC    vernac/mltop.ml
- File "parsing/cLexer.ml", line 352, characters 6-17:
- 352 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 353, characters 22-33:
- 353 |       (fun s -> match Stream.peek s with
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 355, characters 12-23:
- 355 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 366, characters 4-15:
- 366 |     Stream.junk s;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 367, characters 13-25:
- 367 |     let ep = Stream.count s in
-                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 377, characters 6-17:
- 377 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 380, characters 14-26:
- 380 |       let _ = Stream.empty s in
-                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 381, characters 15-27:
- 381 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/topfmt.ml
- OCAMLC    vernac/loadpath.ml
- File "parsing/cLexer.ml", line 434, characters 12-24:
- 434 |   let bp2 = Stream.count s in
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 435, characters 8-19:
- 435 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 437, characters 6-17:
- 437 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 440, characters 16-27:
- 440 |           match Stream.peek s with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 442, characters 14-25:
- 442 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 445, characters 13-27:
- 445 |         with Stream.Failure -> raise (Stream.Error "")
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 445, characters 38-50:
- 445 |         with Stream.Failure -> raise (Stream.Error "")
-                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 449, characters 6-17:
- 449 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 451, characters 14-25:
- 451 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 452, characters 22-33:
- 452 |           Some ')' -> Stream.junk s; push_string "*)"; loc
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/comArguments.ml
- File "parsing/cLexer.ml", line 454, characters 11-25:
- 454 |       with Stream.Failure -> raise (Stream.Error "")
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 454, characters 36-48:
- 454 |       with Stream.Failure -> raise (Stream.Error "")
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 457, characters 6-17:
- 457 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/vernacentries.ml
- OCAMLC    vernac/comTactic.ml
- File "parsing/cLexer.ml", line 462, characters 20-32:
- 462 |     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 462, characters 41-55:
- 462 |     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 464, characters 15-27:
- 464 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 468, characters 16-27:
- 468 |           match Stream.peek s with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 470, characters 14-25:
- 470 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 471, characters 23-35:
- 471 |               let ep = Stream.count s in
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 474, characters 14-25:
- 474 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 476, characters 23-37:
- 476 |           | _ -> raise Stream.Failure
-                              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 483, characters 54-66:
- 483 |   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 502, characters 36-48:
- 502 |       match Util.List.skipn (nj+1) (Stream.npeek (nj+n) cs) with
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    vernac/vernacinterp.ml
- File "parsing/cLexer.ml", line 516, characters 8-19:
- 516 |   match Stream.peek cs with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 527, characters 16-30:
- 527 |     | exception Stream.Failure -> n, List.make n b, List.make n e
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    stm/spawned.ml
- File "parsing/cLexer.ml", line 530, characters 24-38:
- 530 |   if len = 0 then raise Stream.Failure
-                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 539, characters 17-31:
- 539 |     | _ -> raise Stream.Failure
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    stm/dag.ml
- OCAMLC    stm/vcs.ml
- OCAMLC    stm/tQueue.ml
- OCAMLC    stm/workerPool.ml
- File "parsing/cLexer.ml", line 544, characters 14-25:
- 544 |       let c = Stream.next s in
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 547, characters 10-24:
- 547 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 547, characters 35-47:
- 547 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 549, characters 40-52:
- 549 |       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 557, characters 43-54:
- 557 |       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 560, characters 14-26:
- 560 |         match Stream.npeek lenmarker s with
-                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 569, characters 48-60:
- 569 |               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 573, characters 63-77:
- 573 |               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 578, characters 22-36:
- 578 |         | [] -> raise Stream.Failure
-                             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    stm/vernac_classifier.ml
- File "parsing/cLexer.ml", line 581, characters 45-57:
- 581 |       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 588, characters 15-27:
- 588 |       let l' = Stream.npeek (i + 1) s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 598, characters 6-17:
- 598 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    stm/coqworkmgrApi.ml
- File "parsing/cLexer.ml", line 607, characters 15-27:
- 607 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 615, characters 10-21:
- 615 |     match Stream.peek cs with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    stm/asyncTaskQueue.ml
- File "parsing/cLexer.ml", line 616, characters 30-41:
- 616 |     | Some c' when c == c' -> Stream.junk cs; aux (n+1) cs
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    stm/partac.ml
- File "parsing/cLexer.ml", line 617, characters 57-69:
- 617 |     | _ -> 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 624, characters 11-23:
- 624 |   let ep = Stream.count cs in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 645, characters 50-61:
- 645 | 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.
- OCAMLC    stm/stm.ml
- File "parsing/cLexer.ml", line 647, characters 6-17:
- 647 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    stm/proofBlockDelimiter.ml
- File "parsing/cLexer.ml", line 650, characters 10-24:
- 650 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 650, characters 35-47:
- 650 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 655, characters 17-29:
- 655 |         let ep = Stream.count s in
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "interp/constrexpr_ops.ml", line 569, characters 24-36:
- 569 |         Loc.raise ?loc (Stream.Error "pattern with quote not allowed after fix")
-                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 664, characters 21-33:
- 664 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 672, characters 8-19:
- 672 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    stm/vio_checking.ml
- File "interp/constrintern.ml", line 580, characters 22-34:
- 580 |       Loc.raise ?loc (Stream.Error "pattern with quote not allowed here")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    toplevel/vernac.ml
- File "parsing/cLexer.ml", line 684, characters 11-23:
- 684 |   let bp = Stream.count s in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 685, characters 8-19:
- 685 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 687, characters 6-17:
- 687 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 688, characters 15-27:
- 688 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 691, characters 6-17:
- 691 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 694, characters 6-17:
- 694 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 697, characters 10-24:
- 697 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 697, characters 35-47:
- 697 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 705, characters 21-33:
- 705 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 713, characters 6-17:
- 713 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 720, characters 6-17:
- 720 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    toplevel/usage.ml
- File "parsing/cLexer.ml", line 721, characters 15-27:
- 721 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "vernac/proof_using.ml", line 171, characters 94-110:
- 171 | 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.
- File "parsing/cLexer.ml", line 725, characters 6-17:
- 725 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "tactics/elim.ml", line 25, characters 2-19:
- 25 |   branchnum  : int;         (* the branch number *)
-        ^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field branchnum is never read.
- (However, this field is used to build or mutate values.)
- File "parsing/cLexer.ml", line 728, characters 10-24:
- 728 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    toplevel/coqinit.ml
- File "parsing/cLexer.ml", line 728, characters 35-47:
- 728 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 734, characters 17-29:
- 734 |         let ep = Stream.count s in
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 738, characters 15-27:
- 738 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 742, characters 6-17:
- 742 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 745, characters 10-24:
- 745 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 745, characters 35-47:
- 745 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 747, characters 15-27:
- 747 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 751, characters 6-17:
- 751 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 753, characters 14-25:
- 753 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 755, characters 12-23:
- 755 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    toplevel/coqargs.ml
- OCAMLC    toplevel/coqcargs.ml
- OCAMLC    toplevel/coqloop.ml
- File "printing/proof_diffs.ml", line 218, characters 25-38:
- 218 | type 'a reified_goal = { name: string; ty: 'a; hyps: 'a hyp list; env : Environ.env; sigma: Evd.evar_map }
-                                ^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field name is never read.
- (However, this field is used to build or mutate values.)
- File "parsing/cLexer.ml", line 756, characters 21-33:
- 756 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 759, characters 12-23:
- 759 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 764, characters 11-25:
- 764 |       with Stream.Failure -> raise (Stream.Error "")
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "printing/proof_diffs.ml", line 218, characters 85-104:
- 218 | type 'a reified_goal = { name: string; ty: 'a; hyps: 'a hyp list; env : Environ.env; sigma: Evd.evar_map }
-                                                                                            ^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field sigma is never read.
- (However, this field is used to build or mutate values.)
- File "parsing/cLexer.ml", line 764, characters 36-48:
- 764 |       with Stream.Failure -> raise (Stream.Error "")
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 767, characters 6-17:
- 767 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 768, characters 15-27:
- 768 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 782, characters 23-35:
- 782 |               let ep = Stream.count s in
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 785, characters 53-64:
- 785 |             let t = process_chars ~diff_mode loc bp (Stream.next s) s in
-                                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 844, characters 4-15:
- 844 |     Stream.from
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    toplevel/ccompile.ml
- OCAMLC    toplevel/coqtop.ml
- OCAMLC    toplevel/workerLoop.ml
- OCAMLC    toplevel/coqc.ml
- OCAMLC    checker/analyze.ml
- OCAMLC    checker/checkFlags.ml
- OCAMLC    checker/checkInductive.ml
- OCAMLC    checker/mod_checking.ml
- File "stm/tQueue.ml", line 36, characters 11-42:
- 36 |   let push ({ contents = (xs, rel) } as t) x =
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "stm/tQueue.ml", line 91, characters 9-51:
- 91 | let push { queue = q; lock = m; cond = c; release } x =
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- OCAMLC    checker/checkTypes.ml
- File "stm/workerPool.ml", line 35, characters 2-21:
- 35 |   manager : Thread.t;
-        ^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field manager is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC    checker/safe_checking.ml
- File "stm/workerPool.ml", line 36, characters 2-26:
- 36 |   process : Model.process;
-        ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field process is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC    checker/values.ml
- OCAMLC    checker/validate.ml
- OCAMLC    checker/check.ml
- OCAMLC    checker/check_stat.ml
- File "vernac/comCoercion.ml", line 265, characters 28-41:
- 265 | let declare_coercion coef ?(local = false) ~isid ~src:cls ~target:clt ~params:ps =
-                                   ^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- OCAMLC    checker/checker.ml
- OCAMLC    ide/coqide/protocol/xml_lexer.ml
- OCAMLC    ide/coqide/protocol/xml_parser.ml
- OCAMLC    ide/coqide/protocol/xml_printer.ml
- OCAMLC    ide/coqide/protocol/serialize.ml
- OCAMLC    ide/coqide/protocol/richpp.ml
- OCAMLC    ide/coqide/protocol/xmlprotocol.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.
- OCAMLC    ide/coqide/document.ml
- OCAMLC    plugins/ltac/tauto.ml
- OCAMLC    plugins/omega/coq_omega.ml
- OCAMLC    plugins/micromega/micromega.ml
- File "toplevel/vernac.ml", line 92, characters 7-24:
- 92 |       (Stream.of_channel in_chan) in
-             ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/micromega/numCompat.ml
- OCAMLC    plugins/micromega/mutils.ml
- File "vernac/vernacinterp.ml", line 187, characters 66-83:
- 187 |     Pcoq.Parsable.make ~loc:(Loc.initial (Loc.InFile longfname)) (Stream.of_channel in_chan) in
-                                                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/micromega/itv.ml
- OCAMLC    plugins/micromega/vect.ml
- OCAMLC    plugins/micromega/sos_types.ml
- OCAMLC    plugins/micromega/polynomial.ml
- OCAMLC    plugins/micromega/mfourier.ml
- OCAMLC    plugins/micromega/simplex.ml
- OCAMLC    plugins/micromega/certificate.ml
- OCAMLC    plugins/micromega/persistent_cache.ml
- OCAMLC    plugins/micromega/coq_micromega.ml
- OCAMLC    plugins/micromega/g_micromega.ml
- OCAMLC    plugins/ring/ring_ast.ml
- OCAMLC    plugins/ring/ring.ml
- File "gramlib/grammar.ml", line 1076, characters 15-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/extraction/miniml.ml
- File "gramlib/grammar.ml", line 1085, characters 15-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1094, characters 27-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "vernac/record.ml", line 119, characters 20-32:
- 119 |     Loc.raise ?loc (Stream.Error "pattern with quote not allowed in record parameters")
-                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1094, characters 61-75:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1097, characters 5-17:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1098, characters 13-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1100, characters 45-53:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1104, characters 6-20:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1104, characters 31-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1109, characters 16-24:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1111, characters 4-18:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1113, characters 42-50:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1113, characters 61-75:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1115, characters 11-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/extraction/table.ml
- File "gramlib/grammar.ml", line 1125, characters 13-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1126, characters 17-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/extraction/mlutil.ml
- OCAMLC    plugins/extraction/modutil.ml
- File "gramlib/grammar.ml", line 1149, characters 32-40:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1149, characters 51-65:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1150, characters 40-48:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1152, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1156, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "stm/asyncTaskQueue.ml", line 268, characters 4-30:
- 268 |     cleaner : Thread.t option;
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field cleaner is never read.
- (However, this field is used to build or mutate values.)
- File "gramlib/grammar.ml", line 1158, characters 53-67:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1173, characters 27-35:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1174, characters 22-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1178, characters 17-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1179, characters 26-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/extraction/extraction.ml
- File "gramlib/grammar.ml", line 1200, characters 25-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1201, characters 22-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1202, characters 43-57:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1205, characters 49-63:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1208, characters 34-46:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/extraction/common.ml
- File "gramlib/grammar.ml", line 1219, characters 26-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1220, characters 31-45:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- 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.
- OCAMLC    plugins/extraction/ocaml.ml
- OCAMLC    plugins/extraction/haskell.ml
- OCAMLC    plugins/extraction/scheme.ml
- File "gramlib/grammar.ml", line 1223, characters 50-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1225, characters 4-18:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/extraction/json.ml
- File "gramlib/grammar.ml", line 1238, characters 29-40:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1239, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1241, characters 18-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1242, characters 15-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1244, characters 41-55:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1246, characters 23-35:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1256, characters 25-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1258, characters 33-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1268, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1269, characters 43-57:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1273, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1278, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1279, characters 40-54:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1283, characters 16-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1284, characters 25-37:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1289, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/extraction/extract_env.ml
- File "gramlib/grammar.ml", line 1290, characters 44-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1296, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "ide/coqide/protocol/xml_parser.ml", line 54, characters 2-31:
- 54 |   mutable concat_pcdata : bool;
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field concat_pcdata is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC    plugins/cc/ccalgo.ml
- File "gramlib/grammar.ml", line 1297, characters 40-54:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1300, characters 44-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/cc/ccproof.ml
- File "gramlib/grammar.ml", line 1307, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1308, characters 44-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1313, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1314, characters 43-57:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1318, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1324, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/cc/cctac.ml
- File "gramlib/grammar.ml", line 1325, characters 40-54:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1329, characters 16-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/firstorder/formula.ml
- File "gramlib/grammar.ml", line 1332, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1333, characters 31-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1340, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1346, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1347, characters 40-54:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1350, characters 44-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/firstorder/unify.ml
- File "gramlib/grammar.ml", line 1356, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1363, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1368, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1369, characters 41-55:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1374, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1375, characters 18-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1377, characters 18-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/firstorder/sequent.ml
- File "gramlib/grammar.ml", line 1379, characters 33-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1381, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1382, characters 30-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1383, characters 30-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/firstorder/rules.ml
- OCAMLC    plugins/firstorder/instances.ml
- File "gramlib/grammar.ml", line 1390, characters 10-21:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1391, characters 35-46:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1392, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1399, characters 32-40:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1399, characters 51-65:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1421, characters 33-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1422, characters 26-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1424, characters 26-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1431, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1432, characters 27-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1433, characters 50-64:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1435, characters 31-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/firstorder/ground.ml
- File "gramlib/grammar.ml", line 1442, characters 37-45:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1442, characters 56-70:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/rtauto/proof_search.ml
- File "gramlib/grammar.ml", line 1457, characters 30-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1459, characters 16-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/rtauto/refl_tauto.ml
- File "gramlib/grammar.ml", line 1461, characters 27-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1469, characters 33-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1470, characters 37-51:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1471, characters 43-51:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1471, characters 62-76:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1474, characters 9-21:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/btauto/refl_btauto.ml
- 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.
- File "toplevel/coqloop.ml", line 245, characters 29-40:
- 245 |   let rec dot tok st = match Stream.next st with
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/funind/indfun_common.ml
- File "checker/checker.ml", line 228, characters 4-18:
- 228 |   | Stream.Failure ->
-           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/funind/glob_termops.ml
- File "checker/checker.ml", line 230, characters 4-16:
- 230 |   | Stream.Error txt ->
-           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1519, characters 25-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1520, characters 25-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/funind/glob_term_to_relation.ml
- File "gramlib/grammar.ml", line 1536, characters 18-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1539, characters 16-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1543, characters 43-55:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1543, characters 60-72:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1548, characters 6-20:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1552, characters 6-18:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1551, characters 22-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1557, characters 16-28:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1557, characters 33-45:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/funind/functional_principles_proofs.ml
- File "gramlib/grammar.ml", line 1594, characters 31-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1594, characters 50-64:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/funind/functional_principles_types.ml
- File "gramlib/grammar.ml", line 1602, characters 55-63:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1606, characters 31-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1606, characters 50-64:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/funind/invfun.ml
- OCAMLC    plugins/funind/indfun.ml
- OCAMLC    plugins/funind/gen_principle.ml
- OCAMLC    plugins/nsatz/utile.ml
- File "gramlib/grammar.ml", line 1688, characters 35-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1688, characters 54-68:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1689, characters 42-50:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1689, characters 61-75:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    plugins/nsatz/polynom.ml
- OCAMLC    plugins/nsatz/ideal.ml
- File "plugins/micromega/persistent_cache.ml", line 42, characters 36-58:
- 42 |   type 'a t = {outch : out_channel; mutable status : mode; htbl : 'a Table.t}
-                                          ^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field status is never mutated.
- OCAMLC    plugins/nsatz/nsatz.ml
- OCAMLC -pack -o plugins/syntax/int63_syntax_plugin.cmo
- OCAMLC -pack -o plugins/syntax/float_syntax_plugin.cmo
- OCAMLC    plugins/syntax/number.ml
- OCAMLC    plugins/syntax/string_notation.ml
- OCAMLC    plugins/derive/derive.ml
- File "tactics/class_tactics.ml", line 512, characters 6-29:
- 512 |       last_tac : Pp.t Lazy.t;
-             ^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field last_tac is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC -pack -o plugins/ssrsearch/ssrsearch_plugin.cmo
- OCAMLC    user-contrib/Ltac2/tac2dyn.ml
- File "checker/check.ml", line 60, characters 2-38:
- 60 |   library_opaques : seg_proofs option;
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field library_opaques is never read.
- (However, this field is used to build or mutate values.)
- File "checker/check.ml", line 277, characters 2-31:
- 277 |   md_objects : library_objects;
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: unused record field md_objects.
- OCAMLC    user-contrib/Ltac2/tac2ffi.ml
- OCAMLC    user-contrib/Ltac2/tac2env.ml
- OCAMLC    user-contrib/Ltac2/tac2print.ml
- OCAMLC    user-contrib/Ltac2/tac2intern.ml
- OCAMLC    user-contrib/Ltac2/tac2interp.ml
- OCAMLC    user-contrib/Ltac2/tac2entries.ml
- OCAMLC    user-contrib/Ltac2/tac2quote.ml
- OCAMLC    user-contrib/Ltac2/tac2match.ml
- OCAMLC    user-contrib/Ltac2/tac2core.ml
- OCAMLC    user-contrib/Ltac2/tac2extffi.ml
- OCAMLC    user-contrib/Ltac2/tac2tactics.ml
- OCAMLC    user-contrib/Ltac2/tac2stdlib.ml
- OCAMLC    plugins/micromega/zify.ml
- OCAMLC    dev/top_printers.mli
- OCAMLC    dev/vm_printers.ml
- OCAMLC    checker/votour.ml
- OCAMLC -a -o config/config.cma
- OCAMLC -a -o clib/clib.cma
- OCAMLC -a -o lib/lib.cma
- OCAMLC -a -o kernel/kernel.cma
- OCAMLC -a -o library/library.cma
- OCAMLC -a -o engine/engine.cma
- OCAMLC -a -o proofs/proofs.cma
- OCAMLC -a -o parsing/parsing.cma
- OCAMLC -a -o toplevel/toplevel.cma
- OCAMLC -pack -o plugins/ltac/tauto_plugin.cmo
- OCAMLC -a -o checker/check.cma
- OCAMLC -pack -o plugins/derive/derive_plugin.cmo
- File "checker/votour.ml", line 324, characters 2-17:
- 324 |   magic : string;
-         ^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field magic is never read.
- (However, this field is used to build or mutate values.)
- File "checker/votour.ml", line 326, characters 2-15:
- 326 |   length : int;
-         ^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field length is never read.
- (However, this field is used to build or mutate values.)
- File "checker/votour.ml", line 332, characters 2-16:
- 332 |   objects : int;
-         ^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field objects is never read.
- (However, this field is used to build or mutate values.)
- File "checker/votour.ml", line 358, characters 2-14:
- 358 |   len : int64;
-         ^^^^^^^^^^^^
- Warning 69 [unused-field]: record field len is never read.
- (However, this field is used to build or mutate values.)
- File "checker/votour.ml", line 359, characters 2-18:
- 359 |   hash : Digest.t;
-         ^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field hash is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC -a -o gramlib/.pack/gramlib.cma
- File "vernac/himsg.ml", line 1394, characters 4-16:
- 1394 |   | Stream.Error txt -> hov 0 (str "Syntax error: " ++ str txt ++ str ".")
-            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC -pack -o plugins/firstorder/ground_plugin.cmo
- OCAMLC -o bin/votour.byte
- OCAMLC -pack -o plugins/btauto/btauto_plugin.cmo
- OCAMLC -a -o printing/printing.cma
- File "user-contrib/Ltac2/tac2ffi.ml", line 80, characters 2-14:
- 80 |   r_id : bool;
-        ^^^^^^^^^^^^
- Warning 69 [unused-field]: record field r_id is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC    dev/top_printers.ml
- File "plugins/micromega/certificate.ml", lines 43-44, characters 4-3:
- 43 | ....bigint_to_number : Z.t -> 'a
- 44 |   ;..........................
- Warning 69 [unused-field]: record field bigint_to_number is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC -o bin/coqchk.byte
- OCAMLC -pack -o plugins/rtauto/rtauto_plugin.cmo
- File "plugins/extraction/mlutil.ml", line 220, characters 16-30:
- 220 |   let push_type {env=e;free=f} t =
-                       ^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "plugins/extraction/mlutil.ml", line 225, characters 20-34:
- 225 |   let push_std_type {env=e;free=f} t =
-                           ^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- OCAMLC -a -o ide/coqide/ide_common.cma
- File "stm/stm.ml", line 1736, characters 24-27:
- 1736 |   let build_proof ~doc ?loc ~drop_pt ~exn_info ~block_start ~block_stop ~name:pname =
-                                ^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- OCAMLC -pack -o plugins/nsatz/nsatz_plugin.cmo
- OCAMLC -pack -o plugins/syntax/number_string_notation_plugin.cmo
- OCAMLC -pack -o plugins/cc/cc_plugin.cmo
- File "vernac/vernacentries.ml", line 58, characters 4-38:
- 58 |     deprecated : Deprecation.t option;
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field deprecated is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", lines 135-136, characters 6-5:
- 135 | ......pred : EConstr.t
- 136 |     ;................
- Warning 69 [unused-field]: record field pred is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", lines 263-264, characters 6-5:
- 263 | ......source : EConstr.t
- 264 |     ;...................
- Warning 69 [unused-field]: record field source is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", lines 264-265, characters 6-5:
- 264 | ......target : EConstr.t
- 265 |     ;..............
- Warning 69 [unused-field]: record field target is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", lines 265-266, characters 6-5:
- 265 | ......inj : EInjT.t
- 266 |     ;................
- Warning 69 [unused-field]: record field inj is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", line 298, characters 12-27:
- 298 |   type t = {op : EConstr.t; op_iff : EConstr.t}
-                   ^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field op is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", line 298, characters 28-46:
- 298 |   type t = {op : EConstr.t; op_iff : EConstr.t}
-                                   ^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field op_iff is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", line 302, characters 12-27:
- 302 |   type t = {op : EConstr.t; op_iff : EConstr.t}
-                   ^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field op is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", line 302, characters 28-46:
- 302 |   type t = {op : EConstr.t; op_iff : EConstr.t}
-                                   ^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field op_iff is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/zify.ml", line 1010, characters 19-28:
- 1010 | type 'op propop = {op : 'op; op_constr : EConstr.t; op_iff : EConstr.t}
-                           ^^^^^^^^^
- Warning 69 [unused-field]: record field op is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC -pack -o plugins/extraction/extraction_plugin.cmo
- File "stm/stm.ml", line 210, characters 2-49:
- 210 |   mutable proof_mode : Pvernac.proof_mode option;
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field proof_mode is never mutated.
- OCAMLC -a -o pretyping/pretyping.cma
- File "plugins/funind/functional_principles_proofs.ml", lines 760-761, characters 4-3:
- 760 | ....offset : int
- 761 |   ;..................
- Warning 69 [unused-field]: record field offset is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC -pack -o plugins/micromega/zify_plugin.cmo
- File "plugins/micromega/coq_micromega.ml", lines 1484-1485, characters 4-3:
- 1484 | ....name : string
- 1485 |   ;.........................
- Warning 69 [unused-field]: record field name is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/micromega/coq_micromega.ml", line 1496, characters 4-36:
- 1496 |     pp_f : out_channel -> 'a -> unit
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field pp_f is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC -pack -o plugins/ring/ring_plugin.cmo
- OCAMLC -a -o vernac/vernac.cma
- OCAMLC -a -o interp/interp.cma
- OCAMLC    plugins/funind/recdef.ml
- OCAMLC -a -o stm/stm.cma
- OCAMLC -pack -o user-contrib/Ltac2/ltac2_plugin.cmo
- OCAMLC -pack -o plugins/micromega/micromega_plugin.cmo
- OCAMLC -pack -o plugins/omega/omega_plugin.cmo
- File "plugins/funind/recdef.ml", lines 318-319, characters 4-3:
- 318 | ....nb_arg : int
- 319 |   ;...................................
- Warning 69 [unused-field]: record field nb_arg is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/funind/recdef.ml", lines 324-325, characters 4-3:
- 324 | ....is_mes : bool
- 325 |   ;........................
- Warning 69 [unused-field]: record field is_mes is never read.
- (However, this field is used to build or mutate values.)
- File "plugins/funind/recdef.ml", lines 363-364, characters 4-3:
- 363 | ....lambdA : (Name.t * types * constr, constr) journey_info_tac
- 364 |   ;.......
- Warning 69 [unused-field]: record field lambdA is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC -a -o tactics/tactics.cma
- OCAMLC -pack -o plugins/funind/recdef_plugin.cmo
- COQMKTOP -o bin/coqtop.byte
- COQMKTOP -o bin/coqproofworker.byte
- COQMKTOP -o bin/coqtacticworker.byte
- COQMKTOP -o bin/coqqueryworker.byte
- COQMKTOP -o bin/coqc.byte
- COQMKTOP -o bin/coqidetop.byte
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14/lib/ocaml/compiler-libs, /home/opam/.opam/4.14/lib/ocaml
- File "topbin/coqtop_byte_bin.ml", line 22, characters 29-52:
- 22 |     begin match Hashtbl.find Toploop.directive_table "rectypes" with
-                                   ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topbin/coqtop_byte_bin.ml", line 31, characters 42-59:
- 31 |            { load_obj = (fun f -> if not (Topdirs.load_file ppf f)
-                                                ^^^^^^^^^^^^^^^^^
- Alert deprecated: Topdirs.load_file
- File "ide/coqide/idetop.ml", line 94, characters 31-47:
- 94 |   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 130, characters 31-47:
- 130 |   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 136, characters 31-47:
- 136 |   let pa = Pcoq.Parsable.make (Stream.of_string phrase) in
-                                      ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/coq.8.13.2'
-> compiled  coq.8.13.2
Processing 49/51: [coq: make install]
+ /usr/bin/make "COQ_USE_DUNE=" "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/coq.8.13.2)
- rm -f  
- /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.13.2'
- install -d "/home/opam/.opam/4.14/bin"
- # copy style files for coqide
- install -d "/home/opam/.opam/4.14/lib/coq"/tools/coqdoc
- install -m 644 tools/coqdoc/coqdoc.css tools/coqdoc/coqdoc.sty "/home/opam/.opam/4.14/lib/coq"/tools/coqdoc
- install bin/coqdep bin/coq_makefile bin/coq-tex bin/coqwc bin/coqdoc bin/coqc bin/coqworkmgr bin/coqpp bin/votour bin/ocamllibdep "/home/opam/.opam/4.14/bin"
- install -d "/home/opam/.opam/4.14/bin"
- install bin/coqc bin/coqchk bin/coqtop bin/coqtop.opt bin/coqproofworker.opt bin/coqtacticworker.opt bin/coqqueryworker.opt "/home/opam/.opam/4.14/bin"
- install -d "/home/opam/.opam/4.14/lib/coq"
- ./install.sh "/home/opam/.opam/4.14/lib/coq" theories/ssrsearch/ssrsearch.vo theories/ssrmatching/ssrmatching.vo theories/ssr/ssrunder.vo theories/ssr/ssrsetoid.vo theories/ssr/ssrfun.vo theories/ssr/ssreflect.vo theories/ssr/ssrclasses.vo theories/ssr/ssrbool.vo theories/setoid_ring/ZArithRing.vo theories/setoid_ring/Rings_Z.vo theories/setoid_ring/Rings_R.vo theories/setoid_ring/Rings_Q.vo theories/setoid_ring/Ring_theory.vo theories/setoid_ring/Ring_tac.vo theories/setoid_ring/Ring_polynom.vo theories/setoid_ring/Ring_base.vo theories/setoid_ring/Ring.vo theories/setoid_ring/RealField.vo theories/setoid_ring/Ncring_tac.vo theories/setoid_ring/Ncring_polynom.vo theories/setoid_ring/Ncring_initial.vo theories/setoid_ring/Ncring.vo theories/setoid_ring/NArithRing.vo theories/setoid_ring/Integral_domain.vo theories/setoid_ring/InitialRing.vo theories/setoid_ring/Field_theory.vo theories/setoid_ring/Field_tac.vo theories/setoid_ring/Field.vo theories/setoid_ring/Cring.vo theories/setoid_ring/BinList.vo theories/setoid_ring/ArithRing.vo theories/setoid_ring/Algebra_syntax.vo theories/rtauto/Rtauto.vo theories/rtauto/Bintree.vo theories/omega/PreOmega.vo theories/omega/OmegaTactic.vo theories/omega/OmegaPlugin.vo theories/omega/OmegaLemmas.vo theories/omega/Omega.vo theories/nsatz/NsatzTactic.vo theories/nsatz/Nsatz.vo theories/micromega/Ztac.vo theories/micromega/ZifyPow.vo theories/micromega/ZifyInt63.vo theories/micromega/ZifyInst.vo theories/micromega/ZifyComparison.vo theories/micromega/ZifyClasses.vo theories/micromega/ZifyBool.vo theories/micromega/Zify.vo theories/micromega/ZMicromega.vo theories/micromega/ZCoeff.vo theories/micromega/ZArith_hints.vo theories/micromega/VarMap.vo theories/micromega/Tauto.vo theories/micromega/RingMicromega.vo theories/micromega/Refl.vo theories/micromega/RMicromega.vo theories/micromega/QMicromega.vo theories/micromega/Psatz.vo theories/micromega/OrderedRing.vo theories/micromega/MExtraction.vo theories/micromega/Lra.vo theories/micromega/Lqa.vo theories/micromega/Lia.vo theories/micromega/Fourier_util.vo theories/micromega/Fourier.vo theories/micromega/EnvRing.vo theories/micromega/Env.vo theories/micromega/DeclConstant.vo theories/funind/Recdef.vo theories/funind/FunInd.vo theories/extraction/Extraction.vo theories/extraction/ExtrOcamlZInt.vo theories/extraction/ExtrOcamlZBigInt.vo theories/extraction/ExtrOcamlString.vo theories/extraction/ExtrOcamlNativeString.vo theories/extraction/ExtrOcamlNatInt.vo theories/extraction/ExtrOcamlNatBigInt.vo theories/extraction/ExtrOcamlIntConv.vo theories/extraction/ExtrOcamlChar.vo theories/extraction/ExtrOcamlBigIntConv.vo theories/extraction/ExtrOcamlBasic.vo theories/extraction/ExtrOCamlPArray.vo theories/extraction/ExtrOCamlInt63.vo theories/extraction/ExtrOCamlFloats.vo theories/extraction/ExtrHaskellZNum.vo theories/extraction/ExtrHaskellZInteger.vo theories/extraction/ExtrHaskellZInt.vo theories/extraction/ExtrHaskellString.vo theories/extraction/ExtrHaskellNatNum.vo theories/extraction/ExtrHaskellNatInteger.vo theories/extraction/ExtrHaskellNatInt.vo theories/extraction/ExtrHaskellBasic.vo theories/derive/Derive.vo theories/btauto/Reflect.vo theories/btauto/Btauto.vo theories/btauto/Algebra.vo theories/ZArith/auxiliary.vo theories/ZArith/Zwf.vo theories/ZArith/Zquot.vo theories/ZArith/Zpower.vo theories/ZArith/Zpow_facts.vo theories/ZArith/Zpow_def.vo theories/ZArith/Zpow_alt.vo theories/ZArith/Zorder.vo theories/ZArith/Znumtheory.vo theories/ZArith/Znat.vo theories/ZArith/Zmisc.vo theories/ZArith/Zminmax.vo theories/ZArith/Zmin.vo theories/ZArith/Zmax.vo theories/ZArith/Zhints.vo theories/ZArith/Zgcd_alt.vo theories/ZArith/Zeven.vo theories/ZArith/Zeuclid.vo theories/ZArith/Zdiv.vo theories/ZArith/Zdigits.vo theories/ZArith/Zcomplements.vo theories/ZArith/Zcompare.vo theories/ZArith/Zbool.vo theories/ZArith/Zabs.vo theories/ZArith/ZArith_dec.vo theories/ZArith/ZArith_base.vo theories/ZArith/ZArith.vo theories/ZArith/Wf_Z.vo theories/ZArith/Int.vo theories/ZArith/BinIntDef.vo theories/ZArith/BinInt.vo theories/Wellfounded/Wellfounded.vo theories/Wellfounded/Well_Ordering.vo theories/Wellfounded/Union.vo theories/Wellfounded/Transitive_Closure.vo theories/Wellfounded/Lexicographic_Product.vo theories/Wellfounded/Lexicographic_Exponentiation.vo theories/Wellfounded/Inverse_Image.vo theories/Wellfounded/Inclusion.vo theories/Wellfounded/Disjoint_Union.vo theories/Vectors/VectorSpec.vo theories/Vectors/VectorEq.vo theories/Vectors/VectorDef.vo theories/Vectors/Vector.vo theories/Vectors/Fin.vo theories/Unicode/Utf8_core.vo theories/Unicode/Utf8.vo theories/Structures/OrdersTac.vo theories/Structures/OrdersLists.vo theories/Structures/OrdersFacts.vo theories/Structures/OrdersEx.vo theories/Structures/OrdersAlt.vo theories/Structures/Orders.vo theories/Structures/OrderedTypeEx.vo theories/Structures/OrderedTypeAlt.vo theories/Structures/OrderedType.vo theories/Structures/GenericMinMax.vo theories/Structures/EqualitiesFacts.vo theories/Structures/Equalities.vo theories/Structures/DecidableTypeEx.vo theories/Structures/DecidableType.vo theories/Strings/String.vo theories/Strings/OctalString.vo theories/Strings/HexString.vo theories/Strings/ByteVector.vo theories/Strings/Byte.vo theories/Strings/BinaryString.vo theories/Strings/Ascii.vo theories/Sorting/Sorting.vo theories/Sorting/Sorted.vo theories/Sorting/Permutation.vo theories/Sorting/PermutSetoid.vo theories/Sorting/PermutEq.vo theories/Sorting/Mergesort.vo theories/Sorting/Heap.vo theories/Sorting/CPermutation.vo theories/Sets/Uniset.vo theories/Sets/Relations_3_facts.vo theories/Sets/Relations_3.vo theories/Sets/Relations_2_facts.vo theories/Sets/Relations_2.vo theories/Sets/Relations_1_facts.vo theories/Sets/Relations_1.vo theories/Sets/Powerset_facts.vo theories/Sets/Powerset_Classical_facts.vo theories/Sets/Powerset.vo theories/Sets/Permut.vo theories/Sets/Partial_Order.vo theories/Sets/Multiset.vo theories/Sets/Integers.vo theories/Sets/Infinite_sets.vo theories/Sets/Image.vo theories/Sets/Finite_sets_facts.vo theories/Sets/Finite_sets.vo theories/Sets/Ensembles.vo theories/Sets/Cpo.vo theories/Sets/Constructive_sets.vo theories/Sets/Classical_sets.vo theories/Setoids/Setoid.vo theories/Relations/Relations.vo theories/Relations/Relation_Operators.vo theories/Relations/Relation_Definitions.vo theories/Relations/Operators_Properties.vo theories/Reals/Sqrt_reg.vo theories/Reals/SplitRmult.vo theories/Reals/SplitAbsolu.vo theories/Reals/SeqSeries.vo theories/Reals/SeqProp.vo theories/Reals/Runcountable.vo theories/Reals/Rtrigo_reg.vo theories/Reals/Rtrigo_fun.vo theories/Reals/Rtrigo_facts.vo theories/Reals/Rtrigo_def.vo theories/Reals/Rtrigo_calc.vo theories/Reals/Rtrigo_alt.vo theories/Reals/Rtrigo1.vo theories/Reals/Rtrigo.vo theories/Reals/Rtopology.vo theories/Reals/Rsqrt_def.vo theories/Reals/Rsigma.vo theories/Reals/Rseries.vo theories/Reals/Rregisternames.vo theories/Reals/Rprod.vo theories/Reals/Rpower.vo theories/Reals/Rpow_def.vo theories/Reals/Rminmax.vo theories/Reals/Rlogic.vo theories/Reals/Rlimit.vo theories/Reals/RiemannInt_SF.vo theories/Reals/RiemannInt.vo theories/Reals/Rgeom.vo theories/Reals/Rfunctions.vo theories/Reals/Reals.vo theories/Reals/Rderiv.vo theories/Reals/Rdefinitions.vo theories/Reals/Rcomplete.vo theories/Reals/Rbasic_fun.vo theories/Reals/Rbase.vo theories/Reals/Raxioms.vo theories/Reals/Ratan.vo theories/Reals/Ranalysis_reg.vo theories/Reals/Ranalysis5.vo theories/Reals/Ranalysis4.vo theories/Reals/Ranalysis3.vo theories/Reals/Ranalysis2.vo theories/Reals/Ranalysis1.vo theories/Reals/Ranalysis.vo theories/Reals/R_sqrt.vo theories/Reals/R_sqr.vo theories/Reals/R_Ifp.vo theories/Reals/ROrderedType.vo theories/Reals/RList.vo theories/Reals/RIneq.vo theories/Reals/PartSum.vo theories/Reals/PSeries_reg.vo theories/Reals/NewtonInt.vo theories/Reals/Machin.vo theories/Reals/MVT.vo theories/Reals/Integration.vo theories/Reals/Exp_prop.vo theories/Reals/DiscrR.vo theories/Reals/Cos_rel.vo theories/Reals/Cos_plus.vo theories/Reals/ClassicalDedekindReals.vo theories/Reals/ClassicalConstructiveReals.vo theories/Reals/Cauchy_prod.vo theories/Reals/Cauchy/QExtra.vo theories/Reals/Cauchy/PosExtra.vo theories/Reals/Cauchy/ConstructiveRcomplete.vo theories/Reals/Cauchy/ConstructiveExtra.vo theories/Reals/Cauchy/ConstructiveCauchyRealsMult.vo theories/Reals/Cauchy/ConstructiveCauchyReals.vo theories/Reals/Cauchy/ConstructiveCauchyAbs.vo theories/Reals/Binomial.vo theories/Reals/ArithProp.vo theories/Reals/AltSeries.vo theories/Reals/Alembert.vo theories/Reals/Abstract/ConstructiveSum.vo theories/Reals/Abstract/ConstructiveRealsMorphisms.vo theories/Reals/Abstract/ConstructiveReals.vo theories/Reals/Abstract/ConstructivePower.vo theories/Reals/Abstract/ConstructiveMinMax.vo theories/Reals/Abstract/ConstructiveLimits.vo theories/Reals/Abstract/ConstructiveLUB.vo theories/Reals/Abstract/ConstructiveAbs.vo theories/QArith/Qround.vo theories/QArith/Qring.vo theories/QArith/Qreduction.vo theories/QArith/Qreals.vo theories/QArith/Qpower.vo theories/QArith/Qminmax.vo theories/QArith/Qfield.vo theories/QArith/Qcanon.vo theories/QArith/Qcabs.vo theories/QArith/Qabs.vo theories/QArith/QOrderedType.vo theories/QArith/QArith_base.vo theories/QArith/QArith.vo theories/Program/Wf.vo theories/Program/Utils.vo theories/Program/Tactics.vo theories/Program/Syntax.vo theories/Program/Subset.vo theories/Program/Program.vo theories/Program/Equality.vo theories/Program/Combinators.vo theories/Program/Basics.vo theories/PArith/Pnat.vo theories/PArith/POrderedType.vo theories/PArith/PArith.vo theories/PArith/BinPosDef.vo theories/PArith/BinPos.vo theories/Numbers/NumPrelude.vo theories/Numbers/Natural/Peano/NPeano.vo theories/Numbers/Natural/Binary/NBinary.vo theories/Numbers/Natural/Abstract/NSub.vo theories/Numbers/Natural/Abstract/NStrongRec.vo theories/Numbers/Natural/Abstract/NSqrt.vo theories/Numbers/Natural/Abstract/NProperties.vo theories/Numbers/Natural/Abstract/NPow.vo theories/Numbers/Natural/Abstract/NParity.vo theories/Numbers/Natural/Abstract/NOrder.vo theories/Numbers/Natural/Abstract/NMulOrder.vo theories/Numbers/Natural/Abstract/NMaxMin.vo theories/Numbers/Natural/Abstract/NLog.vo theories/Numbers/Natural/Abstract/NLcm.vo theories/Numbers/Natural/Abstract/NIso.vo theories/Numbers/Natural/Abstract/NGcd.vo theories/Numbers/Natural/Abstract/NDiv.vo theories/Numbers/Natural/Abstract/NDefOps.vo theories/Numbers/Natural/Abstract/NBits.vo theories/Numbers/Natural/Abstract/NBase.vo theories/Numbers/Natural/Abstract/NAxioms.vo theories/Numbers/Natural/Abstract/NAddOrder.vo theories/Numbers/Natural/Abstract/NAdd.vo theories/Numbers/NatInt/NZSqrt.vo theories/Numbers/NatInt/NZProperties.vo theories/Numbers/NatInt/NZPow.vo theories/Numbers/NatInt/NZParity.vo theories/Numbers/NatInt/NZOrder.vo theories/Numbers/NatInt/NZMulOrder.vo theories/Numbers/NatInt/NZMul.vo theories/Numbers/NatInt/NZLog.vo theories/Numbers/NatInt/NZGcd.vo theories/Numbers/NatInt/NZDomain.vo theories/Numbers/NatInt/NZDiv.vo theories/Numbers/NatInt/NZBits.vo theories/Numbers/NatInt/NZBase.vo theories/Numbers/NatInt/NZAxioms.vo theories/Numbers/NatInt/NZAddOrder.vo theories/Numbers/NatInt/NZAdd.vo theories/Numbers/NaryFunctions.vo theories/Numbers/Integer/NatPairs/ZNatPairs.vo theories/Numbers/Integer/Binary/ZBinary.vo theories/Numbers/Integer/Abstract/ZSgnAbs.vo theories/Numbers/Integer/Abstract/ZProperties.vo theories/Numbers/Integer/Abstract/ZPow.vo theories/Numbers/Integer/Abstract/ZParity.vo theories/Numbers/Integer/Abstract/ZMulOrder.vo theories/Numbers/Integer/Abstract/ZMul.vo theories/Numbers/Integer/Abstract/ZMaxMin.vo theories/Numbers/Integer/Abstract/ZLt.vo theories/Numbers/Integer/Abstract/ZLcm.vo theories/Numbers/Integer/Abstract/ZGcd.vo theories/Numbers/Integer/Abstract/ZDivTrunc.vo theories/Numbers/Integer/Abstract/ZDivFloor.vo theories/Numbers/Integer/Abstract/ZDivEucl.vo theories/Numbers/Integer/Abstract/ZBits.vo theories/Numbers/Integer/Abstract/ZBase.vo theories/Numbers/Integer/Abstract/ZAxioms.vo theories/Numbers/Integer/Abstract/ZAddOrder.vo theories/Numbers/Integer/Abstract/ZAdd.vo theories/Numbers/HexadecimalZ.vo theories/Numbers/HexadecimalString.vo theories/Numbers/HexadecimalR.vo theories/Numbers/HexadecimalQ.vo theories/Numbers/HexadecimalPos.vo theories/Numbers/HexadecimalNat.vo theories/Numbers/HexadecimalN.vo theories/Numbers/HexadecimalFacts.vo theories/Numbers/DecimalZ.vo theories/Numbers/DecimalString.vo theories/Numbers/DecimalR.vo theories/Numbers/DecimalQ.vo theories/Numbers/DecimalPos.vo theories/Numbers/DecimalNat.vo theories/Numbers/DecimalN.vo theories/Numbers/DecimalFacts.vo theories/Numbers/Cyclic/ZModulo/ZModulo.vo theories/Numbers/Cyclic/Int63/Ring63.vo theories/Numbers/Cyclic/Int63/Int63.vo theories/Numbers/Cyclic/Int63/Cyclic63.vo theories/Numbers/Cyclic/Int31/Ring31.vo theories/Numbers/Cyclic/Int31/Int31.vo theories/Numbers/Cyclic/Int31/Cyclic31.vo theories/Numbers/Cyclic/Abstract/NZCyclic.vo theories/Numbers/Cyclic/Abstract/DoubleType.vo theories/Numbers/Cyclic/Abstract/CyclicAxioms.vo theories/Numbers/BinNums.vo theories/Numbers/AltBinNotations.vo theories/NArith/Nsqrt_def.vo theories/NArith/Nnat.vo theories/NArith/Ngcd_def.vo theories/NArith/Ndiv_def.vo theories/NArith/Ndist.vo theories/NArith/Ndigits.vo theories/NArith/Ndec.vo theories/NArith/NArith.vo theories/NArith/BinNatDef.vo theories/NArith/BinNat.vo theories/MSets/MSets.vo theories/MSets/MSetWeakList.vo theories/MSets/MSetToFiniteSet.vo theories/MSets/MSetRBT.vo theories/MSets/MSetProperties.vo theories/MSets/MSetPositive.vo theories/MSets/MSetList.vo theories/MSets/MSetInterface.vo theories/MSets/MSetGenTree.vo theories/MSets/MSetFacts.vo theories/MSets/MSetEqProperties.vo theories/MSets/MSetDecide.vo theories/MSets/MSetAVL.vo theories/Logic/WeakFan.vo theories/Logic/WKL.vo theories/Logic/StrictProp.vo theories/Logic/SetoidChoice.vo theories/Logic/SetIsType.vo theories/Logic/RelationalChoice.vo theories/Logic/PropFacts.vo theories/Logic/PropExtensionalityFacts.vo theories/Logic/PropExtensionality.vo theories/Logic/ProofIrrelevanceFacts.vo theories/Logic/ProofIrrelevance.vo theories/Logic/JMeq.vo theories/Logic/IndefiniteDescription.vo theories/Logic/Hurkens.vo theories/Logic/HLevels.vo theories/Logic/FunctionalExtensionality.vo theories/Logic/FinFun.vo theories/Logic/ExtensionalityFacts.vo theories/Logic/ExtensionalFunctionRepresentative.vo theories/Logic/Eqdep_dec.vo theories/Logic/EqdepFacts.vo theories/Logic/Eqdep.vo theories/Logic/Epsilon.vo theories/Logic/Diaconescu.vo theories/Logic/Description.vo theories/Logic/Decidable.vo theories/Logic/ConstructiveEpsilon.vo theories/Logic/Classical_Prop.vo theories/Logic/Classical_Pred_Type.vo theories/Logic/ClassicalUniqueChoice.vo theories/Logic/ClassicalFacts.vo theories/Logic/ClassicalEpsilon.vo theories/Logic/ClassicalDescription.vo theories/Logic/ClassicalChoice.vo theories/Logic/Classical.vo theories/Logic/ChoiceFacts.vo theories/Logic/Berardi.vo theories/Lists/Streams.vo theories/Lists/StreamMemo.vo theories/Lists/SetoidPermutation.vo theories/Lists/SetoidList.vo theories/Lists/ListTactics.vo theories/Lists/ListSet.vo theories/Lists/ListDec.vo theories/Lists/List.vo theories/Init/Wf.vo theories/Init/Tauto.vo theories/Init/Tactics.vo theories/Init/Specif.vo theories/Init/Prelude.vo theories/Init/Peano.vo theories/Init/Numeral.vo theories/Init/Number.vo theories/Init/Notations.vo theories/Init/Nat.vo theories/Init/Ltac.vo theories/Init/Logic_Type.vo theories/Init/Logic.vo theories/Init/Hexadecimal.vo theories/Init/Decimal.vo theories/Init/Datatypes.vo theories/Init/Byte.vo theories/Floats/SpecFloat.vo theories/Floats/PrimFloat.vo theories/Floats/Floats.vo theories/Floats/FloatOps.vo theories/Floats/FloatLemmas.vo theories/Floats/FloatClass.vo theories/Floats/FloatAxioms.vo theories/FSets/FSets.vo theories/FSets/FSetWeakList.vo theories/FSets/FSetToFiniteSet.vo theories/FSets/FSetProperties.vo theories/FSets/FSetPositive.vo theories/FSets/FSetList.vo theories/FSets/FSetInterface.vo theories/FSets/FSetFacts.vo theories/FSets/FSetEqProperties.vo theories/FSets/FSetDecide.vo theories/FSets/FSetCompat.vo theories/FSets/FSetBridge.vo theories/FSets/FSetAVL.vo theories/FSets/FMaps.vo theories/FSets/FMapWeakList.vo theories/FSets/FMapPositive.vo theories/FSets/FMapList.vo theories/FSets/FMapInterface.vo theories/FSets/FMapFullAVL.vo theories/FSets/FMapFacts.vo theories/FSets/FMapAVL.vo theories/Compat/Coq813.vo theories/Compat/Coq812.vo theories/Compat/Coq811.vo theories/Compat/AdmitAxiom.vo theories/Classes/SetoidTactics.vo theories/Classes/SetoidDec.vo theories/Classes/SetoidClass.vo theories/Classes/RelationPairs.vo theories/Classes/RelationClasses.vo theories/Classes/Morphisms_Relations.vo theories/Classes/Morphisms_Prop.vo theories/Classes/Morphisms.vo theories/Classes/Init.vo theories/Classes/Equivalence.vo theories/Classes/EquivDec.vo theories/Classes/DecidableClass.vo theories/Classes/CRelationClasses.vo theories/Classes/CMorphisms.vo theories/Classes/CEquivalence.vo theories/Bool/Zerob.vo theories/Bool/Sumbool.vo theories/Bool/IfProp.vo theories/Bool/DecBool.vo theories/Bool/Bvector.vo theories/Bool/BoolOrder.vo theories/Bool/BoolEq.vo theories/Bool/Bool.vo theories/Array/PArray.vo theories/Arith/Wf_nat.vo theories/Arith/Plus.vo theories/Arith/Peano_dec.vo theories/Arith/PeanoNat.vo theories/Arith/Mult.vo theories/Arith/Minus.vo theories/Arith/Min.vo theories/Arith/Max.vo theories/Arith/Lt.vo theories/Arith/Le.vo theories/Arith/Gt.vo theories/Arith/Factorial.vo theories/Arith/Even.vo theories/Arith/Euclid.vo theories/Arith/EqNat.vo theories/Arith/Div2.vo theories/Arith/Compare_dec.vo theories/Arith/Compare.vo theories/Arith/Bool_nat.vo theories/Arith/Between.vo theories/Arith/Arith_base.vo theories/Arith/Arith.vo user-contrib/Ltac2/String.vo user-contrib/Ltac2/Std.vo user-contrib/Ltac2/Pattern.vo user-contrib/Ltac2/Option.vo user-contrib/Ltac2/Notations.vo user-contrib/Ltac2/Message.vo user-contrib/Ltac2/Ltac2.vo user-contrib/Ltac2/Ltac1.vo user-contrib/Ltac2/List.vo user-contrib/Ltac2/Int.vo user-contrib/Ltac2/Init.vo user-contrib/Ltac2/Ident.vo user-contrib/Ltac2/Fresh.vo user-contrib/Ltac2/Env.vo user-contrib/Ltac2/Control.vo user-contrib/Ltac2/Constr.vo user-contrib/Ltac2/Char.vo user-contrib/Ltac2/Bool.vo user-contrib/Ltac2/Array.vo
- ./install.sh "/home/opam/.opam/4.14/lib/coq" theories/ssrsearch/ssrsearch.vos theories/ssrmatching/ssrmatching.vos theories/ssr/ssrunder.vos theories/ssr/ssrsetoid.vos theories/ssr/ssrfun.vos theories/ssr/ssreflect.vos theories/ssr/ssrclasses.vos theories/ssr/ssrbool.vos theories/setoid_ring/ZArithRing.vos theories/setoid_ring/Rings_Z.vos theories/setoid_ring/Rings_R.vos theories/setoid_ring/Rings_Q.vos theories/setoid_ring/Ring_theory.vos theories/setoid_ring/Ring_tac.vos theories/setoid_ring/Ring_polynom.vos theories/setoid_ring/Ring_base.vos theories/setoid_ring/Ring.vos theories/setoid_ring/RealField.vos theories/setoid_ring/Ncring_tac.vos theories/setoid_ring/Ncring_polynom.vos theories/setoid_ring/Ncring_initial.vos theories/setoid_ring/Ncring.vos theories/setoid_ring/NArithRing.vos theories/setoid_ring/Integral_domain.vos theories/setoid_ring/InitialRing.vos theories/setoid_ring/Field_theory.vos theories/setoid_ring/Field_tac.vos theories/setoid_ring/Field.vos theories/setoid_ring/Cring.vos theories/setoid_ring/BinList.vos theories/setoid_ring/ArithRing.vos theories/setoid_ring/Algebra_syntax.vos theories/rtauto/Rtauto.vos theories/rtauto/Bintree.vos theories/omega/PreOmega.vos theories/omega/OmegaTactic.vos theories/omega/OmegaPlugin.vos theories/omega/OmegaLemmas.vos theories/omega/Omega.vos theories/nsatz/NsatzTactic.vos theories/nsatz/Nsatz.vos theories/micromega/Ztac.vos theories/micromega/ZifyPow.vos theories/micromega/ZifyInt63.vos theories/micromega/ZifyInst.vos theories/micromega/ZifyComparison.vos theories/micromega/ZifyClasses.vos theories/micromega/ZifyBool.vos theories/micromega/Zify.vos theories/micromega/ZMicromega.vos theories/micromega/ZCoeff.vos theories/micromega/ZArith_hints.vos theories/micromega/VarMap.vos theories/micromega/Tauto.vos theories/micromega/RingMicromega.vos theories/micromega/Refl.vos theories/micromega/RMicromega.vos theories/micromega/QMicromega.vos theories/micromega/Psatz.vos theories/micromega/OrderedRing.vos theories/micromega/MExtraction.vos theories/micromega/Lra.vos theories/micromega/Lqa.vos theories/micromega/Lia.vos theories/micromega/Fourier_util.vos theories/micromega/Fourier.vos theories/micromega/EnvRing.vos theories/micromega/Env.vos theories/micromega/DeclConstant.vos theories/funind/Recdef.vos theories/funind/FunInd.vos theories/extraction/Extraction.vos theories/extraction/ExtrOcamlZInt.vos theories/extraction/ExtrOcamlZBigInt.vos theories/extraction/ExtrOcamlString.vos theories/extraction/ExtrOcamlNativeString.vos theories/extraction/ExtrOcamlNatInt.vos theories/extraction/ExtrOcamlNatBigInt.vos theories/extraction/ExtrOcamlIntConv.vos theories/extraction/ExtrOcamlChar.vos theories/extraction/ExtrOcamlBigIntConv.vos theories/extraction/ExtrOcamlBasic.vos theories/extraction/ExtrOCamlPArray.vos theories/extraction/ExtrOCamlInt63.vos theories/extraction/ExtrOCamlFloats.vos theories/extraction/ExtrHaskellZNum.vos theories/extraction/ExtrHaskellZInteger.vos theories/extraction/ExtrHaskellZInt.vos theories/extraction/ExtrHaskellString.vos theories/extraction/ExtrHaskellNatNum.vos theories/extraction/ExtrHaskellNatInteger.vos theories/extraction/ExtrHaskellNatInt.vos theories/extraction/ExtrHaskellBasic.vos theories/derive/Derive.vos theories/btauto/Reflect.vos theories/btauto/Btauto.vos theories/btauto/Algebra.vos theories/ZArith/auxiliary.vos theories/ZArith/Zwf.vos theories/ZArith/Zquot.vos theories/ZArith/Zpower.vos theories/ZArith/Zpow_facts.vos theories/ZArith/Zpow_def.vos theories/ZArith/Zpow_alt.vos theories/ZArith/Zorder.vos theories/ZArith/Znumtheory.vos theories/ZArith/Znat.vos theories/ZArith/Zmisc.vos theories/ZArith/Zminmax.vos theories/ZArith/Zmin.vos theories/ZArith/Zmax.vos theories/ZArith/Zhints.vos theories/ZArith/Zgcd_alt.vos theories/ZArith/Zeven.vos theories/ZArith/Zeuclid.vos theories/ZArith/Zdiv.vos theories/ZArith/Zdigits.vos theories/ZArith/Zcomplements.vos theories/ZArith/Zcompare.vos theories/ZArith/Zbool.vos theories/ZArith/Zabs.vos theories/ZArith/ZArith_dec.vos theories/ZArith/ZArith_base.vos theories/ZArith/ZArith.vos theories/ZArith/Wf_Z.vos theories/ZArith/Int.vos theories/ZArith/BinIntDef.vos theories/ZArith/BinInt.vos theories/Wellfounded/Wellfounded.vos theories/Wellfounded/Well_Ordering.vos theories/Wellfounded/Union.vos theories/Wellfounded/Transitive_Closure.vos theories/Wellfounded/Lexicographic_Product.vos theories/Wellfounded/Lexicographic_Exponentiation.vos theories/Wellfounded/Inverse_Image.vos theories/Wellfounded/Inclusion.vos theories/Wellfounded/Disjoint_Union.vos theories/Vectors/VectorSpec.vos theories/Vectors/VectorEq.vos theories/Vectors/VectorDef.vos theories/Vectors/Vector.vos theories/Vectors/Fin.vos theories/Unicode/Utf8_core.vos theories/Unicode/Utf8.vos theories/Structures/OrdersTac.vos theories/Structures/OrdersLists.vos theories/Structures/OrdersFacts.vos theories/Structures/OrdersEx.vos theories/Structures/OrdersAlt.vos theories/Structures/Orders.vos theories/Structures/OrderedTypeEx.vos theories/Structures/OrderedTypeAlt.vos theories/Structures/OrderedType.vos theories/Structures/GenericMinMax.vos theories/Structures/EqualitiesFacts.vos theories/Structures/Equalities.vos theories/Structures/DecidableTypeEx.vos theories/Structures/DecidableType.vos theories/Strings/String.vos theories/Strings/OctalString.vos theories/Strings/HexString.vos theories/Strings/ByteVector.vos theories/Strings/Byte.vos theories/Strings/BinaryString.vos theories/Strings/Ascii.vos theories/Sorting/Sorting.vos theories/Sorting/Sorted.vos theories/Sorting/Permutation.vos theories/Sorting/PermutSetoid.vos theories/Sorting/PermutEq.vos theories/Sorting/Mergesort.vos theories/Sorting/Heap.vos theories/Sorting/CPermutation.vos theories/Sets/Uniset.vos theories/Sets/Relations_3_facts.vos theories/Sets/Relations_3.vos theories/Sets/Relations_2_facts.vos theories/Sets/Relations_2.vos theories/Sets/Relations_1_facts.vos theories/Sets/Relations_1.vos theories/Sets/Powerset_facts.vos theories/Sets/Powerset_Classical_facts.vos theories/Sets/Powerset.vos theories/Sets/Permut.vos theories/Sets/Partial_Order.vos theories/Sets/Multiset.vos theories/Sets/Integers.vos theories/Sets/Infinite_sets.vos theories/Sets/Image.vos theories/Sets/Finite_sets_facts.vos theories/Sets/Finite_sets.vos theories/Sets/Ensembles.vos theories/Sets/Cpo.vos theories/Sets/Constructive_sets.vos theories/Sets/Classical_sets.vos theories/Setoids/Setoid.vos theories/Relations/Relations.vos theories/Relations/Relation_Operators.vos theories/Relations/Relation_Definitions.vos theories/Relations/Operators_Properties.vos theories/Reals/Sqrt_reg.vos theories/Reals/SplitRmult.vos theories/Reals/SplitAbsolu.vos theories/Reals/SeqSeries.vos theories/Reals/SeqProp.vos theories/Reals/Runcountable.vos theories/Reals/Rtrigo_reg.vos theories/Reals/Rtrigo_fun.vos theories/Reals/Rtrigo_facts.vos theories/Reals/Rtrigo_def.vos theories/Reals/Rtrigo_calc.vos theories/Reals/Rtrigo_alt.vos theories/Reals/Rtrigo1.vos theories/Reals/Rtrigo.vos theories/Reals/Rtopology.vos theories/Reals/Rsqrt_def.vos theories/Reals/Rsigma.vos theories/Reals/Rseries.vos theories/Reals/Rregisternames.vos theories/Reals/Rprod.vos theories/Reals/Rpower.vos theories/Reals/Rpow_def.vos theories/Reals/Rminmax.vos theories/Reals/Rlogic.vos theories/Reals/Rlimit.vos theories/Reals/RiemannInt_SF.vos theories/Reals/RiemannInt.vos theories/Reals/Rgeom.vos theories/Reals/Rfunctions.vos theories/Reals/Reals.vos theories/Reals/Rderiv.vos theories/Reals/Rdefinitions.vos theories/Reals/Rcomplete.vos theories/Reals/Rbasic_fun.vos theories/Reals/Rbase.vos theories/Reals/Raxioms.vos theories/Reals/Ratan.vos theories/Reals/Ranalysis_reg.vos theories/Reals/Ranalysis5.vos theories/Reals/Ranalysis4.vos theories/Reals/Ranalysis3.vos theories/Reals/Ranalysis2.vos theories/Reals/Ranalysis1.vos theories/Reals/Ranalysis.vos theories/Reals/R_sqrt.vos theories/Reals/R_sqr.vos theories/Reals/R_Ifp.vos theories/Reals/ROrderedType.vos theories/Reals/RList.vos theories/Reals/RIneq.vos theories/Reals/PartSum.vos theories/Reals/PSeries_reg.vos theories/Reals/NewtonInt.vos theories/Reals/Machin.vos theories/Reals/MVT.vos theories/Reals/Integration.vos theories/Reals/Exp_prop.vos theories/Reals/DiscrR.vos theories/Reals/Cos_rel.vos theories/Reals/Cos_plus.vos theories/Reals/ClassicalDedekindReals.vos theories/Reals/ClassicalConstructiveReals.vos theories/Reals/Cauchy_prod.vos theories/Reals/Cauchy/QExtra.vos theories/Reals/Cauchy/PosExtra.vos theories/Reals/Cauchy/ConstructiveRcomplete.vos theories/Reals/Cauchy/ConstructiveExtra.vos theories/Reals/Cauchy/ConstructiveCauchyRealsMult.vos theories/Reals/Cauchy/ConstructiveCauchyReals.vos theories/Reals/Cauchy/ConstructiveCauchyAbs.vos theories/Reals/Binomial.vos theories/Reals/ArithProp.vos theories/Reals/AltSeries.vos theories/Reals/Alembert.vos theories/Reals/Abstract/ConstructiveSum.vos theories/Reals/Abstract/ConstructiveRealsMorphisms.vos theories/Reals/Abstract/ConstructiveReals.vos theories/Reals/Abstract/ConstructivePower.vos theories/Reals/Abstract/ConstructiveMinMax.vos theories/Reals/Abstract/ConstructiveLimits.vos theories/Reals/Abstract/ConstructiveLUB.vos theories/Reals/Abstract/ConstructiveAbs.vos theories/QArith/Qround.vos theories/QArith/Qring.vos theories/QArith/Qreduction.vos theories/QArith/Qreals.vos theories/QArith/Qpower.vos theories/QArith/Qminmax.vos theories/QArith/Qfield.vos theories/QArith/Qcanon.vos theories/QArith/Qcabs.vos theories/QArith/Qabs.vos theories/QArith/QOrderedType.vos theories/QArith/QArith_base.vos theories/QArith/QArith.vos theories/Program/Wf.vos theories/Program/Utils.vos theories/Program/Tactics.vos theories/Program/Syntax.vos theories/Program/Subset.vos theories/Program/Program.vos theories/Program/Equality.vos theories/Program/Combinators.vos theories/Program/Basics.vos theories/PArith/Pnat.vos theories/PArith/POrderedType.vos theories/PArith/PArith.vos theories/PArith/BinPosDef.vos theories/PArith/BinPos.vos theories/Numbers/NumPrelude.vos theories/Numbers/Natural/Peano/NPeano.vos theories/Numbers/Natural/Binary/NBinary.vos theories/Numbers/Natural/Abstract/NSub.vos theories/Numbers/Natural/Abstract/NStrongRec.vos theories/Numbers/Natural/Abstract/NSqrt.vos theories/Numbers/Natural/Abstract/NProperties.vos theories/Numbers/Natural/Abstract/NPow.vos theories/Numbers/Natural/Abstract/NParity.vos theories/Numbers/Natural/Abstract/NOrder.vos theories/Numbers/Natural/Abstract/NMulOrder.vos theories/Numbers/Natural/Abstract/NMaxMin.vos theories/Numbers/Natural/Abstract/NLog.vos theories/Numbers/Natural/Abstract/NLcm.vos theories/Numbers/Natural/Abstract/NIso.vos theories/Numbers/Natural/Abstract/NGcd.vos theories/Numbers/Natural/Abstract/NDiv.vos theories/Numbers/Natural/Abstract/NDefOps.vos theories/Numbers/Natural/Abstract/NBits.vos theories/Numbers/Natural/Abstract/NBase.vos theories/Numbers/Natural/Abstract/NAxioms.vos theories/Numbers/Natural/Abstract/NAddOrder.vos theories/Numbers/Natural/Abstract/NAdd.vos theories/Numbers/NatInt/NZSqrt.vos theories/Numbers/NatInt/NZProperties.vos theories/Numbers/NatInt/NZPow.vos theories/Numbers/NatInt/NZParity.vos theories/Numbers/NatInt/NZOrder.vos theories/Numbers/NatInt/NZMulOrder.vos theories/Numbers/NatInt/NZMul.vos theories/Numbers/NatInt/NZLog.vos theories/Numbers/NatInt/NZGcd.vos theories/Numbers/NatInt/NZDomain.vos theories/Numbers/NatInt/NZDiv.vos theories/Numbers/NatInt/NZBits.vos theories/Numbers/NatInt/NZBase.vos theories/Numbers/NatInt/NZAxioms.vos theories/Numbers/NatInt/NZAddOrder.vos theories/Numbers/NatInt/NZAdd.vos theories/Numbers/NaryFunctions.vos theories/Numbers/Integer/NatPairs/ZNatPairs.vos theories/Numbers/Integer/Binary/ZBinary.vos theories/Numbers/Integer/Abstract/ZSgnAbs.vos theories/Numbers/Integer/Abstract/ZProperties.vos theories/Numbers/Integer/Abstract/ZPow.vos theories/Numbers/Integer/Abstract/ZParity.vos theories/Numbers/Integer/Abstract/ZMulOrder.vos theories/Numbers/Integer/Abstract/ZMul.vos theories/Numbers/Integer/Abstract/ZMaxMin.vos theories/Numbers/Integer/Abstract/ZLt.vos theories/Numbers/Integer/Abstract/ZLcm.vos theories/Numbers/Integer/Abstract/ZGcd.vos theories/Numbers/Integer/Abstract/ZDivTrunc.vos theories/Numbers/Integer/Abstract/ZDivFloor.vos theories/Numbers/Integer/Abstract/ZDivEucl.vos theories/Numbers/Integer/Abstract/ZBits.vos theories/Numbers/Integer/Abstract/ZBase.vos theories/Numbers/Integer/Abstract/ZAxioms.vos theories/Numbers/Integer/Abstract/ZAddOrder.vos theories/Numbers/Integer/Abstract/ZAdd.vos theories/Numbers/HexadecimalZ.vos theories/Numbers/HexadecimalString.vos theories/Numbers/HexadecimalR.vos theories/Numbers/HexadecimalQ.vos theories/Numbers/HexadecimalPos.vos theories/Numbers/HexadecimalNat.vos theories/Numbers/HexadecimalN.vos theories/Numbers/HexadecimalFacts.vos theories/Numbers/DecimalZ.vos theories/Numbers/DecimalString.vos theories/Numbers/DecimalR.vos theories/Numbers/DecimalQ.vos theories/Numbers/DecimalPos.vos theories/Numbers/DecimalNat.vos theories/Numbers/DecimalN.vos theories/Numbers/DecimalFacts.vos theories/Numbers/Cyclic/ZModulo/ZModulo.vos theories/Numbers/Cyclic/Int63/Ring63.vos theories/Numbers/Cyclic/Int63/Int63.vos theories/Numbers/Cyclic/Int63/Cyclic63.vos theories/Numbers/Cyclic/Int31/Ring31.vos theories/Numbers/Cyclic/Int31/Int31.vos theories/Numbers/Cyclic/Int31/Cyclic31.vos theories/Numbers/Cyclic/Abstract/NZCyclic.vos theories/Numbers/Cyclic/Abstract/DoubleType.vos theories/Numbers/Cyclic/Abstract/CyclicAxioms.vos theories/Numbers/BinNums.vos theories/Numbers/AltBinNotations.vos theories/NArith/Nsqrt_def.vos theories/NArith/Nnat.vos theories/NArith/Ngcd_def.vos theories/NArith/Ndiv_def.vos theories/NArith/Ndist.vos theories/NArith/Ndigits.vos theories/NArith/Ndec.vos theories/NArith/NArith.vos theories/NArith/BinNatDef.vos theories/NArith/BinNat.vos theories/MSets/MSets.vos theories/MSets/MSetWeakList.vos theories/MSets/MSetToFiniteSet.vos theories/MSets/MSetRBT.vos theories/MSets/MSetProperties.vos theories/MSets/MSetPositive.vos theories/MSets/MSetList.vos theories/MSets/MSetInterface.vos theories/MSets/MSetGenTree.vos theories/MSets/MSetFacts.vos theories/MSets/MSetEqProperties.vos theories/MSets/MSetDecide.vos theories/MSets/MSetAVL.vos theories/Logic/WeakFan.vos theories/Logic/WKL.vos theories/Logic/StrictProp.vos theories/Logic/SetoidChoice.vos theories/Logic/SetIsType.vos theories/Logic/RelationalChoice.vos theories/Logic/PropFacts.vos theories/Logic/PropExtensionalityFacts.vos theories/Logic/PropExtensionality.vos theories/Logic/ProofIrrelevanceFacts.vos theories/Logic/ProofIrrelevance.vos theories/Logic/JMeq.vos theories/Logic/IndefiniteDescription.vos theories/Logic/Hurkens.vos theories/Logic/HLevels.vos theories/Logic/FunctionalExtensionality.vos theories/Logic/FinFun.vos theories/Logic/ExtensionalityFacts.vos theories/Logic/ExtensionalFunctionRepresentative.vos theories/Logic/Eqdep_dec.vos theories/Logic/EqdepFacts.vos theories/Logic/Eqdep.vos theories/Logic/Epsilon.vos theories/Logic/Diaconescu.vos theories/Logic/Description.vos theories/Logic/Decidable.vos theories/Logic/ConstructiveEpsilon.vos theories/Logic/Classical_Prop.vos theories/Logic/Classical_Pred_Type.vos theories/Logic/ClassicalUniqueChoice.vos theories/Logic/ClassicalFacts.vos theories/Logic/ClassicalEpsilon.vos theories/Logic/ClassicalDescription.vos theories/Logic/ClassicalChoice.vos theories/Logic/Classical.vos theories/Logic/ChoiceFacts.vos theories/Logic/Berardi.vos theories/Lists/Streams.vos theories/Lists/StreamMemo.vos theories/Lists/SetoidPermutation.vos theories/Lists/SetoidList.vos theories/Lists/ListTactics.vos theories/Lists/ListSet.vos theories/Lists/ListDec.vos theories/Lists/List.vos theories/Init/Wf.vos theories/Init/Tauto.vos theories/Init/Tactics.vos theories/Init/Specif.vos theories/Init/Prelude.vos theories/Init/Peano.vos theories/Init/Numeral.vos theories/Init/Number.vos theories/Init/Notations.vos theories/Init/Nat.vos theories/Init/Ltac.vos theories/Init/Logic_Type.vos theories/Init/Logic.vos theories/Init/Hexadecimal.vos theories/Init/Decimal.vos theories/Init/Datatypes.vos theories/Init/Byte.vos theories/Floats/SpecFloat.vos theories/Floats/PrimFloat.vos theories/Floats/Floats.vos theories/Floats/FloatOps.vos theories/Floats/FloatLemmas.vos theories/Floats/FloatClass.vos theories/Floats/FloatAxioms.vos theories/FSets/FSets.vos theories/FSets/FSetWeakList.vos theories/FSets/FSetToFiniteSet.vos theories/FSets/FSetProperties.vos theories/FSets/FSetPositive.vos theories/FSets/FSetList.vos theories/FSets/FSetInterface.vos theories/FSets/FSetFacts.vos theories/FSets/FSetEqProperties.vos theories/FSets/FSetDecide.vos theories/FSets/FSetCompat.vos theories/FSets/FSetBridge.vos theories/FSets/FSetAVL.vos theories/FSets/FMaps.vos theories/FSets/FMapWeakList.vos theories/FSets/FMapPositive.vos theories/FSets/FMapList.vos theories/FSets/FMapInterface.vos theories/FSets/FMapFullAVL.vos theories/FSets/FMapFacts.vos theories/FSets/FMapAVL.vos theories/Compat/Coq813.vos theories/Compat/Coq812.vos theories/Compat/Coq811.vos theories/Compat/AdmitAxiom.vos theories/Classes/SetoidTactics.vos theories/Classes/SetoidDec.vos theories/Classes/SetoidClass.vos theories/Classes/RelationPairs.vos theories/Classes/RelationClasses.vos theories/Classes/Morphisms_Relations.vos theories/Classes/Morphisms_Prop.vos theories/Classes/Morphisms.vos theories/Classes/Init.vos theories/Classes/Equivalence.vos theories/Classes/EquivDec.vos theories/Classes/DecidableClass.vos theories/Classes/CRelationClasses.vos theories/Classes/CMorphisms.vos theories/Classes/CEquivalence.vos theories/Bool/Zerob.vos theories/Bool/Sumbool.vos theories/Bool/IfProp.vos theories/Bool/DecBool.vos theories/Bool/Bvector.vos theories/Bool/BoolOrder.vos theories/Bool/BoolEq.vos theories/Bool/Bool.vos theories/Array/PArray.vos theories/Arith/Wf_nat.vos theories/Arith/Plus.vos theories/Arith/Peano_dec.vos theories/Arith/PeanoNat.vos theories/Arith/Mult.vos theories/Arith/Minus.vos theories/Arith/Min.vos theories/Arith/Max.vos theories/Arith/Lt.vos theories/Arith/Le.vos theories/Arith/Gt.vos theories/Arith/Factorial.vos theories/Arith/Even.vos theories/Arith/Euclid.vos theories/Arith/EqNat.vos theories/Arith/Div2.vos theories/Arith/Compare_dec.vos theories/Arith/Compare.vos theories/Arith/Bool_nat.vos theories/Arith/Between.vos theories/Arith/Arith_base.vos theories/Arith/Arith.vos user-contrib/Ltac2/String.vos user-contrib/Ltac2/Std.vos user-contrib/Ltac2/Pattern.vos user-contrib/Ltac2/Option.vos user-contrib/Ltac2/Notations.vos user-contrib/Ltac2/Message.vos user-contrib/Ltac2/Ltac2.vos user-contrib/Ltac2/Ltac1.vos user-contrib/Ltac2/List.vos user-contrib/Ltac2/Int.vos user-contrib/Ltac2/Init.vos user-contrib/Ltac2/Ident.vos user-contrib/Ltac2/Fresh.vos user-contrib/Ltac2/Env.vos user-contrib/Ltac2/Control.vos user-contrib/Ltac2/Constr.vos user-contrib/Ltac2/Char.vos user-contrib/Ltac2/Bool.vos user-contrib/Ltac2/Array.vos || true
- ./install.sh "/home/opam/.opam/4.14/lib/coq" theories/ssrsearch/ssrsearch.v theories/ssrmatching/ssrmatching.v theories/ssr/ssrunder.v theories/ssr/ssrsetoid.v theories/ssr/ssrfun.v theories/ssr/ssreflect.v theories/ssr/ssrclasses.v theories/ssr/ssrbool.v theories/setoid_ring/ZArithRing.v theories/setoid_ring/Rings_Z.v theories/setoid_ring/Rings_R.v theories/setoid_ring/Rings_Q.v theories/setoid_ring/Ring_theory.v theories/setoid_ring/Ring_tac.v theories/setoid_ring/Ring_polynom.v theories/setoid_ring/Ring_base.v theories/setoid_ring/Ring.v theories/setoid_ring/RealField.v theories/setoid_ring/Ncring_tac.v theories/setoid_ring/Ncring_polynom.v theories/setoid_ring/Ncring_initial.v theories/setoid_ring/Ncring.v theories/setoid_ring/NArithRing.v theories/setoid_ring/Integral_domain.v theories/setoid_ring/InitialRing.v theories/setoid_ring/Field_theory.v theories/setoid_ring/Field_tac.v theories/setoid_ring/Field.v theories/setoid_ring/Cring.v theories/setoid_ring/BinList.v theories/setoid_ring/ArithRing.v theories/setoid_ring/Algebra_syntax.v theories/rtauto/Rtauto.v theories/rtauto/Bintree.v theories/omega/PreOmega.v theories/omega/OmegaTactic.v theories/omega/OmegaPlugin.v theories/omega/OmegaLemmas.v theories/omega/Omega.v theories/nsatz/NsatzTactic.v theories/nsatz/Nsatz.v theories/micromega/Ztac.v theories/micromega/ZifyPow.v theories/micromega/ZifyInt63.v theories/micromega/ZifyInst.v theories/micromega/ZifyComparison.v theories/micromega/ZifyClasses.v theories/micromega/ZifyBool.v theories/micromega/Zify.v theories/micromega/ZMicromega.v theories/micromega/ZCoeff.v theories/micromega/ZArith_hints.v theories/micromega/VarMap.v theories/micromega/Tauto.v theories/micromega/RingMicromega.v theories/micromega/Refl.v theories/micromega/RMicromega.v theories/micromega/QMicromega.v theories/micromega/Psatz.v theories/micromega/OrderedRing.v theories/micromega/MExtraction.v theories/micromega/Lra.v theories/micromega/Lqa.v theories/micromega/Lia.v theories/micromega/Fourier_util.v theories/micromega/Fourier.v theories/micromega/EnvRing.v theories/micromega/Env.v theories/micromega/DeclConstant.v theories/funind/Recdef.v theories/funind/FunInd.v theories/extraction/Extraction.v theories/extraction/ExtrOcamlZInt.v theories/extraction/ExtrOcamlZBigInt.v theories/extraction/ExtrOcamlString.v theories/extraction/ExtrOcamlNativeString.v theories/extraction/ExtrOcamlNatInt.v theories/extraction/ExtrOcamlNatBigInt.v theories/extraction/ExtrOcamlIntConv.v theories/extraction/ExtrOcamlChar.v theories/extraction/ExtrOcamlBigIntConv.v theories/extraction/ExtrOcamlBasic.v theories/extraction/ExtrOCamlPArray.v theories/extraction/ExtrOCamlInt63.v theories/extraction/ExtrOCamlFloats.v theories/extraction/ExtrHaskellZNum.v theories/extraction/ExtrHaskellZInteger.v theories/extraction/ExtrHaskellZInt.v theories/extraction/ExtrHaskellString.v theories/extraction/ExtrHaskellNatNum.v theories/extraction/ExtrHaskellNatInteger.v theories/extraction/ExtrHaskellNatInt.v theories/extraction/ExtrHaskellBasic.v theories/derive/Derive.v theories/btauto/Reflect.v theories/btauto/Btauto.v theories/btauto/Algebra.v theories/ZArith/auxiliary.v theories/ZArith/Zwf.v theories/ZArith/Zquot.v theories/ZArith/Zpower.v theories/ZArith/Zpow_facts.v theories/ZArith/Zpow_def.v theories/ZArith/Zpow_alt.v theories/ZArith/Zorder.v theories/ZArith/Znumtheory.v theories/ZArith/Znat.v theories/ZArith/Zmisc.v theories/ZArith/Zminmax.v theories/ZArith/Zmin.v theories/ZArith/Zmax.v theories/ZArith/Zhints.v theories/ZArith/Zgcd_alt.v theories/ZArith/Zeven.v theories/ZArith/Zeuclid.v theories/ZArith/Zdiv.v theories/ZArith/Zdigits.v theories/ZArith/Zcomplements.v theories/ZArith/Zcompare.v theories/ZArith/Zbool.v theories/ZArith/Zabs.v theories/ZArith/ZArith_dec.v theories/ZArith/ZArith_base.v theories/ZArith/ZArith.v theories/ZArith/Wf_Z.v theories/ZArith/Int.v theories/ZArith/BinIntDef.v theories/ZArith/BinInt.v theories/Wellfounded/Wellfounded.v theories/Wellfounded/Well_Ordering.v theories/Wellfounded/Union.v theories/Wellfounded/Transitive_Closure.v theories/Wellfounded/Lexicographic_Product.v theories/Wellfounded/Lexicographic_Exponentiation.v theories/Wellfounded/Inverse_Image.v theories/Wellfounded/Inclusion.v theories/Wellfounded/Disjoint_Union.v theories/Vectors/VectorSpec.v theories/Vectors/VectorEq.v theories/Vectors/VectorDef.v theories/Vectors/Vector.v theories/Vectors/Fin.v theories/Unicode/Utf8_core.v theories/Unicode/Utf8.v theories/Structures/OrdersTac.v theories/Structures/OrdersLists.v theories/Structures/OrdersFacts.v theories/Structures/OrdersEx.v theories/Structures/OrdersAlt.v theories/Structures/Orders.v theories/Structures/OrderedTypeEx.v theories/Structures/OrderedTypeAlt.v theories/Structures/OrderedType.v theories/Structures/GenericMinMax.v theories/Structures/EqualitiesFacts.v theories/Structures/Equalities.v theories/Structures/DecidableTypeEx.v theories/Structures/DecidableType.v theories/Strings/String.v theories/Strings/OctalString.v theories/Strings/HexString.v theories/Strings/ByteVector.v theories/Strings/Byte.v theories/Strings/BinaryString.v theories/Strings/Ascii.v theories/Sorting/Sorting.v theories/Sorting/Sorted.v theories/Sorting/Permutation.v theories/Sorting/PermutSetoid.v theories/Sorting/PermutEq.v theories/Sorting/Mergesort.v theories/Sorting/Heap.v theories/Sorting/CPermutation.v theories/Sets/Uniset.v theories/Sets/Relations_3_facts.v theories/Sets/Relations_3.v theories/Sets/Relations_2_facts.v theories/Sets/Relations_2.v theories/Sets/Relations_1_facts.v theories/Sets/Relations_1.v theories/Sets/Powerset_facts.v theories/Sets/Powerset_Classical_facts.v theories/Sets/Powerset.v theories/Sets/Permut.v theories/Sets/Partial_Order.v theories/Sets/Multiset.v theories/Sets/Integers.v theories/Sets/Infinite_sets.v theories/Sets/Image.v theories/Sets/Finite_sets_facts.v theories/Sets/Finite_sets.v theories/Sets/Ensembles.v theories/Sets/Cpo.v theories/Sets/Constructive_sets.v theories/Sets/Classical_sets.v theories/Setoids/Setoid.v theories/Relations/Relations.v theories/Relations/Relation_Operators.v theories/Relations/Relation_Definitions.v theories/Relations/Operators_Properties.v theories/Reals/Sqrt_reg.v theories/Reals/SplitRmult.v theories/Reals/SplitAbsolu.v theories/Reals/SeqSeries.v theories/Reals/SeqProp.v theories/Reals/Runcountable.v theories/Reals/Rtrigo_reg.v theories/Reals/Rtrigo_fun.v theories/Reals/Rtrigo_facts.v theories/Reals/Rtrigo_def.v theories/Reals/Rtrigo_calc.v theories/Reals/Rtrigo_alt.v theories/Reals/Rtrigo1.v theories/Reals/Rtrigo.v theories/Reals/Rtopology.v theories/Reals/Rsqrt_def.v theories/Reals/Rsigma.v theories/Reals/Rseries.v theories/Reals/Rregisternames.v theories/Reals/Rprod.v theories/Reals/Rpower.v theories/Reals/Rpow_def.v theories/Reals/Rminmax.v theories/Reals/Rlogic.v theories/Reals/Rlimit.v theories/Reals/RiemannInt_SF.v theories/Reals/RiemannInt.v theories/Reals/Rgeom.v theories/Reals/Rfunctions.v theories/Reals/Reals.v theories/Reals/Rderiv.v theories/Reals/Rdefinitions.v theories/Reals/Rcomplete.v theories/Reals/Rbasic_fun.v theories/Reals/Rbase.v theories/Reals/Raxioms.v theories/Reals/Ratan.v theories/Reals/Ranalysis_reg.v theories/Reals/Ranalysis5.v theories/Reals/Ranalysis4.v theories/Reals/Ranalysis3.v theories/Reals/Ranalysis2.v theories/Reals/Ranalysis1.v theories/Reals/Ranalysis.v theories/Reals/R_sqrt.v theories/Reals/R_sqr.v theories/Reals/R_Ifp.v theories/Reals/ROrderedType.v theories/Reals/RList.v theories/Reals/RIneq.v theories/Reals/PartSum.v theories/Reals/PSeries_reg.v theories/Reals/NewtonInt.v theories/Reals/Machin.v theories/Reals/MVT.v theories/Reals/Integration.v theories/Reals/Exp_prop.v theories/Reals/DiscrR.v theories/Reals/Cos_rel.v theories/Reals/Cos_plus.v theories/Reals/ClassicalDedekindReals.v theories/Reals/ClassicalConstructiveReals.v theories/Reals/Cauchy_prod.v theories/Reals/Cauchy/QExtra.v theories/Reals/Cauchy/PosExtra.v theories/Reals/Cauchy/ConstructiveRcomplete.v theories/Reals/Cauchy/ConstructiveExtra.v theories/Reals/Cauchy/ConstructiveCauchyRealsMult.v theories/Reals/Cauchy/ConstructiveCauchyReals.v theories/Reals/Cauchy/ConstructiveCauchyAbs.v theories/Reals/Binomial.v theories/Reals/ArithProp.v theories/Reals/AltSeries.v theories/Reals/Alembert.v theories/Reals/Abstract/ConstructiveSum.v theories/Reals/Abstract/ConstructiveRealsMorphisms.v theories/Reals/Abstract/ConstructiveReals.v theories/Reals/Abstract/ConstructivePower.v theories/Reals/Abstract/ConstructiveMinMax.v theories/Reals/Abstract/ConstructiveLimits.v theories/Reals/Abstract/ConstructiveLUB.v theories/Reals/Abstract/ConstructiveAbs.v theories/QArith/Qround.v theories/QArith/Qring.v theories/QArith/Qreduction.v theories/QArith/Qreals.v theories/QArith/Qpower.v theories/QArith/Qminmax.v theories/QArith/Qfield.v theories/QArith/Qcanon.v theories/QArith/Qcabs.v theories/QArith/Qabs.v theories/QArith/QOrderedType.v theories/QArith/QArith_base.v theories/QArith/QArith.v theories/Program/Wf.v theories/Program/Utils.v theories/Program/Tactics.v theories/Program/Syntax.v theories/Program/Subset.v theories/Program/Program.v theories/Program/Equality.v theories/Program/Combinators.v theories/Program/Basics.v theories/PArith/Pnat.v theories/PArith/POrderedType.v theories/PArith/PArith.v theories/PArith/BinPosDef.v theories/PArith/BinPos.v theories/Numbers/NumPrelude.v theories/Numbers/Natural/Peano/NPeano.v theories/Numbers/Natural/Binary/NBinary.v theories/Numbers/Natural/Abstract/NSub.v theories/Numbers/Natural/Abstract/NStrongRec.v theories/Numbers/Natural/Abstract/NSqrt.v theories/Numbers/Natural/Abstract/NProperties.v theories/Numbers/Natural/Abstract/NPow.v theories/Numbers/Natural/Abstract/NParity.v theories/Numbers/Natural/Abstract/NOrder.v theories/Numbers/Natural/Abstract/NMulOrder.v theories/Numbers/Natural/Abstract/NMaxMin.v theories/Numbers/Natural/Abstract/NLog.v theories/Numbers/Natural/Abstract/NLcm.v theories/Numbers/Natural/Abstract/NIso.v theories/Numbers/Natural/Abstract/NGcd.v theories/Numbers/Natural/Abstract/NDiv.v theories/Numbers/Natural/Abstract/NDefOps.v theories/Numbers/Natural/Abstract/NBits.v theories/Numbers/Natural/Abstract/NBase.v theories/Numbers/Natural/Abstract/NAxioms.v theories/Numbers/Natural/Abstract/NAddOrder.v theories/Numbers/Natural/Abstract/NAdd.v theories/Numbers/NatInt/NZSqrt.v theories/Numbers/NatInt/NZProperties.v theories/Numbers/NatInt/NZPow.v theories/Numbers/NatInt/NZParity.v theories/Numbers/NatInt/NZOrder.v theories/Numbers/NatInt/NZMulOrder.v theories/Numbers/NatInt/NZMul.v theories/Numbers/NatInt/NZLog.v theories/Numbers/NatInt/NZGcd.v theories/Numbers/NatInt/NZDomain.v theories/Numbers/NatInt/NZDiv.v theories/Numbers/NatInt/NZBits.v theories/Numbers/NatInt/NZBase.v theories/Numbers/NatInt/NZAxioms.v theories/Numbers/NatInt/NZAddOrder.v theories/Numbers/NatInt/NZAdd.v theories/Numbers/NaryFunctions.v theories/Numbers/Integer/NatPairs/ZNatPairs.v theories/Numbers/Integer/Binary/ZBinary.v theories/Numbers/Integer/Abstract/ZSgnAbs.v theories/Numbers/Integer/Abstract/ZProperties.v theories/Numbers/Integer/Abstract/ZPow.v theories/Numbers/Integer/Abstract/ZParity.v theories/Numbers/Integer/Abstract/ZMulOrder.v theories/Numbers/Integer/Abstract/ZMul.v theories/Numbers/Integer/Abstract/ZMaxMin.v theories/Numbers/Integer/Abstract/ZLt.v theories/Numbers/Integer/Abstract/ZLcm.v theories/Numbers/Integer/Abstract/ZGcd.v theories/Numbers/Integer/Abstract/ZDivTrunc.v theories/Numbers/Integer/Abstract/ZDivFloor.v theories/Numbers/Integer/Abstract/ZDivEucl.v theories/Numbers/Integer/Abstract/ZBits.v theories/Numbers/Integer/Abstract/ZBase.v theories/Numbers/Integer/Abstract/ZAxioms.v theories/Numbers/Integer/Abstract/ZAddOrder.v theories/Numbers/Integer/Abstract/ZAdd.v theories/Numbers/HexadecimalZ.v theories/Numbers/HexadecimalString.v theories/Numbers/HexadecimalR.v theories/Numbers/HexadecimalQ.v theories/Numbers/HexadecimalPos.v theories/Numbers/HexadecimalNat.v theories/Numbers/HexadecimalN.v theories/Numbers/HexadecimalFacts.v theories/Numbers/DecimalZ.v theories/Numbers/DecimalString.v theories/Numbers/DecimalR.v theories/Numbers/DecimalQ.v theories/Numbers/DecimalPos.v theories/Numbers/DecimalNat.v theories/Numbers/DecimalN.v theories/Numbers/DecimalFacts.v theories/Numbers/Cyclic/ZModulo/ZModulo.v theories/Numbers/Cyclic/Int63/Ring63.v theories/Numbers/Cyclic/Int63/Int63.v theories/Numbers/Cyclic/Int63/Cyclic63.v theories/Numbers/Cyclic/Int31/Ring31.v theories/Numbers/Cyclic/Int31/Int31.v theories/Numbers/Cyclic/Int31/Cyclic31.v theories/Numbers/Cyclic/Abstract/NZCyclic.v theories/Numbers/Cyclic/Abstract/DoubleType.v theories/Numbers/Cyclic/Abstract/CyclicAxioms.v theories/Numbers/BinNums.v theories/Numbers/AltBinNotations.v theories/NArith/Nsqrt_def.v theories/NArith/Nnat.v theories/NArith/Ngcd_def.v theories/NArith/Ndiv_def.v theories/NArith/Ndist.v theories/NArith/Ndigits.v theories/NArith/Ndec.v theories/NArith/NArith.v theories/NArith/BinNatDef.v theories/NArith/BinNat.v theories/MSets/MSets.v theories/MSets/MSetWeakList.v theories/MSets/MSetToFiniteSet.v theories/MSets/MSetRBT.v theories/MSets/MSetProperties.v theories/MSets/MSetPositive.v theories/MSets/MSetList.v theories/MSets/MSetInterface.v theories/MSets/MSetGenTree.v theories/MSets/MSetFacts.v theories/MSets/MSetEqProperties.v theories/MSets/MSetDecide.v theories/MSets/MSetAVL.v theories/Logic/WeakFan.v theories/Logic/WKL.v theories/Logic/StrictProp.v theories/Logic/SetoidChoice.v theories/Logic/SetIsType.v theories/Logic/RelationalChoice.v theories/Logic/PropFacts.v theories/Logic/PropExtensionalityFacts.v theories/Logic/PropExtensionality.v theories/Logic/ProofIrrelevanceFacts.v theories/Logic/ProofIrrelevance.v theories/Logic/JMeq.v theories/Logic/IndefiniteDescription.v theories/Logic/Hurkens.v theories/Logic/HLevels.v theories/Logic/FunctionalExtensionality.v theories/Logic/FinFun.v theories/Logic/ExtensionalityFacts.v theories/Logic/ExtensionalFunctionRepresentative.v theories/Logic/Eqdep_dec.v theories/Logic/EqdepFacts.v theories/Logic/Eqdep.v theories/Logic/Epsilon.v theories/Logic/Diaconescu.v theories/Logic/Description.v theories/Logic/Decidable.v theories/Logic/ConstructiveEpsilon.v theories/Logic/Classical_Prop.v theories/Logic/Classical_Pred_Type.v theories/Logic/ClassicalUniqueChoice.v theories/Logic/ClassicalFacts.v theories/Logic/ClassicalEpsilon.v theories/Logic/ClassicalDescription.v theories/Logic/ClassicalChoice.v theories/Logic/Classical.v theories/Logic/ChoiceFacts.v theories/Logic/Berardi.v theories/Lists/Streams.v theories/Lists/StreamMemo.v theories/Lists/SetoidPermutation.v theories/Lists/SetoidList.v theories/Lists/ListTactics.v theories/Lists/ListSet.v theories/Lists/ListDec.v theories/Lists/List.v theories/Init/Wf.v theories/Init/Tauto.v theories/Init/Tactics.v theories/Init/Specif.v theories/Init/Prelude.v theories/Init/Peano.v theories/Init/Numeral.v theories/Init/Number.v theories/Init/Notations.v theories/Init/Nat.v theories/Init/Ltac.v theories/Init/Logic_Type.v theories/Init/Logic.v theories/Init/Hexadecimal.v theories/Init/Decimal.v theories/Init/Datatypes.v theories/Init/Byte.v theories/Floats/SpecFloat.v theories/Floats/PrimFloat.v theories/Floats/Floats.v theories/Floats/FloatOps.v theories/Floats/FloatLemmas.v theories/Floats/FloatClass.v theories/Floats/FloatAxioms.v theories/FSets/FSets.v theories/FSets/FSetWeakList.v theories/FSets/FSetToFiniteSet.v theories/FSets/FSetProperties.v theories/FSets/FSetPositive.v theories/FSets/FSetList.v theories/FSets/FSetInterface.v theories/FSets/FSetFacts.v theories/FSets/FSetEqProperties.v theories/FSets/FSetDecide.v theories/FSets/FSetCompat.v theories/FSets/FSetBridge.v theories/FSets/FSetAVL.v theories/FSets/FMaps.v theories/FSets/FMapWeakList.v theories/FSets/FMapPositive.v theories/FSets/FMapList.v theories/FSets/FMapInterface.v theories/FSets/FMapFullAVL.v theories/FSets/FMapFacts.v theories/FSets/FMapAVL.v theories/Compat/Coq813.v theories/Compat/Coq812.v theories/Compat/Coq811.v theories/Compat/AdmitAxiom.v theories/Classes/SetoidTactics.v theories/Classes/SetoidDec.v theories/Classes/SetoidClass.v theories/Classes/RelationPairs.v theories/Classes/RelationClasses.v theories/Classes/Morphisms_Relations.v theories/Classes/Morphisms_Prop.v theories/Classes/Morphisms.v theories/Classes/Init.v theories/Classes/Equivalence.v theories/Classes/EquivDec.v theories/Classes/DecidableClass.v theories/Classes/CRelationClasses.v theories/Classes/CMorphisms.v theories/Classes/CEquivalence.v theories/Bool/Zerob.v theories/Bool/Sumbool.v theories/Bool/IfProp.v theories/Bool/DecBool.v theories/Bool/Bvector.v theories/Bool/BoolOrder.v theories/Bool/BoolEq.v theories/Bool/Bool.v theories/Array/PArray.v theories/Arith/Wf_nat.v theories/Arith/Plus.v theories/Arith/Peano_dec.v theories/Arith/PeanoNat.v theories/Arith/Mult.v theories/Arith/Minus.v theories/Arith/Min.v theories/Arith/Max.v theories/Arith/Lt.v theories/Arith/Le.v theories/Arith/Gt.v theories/Arith/Factorial.v theories/Arith/Even.v theories/Arith/Euclid.v theories/Arith/EqNat.v theories/Arith/Div2.v theories/Arith/Compare_dec.v theories/Arith/Compare.v theories/Arith/Bool_nat.v theories/Arith/Between.v theories/Arith/Arith_base.v theories/Arith/Arith.v user-contrib/Ltac2/String.v user-contrib/Ltac2/Std.v user-contrib/Ltac2/Pattern.v user-contrib/Ltac2/Option.v user-contrib/Ltac2/Notations.v user-contrib/Ltac2/Message.v user-contrib/Ltac2/Ltac2.v user-contrib/Ltac2/Ltac1.v user-contrib/Ltac2/List.v user-contrib/Ltac2/Int.v user-contrib/Ltac2/Init.v user-contrib/Ltac2/Ident.v user-contrib/Ltac2/Fresh.v user-contrib/Ltac2/Env.v user-contrib/Ltac2/Control.v user-contrib/Ltac2/Constr.v user-contrib/Ltac2/Char.v user-contrib/Ltac2/Bool.v user-contrib/Ltac2/Array.v
- ./install.sh "/home/opam/.opam/4.14/lib/coq" theories/ssrsearch/ssrsearch.glob theories/ssrmatching/ssrmatching.glob theories/ssr/ssrunder.glob theories/ssr/ssrsetoid.glob theories/ssr/ssrfun.glob theories/ssr/ssreflect.glob theories/ssr/ssrclasses.glob theories/ssr/ssrbool.glob theories/setoid_ring/ZArithRing.glob theories/setoid_ring/Rings_Z.glob theories/setoid_ring/Rings_R.glob theories/setoid_ring/Rings_Q.glob theories/setoid_ring/Ring_theory.glob theories/setoid_ring/Ring_tac.glob theories/setoid_ring/Ring_polynom.glob theories/setoid_ring/Ring_base.glob theories/setoid_ring/Ring.glob theories/setoid_ring/RealField.glob theories/setoid_ring/Ncring_tac.glob theories/setoid_ring/Ncring_polynom.glob theories/setoid_ring/Ncring_initial.glob theories/setoid_ring/Ncring.glob theories/setoid_ring/NArithRing.glob theories/setoid_ring/Integral_domain.glob theories/setoid_ring/InitialRing.glob theories/setoid_ring/Field_theory.glob theories/setoid_ring/Field_tac.glob theories/setoid_ring/Field.glob theories/setoid_ring/Cring.glob theories/setoid_ring/BinList.glob theories/setoid_ring/ArithRing.glob theories/setoid_ring/Algebra_syntax.glob theories/rtauto/Rtauto.glob theories/rtauto/Bintree.glob theories/omega/PreOmega.glob theories/omega/OmegaTactic.glob theories/omega/OmegaPlugin.glob theories/omega/OmegaLemmas.glob theories/omega/Omega.glob theories/nsatz/NsatzTactic.glob theories/nsatz/Nsatz.glob theories/micromega/Ztac.glob theories/micromega/ZifyPow.glob theories/micromega/ZifyInt63.glob theories/micromega/ZifyInst.glob theories/micromega/ZifyComparison.glob theories/micromega/ZifyClasses.glob theories/micromega/ZifyBool.glob theories/micromega/Zify.glob theories/micromega/ZMicromega.glob theories/micromega/ZCoeff.glob theories/micromega/ZArith_hints.glob theories/micromega/VarMap.glob theories/micromega/Tauto.glob theories/micromega/RingMicromega.glob theories/micromega/Refl.glob theories/micromega/RMicromega.glob theories/micromega/QMicromega.glob theories/micromega/Psatz.glob theories/micromega/OrderedRing.glob theories/micromega/MExtraction.glob theories/micromega/Lra.glob theories/micromega/Lqa.glob theories/micromega/Lia.glob theories/micromega/Fourier_util.glob theories/micromega/Fourier.glob theories/micromega/EnvRing.glob theories/micromega/Env.glob theories/micromega/DeclConstant.glob theories/funind/Recdef.glob theories/funind/FunInd.glob theories/extraction/Extraction.glob theories/extraction/ExtrOcamlZInt.glob theories/extraction/ExtrOcamlZBigInt.glob theories/extraction/ExtrOcamlString.glob theories/extraction/ExtrOcamlNativeString.glob theories/extraction/ExtrOcamlNatInt.glob theories/extraction/ExtrOcamlNatBigInt.glob theories/extraction/ExtrOcamlIntConv.glob theories/extraction/ExtrOcamlChar.glob theories/extraction/ExtrOcamlBigIntConv.glob theories/extraction/ExtrOcamlBasic.glob theories/extraction/ExtrOCamlPArray.glob theories/extraction/ExtrOCamlInt63.glob theories/extraction/ExtrOCamlFloats.glob theories/extraction/ExtrHaskellZNum.glob theories/extraction/ExtrHaskellZInteger.glob theories/extraction/ExtrHaskellZInt.glob theories/extraction/ExtrHaskellString.glob theories/extraction/ExtrHaskellNatNum.glob theories/extraction/ExtrHaskellNatInteger.glob theories/extraction/ExtrHaskellNatInt.glob theories/extraction/ExtrHaskellBasic.glob theories/derive/Derive.glob theories/btauto/Reflect.glob theories/btauto/Btauto.glob theories/btauto/Algebra.glob theories/ZArith/auxiliary.glob theories/ZArith/Zwf.glob theories/ZArith/Zquot.glob theories/ZArith/Zpower.glob theories/ZArith/Zpow_facts.glob theories/ZArith/Zpow_def.glob theories/ZArith/Zpow_alt.glob theories/ZArith/Zorder.glob theories/ZArith/Znumtheory.glob theories/ZArith/Znat.glob theories/ZArith/Zmisc.glob theories/ZArith/Zminmax.glob theories/ZArith/Zmin.glob theories/ZArith/Zmax.glob theories/ZArith/Zhints.glob theories/ZArith/Zgcd_alt.glob theories/ZArith/Zeven.glob theories/ZArith/Zeuclid.glob theories/ZArith/Zdiv.glob theories/ZArith/Zdigits.glob theories/ZArith/Zcomplements.glob theories/ZArith/Zcompare.glob theories/ZArith/Zbool.glob theories/ZArith/Zabs.glob theories/ZArith/ZArith_dec.glob theories/ZArith/ZArith_base.glob theories/ZArith/ZArith.glob theories/ZArith/Wf_Z.glob theories/ZArith/Int.glob theories/ZArith/BinIntDef.glob theories/ZArith/BinInt.glob theories/Wellfounded/Wellfounded.glob theories/Wellfounded/Well_Ordering.glob theories/Wellfounded/Union.glob theories/Wellfounded/Transitive_Closure.glob theories/Wellfounded/Lexicographic_Product.glob theories/Wellfounded/Lexicographic_Exponentiation.glob theories/Wellfounded/Inverse_Image.glob theories/Wellfounded/Inclusion.glob theories/Wellfounded/Disjoint_Union.glob theories/Vectors/VectorSpec.glob theories/Vectors/VectorEq.glob theories/Vectors/VectorDef.glob theories/Vectors/Vector.glob theories/Vectors/Fin.glob theories/Unicode/Utf8_core.glob theories/Unicode/Utf8.glob theories/Structures/OrdersTac.glob theories/Structures/OrdersLists.glob theories/Structures/OrdersFacts.glob theories/Structures/OrdersEx.glob theories/Structures/OrdersAlt.glob theories/Structures/Orders.glob theories/Structures/OrderedTypeEx.glob theories/Structures/OrderedTypeAlt.glob theories/Structures/OrderedType.glob theories/Structures/GenericMinMax.glob theories/Structures/EqualitiesFacts.glob theories/Structures/Equalities.glob theories/Structures/DecidableTypeEx.glob theories/Structures/DecidableType.glob theories/Strings/String.glob theories/Strings/OctalString.glob theories/Strings/HexString.glob theories/Strings/ByteVector.glob theories/Strings/Byte.glob theories/Strings/BinaryString.glob theories/Strings/Ascii.glob theories/Sorting/Sorting.glob theories/Sorting/Sorted.glob theories/Sorting/Permutation.glob theories/Sorting/PermutSetoid.glob theories/Sorting/PermutEq.glob theories/Sorting/Mergesort.glob theories/Sorting/Heap.glob theories/Sorting/CPermutation.glob theories/Sets/Uniset.glob theories/Sets/Relations_3_facts.glob theories/Sets/Relations_3.glob theories/Sets/Relations_2_facts.glob theories/Sets/Relations_2.glob theories/Sets/Relations_1_facts.glob theories/Sets/Relations_1.glob theories/Sets/Powerset_facts.glob theories/Sets/Powerset_Classical_facts.glob theories/Sets/Powerset.glob theories/Sets/Permut.glob theories/Sets/Partial_Order.glob theories/Sets/Multiset.glob theories/Sets/Integers.glob theories/Sets/Infinite_sets.glob theories/Sets/Image.glob theories/Sets/Finite_sets_facts.glob theories/Sets/Finite_sets.glob theories/Sets/Ensembles.glob theories/Sets/Cpo.glob theories/Sets/Constructive_sets.glob theories/Sets/Classical_sets.glob theories/Setoids/Setoid.glob theories/Relations/Relations.glob theories/Relations/Relation_Operators.glob theories/Relations/Relation_Definitions.glob theories/Relations/Operators_Properties.glob theories/Reals/Sqrt_reg.glob theories/Reals/SplitRmult.glob theories/Reals/SplitAbsolu.glob theories/Reals/SeqSeries.glob theories/Reals/SeqProp.glob theories/Reals/Runcountable.glob theories/Reals/Rtrigo_reg.glob theories/Reals/Rtrigo_fun.glob theories/Reals/Rtrigo_facts.glob theories/Reals/Rtrigo_def.glob theories/Reals/Rtrigo_calc.glob theories/Reals/Rtrigo_alt.glob theories/Reals/Rtrigo1.glob theories/Reals/Rtrigo.glob theories/Reals/Rtopology.glob theories/Reals/Rsqrt_def.glob theories/Reals/Rsigma.glob theories/Reals/Rseries.glob theories/Reals/Rregisternames.glob theories/Reals/Rprod.glob theories/Reals/Rpower.glob theories/Reals/Rpow_def.glob theories/Reals/Rminmax.glob theories/Reals/Rlogic.glob theories/Reals/Rlimit.glob theories/Reals/RiemannInt_SF.glob theories/Reals/RiemannInt.glob theories/Reals/Rgeom.glob theories/Reals/Rfunctions.glob theories/Reals/Reals.glob theories/Reals/Rderiv.glob theories/Reals/Rdefinitions.glob theories/Reals/Rcomplete.glob theories/Reals/Rbasic_fun.glob theories/Reals/Rbase.glob theories/Reals/Raxioms.glob theories/Reals/Ratan.glob theories/Reals/Ranalysis_reg.glob theories/Reals/Ranalysis5.glob theories/Reals/Ranalysis4.glob theories/Reals/Ranalysis3.glob theories/Reals/Ranalysis2.glob theories/Reals/Ranalysis1.glob theories/Reals/Ranalysis.glob theories/Reals/R_sqrt.glob theories/Reals/R_sqr.glob theories/Reals/R_Ifp.glob theories/Reals/ROrderedType.glob theories/Reals/RList.glob theories/Reals/RIneq.glob theories/Reals/PartSum.glob theories/Reals/PSeries_reg.glob theories/Reals/NewtonInt.glob theories/Reals/Machin.glob theories/Reals/MVT.glob theories/Reals/Integration.glob theories/Reals/Exp_prop.glob theories/Reals/DiscrR.glob theories/Reals/Cos_rel.glob theories/Reals/Cos_plus.glob theories/Reals/ClassicalDedekindReals.glob theories/Reals/ClassicalConstructiveReals.glob theories/Reals/Cauchy_prod.glob theories/Reals/Cauchy/QExtra.glob theories/Reals/Cauchy/PosExtra.glob theories/Reals/Cauchy/ConstructiveRcomplete.glob theories/Reals/Cauchy/ConstructiveExtra.glob theories/Reals/Cauchy/ConstructiveCauchyRealsMult.glob theories/Reals/Cauchy/ConstructiveCauchyReals.glob theories/Reals/Cauchy/ConstructiveCauchyAbs.glob theories/Reals/Binomial.glob theories/Reals/ArithProp.glob theories/Reals/AltSeries.glob theories/Reals/Alembert.glob theories/Reals/Abstract/ConstructiveSum.glob theories/Reals/Abstract/ConstructiveRealsMorphisms.glob theories/Reals/Abstract/ConstructiveReals.glob theories/Reals/Abstract/ConstructivePower.glob theories/Reals/Abstract/ConstructiveMinMax.glob theories/Reals/Abstract/ConstructiveLimits.glob theories/Reals/Abstract/ConstructiveLUB.glob theories/Reals/Abstract/ConstructiveAbs.glob theories/QArith/Qround.glob theories/QArith/Qring.glob theories/QArith/Qreduction.glob theories/QArith/Qreals.glob theories/QArith/Qpower.glob theories/QArith/Qminmax.glob theories/QArith/Qfield.glob theories/QArith/Qcanon.glob theories/QArith/Qcabs.glob theories/QArith/Qabs.glob theories/QArith/QOrderedType.glob theories/QArith/QArith_base.glob theories/QArith/QArith.glob theories/Program/Wf.glob theories/Program/Utils.glob theories/Program/Tactics.glob theories/Program/Syntax.glob theories/Program/Subset.glob theories/Program/Program.glob theories/Program/Equality.glob theories/Program/Combinators.glob theories/Program/Basics.glob theories/PArith/Pnat.glob theories/PArith/POrderedType.glob theories/PArith/PArith.glob theories/PArith/BinPosDef.glob theories/PArith/BinPos.glob theories/Numbers/NumPrelude.glob theories/Numbers/Natural/Peano/NPeano.glob theories/Numbers/Natural/Binary/NBinary.glob theories/Numbers/Natural/Abstract/NSub.glob theories/Numbers/Natural/Abstract/NStrongRec.glob theories/Numbers/Natural/Abstract/NSqrt.glob theories/Numbers/Natural/Abstract/NProperties.glob theories/Numbers/Natural/Abstract/NPow.glob theories/Numbers/Natural/Abstract/NParity.glob theories/Numbers/Natural/Abstract/NOrder.glob theories/Numbers/Natural/Abstract/NMulOrder.glob theories/Numbers/Natural/Abstract/NMaxMin.glob theories/Numbers/Natural/Abstract/NLog.glob theories/Numbers/Natural/Abstract/NLcm.glob theories/Numbers/Natural/Abstract/NIso.glob theories/Numbers/Natural/Abstract/NGcd.glob theories/Numbers/Natural/Abstract/NDiv.glob theories/Numbers/Natural/Abstract/NDefOps.glob theories/Numbers/Natural/Abstract/NBits.glob theories/Numbers/Natural/Abstract/NBase.glob theories/Numbers/Natural/Abstract/NAxioms.glob theories/Numbers/Natural/Abstract/NAddOrder.glob theories/Numbers/Natural/Abstract/NAdd.glob theories/Numbers/NatInt/NZSqrt.glob theories/Numbers/NatInt/NZProperties.glob theories/Numbers/NatInt/NZPow.glob theories/Numbers/NatInt/NZParity.glob theories/Numbers/NatInt/NZOrder.glob theories/Numbers/NatInt/NZMulOrder.glob theories/Numbers/NatInt/NZMul.glob theories/Numbers/NatInt/NZLog.glob theories/Numbers/NatInt/NZGcd.glob theories/Numbers/NatInt/NZDomain.glob theories/Numbers/NatInt/NZDiv.glob theories/Numbers/NatInt/NZBits.glob theories/Numbers/NatInt/NZBase.glob theories/Numbers/NatInt/NZAxioms.glob theories/Numbers/NatInt/NZAddOrder.glob theories/Numbers/NatInt/NZAdd.glob theories/Numbers/NaryFunctions.glob theories/Numbers/Integer/NatPairs/ZNatPairs.glob theories/Numbers/Integer/Binary/ZBinary.glob theories/Numbers/Integer/Abstract/ZSgnAbs.glob theories/Numbers/Integer/Abstract/ZProperties.glob theories/Numbers/Integer/Abstract/ZPow.glob theories/Numbers/Integer/Abstract/ZParity.glob theories/Numbers/Integer/Abstract/ZMulOrder.glob theories/Numbers/Integer/Abstract/ZMul.glob theories/Numbers/Integer/Abstract/ZMaxMin.glob theories/Numbers/Integer/Abstract/ZLt.glob theories/Numbers/Integer/Abstract/ZLcm.glob theories/Numbers/Integer/Abstract/ZGcd.glob theories/Numbers/Integer/Abstract/ZDivTrunc.glob theories/Numbers/Integer/Abstract/ZDivFloor.glob theories/Numbers/Integer/Abstract/ZDivEucl.glob theories/Numbers/Integer/Abstract/ZBits.glob theories/Numbers/Integer/Abstract/ZBase.glob theories/Numbers/Integer/Abstract/ZAxioms.glob theories/Numbers/Integer/Abstract/ZAddOrder.glob theories/Numbers/Integer/Abstract/ZAdd.glob theories/Numbers/HexadecimalZ.glob theories/Numbers/HexadecimalString.glob theories/Numbers/HexadecimalR.glob theories/Numbers/HexadecimalQ.glob theories/Numbers/HexadecimalPos.glob theories/Numbers/HexadecimalNat.glob theories/Numbers/HexadecimalN.glob theories/Numbers/HexadecimalFacts.glob theories/Numbers/DecimalZ.glob theories/Numbers/DecimalString.glob theories/Numbers/DecimalR.glob theories/Numbers/DecimalQ.glob theories/Numbers/DecimalPos.glob theories/Numbers/DecimalNat.glob theories/Numbers/DecimalN.glob theories/Numbers/DecimalFacts.glob theories/Numbers/Cyclic/ZModulo/ZModulo.glob theories/Numbers/Cyclic/Int63/Ring63.glob theories/Numbers/Cyclic/Int63/Int63.glob theories/Numbers/Cyclic/Int63/Cyclic63.glob theories/Numbers/Cyclic/Int31/Ring31.glob theories/Numbers/Cyclic/Int31/Int31.glob theories/Numbers/Cyclic/Int31/Cyclic31.glob theories/Numbers/Cyclic/Abstract/NZCyclic.glob theories/Numbers/Cyclic/Abstract/DoubleType.glob theories/Numbers/Cyclic/Abstract/CyclicAxioms.glob theories/Numbers/BinNums.glob theories/Numbers/AltBinNotations.glob theories/NArith/Nsqrt_def.glob theories/NArith/Nnat.glob theories/NArith/Ngcd_def.glob theories/NArith/Ndiv_def.glob theories/NArith/Ndist.glob theories/NArith/Ndigits.glob theories/NArith/Ndec.glob theories/NArith/NArith.glob theories/NArith/BinNatDef.glob theories/NArith/BinNat.glob theories/MSets/MSets.glob theories/MSets/MSetWeakList.glob theories/MSets/MSetToFiniteSet.glob theories/MSets/MSetRBT.glob theories/MSets/MSetProperties.glob theories/MSets/MSetPositive.glob theories/MSets/MSetList.glob theories/MSets/MSetInterface.glob theories/MSets/MSetGenTree.glob theories/MSets/MSetFacts.glob theories/MSets/MSetEqProperties.glob theories/MSets/MSetDecide.glob theories/MSets/MSetAVL.glob theories/Logic/WeakFan.glob theories/Logic/WKL.glob theories/Logic/StrictProp.glob theories/Logic/SetoidChoice.glob theories/Logic/SetIsType.glob theories/Logic/RelationalChoice.glob theories/Logic/PropFacts.glob theories/Logic/PropExtensionalityFacts.glob theories/Logic/PropExtensionality.glob theories/Logic/ProofIrrelevanceFacts.glob theories/Logic/ProofIrrelevance.glob theories/Logic/JMeq.glob theories/Logic/IndefiniteDescription.glob theories/Logic/Hurkens.glob theories/Logic/HLevels.glob theories/Logic/FunctionalExtensionality.glob theories/Logic/FinFun.glob theories/Logic/ExtensionalityFacts.glob theories/Logic/ExtensionalFunctionRepresentative.glob theories/Logic/Eqdep_dec.glob theories/Logic/EqdepFacts.glob theories/Logic/Eqdep.glob theories/Logic/Epsilon.glob theories/Logic/Diaconescu.glob theories/Logic/Description.glob theories/Logic/Decidable.glob theories/Logic/ConstructiveEpsilon.glob theories/Logic/Classical_Prop.glob theories/Logic/Classical_Pred_Type.glob theories/Logic/ClassicalUniqueChoice.glob theories/Logic/ClassicalFacts.glob theories/Logic/ClassicalEpsilon.glob theories/Logic/ClassicalDescription.glob theories/Logic/ClassicalChoice.glob theories/Logic/Classical.glob theories/Logic/ChoiceFacts.glob theories/Logic/Berardi.glob theories/Lists/Streams.glob theories/Lists/StreamMemo.glob theories/Lists/SetoidPermutation.glob theories/Lists/SetoidList.glob theories/Lists/ListTactics.glob theories/Lists/ListSet.glob theories/Lists/ListDec.glob theories/Lists/List.glob theories/Init/Wf.glob theories/Init/Tauto.glob theories/Init/Tactics.glob theories/Init/Specif.glob theories/Init/Prelude.glob theories/Init/Peano.glob theories/Init/Numeral.glob theories/Init/Number.glob theories/Init/Notations.glob theories/Init/Nat.glob theories/Init/Ltac.glob theories/Init/Logic_Type.glob theories/Init/Logic.glob theories/Init/Hexadecimal.glob theories/Init/Decimal.glob theories/Init/Datatypes.glob theories/Init/Byte.glob theories/Floats/SpecFloat.glob theories/Floats/PrimFloat.glob theories/Floats/Floats.glob theories/Floats/FloatOps.glob theories/Floats/FloatLemmas.glob theories/Floats/FloatClass.glob theories/Floats/FloatAxioms.glob theories/FSets/FSets.glob theories/FSets/FSetWeakList.glob theories/FSets/FSetToFiniteSet.glob theories/FSets/FSetProperties.glob theories/FSets/FSetPositive.glob theories/FSets/FSetList.glob theories/FSets/FSetInterface.glob theories/FSets/FSetFacts.glob theories/FSets/FSetEqProperties.glob theories/FSets/FSetDecide.glob theories/FSets/FSetCompat.glob theories/FSets/FSetBridge.glob theories/FSets/FSetAVL.glob theories/FSets/FMaps.glob theories/FSets/FMapWeakList.glob theories/FSets/FMapPositive.glob theories/FSets/FMapList.glob theories/FSets/FMapInterface.glob theories/FSets/FMapFullAVL.glob theories/FSets/FMapFacts.glob theories/FSets/FMapAVL.glob theories/Compat/Coq813.glob theories/Compat/Coq812.glob theories/Compat/Coq811.glob theories/Compat/AdmitAxiom.glob theories/Classes/SetoidTactics.glob theories/Classes/SetoidDec.glob theories/Classes/SetoidClass.glob theories/Classes/RelationPairs.glob theories/Classes/RelationClasses.glob theories/Classes/Morphisms_Relations.glob theories/Classes/Morphisms_Prop.glob theories/Classes/Morphisms.glob theories/Classes/Init.glob theories/Classes/Equivalence.glob theories/Classes/EquivDec.glob theories/Classes/DecidableClass.glob theories/Classes/CRelationClasses.glob theories/Classes/CMorphisms.glob theories/Classes/CEquivalence.glob theories/Bool/Zerob.glob theories/Bool/Sumbool.glob theories/Bool/IfProp.glob theories/Bool/DecBool.glob theories/Bool/Bvector.glob theories/Bool/BoolOrder.glob theories/Bool/BoolEq.glob theories/Bool/Bool.glob theories/Array/PArray.glob theories/Arith/Wf_nat.glob theories/Arith/Plus.glob theories/Arith/Peano_dec.glob theories/Arith/PeanoNat.glob theories/Arith/Mult.glob theories/Arith/Minus.glob theories/Arith/Min.glob theories/Arith/Max.glob theories/Arith/Lt.glob theories/Arith/Le.glob theories/Arith/Gt.glob theories/Arith/Factorial.glob theories/Arith/Even.glob theories/Arith/Euclid.glob theories/Arith/EqNat.glob theories/Arith/Div2.glob theories/Arith/Compare_dec.glob theories/Arith/Compare.glob theories/Arith/Bool_nat.glob theories/Arith/Between.glob theories/Arith/Arith_base.glob theories/Arith/Arith.glob user-contrib/Ltac2/String.glob user-contrib/Ltac2/Std.glob user-contrib/Ltac2/Pattern.glob user-contrib/Ltac2/Option.glob user-contrib/Ltac2/Notations.glob user-contrib/Ltac2/Message.glob user-contrib/Ltac2/Ltac2.glob user-contrib/Ltac2/Ltac1.glob user-contrib/Ltac2/List.glob user-contrib/Ltac2/Int.glob user-contrib/Ltac2/Init.glob user-contrib/Ltac2/Ident.glob user-contrib/Ltac2/Fresh.glob user-contrib/Ltac2/Env.glob user-contrib/Ltac2/Control.glob user-contrib/Ltac2/Constr.glob user-contrib/Ltac2/Char.glob user-contrib/Ltac2/Bool.glob user-contrib/Ltac2/Array.glob
- install -d "/home/opam/.opam/4.14/lib/coq"/user-contrib
- install -d "/home/opam/.opam/4.14/lib/coq"/kernel/byterun
- install -m 644 kernel/byterun/dllcoqrun.so "/home/opam/.opam/4.14/lib/coq"/kernel/byterun
- install -m 644 kernel/byterun/libcoqrun.a "/home/opam/.opam/4.14/lib/coq"/kernel/byterun
- ./install.sh "/home/opam/.opam/4.14/lib/coq" plugins/ltac/ltac_plugin.cmxs plugins/ltac/tauto_plugin.cmxs plugins/omega/omega_plugin.cmxs plugins/micromega/micromega_plugin.cmxs plugins/ring/ring_plugin.cmxs plugins/extraction/extraction_plugin.cmxs plugins/cc/cc_plugin.cmxs plugins/firstorder/ground_plugin.cmxs plugins/rtauto/rtauto_plugin.cmxs plugins/btauto/btauto_plugin.cmxs plugins/funind/recdef_plugin.cmxs plugins/nsatz/nsatz_plugin.cmxs plugins/syntax/int63_syntax_plugin.cmxs plugins/syntax/float_syntax_plugin.cmxs plugins/syntax/number_string_notation_plugin.cmxs plugins/derive/derive_plugin.cmxs plugins/ssrmatching/ssrmatching_plugin.cmxs plugins/ssr/ssreflect_plugin.cmxs plugins/ssrsearch/ssrsearch_plugin.cmxs user-contrib/Ltac2/ltac2_plugin.cmxs plugins/micromega/zify_plugin.cmxs
- install -d "/home/opam/.opam/4.14/lib/coq"/plugins/micromega
- install plugins/micromega/csdpcert "/home/opam/.opam/4.14/lib/coq"/plugins/micromega
- rm -f "/home/opam/.opam/4.14/lib/coq"/revision
- install -m 644 revision "/home/opam/.opam/4.14/lib/coq"
- install -d "/home/opam/.opam/4.14/man"/man1
- install -m 644 man/coq-tex.1 man/coqdep.1 man/coqc.1 man/coqtop.1 man/coqtop.byte.1 man/coqtop.opt.1 man/coqwc.1 man/coqdoc.1 man/coqide.1 man/coq_makefile.1 man/coqchk.1 "/home/opam/.opam/4.14/man"/man1
- install -d "/home/opam/.opam/4.14/share/texmf/tex/latex/misc"
- install -m 644 tools/coqdoc/coqdoc.sty "/home/opam/.opam/4.14/share/texmf/tex/latex/misc"
- install -d "/home/opam/.opam/4.14/bin"
- install -d "/home/opam/.opam/4.14/lib/coq"
- ./install.sh  "/home/opam/.opam/4.14/lib/coq" clib/cArray.cmi clib/cEphemeron.cmi clib/cList.cmi clib/cMap.cmi clib/cObj.cmi clib/cSet.cmi clib/cSig.cmi clib/cString.cmi clib/cThread.cmi clib/cUnix.cmi clib/diff2.cmi clib/dyn.cmi clib/exninfo.cmi clib/hMap.cmi clib/hashcons.cmi clib/hashset.cmi clib/heap.cmi clib/iStream.cmi clib/int.cmi clib/minisys.cmi clib/monad.cmi clib/option.cmi clib/orderedType.cmi clib/predicate.cmi clib/range.cmi clib/segmenttree.cmi clib/store.cmi clib/terminal.cmi clib/trie.cmi clib/unicode.cmi clib/unicodetable.cmi clib/unionfind.cmi config/coq_config.cmi coqpp/coqpp_ast.cmi coqpp/coqpp_parse.cmi coqpp/coqpp_parser.cmi dev/top_printers.cmi engine/eConstr.cmi engine/evar_kinds.cmi engine/evarutil.cmi engine/evd.cmi engine/ftactic.cmi engine/logic_monad.cmi engine/namegen.cmi engine/nameops.cmi engine/proofview.cmi engine/proofview_monad.cmi engine/termops.cmi engine/uState.cmi engine/univGen.cmi engine/univMinim.cmi engine/univNames.cmi engine/univProblem.cmi engine/univSubst.cmi engine/univops.cmi gramlib/.pack/gramlib.cmi gramlib/.pack/gramlib__Gramext.cmi gramlib/.pack/gramlib__Grammar.cmi gramlib/.pack/gramlib__Plexing.cmi gramlib/.pack/gramlib__Ploc.cmi interp/constrexpr.cmi interp/constrexpr_ops.cmi interp/constrextern.cmi interp/constrintern.cmi interp/decls.cmi interp/deprecation.cmi interp/dumpglob.cmi interp/genintern.cmi interp/impargs.cmi interp/implicit_quantifiers.cmi interp/modintern.cmi interp/notation.cmi interp/notation_ops.cmi interp/notation_term.cmi interp/numTok.cmi interp/reserve.cmi interp/smartlocate.cmi interp/stdarg.cmi interp/syntax_def.cmi kernel/cClosure.cmi kernel/cPrimitives.cmi kernel/constr.cmi kernel/context.cmi kernel/conv_oracle.cmi kernel/cooking.cmi kernel/declarations.cmi kernel/declareops.cmi kernel/entries.cmi kernel/environ.cmi kernel/esubst.cmi kernel/evar.cmi kernel/float64.cmi kernel/float64_common.cmi kernel/indTyping.cmi kernel/indtypes.cmi kernel/inductive.cmi kernel/inferCumulativity.cmi kernel/mod_subst.cmi kernel/mod_typing.cmi kernel/modops.cmi kernel/names.cmi kernel/nativecode.cmi kernel/nativeconv.cmi kernel/nativelambda.cmi kernel/nativelib.cmi kernel/nativelibrary.cmi kernel/nativevalues.cmi kernel/opaqueproof.cmi kernel/parray.cmi kernel/primred.cmi kernel/reduction.cmi kernel/relevanceops.cmi kernel/retroknowledge.cmi kernel/safe_typing.cmi kernel/section.cmi kernel/sorts.cmi kernel/subtyping.cmi kernel/term.cmi kernel/term_typing.cmi kernel/transparentState.cmi kernel/type_errors.cmi kernel/typeops.cmi kernel/uGraph.cmi kernel/uint63.cmi kernel/univ.cmi kernel/vars.cmi kernel/vconv.cmi kernel/vm.cmi kernel/vmbytecodes.cmi kernel/vmbytegen.cmi kernel/vmemitcodes.cmi kernel/vmlambda.cmi kernel/vmopcodes.cmi kernel/vmsymtable.cmi kernel/vmvalues.cmi lib/acyclicGraph.cmi lib/aux_file.cmi lib/cAst.cmi lib/cErrors.cmi lib/cProfile.cmi lib/cWarnings.cmi lib/control.cmi lib/coqProject_file.cmi lib/dAst.cmi lib/envars.cmi lib/explore.cmi lib/feedback.cmi lib/flags.cmi lib/future.cmi lib/genarg.cmi lib/hook.cmi lib/loc.cmi lib/objFile.cmi lib/pp.cmi lib/pp_diff.cmi lib/remoteCounter.cmi lib/rtree.cmi lib/spawn.cmi lib/stateid.cmi lib/system.cmi lib/util.cmi lib/xml_datatype.cmi library/coqlib.cmi library/global.cmi library/globnames.cmi library/goptions.cmi library/lib.cmi library/libnames.cmi library/libobject.cmi library/nametab.cmi library/summary.cmi parsing/cLexer.cmi parsing/extend.cmi parsing/g_constr.cmi parsing/g_prim.cmi parsing/notation_gram.cmi parsing/notgram_ops.cmi parsing/pcoq.cmi parsing/ppextend.cmi parsing/tok.cmi plugins/btauto/refl_btauto.cmi plugins/cc/ccalgo.cmi plugins/cc/ccproof.cmi plugins/cc/cctac.cmi plugins/derive/derive.cmi plugins/extraction/common.cmi plugins/extraction/extract_env.cmi plugins/extraction/extraction.cmi plugins/extraction/haskell.cmi plugins/extraction/json.cmi plugins/extraction/miniml.cmi plugins/extraction/mlutil.cmi plugins/extraction/modutil.cmi plugins/extraction/ocaml.cmi plugins/extraction/scheme.cmi plugins/extraction/table.cmi plugins/firstorder/formula.cmi plugins/firstorder/ground.cmi plugins/firstorder/instances.cmi plugins/firstorder/rules.cmi plugins/firstorder/sequent.cmi plugins/firstorder/unify.cmi plugins/funind/functional_principles_proofs.cmi plugins/funind/functional_principles_types.cmi plugins/funind/gen_principle.cmi plugins/funind/glob_term_to_relation.cmi plugins/funind/glob_termops.cmi plugins/funind/indfun.cmi plugins/funind/indfun_common.cmi plugins/funind/invfun.cmi plugins/funind/recdef.cmi plugins/ltac/evar_tactics.cmi plugins/ltac/extraargs.cmi plugins/ltac/extratactics.cmi plugins/ltac/leminv.cmi plugins/ltac/pltac.cmi plugins/ltac/pptactic.cmi plugins/ltac/profile_ltac.cmi plugins/ltac/rewrite.cmi plugins/ltac/tacarg.cmi plugins/ltac/taccoerce.cmi plugins/ltac/tacentries.cmi plugins/ltac/tacenv.cmi plugins/ltac/tacexpr.cmi plugins/ltac/tacintern.cmi plugins/ltac/tacinterp.cmi plugins/ltac/tacsubst.cmi plugins/ltac/tactic_debug.cmi plugins/ltac/tactic_matching.cmi plugins/ltac/tactic_option.cmi plugins/ltac/tauto.cmi plugins/micromega/certificate.cmi plugins/micromega/coq_micromega.cmi plugins/micromega/csdpcert.cmi plugins/micromega/g_micromega.cmi plugins/micromega/itv.cmi plugins/micromega/mfourier.cmi plugins/micromega/micromega.cmi plugins/micromega/mutils.cmi plugins/micromega/numCompat.cmi plugins/micromega/persistent_cache.cmi plugins/micromega/polynomial.cmi plugins/micromega/simplex.cmi plugins/micromega/sos.cmi plugins/micromega/sos_lib.cmi plugins/micromega/sos_types.cmi plugins/micromega/vect.cmi plugins/micromega/zify.cmi plugins/nsatz/ideal.cmi plugins/nsatz/nsatz.cmi plugins/nsatz/polynom.cmi plugins/nsatz/utile.cmi plugins/omega/coq_omega.cmi plugins/ring/ring.cmi plugins/ring/ring_ast.cmi plugins/rtauto/proof_search.cmi plugins/rtauto/refl_tauto.cmi plugins/ssr/ssrast.cmi plugins/ssr/ssrbwd.cmi plugins/ssr/ssrcommon.cmi plugins/ssr/ssrelim.cmi plugins/ssr/ssrequality.cmi plugins/ssr/ssrfwd.cmi plugins/ssr/ssripats.cmi plugins/ssr/ssrparser.cmi plugins/ssr/ssrprinters.cmi plugins/ssr/ssrtacticals.cmi plugins/ssr/ssrvernac.cmi plugins/ssr/ssrview.cmi plugins/ssrmatching/g_ssrmatching.cmi plugins/ssrmatching/ssrmatching.cmi plugins/syntax/number.cmi plugins/syntax/string_notation.cmi pretyping/arguments_renaming.cmi pretyping/cases.cmi pretyping/cbv.cmi pretyping/coercion.cmi pretyping/coercionops.cmi pretyping/constr_matching.cmi pretyping/detyping.cmi pretyping/evarconv.cmi pretyping/evardefine.cmi pretyping/evarsolve.cmi pretyping/find_subterm.cmi pretyping/geninterp.cmi pretyping/globEnv.cmi pretyping/glob_ops.cmi pretyping/glob_term.cmi pretyping/heads.cmi pretyping/indrec.cmi pretyping/inductiveops.cmi pretyping/keys.cmi pretyping/locus.cmi pretyping/locusops.cmi pretyping/ltac_pretype.cmi pretyping/nativenorm.cmi pretyping/pattern.cmi pretyping/patternops.cmi pretyping/pretype_errors.cmi pretyping/pretyping.cmi pretyping/program.cmi pretyping/recordops.cmi pretyping/reductionops.cmi pretyping/retyping.cmi pretyping/tacred.cmi pretyping/typeclasses.cmi pretyping/typeclasses_errors.cmi pretyping/typing.cmi pretyping/unification.cmi pretyping/vnorm.cmi printing/genprint.cmi printing/ppconstr.cmi printing/pputils.cmi printing/printer.cmi printing/proof_diffs.cmi proofs/clenv.cmi proofs/evar_refiner.cmi proofs/goal.cmi proofs/goal_select.cmi proofs/logic.cmi proofs/miscprint.cmi proofs/proof.cmi proofs/proof_bullet.cmi proofs/refine.cmi proofs/tacmach.cmi proofs/tactypes.cmi stm/asyncTaskQueue.cmi stm/coqworkmgrApi.cmi stm/dag.cmi stm/partac.cmi stm/proofBlockDelimiter.cmi stm/spawned.cmi stm/stm.cmi stm/tQueue.cmi stm/vcs.cmi stm/vernac_classifier.cmi stm/vio_checking.cmi stm/workerPool.cmi tactics/abstract.cmi tactics/auto.cmi tactics/autorewrite.cmi tactics/btermdn.cmi tactics/cbn.cmi tactics/class_tactics.cmi tactics/contradiction.cmi tactics/declareScheme.cmi tactics/declareUctx.cmi tactics/dn.cmi tactics/dnet.cmi tactics/eauto.cmi tactics/elim.cmi tactics/elimschemes.cmi tactics/eqdecide.cmi tactics/eqschemes.cmi tactics/equality.cmi tactics/genredexpr.cmi tactics/hints.cmi tactics/hipattern.cmi tactics/ind_tables.cmi tactics/inv.cmi tactics/ppred.cmi tactics/redexpr.cmi tactics/redops.cmi tactics/tacticals.cmi tactics/tactics.cmi tactics/term_dnet.cmi toplevel/ccompile.cmi toplevel/coqargs.cmi toplevel/coqc.cmi toplevel/coqcargs.cmi toplevel/coqinit.cmi toplevel/coqloop.cmi toplevel/coqtop.cmi toplevel/g_toplevel.cmi toplevel/usage.cmi toplevel/vernac.cmi toplevel/workerLoop.cmi user-contrib/Ltac2/tac2core.cmi user-contrib/Ltac2/tac2dyn.cmi user-contrib/Ltac2/tac2entries.cmi user-contrib/Ltac2/tac2env.cmi user-contrib/Ltac2/tac2expr.cmi user-contrib/Ltac2/tac2extffi.cmi user-contrib/Ltac2/tac2ffi.cmi user-contrib/Ltac2/tac2intern.cmi user-contrib/Ltac2/tac2interp.cmi user-contrib/Ltac2/tac2match.cmi user-contrib/Ltac2/tac2print.cmi user-contrib/Ltac2/tac2qexpr.cmi user-contrib/Ltac2/tac2quote.cmi user-contrib/Ltac2/tac2stdlib.cmi user-contrib/Ltac2/tac2tactics.cmi user-contrib/Ltac2/tac2types.cmi vernac/assumptions.cmi vernac/attributes.cmi vernac/auto_ind_decl.cmi vernac/canonical.cmi vernac/classes.cmi vernac/comArguments.cmi vernac/comAssumption.cmi vernac/comCoercion.cmi vernac/comDefinition.cmi vernac/comFixpoint.cmi vernac/comHints.cmi vernac/comInductive.cmi vernac/comPrimitive.cmi vernac/comProgramFixpoint.cmi vernac/comSearch.cmi vernac/comTactic.cmi vernac/declare.cmi vernac/declareInd.cmi vernac/declareUniv.cmi vernac/declaremods.cmi vernac/egramcoq.cmi vernac/egramml.cmi vernac/g_proofs.cmi vernac/g_vernac.cmi vernac/himsg.cmi vernac/indschemes.cmi vernac/library.cmi vernac/loadpath.cmi vernac/locality.cmi vernac/metasyntax.cmi vernac/mltop.cmi vernac/ppvernac.cmi vernac/prettyp.cmi vernac/printmod.cmi vernac/proof_using.cmi vernac/pvernac.cmi vernac/recLemmas.cmi vernac/record.cmi vernac/retrieveObl.cmi vernac/search.cmi vernac/topfmt.cmi vernac/vernacentries.cmi vernac/vernacexpr.cmi vernac/vernacextend.cmi vernac/vernacinterp.cmi vernac/vernacprop.cmi vernac/vernacstate.cmi plugins/ltac/ltac_plugin.cmi plugins/ltac/tauto_plugin.cmi plugins/omega/omega_plugin.cmi plugins/micromega/micromega_plugin.cmi plugins/ring/ring_plugin.cmi plugins/extraction/extraction_plugin.cmi plugins/cc/cc_plugin.cmi plugins/firstorder/ground_plugin.cmi plugins/rtauto/rtauto_plugin.cmi plugins/btauto/btauto_plugin.cmi plugins/funind/recdef_plugin.cmi plugins/nsatz/nsatz_plugin.cmi plugins/syntax/int63_syntax_plugin.cmi plugins/syntax/float_syntax_plugin.cmi plugins/syntax/number_string_notation_plugin.cmi plugins/derive/derive_plugin.cmi plugins/ssrmatching/ssrmatching_plugin.cmi plugins/ssr/ssreflect_plugin.cmi plugins/ssrsearch/ssrsearch_plugin.cmi user-contrib/Ltac2/ltac2_plugin.cmi plugins/micromega/zify_plugin.cmi           # Regular CMI files
- ./install.sh  "/home/opam/.opam/4.14/lib/coq" tools/CoqMakefile.in tools/make-one-time-file.py tools/TimeFileMaker.py tools/make-both-time-files.py tools/make-both-single-timing-files.py
- ./install.sh  "/home/opam/.opam/4.14/lib/coq" clib/cArray.cmx clib/cEphemeron.cmx clib/cList.cmx clib/cMap.cmx clib/cObj.cmx clib/cSet.cmx clib/cString.cmx clib/cThread.cmx clib/cUnix.cmx clib/diff2.cmx clib/dyn.cmx clib/exninfo.cmx clib/hMap.cmx clib/hashcons.cmx clib/hashset.cmx clib/heap.cmx clib/iStream.cmx clib/int.cmx clib/minisys.cmx clib/monad.cmx clib/option.cmx clib/orderedType.cmx clib/predicate.cmx clib/range.cmx clib/segmenttree.cmx clib/store.cmx clib/terminal.cmx clib/trie.cmx clib/unicode.cmx clib/unicodetable.cmx clib/unionfind.cmx config/coq_config.cmx config/list_plugins.cmx coqpp/coqpp_lex.cmx coqpp/coqpp_main.cmx coqpp/coqpp_parse.cmx coqpp/coqpp_parser.cmx doc/tools/docgram/doc_grammar.cmx engine/eConstr.cmx engine/evar_kinds.cmx engine/evarutil.cmx engine/evd.cmx engine/ftactic.cmx engine/logic_monad.cmx engine/namegen.cmx engine/nameops.cmx engine/proofview.cmx engine/proofview_monad.cmx engine/termops.cmx engine/uState.cmx engine/univGen.cmx engine/univMinim.cmx engine/univNames.cmx engine/univProblem.cmx engine/univSubst.cmx engine/univops.cmx gramlib/.pack/gramlib.cmx gramlib/.pack/gramlib__Gramext.cmx gramlib/.pack/gramlib__Grammar.cmx gramlib/.pack/gramlib__Plexing.cmx gramlib/.pack/gramlib__Ploc.cmx interp/constrexpr.cmx interp/constrexpr_ops.cmx interp/constrextern.cmx interp/constrintern.cmx interp/decls.cmx interp/deprecation.cmx interp/dumpglob.cmx interp/genintern.cmx interp/impargs.cmx interp/implicit_quantifiers.cmx interp/modintern.cmx interp/notation.cmx interp/notation_ops.cmx interp/notation_term.cmx interp/numTok.cmx interp/reserve.cmx interp/smartlocate.cmx interp/stdarg.cmx interp/syntax_def.cmx kernel/cClosure.cmx kernel/cPrimitives.cmx kernel/constr.cmx kernel/context.cmx kernel/conv_oracle.cmx kernel/cooking.cmx kernel/declarations.cmx kernel/declareops.cmx kernel/entries.cmx kernel/environ.cmx kernel/esubst.cmx kernel/evar.cmx kernel/float64.cmx kernel/float64_31.cmx kernel/float64_63.cmx kernel/float64_common.cmx kernel/genOpcodeFiles.cmx kernel/indTyping.cmx kernel/indtypes.cmx kernel/inductive.cmx kernel/inferCumulativity.cmx kernel/mod_subst.cmx kernel/mod_typing.cmx kernel/modops.cmx kernel/names.cmx kernel/nativecode.cmx kernel/nativeconv.cmx kernel/nativelambda.cmx kernel/nativelib.cmx kernel/nativelibrary.cmx kernel/nativevalues.cmx kernel/opaqueproof.cmx kernel/parray.cmx kernel/primred.cmx kernel/reduction.cmx kernel/relevanceops.cmx kernel/retroknowledge.cmx kernel/safe_typing.cmx kernel/section.cmx kernel/sorts.cmx kernel/subtyping.cmx kernel/term.cmx kernel/term_typing.cmx kernel/transparentState.cmx kernel/type_errors.cmx kernel/typeops.cmx kernel/uGraph.cmx kernel/uint63.cmx kernel/uint63_31.cmx kernel/uint63_63.cmx kernel/univ.cmx kernel/vars.cmx kernel/vconv.cmx kernel/vm.cmx kernel/vmbytecodes.cmx kernel/vmbytegen.cmx kernel/vmemitcodes.cmx kernel/vmlambda.cmx kernel/vmopcodes.cmx kernel/vmsymtable.cmx kernel/vmvalues.cmx lib/acyclicGraph.cmx lib/aux_file.cmx lib/cAst.cmx lib/cErrors.cmx lib/cProfile.cmx lib/cWarnings.cmx lib/control.cmx lib/coqProject_file.cmx lib/dAst.cmx lib/envars.cmx lib/explore.cmx lib/feedback.cmx lib/flags.cmx lib/future.cmx lib/genarg.cmx lib/hook.cmx lib/loc.cmx lib/objFile.cmx lib/pp.cmx lib/pp_diff.cmx lib/remoteCounter.cmx lib/rtree.cmx lib/spawn.cmx lib/stateid.cmx lib/system.cmx lib/util.cmx library/coqlib.cmx library/global.cmx library/globnames.cmx library/goptions.cmx library/lib.cmx library/libnames.cmx library/libobject.cmx library/nametab.cmx library/summary.cmx parsing/cLexer.cmx parsing/extend.cmx parsing/g_constr.cmx parsing/g_prim.cmx parsing/notation_gram.cmx parsing/notgram_ops.cmx parsing/pcoq.cmx parsing/ppextend.cmx parsing/tok.cmx plugins/btauto/g_btauto.cmx plugins/btauto/refl_btauto.cmx plugins/cc/ccalgo.cmx plugins/cc/ccproof.cmx plugins/cc/cctac.cmx plugins/cc/g_congruence.cmx plugins/derive/derive.cmx plugins/derive/g_derive.cmx plugins/extraction/common.cmx plugins/extraction/extract_env.cmx plugins/extraction/extraction.cmx plugins/extraction/g_extraction.cmx plugins/extraction/haskell.cmx plugins/extraction/json.cmx plugins/extraction/miniml.cmx plugins/extraction/mlutil.cmx plugins/extraction/modutil.cmx plugins/extraction/ocaml.cmx plugins/extraction/scheme.cmx plugins/extraction/table.cmx plugins/firstorder/formula.cmx plugins/firstorder/g_ground.cmx plugins/firstorder/ground.cmx plugins/firstorder/instances.cmx plugins/firstorder/rules.cmx plugins/firstorder/sequent.cmx plugins/firstorder/unify.cmx plugins/funind/functional_principles_proofs.cmx plugins/funind/functional_principles_types.cmx plugins/funind/g_indfun.cmx plugins/funind/gen_principle.cmx plugins/funind/glob_term_to_relation.cmx plugins/funind/glob_termops.cmx plugins/funind/indfun.cmx plugins/funind/indfun_common.cmx plugins/funind/invfun.cmx plugins/funind/recdef.cmx plugins/ltac/coretactics.cmx plugins/ltac/evar_tactics.cmx plugins/ltac/extraargs.cmx plugins/ltac/extratactics.cmx plugins/ltac/g_auto.cmx plugins/ltac/g_class.cmx plugins/ltac/g_eqdecide.cmx plugins/ltac/g_ltac.cmx plugins/ltac/g_obligations.cmx plugins/ltac/g_rewrite.cmx plugins/ltac/g_tactic.cmx plugins/ltac/leminv.cmx plugins/ltac/pltac.cmx plugins/ltac/pptactic.cmx plugins/ltac/profile_ltac.cmx plugins/ltac/profile_ltac_tactics.cmx plugins/ltac/rewrite.cmx plugins/ltac/tacarg.cmx plugins/ltac/taccoerce.cmx plugins/ltac/tacentries.cmx plugins/ltac/tacenv.cmx plugins/ltac/tacexpr.cmx plugins/ltac/tacintern.cmx plugins/ltac/tacinterp.cmx plugins/ltac/tacsubst.cmx plugins/ltac/tactic_debug.cmx plugins/ltac/tactic_matching.cmx plugins/ltac/tactic_option.cmx plugins/ltac/tauto.cmx plugins/micromega/certificate.cmx plugins/micromega/coq_micromega.cmx plugins/micromega/csdpcert.cmx plugins/micromega/g_micromega.cmx plugins/micromega/g_zify.cmx plugins/micromega/itv.cmx plugins/micromega/mfourier.cmx plugins/micromega/micromega.cmx plugins/micromega/mutils.cmx plugins/micromega/numCompat.cmx plugins/micromega/persistent_cache.cmx plugins/micromega/polynomial.cmx plugins/micromega/simplex.cmx plugins/micromega/sos.cmx plugins/micromega/sos_lib.cmx plugins/micromega/sos_types.cmx plugins/micromega/vect.cmx plugins/micromega/zify.cmx plugins/nsatz/g_nsatz.cmx plugins/nsatz/ideal.cmx plugins/nsatz/nsatz.cmx plugins/nsatz/polynom.cmx plugins/nsatz/utile.cmx plugins/omega/coq_omega.cmx plugins/omega/g_omega.cmx plugins/omega/omega.cmx plugins/ring/g_ring.cmx plugins/ring/ring.cmx plugins/ring/ring_ast.cmx plugins/rtauto/g_rtauto.cmx plugins/rtauto/proof_search.cmx plugins/rtauto/refl_tauto.cmx plugins/ssr/ssrbwd.cmx plugins/ssr/ssrcommon.cmx plugins/ssr/ssrelim.cmx plugins/ssr/ssrequality.cmx plugins/ssr/ssrfwd.cmx plugins/ssr/ssripats.cmx plugins/ssr/ssrparser.cmx plugins/ssr/ssrprinters.cmx plugins/ssr/ssrtacticals.cmx plugins/ssr/ssrvernac.cmx plugins/ssr/ssrview.cmx plugins/ssrmatching/g_ssrmatching.cmx plugins/ssrmatching/ssrmatching.cmx plugins/ssrsearch/g_search.cmx plugins/syntax/float_syntax.cmx plugins/syntax/g_number_string.cmx plugins/syntax/int63_syntax.cmx plugins/syntax/number.cmx plugins/syntax/string_notation.cmx pretyping/arguments_renaming.cmx pretyping/cases.cmx pretyping/cbv.cmx pretyping/coercion.cmx pretyping/coercionops.cmx pretyping/constr_matching.cmx pretyping/detyping.cmx pretyping/evarconv.cmx pretyping/evardefine.cmx pretyping/evarsolve.cmx pretyping/find_subterm.cmx pretyping/geninterp.cmx pretyping/globEnv.cmx pretyping/glob_ops.cmx pretyping/glob_term.cmx pretyping/heads.cmx pretyping/indrec.cmx pretyping/inductiveops.cmx pretyping/keys.cmx pretyping/locus.cmx pretyping/locusops.cmx pretyping/ltac_pretype.cmx pretyping/nativenorm.cmx pretyping/pattern.cmx pretyping/patternops.cmx pretyping/pretype_errors.cmx pretyping/pretyping.cmx pretyping/program.cmx pretyping/recordops.cmx pretyping/reductionops.cmx pretyping/retyping.cmx pretyping/tacred.cmx pretyping/typeclasses.cmx pretyping/typeclasses_errors.cmx pretyping/typing.cmx pretyping/unification.cmx pretyping/vnorm.cmx printing/genprint.cmx printing/ppconstr.cmx printing/pputils.cmx printing/printer.cmx printing/proof_diffs.cmx proofs/clenv.cmx proofs/evar_refiner.cmx proofs/goal.cmx proofs/goal_select.cmx proofs/logic.cmx proofs/miscprint.cmx proofs/proof.cmx proofs/proof_bullet.cmx proofs/refine.cmx proofs/tacmach.cmx proofs/tactypes.cmx stm/asyncTaskQueue.cmx stm/coqworkmgrApi.cmx stm/dag.cmx stm/partac.cmx stm/proofBlockDelimiter.cmx stm/spawned.cmx stm/stm.cmx stm/tQueue.cmx stm/vcs.cmx stm/vernac_classifier.cmx stm/vio_checking.cmx stm/workerPool.cmx tactics/abstract.cmx tactics/auto.cmx tactics/autorewrite.cmx tactics/btermdn.cmx tactics/cbn.cmx tactics/class_tactics.cmx tactics/contradiction.cmx tactics/declareScheme.cmx tactics/declareUctx.cmx tactics/dn.cmx tactics/dnet.cmx tactics/eauto.cmx tactics/elim.cmx tactics/elimschemes.cmx tactics/eqdecide.cmx tactics/eqschemes.cmx tactics/equality.cmx tactics/genredexpr.cmx tactics/hints.cmx tactics/hipattern.cmx tactics/ind_tables.cmx tactics/inv.cmx tactics/ppred.cmx tactics/redexpr.cmx tactics/redops.cmx tactics/tacticals.cmx tactics/tactics.cmx tactics/term_dnet.cmx topbin/coqc_bin.cmx topbin/coqproofworker_bin.cmx topbin/coqqueryworker_bin.cmx topbin/coqtacticworker_bin.cmx topbin/coqtop_bin.cmx topbin/coqtop_byte_bin.cmx toplevel/ccompile.cmx toplevel/coqargs.cmx toplevel/coqc.cmx toplevel/coqcargs.cmx toplevel/coqinit.cmx toplevel/coqloop.cmx toplevel/coqtop.cmx toplevel/g_toplevel.cmx toplevel/usage.cmx toplevel/vernac.cmx toplevel/workerLoop.cmx user-contrib/Ltac2/g_ltac2.cmx user-contrib/Ltac2/tac2core.cmx user-contrib/Ltac2/tac2dyn.cmx user-contrib/Ltac2/tac2entries.cmx user-contrib/Ltac2/tac2env.cmx user-contrib/Ltac2/tac2extffi.cmx user-contrib/Ltac2/tac2ffi.cmx user-contrib/Ltac2/tac2intern.cmx user-contrib/Ltac2/tac2interp.cmx user-contrib/Ltac2/tac2match.cmx user-contrib/Ltac2/tac2print.cmx user-contrib/Ltac2/tac2quote.cmx user-contrib/Ltac2/tac2stdlib.cmx user-contrib/Ltac2/tac2tactics.cmx vernac/assumptions.cmx vernac/attributes.cmx vernac/auto_ind_decl.cmx vernac/canonical.cmx vernac/classes.cmx vernac/comArguments.cmx vernac/comAssumption.cmx vernac/comCoercion.cmx vernac/comDefinition.cmx vernac/comFixpoint.cmx vernac/comHints.cmx vernac/comInductive.cmx vernac/comPrimitive.cmx vernac/comProgramFixpoint.cmx vernac/comSearch.cmx vernac/comTactic.cmx vernac/declare.cmx vernac/declareInd.cmx vernac/declareUniv.cmx vernac/declaremods.cmx vernac/egramcoq.cmx vernac/egramml.cmx vernac/g_proofs.cmx vernac/g_vernac.cmx vernac/himsg.cmx vernac/indschemes.cmx vernac/library.cmx vernac/loadpath.cmx vernac/locality.cmx vernac/metasyntax.cmx vernac/mltop.cmx vernac/ppvernac.cmx vernac/prettyp.cmx vernac/printmod.cmx vernac/proof_using.cmx vernac/pvernac.cmx vernac/recLemmas.cmx vernac/record.cmx vernac/retrieveObl.cmx vernac/search.cmx vernac/topfmt.cmx vernac/vernacentries.cmx vernac/vernacexpr.cmx vernac/vernacextend.cmx vernac/vernacinterp.cmx vernac/vernacprop.cmx vernac/vernacstate.cmx           # To avoid warning 58 "-opaque"
- install: cannot stat 'config/list_plugins.cmx': No such file or directory
- install: cannot stat 'coqpp/coqpp_lex.cmx': No such file or directory
- install: cannot stat 'coqpp/coqpp_main.cmx': No such file or directory
- install: cannot stat 'coqpp/coqpp_parse.cmx': No such file or directory
- install: cannot stat 'coqpp/coqpp_parser.cmx': No such file or directory
- install: cannot stat 'doc/tools/docgram/doc_grammar.cmx': No such file or directory
- install: cannot stat 'kernel/float64_31.cmx': No such file or directory
- install: cannot stat 'kernel/float64_63.cmx': No such file or directory
- install: cannot stat 'kernel/genOpcodeFiles.cmx': No such file or directory
- install: cannot stat 'kernel/uint63_31.cmx': No such file or directory
- install: cannot stat 'kernel/uint63_63.cmx': No such file or directory
- install: cannot stat 'topbin/coqtop_byte_bin.cmx': No such file or directory
- ./install.sh  "/home/opam/.opam/4.14/lib/coq" plugins/ltac/ltac_plugin.cmx plugins/ltac/tauto_plugin.cmx plugins/omega/omega_plugin.cmx plugins/micromega/micromega_plugin.cmx plugins/ring/ring_plugin.cmx plugins/extraction/extraction_plugin.cmx plugins/cc/cc_plugin.cmx plugins/firstorder/ground_plugin.cmx plugins/rtauto/rtauto_plugin.cmx plugins/btauto/btauto_plugin.cmx plugins/funind/recdef_plugin.cmx plugins/nsatz/nsatz_plugin.cmx plugins/syntax/int63_syntax_plugin.cmx plugins/syntax/float_syntax_plugin.cmx plugins/syntax/number_string_notation_plugin.cmx plugins/derive/derive_plugin.cmx plugins/ssrmatching/ssrmatching_plugin.cmx plugins/ssr/ssreflect_plugin.cmx plugins/ssrsearch/ssrsearch_plugin.cmx user-contrib/Ltac2/ltac2_plugin.cmx plugins/micromega/zify_plugin.cmx # For static linking of plugins
- ./install.sh  "/home/opam/.opam/4.14/lib/coq" plugins/ltac/ltac_plugin.o plugins/ltac/tauto_plugin.o plugins/omega/omega_plugin.o plugins/micromega/micromega_plugin.o plugins/ring/ring_plugin.o plugins/extraction/extraction_plugin.o plugins/cc/cc_plugin.o plugins/firstorder/ground_plugin.o plugins/rtauto/rtauto_plugin.o plugins/btauto/btauto_plugin.o plugins/funind/recdef_plugin.o plugins/nsatz/nsatz_plugin.o plugins/syntax/int63_syntax_plugin.o plugins/syntax/float_syntax_plugin.o plugins/syntax/number_string_notation_plugin.o plugins/derive/derive_plugin.o plugins/ssrmatching/ssrmatching_plugin.o plugins/ssr/ssreflect_plugin.o plugins/ssrsearch/ssrsearch_plugin.o user-contrib/Ltac2/ltac2_plugin.o plugins/micromega/zify_plugin.o   # For static linking of plugins
- ./install.sh  "/home/opam/.opam/4.14/lib/coq" config/config.cmxa clib/clib.cmxa lib/lib.cmxa kernel/kernel.cmxa library/library.cmxa engine/engine.cmxa pretyping/pretyping.cmxa interp/interp.cmxa proofs/proofs.cmxa gramlib/.pack/gramlib.cmxa parsing/parsing.cmxa printing/printing.cmxa tactics/tactics.cmxa vernac/vernac.cmxa stm/stm.cmxa toplevel/toplevel.cmxa  config/config.a clib/clib.a lib/lib.a kernel/kernel.a library/library.a engine/engine.a pretyping/pretyping.a interp/interp.a proofs/proofs.a gramlib/.pack/gramlib.a parsing/parsing.a printing/printing.a tactics/tactics.a vernac/vernac.a stm/stm.a toplevel/toplevel.a 
- install bin/coqidetop bin/coqidetop.opt "/home/opam/.opam/4.14/bin"
- install -m 644 META.coq "/home/opam/.opam/4.14/lib/coq"/META
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/coq.8.13.2'
Processing 49/51: [coq: make install-byte]
+ /usr/bin/make "COQ_USE_DUNE=" "install-byte" (CWD=/home/opam/.opam/4.14/.opam-switch/build/coq.8.13.2)
- rm -f  
- /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build install-byte
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/coq.8.13.2'
- install -d "/home/opam/.opam/4.14/bin"
- install bin/coqtop.byte bin/coqproofworker.byte bin/coqtacticworker.byte bin/coqqueryworker.byte "/home/opam/.opam/4.14/bin"
- ./install.sh "/home/opam/.opam/4.14/lib/coq" config/config.cma clib/clib.cma lib/lib.cma kernel/kernel.cma library/library.cma engine/engine.cma pretyping/pretyping.cma interp/interp.cma proofs/proofs.cma gramlib/.pack/gramlib.cma parsing/parsing.cma printing/printing.cma tactics/tactics.cma vernac/vernac.cma stm/stm.cma toplevel/toplevel.cma  plugins/ltac/ltac_plugin.cmo plugins/ltac/tauto_plugin.cmo plugins/omega/omega_plugin.cmo plugins/micromega/micromega_plugin.cmo plugins/ring/ring_plugin.cmo plugins/extraction/extraction_plugin.cmo plugins/cc/cc_plugin.cmo  plugins/firstorder/ground_plugin.cmo plugins/rtauto/rtauto_plugin.cmo plugins/btauto/btauto_plugin.cmo plugins/funind/recdef_plugin.cmo plugins/nsatz/nsatz_plugin.cmo plugins/syntax/int63_syntax_plugin.cmo plugins/syntax/float_syntax_plugin.cmo plugins/syntax/number_string_notation_plugin.cmo plugins/derive/derive_plugin.cmo plugins/ssrmatching/ssrmatching_plugin.cmo plugins/ssr/ssreflect_plugin.cmo plugins/ssrsearch/ssrsearch_plugin.cmo user-contrib/Ltac2/ltac2_plugin.cmo plugins/micromega/zify_plugin.cmo
- install -m 644 kernel/byterun/dllcoqrun.so "/home/opam/.opam/4.14/lib/coq"
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/coq.8.13.2'
-> installed coq.8.13.2
Processing 50/51: [coqide: ./configure no]
+ /home/opam/.opam/4.14/.opam-switch/build/coqide.8.13.2/./configure "-configdir" "/home/opam/.opam/4.14/lib/coq/config" "-prefix" "/home/opam/.opam/4.14" "-mandir" "/home/opam/.opam/4.14/man" "-docdir" "/home/opam/.opam/4.14/doc" "-libdir" "/home/opam/.opam/4.14/lib/coq" "-datadir" "/home/opam/.opam/4.14/share/coq" "-native-compiler" "no" (CWD=/home/opam/.opam/4.14/.opam-switch/build/coqide.8.13.2)
- You have OCaml 4.14.1. Good!
- You have OCamlfind 1.9.6. Good!
- You have native-code compilation. Good!
- You have the Zarith library 1.13 installed. Good!
- LablGtk3 and LablGtkSourceView3 found (3.1.3), with native threads:
- => native CoqIde will be built.
- 
-   Architecture                : Linux
-   Sys.os_type                 : Unix
-   Coq VM bytecode link flags  : -dllib -lcoqrun -dllpath /home/opam/.opam/4.14/lib/coq/kernel/byterun
-   Other bytecode link flags   : 
-   OCaml version               : 4.14.1
-   OCaml binaries in           : /home/opam/.opam/4.14/bin/
-   OCaml library in            : /home/opam/.opam/4.14/lib/ocaml
-   OCaml flambda flags         : 
-   Native dynamic link support : true
-   Lablgtk3 library in         : /home/opam/.opam/4.14/lib/lablgtk3-sourceview3
-   CoqIde                      : opt
-   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:
-   - the Coq binaries will be copied in /home/opam/.opam/4.14/bin
-   - 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
-   - the Coq documentation will be copied in /home/opam/.opam/4.14/doc
-   - the Coqdoc LaTeX files will be copied in /home/opam/.opam/4.14/share/texmf/tex/latex/misc
- 
- 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 50/51: [coqide: make coqide-files]
+ /usr/bin/make "COQ_USE_DUNE=" "-j255" "coqide-files" (CWD=/home/opam/.opam/4.14/.opam-switch/build/coqide.8.13.2)
- rm -f  
- cp -a "plugins/.merlin.in" "plugins/.merlin"
- cp -a "kernel/.merlin.in" "kernel/.merlin"
- cp -a "ide/.merlin.in" "ide/.merlin"
- cp -a ".merlin.in" ".merlin"
- cp -a "test-suite/unit-tests/.merlin.in" "test-suite/unit-tests/.merlin"
- cp -a "META.coq.in" "META.coq"
- mkdir bin
- /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build coqide-files
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/coqide.8.13.2'
- OCAMLC    clib/segmenttree.mli
- OCAMLC    clib/unicode.mli
- OCAMLC    tools/coqdep_lexer.mli
- OCAMLLEX  tools/coqdep_lexer.mll
- OCAMLC    tools/coqdep_common.mli
- OCAMLC    kernel/genOpcodeFiles.ml
- OCAMLLEX  tools/ocamllibdep.mll
- OCAMLC    coqpp/coqpp_ast.mli
- make[1]: Circular coqpp/coqpp_parse.cmi <- coqpp/coqpp_parse.cmo dependency dropped.
- OCAMLYACC  coqpp/coqpp_parse.mly
- OCAMLLEX  coqpp/coqpp_lex.mll
- mkdir -p gramlib/.pack
- 14 states, 417 transitions, table size 1752 bytes
- OCAMLLEX  tools/coqwc.mll
- OCAMLLEX  tools/coqdoc/cpretty.mll
- OCAMLLEX  ide/coqide/utf8_convert.mll
- OCAMLLEX  ide/coqide/protocol/xml_lexer.mll
- OCAMLLEX  ide/coqide/coq_lex.mll
- printf '# 1 "%s"\n' gramlib/ploc.ml > gramlib/.pack/gramlib__Ploc.ml
- OCAMLLEX  ide/coqide/config_lexer.mll
- printf '# 1 "%s"\n' gramlib/plexing.ml > gramlib/.pack/gramlib__Plexing.ml
- cat gramlib/ploc.ml >> gramlib/.pack/gramlib__Ploc.ml
- 15 states, 827 transitions, table size 3398 bytes
- printf '# 1 "%s"\n' gramlib/gramext.ml > gramlib/.pack/gramlib__Gramext.ml
- printf '# 1 "%s"\n' gramlib/grammar.ml > gramlib/.pack/gramlib__Grammar.ml
- cat gramlib/plexing.ml >> gramlib/.pack/gramlib__Plexing.ml
- echo " \
- module Ploc    = Gramlib__Ploc \
- module Plexing = Gramlib__Plexing \
- module Gramext = Gramlib__Gramext \
- module Grammar = Gramlib__Grammar" > gramlib/.pack/gramlib.ml
- 217 states, 2223 transitions, table size 10194 bytes
- cat gramlib/gramext.ml >> gramlib/.pack/gramlib__Gramext.ml
- cat gramlib/grammar.ml >> gramlib/.pack/gramlib__Grammar.ml
- rm -f ide/coqide/coqide_os_specific.ml && cp ide/coqide/coqide_X11.ml.in ide/coqide/coqide_os_specific.ml && chmod a-w ide/coqide/coqide_os_specific.ml
- rm -f kernel/uint63.ml && cp kernel/uint63_63.ml kernel/uint63.ml && chmod a-w kernel/uint63.ml
- rm -f kernel/float64.ml && cp kernel/float64_63.ml kernel/float64.ml && chmod a-w kernel/float64.ml
- 80 states, 774 transitions, table size 3576 bytes
- printf '# 1 "%s"\n' gramlib/ploc.mli > gramlib/.pack/gramlib__Ploc.mli
- 30 states, 1657 transitions, table size 6808 bytes
- 6052 additional bytes used for bindings
- printf '# 1 "%s"\n' gramlib/plexing.mli > gramlib/.pack/gramlib__Plexing.mli
- printf '# 1 "%s"\n' gramlib/gramext.mli > gramlib/.pack/gramlib__Gramext.mli
- cat gramlib/ploc.mli >> gramlib/.pack/gramlib__Ploc.mli
- cat gramlib/plexing.mli >> gramlib/.pack/gramlib__Plexing.mli
- 244 states, 858 transitions, table size 4896 bytes
- cat gramlib/gramext.mli >> gramlib/.pack/gramlib__Gramext.mli
- printf '# 1 "%s"\n' gramlib/grammar.mli > gramlib/.pack/gramlib__Grammar.mli
- 124 states, 1808 transitions, table size 7976 bytes
- File "kernel/genOpcodeFiles.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- cat gramlib/grammar.mli >> gramlib/.pack/gramlib__Grammar.mli
- OCAMLDEP  checker/MLFILES checker/MLIFILES
- 240 states, 15992 transitions, table size 65408 bytes
- OCAMLOPT  clib/segmenttree.ml
- OCAMLC    clib/segmenttree.ml
- OCAMLC    tools/coqdep_boot.ml
- WRITE kernel/byterun/coq_instruct.h
- WRITE kernel/byterun/coq_jumptbl.h
- OCAMLC    tools/ocamllibdep.ml
- OCAMLC    coqpp/coqpp_parse.mli
- WRITE kernel/vmopcodes.ml
- CCDEP     kernel/byterun/coq_fix_code.c
- CCDEP     kernel/byterun/coq_float64.c
- CCDEP     kernel/byterun/coq_interp.c
- CCDEP     kernel/byterun/coq_memory.c
- CCDEP     kernel/byterun/coq_values.c
- File "tools/coqdep_boot.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    coqpp/coqpp_parse.ml
- OCAMLC    clib/unicodetable.ml
- File "tools/ocamllibdep.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  tools/ocamllibdep.ml
- OCAMLC    coqpp/coqpp_lex.ml
- File "coqpp/coqpp_lex.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLBEST -o bin/ocamllibdep
- 2719 states, 8742 transitions, table size 51282 bytes
- 17643 additional bytes used for bindings
- OCAMLC -a bin/coqpp
- File "coqpp/coqpp_main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "clib/unicodetable.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- COQPP   vernac/g_vernac.mlg
- COQPP   vernac/g_proofs.mlg
- COQPP   toplevel/g_toplevel.mlg
- COQPP   plugins/syntax/g_number_string.mlg
- COQPP   plugins/ssrsearch/g_search.mlg
- COQPP   plugins/ssrmatching/g_ssrmatching.mlg
- COQPP   plugins/ssr/ssrvernac.mlg
- COQPP   plugins/ssr/ssrparser.mlg
- COQPP   plugins/rtauto/g_rtauto.mlg
- COQPP   plugins/ring/g_ring.mlg
- COQPP   plugins/omega/g_omega.mlg
- COQPP   plugins/nsatz/g_nsatz.mlg
- COQPP   plugins/micromega/g_zify.mlg
- COQPP   plugins/micromega/g_micromega.mlg
- COQPP   plugins/ltac/profile_ltac_tactics.mlg
- COQPP   plugins/ltac/g_tactic.mlg
- COQPP   plugins/ltac/g_rewrite.mlg
- COQPP   plugins/ltac/g_obligations.mlg
- COQPP   plugins/ltac/g_ltac.mlg
- COQPP   plugins/ltac/g_eqdecide.mlg
- COQPP   plugins/ltac/g_class.mlg
- COQPP   plugins/ltac/g_auto.mlg
- COQPP   plugins/ltac/extratactics.mlg
- COQPP   plugins/ltac/extraargs.mlg
- COQPP   plugins/ltac/coretactics.mlg
- COQPP   plugins/funind/g_indfun.mlg
- COQPP   plugins/firstorder/g_ground.mlg
- COQPP   plugins/extraction/g_extraction.mlg
- COQPP   plugins/derive/g_derive.mlg
- COQPP   plugins/cc/g_congruence.mlg
- COQPP   plugins/btauto/g_btauto.mlg
- COQPP   parsing/g_prim.mlg
- COQPP   parsing/g_constr.mlg
- COQPP   user-contrib/Ltac2/g_ltac2.mlg
- OCAMLOPT  clib/unicodetable.ml
- OCAMLC    clib/unicode.ml
- OCAMLLIBDEP  checker/MLLIBFILES checker/MLPACKFILES
- OCAMLLIBDEP  user-contrib/MLLIBFILES user-contrib/MLPACKFILES
- OCAMLDEP  user-contrib/MLFILES user-contrib/MLIFILES
- OCAMLLIBDEP  plugins/MLLIBFILES plugins/MLPACKFILES
- OCAMLDEP  plugins/MLFILES plugins/MLIFILES
- OCAMLLIBDEP  MLLIBFILES MLPACKFILES
- OCAMLDEP  MLFILES MLIFILES
- OCAMLC    clib/minisys.ml
- File "clib/minisys.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  clib/unicode.ml
- OCAMLOPT  clib/minisys.ml
- OCAMLOPT  tools/coqdep_lexer.ml
- OCAMLOPT  tools/coqdep_common.ml
- OCAMLOPT  tools/coqdep_boot.ml
- OCAMLBEST -o bin/coqdep_boot
- COQDEP    VFILES
- OCAMLC    gramlib/.pack/gramlib.ml
- make[1]: Circular coqpp/coqpp_parse.cmi <- coqpp/coqpp_parse.cmo dependency dropped.
- File "gramlib/.pack/gramlib.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  gramlib/.pack/gramlib.ml
- OCAMLC    clib/segmenttree.mli
- OCAMLC    clib/unicode.mli
- OCAMLC    tools/coqdep_lexer.mli
- OCAMLC    tools/coqdep_common.mli
- OCAMLC    tools/ocamllibdep.ml
- OCAMLC    coqpp/coqpp_ast.mli
- OCAMLC    clib/segmenttree.ml
- OCAMLC    coqpp/coqpp_parse.mli
- OCAMLOPT  clib/segmenttree.ml
- OCAMLC    tools/coqdep_boot.ml
- File "tools/ocamllibdep.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    clib/unicodetable.ml
- OCAMLOPT  tools/ocamllibdep.ml
- OCAMLC    coqpp/coqpp_parse.ml
- File "tools/coqdep_boot.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    coqpp/coqpp_lex.ml
- OCAMLBEST -o bin/ocamllibdep
- File "coqpp/coqpp_lex.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC -a bin/coqpp
- File "coqpp/coqpp_main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "clib/unicodetable.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- COQPP   vernac/g_vernac.mlg
- COQPP   vernac/g_proofs.mlg
- COQPP   toplevel/g_toplevel.mlg
- COQPP   plugins/syntax/g_number_string.mlg
- COQPP   plugins/ssrsearch/g_search.mlg
- COQPP   plugins/ssrmatching/g_ssrmatching.mlg
- COQPP   plugins/ssr/ssrvernac.mlg
- COQPP   plugins/ssr/ssrparser.mlg
- COQPP   plugins/rtauto/g_rtauto.mlg
- COQPP   plugins/ring/g_ring.mlg
- COQPP   plugins/omega/g_omega.mlg
- COQPP   plugins/nsatz/g_nsatz.mlg
- COQPP   plugins/micromega/g_micromega.mlg
- COQPP   plugins/micromega/g_zify.mlg
- COQPP   plugins/ltac/profile_ltac_tactics.mlg
- COQPP   plugins/ltac/g_tactic.mlg
- COQPP   plugins/ltac/g_rewrite.mlg
- COQPP   plugins/ltac/g_obligations.mlg
- COQPP   plugins/ltac/g_ltac.mlg
- COQPP   plugins/ltac/g_eqdecide.mlg
- COQPP   plugins/ltac/g_class.mlg
- COQPP   plugins/ltac/g_auto.mlg
- COQPP   plugins/ltac/extratactics.mlg
- COQPP   plugins/ltac/extraargs.mlg
- COQPP   plugins/ltac/coretactics.mlg
- COQPP   plugins/funind/g_indfun.mlg
- COQPP   plugins/firstorder/g_ground.mlg
- COQPP   plugins/extraction/g_extraction.mlg
- COQPP   plugins/derive/g_derive.mlg
- COQPP   plugins/btauto/g_btauto.mlg
- COQPP   plugins/cc/g_congruence.mlg
- COQPP   parsing/g_prim.mlg
- COQPP   parsing/g_constr.mlg
- COQPP   user-contrib/Ltac2/g_ltac2.mlg
- OCAMLOPT  clib/unicodetable.ml
- OCAMLC    clib/unicode.ml
- OCAMLDEP  user-contrib/MLFILES user-contrib/MLIFILES
- OCAMLDEP  plugins/MLFILES plugins/MLIFILES
- OCAMLDEP  MLFILES MLIFILES
- OCAMLC    clib/minisys.ml
- File "clib/minisys.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  clib/unicode.ml
- OCAMLOPT  clib/minisys.ml
- OCAMLOPT  tools/coqdep_lexer.ml
- OCAMLOPT  tools/coqdep_common.ml
- OCAMLOPT  tools/coqdep_boot.ml
- OCAMLBEST -o bin/coqdep_boot
- make[1]: Circular coqpp/coqpp_parse.cmi <- coqpp/coqpp_parse.cmo dependency dropped.
- "/home/opam/.opam/4.14/bin/ocamlfind" ocamlc -thread -rectypes -w +a-4-9-27-41-42-44-45-48-58-67   -safe-string -strict-sequence  ide/coqide/default_bindings_src.ml -o ide/coqide/default_bindings_src.exe
- File "ide/coqide/default_bindings_src.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- ide/coqide/default_bindings_src.exe ide/coqide/default.bindings
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/coqide.8.13.2'
Processing 50/51: [coqide: make coqide-opt]
+ /usr/bin/make "COQ_USE_DUNE=" "-j255" "coqide-opt" (CWD=/home/opam/.opam/4.14/.opam-switch/build/coqide.8.13.2)
- rm -f  
- /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build coqide-opt
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/coqide.8.13.2'
- OCAMLC    config/coq_config.mli
- OCAMLC    clib/cObj.mli
- OCAMLC    clib/cEphemeron.mli
- OCAMLC    clib/cSig.mli
- OCAMLC    clib/hashset.mli
- OCAMLC    clib/orderedType.mli
- OCAMLC    clib/range.mli
- OCAMLC    clib/cArray.mli
- OCAMLC    clib/option.mli
- OCAMLC    clib/cUnix.mli
- OCAMLC    clib/cThread.mli
- OCAMLC    clib/trie.mli
- OCAMLC    clib/predicate.mli
- OCAMLC    clib/heap.mli
- OCAMLC    clib/unionfind.mli
- OCAMLC    clib/store.mli
- OCAMLC    clib/exninfo.mli
- OCAMLC    clib/iStream.mli
- OCAMLC    clib/terminal.mli
- OCAMLC    clib/monad.mli
- OCAMLC    clib/diff2.mli
- OCAMLC    lib/hook.mli
- OCAMLC    lib/flags.mli
- OCAMLC    lib/control.mli
- OCAMLC    lib/pp.mli
- OCAMLC    lib/xml_datatype.mli
- OCAMLC    lib/cProfile.mli
- OCAMLC    lib/spawn.mli
- OCAMLC    lib/remoteCounter.mli
- OCAMLC    lib/envars.mli
- OCAMLC    lib/coqProject_file.mli
- OCAMLC    ide/coqide/protocol/xml_lexer.mli
- OCAMLC    ide/coqide/configwin_types.ml
- OCAMLC    ide/coqide/configwin.mli
- OCAMLC    ide/coqide/tags.mli
- OCAMLC    ide/coqide/wg_Notebook.mli
- OCAMLC    ide/coqide/utf8_convert.mli
- OCAMLC    ide/coqide/unicode_bindings.mli
- OCAMLC    ide/coqide/coq_lex.mli
- OCAMLC    ide/coqide/sentence.mli
- OCAMLC    ide/coqide/gtk_parsing.mli
- OCAMLC    ide/coqide/wg_Segment.mli
- OCAMLC    ide/coqide/wg_Detachable.mli
- OCAMLC    ide/coqide/wg_Find.mli
- OCAMLC    ide/coqide/coq_commands.mli
- OCAMLC    ide/coqide/coqide_ui.mli
- OCAMLC    ide/coqide/coqide.mli
- OCAMLC    ide/coqide/coqide_os_specific.mli
- OCAMLC    kernel/uint63.mli
- OCAMLC    kernel/vmopcodes.ml
- OCAMLC    gramlib/.pack/gramlib__Gramext.mli
- OCAMLC    tactics/dnet.mli
- OCAMLC    tactics/dn.mli
- OCAMLC    stm/spawned.mli
- OCAMLC    stm/dag.mli
- OCAMLC    stm/tQueue.mli
- OCAMLC    stm/coqworkmgrApi.mli
- OCAMLC    stm/vio_checking.mli
- OCAMLC    toplevel/usage.mli
- OCAMLC    toplevel/workerLoop.mli
- OCAMLC    toplevel/coqc.mli
- OCAMLC    kernel/byterun/coq_fix_code.c
- OCAMLC    kernel/byterun/coq_float64.c
- OCAMLC    kernel/byterun/coq_memory.c
- OCAMLC    kernel/byterun/coq_values.c
- OCAMLC    kernel/byterun/coq_interp.c
- OCAMLOPT  config/coq_config.ml
- OCAMLOPT  clib/cObj.ml
- OCAMLOPT  clib/cEphemeron.ml
- File "kernel/vmopcodes.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    clib/cMap.mli
- OCAMLC    clib/hashcons.mli
- OCAMLC    clib/cList.mli
- OCAMLOPT  clib/option.ml
- OCAMLOPT  clib/cThread.ml
- OCAMLOPT  clib/trie.ml
- OCAMLOPT  clib/predicate.ml
- OCAMLOPT  clib/heap.ml
- OCAMLOPT  clib/unionfind.ml
- OCAMLC    clib/dyn.mli
- OCAMLOPT  clib/iStream.ml
- OCAMLOPT  clib/terminal.ml
- OCAMLOPT  clib/monad.ml
- File "ide/coqide/configwin_types.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  clib/diff2.ml
- OCAMLOPT  lib/hook.ml
- OCAMLC    lib/pp_diff.mli
- OCAMLC    lib/loc.mli
- OCAMLC    lib/rtree.mli
- OCAMLC    lib/system.mli
- OCAMLC    lib/explore.mli
- OCAMLC    lib/future.mli
- OCAMLC    lib/genarg.mli
- OCAMLOPT  ide/coqide/protocol/xml_lexer.ml
- OCAMLC    ide/coqide/protocol/xml_parser.mli
- OCAMLC    ide/coqide/protocol/xml_printer.mli
- OCAMLC    ide/coqide/protocol/richpp.mli
- OCAMLC    ide/coqide/minilib.mli
- OCAMLC    ide/coqide/configwin_messages.ml
- OCAMLOPT  ide/coqide/configwin_types.ml
- OCAMLC    ide/coqide/configwin_ihm.mli
- OCAMLOPT  ide/coqide/tags.ml
- OCAMLOPT  ide/coqide/utf8_convert.ml
- OCAMLOPT  ide/coqide/gtk_parsing.ml
- OCAMLOPT  ide/coqide/coq_commands.ml
- OCAMLOPT  ide/coqide/coqide_os_specific.ml
- OCAMLOPT  kernel/uint63.ml
- OCAMLC    kernel/parray.mli
- OCAMLC    kernel/float64_common.mli
- OCAMLC    kernel/float64.mli
- OCAMLC    kernel/evar.mli
- OCAMLOPT  kernel/vmopcodes.ml
- coq_memory.c: In function 'init_coq_vm':
- coq_memory.c:121:13: warning: "scan_roots_hook" is deprecated: use "caml_scan_roots_hook" instead
-   121 |       coq_prev_scan_roots_hook = scan_roots_hook;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                    
- coq_memory.c:122:13: warning: "scan_roots_hook" is deprecated: use "caml_scan_roots_hook" instead
-   122 |     scan_roots_hook = coq_scan_roots;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~                                                
- OCAMLC    library/summary.mli
- coq_fix_code.c: In function 'coq_stat_alloc':
- coq_fix_code.c:94:13: warning: "raise_out_of_memory" is deprecated: use "caml_raise_out_of_memory" instead
-    94 |   if (result == NULL) raise_out_of_memory ();
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                
- OCAMLC    engine/logic_monad.mli
- OCAMLC    interp/numTok.mli
- OCAMLOPT  gramlib/.pack/gramlib__Gramext.ml
- OCAMLC    stm/vcs.mli
- OCAMLOPT  stm/coqworkmgrApi.ml
- OCAMLC    stm/workerPool.mli
- File "ide/coqide/configwin_messages.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  toplevel/usage.ml
- OCAMLOPT -a -o config/config.cmxa
- OCAMLOPT  clib/cMap.ml
- OCAMLC    clib/int.mli
- OCAMLC    clib/cSet.mli
- OCAMLC    clib/cString.mli
- OCAMLC    clib/hMap.mli
- OCAMLC    lib/stateid.mli
- OCAMLC    lib/cErrors.mli
- OCAMLC    lib/cWarnings.mli
- OCAMLC    lib/cAst.mli
- OCAMLC    lib/aux_file.mli
- OCAMLOPT  ide/coqide/protocol/xml_printer.ml
- OCAMLC    ide/coqide/protocol/serialize.mli
- OCAMLOPT  ide/coqide/configwin_messages.ml
- OCAMLC    interp/deprecation.mli
- OCAMLC    gramlib/.pack/gramlib__Ploc.mli
- OCAMLOPT  tactics/dnet.ml
- 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.
- OCAMLC    lib/acyclicGraph.mli
- File "ide/coqide/configwin_types.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    lib/dAst.mli
- OCAMLC    lib/feedback.mli
- File "ide/coqide/configwin_messages.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    ide/coqide/document.mli
- OCAMLOPT  ide/coqide/coq_lex.ml
- OCAMLOPT  ide/coqide/protocol/xml_parser.ml
- OCAMLOPT  kernel/float64_common.ml
- OCAMLOPT  ide/coqide/wg_Detachable.ml
- OCAMLC    lib/util.mli
- OCAMLC    lib/objFile.mli
- coq_interp.c: In function 'coq_interprete':
- coq_interp.c:281:20: warning: storing the address of local variable 'coq_lbl_ACC0' in 'coq_instr_base' [-Wdangling-pointer=]
-   281 |     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:305:7: note: in expansion of macro 'Instruct'
-   305 |       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;
-       |               ^~~~~~~~~~~~~~
- OCAMLC    ide/coqide/ideutils.mli
- OCAMLC    stm/asyncTaskQueue.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.
- File "ide/coqide/protocol/xml_parser.ml", line 54, characters 2-31:
- 54 |   mutable concat_pcdata : bool;
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field concat_pcdata is never read.
- (However, this field is used to build or mutate values.)
- OCAMLC    ide/coqide/protocol/interface.ml
- OCAMLC    ide/coqide/config_lexer.mli
- OCAMLC    ide/coqide/preferences.mli
- OCAMLC    kernel/names.mli
- OCAMLC    kernel/esubst.mli
- OCAMLC    gramlib/.pack/gramlib__Plexing.mli
- OCAMLC    parsing/tok.mli
- OCAMLC    stm/partac.mli
- OCAMLOPT  clib/int.ml
- OCAMLOPT  kernel/float64.ml
- OCAMLOPT  ide/coqide/sentence.ml
- File "gramlib/plexing.mli", line 13, characters 41-49:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/plexing.mli", line 13, characters 57-65:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "ide/coqide/protocol/interface.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    gramlib/.pack/gramlib__Grammar.mli
- OCAMLC    parsing/cLexer.mli
- OCAMLC    ide/coqide/protocol/xmlprotocol.mli
- OCAMLC    ide/coqide/coq.mli
- OCAMLC    ide/coqide/wg_ProofView.mli
- File "gramlib/grammar.mli", line 30, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.mli", line 42, characters 63-71:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.mli", line 43, characters 40-48:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    ide/coqide/wg_Completion.mli
- OCAMLC    ide/coqide/wg_ScriptView.mli
- OCAMLC    ide/coqide/wg_MessageView.mli
- OCAMLC    ide/coqide/fileOps.mli
- OCAMLOPT  stm/dag.ml
- OCAMLOPT  clib/hashset.ml
- OCAMLOPT  clib/orderedType.ml
- OCAMLOPT  clib/cList.ml
- OCAMLOPT  clib/range.ml
- OCAMLOPT  clib/hMap.ml
- OCAMLOPT  clib/dyn.ml
- OCAMLC    kernel/transparentState.mli
- OCAMLC    kernel/univ.mli
- OCAMLC    library/libnames.mli
- OCAMLC    engine/evar_kinds.mli
- OCAMLC    pretyping/locus.ml
- OCAMLC    proofs/goal_select.mli
- OCAMLC    tactics/declareScheme.mli
- OCAMLC    vernac/canonical.mli
- File "pretyping/locus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    kernel/conv_oracle.mli
- OCAMLC    pretyping/locusops.mli
- OCAMLC    library/coqlib.mli
- OCAMLC    interp/decls.mli
- OCAMLC    vernac/loadpath.mli
- OCAMLC    ide/coqide/wg_RoutedMessageViews.mli
- OCAMLC    kernel/uGraph.mli
- OCAMLC    kernel/sorts.mli
- OCAMLC    engine/univNames.mli
- OCAMLC    tactics/declareUctx.mli
- OCAMLOPT  clib/store.ml
- OCAMLC    ide/coqide/coqOps.mli
- OCAMLOPT  clib/hashcons.ml
- OCAMLC    kernel/context.mli
- OCAMLC    kernel/vmvalues.mli
- File "clib/cList.ml", line 147, characters 2-12:
- 147 |   head : 'a;
-         ^^^^^^^^^^
- Warning 69 [unused-field]: record field head is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  clib/exninfo.ml
- OCAMLOPT  clib/cSet.ml
- OCAMLC    ide/coqide/wg_Command.mli
- OCAMLC    kernel/vm.mli
- OCAMLC    kernel/constr.mli
- OCAMLOPT  lib/flags.ml
- OCAMLOPT  lib/control.ml
- OCAMLOPT  lib/loc.ml
- OCAMLC    ide/coqide/session.mli
- OCAMLC    kernel/vars.mli
- OCAMLC    kernel/term.mli
- OCAMLC    kernel/cPrimitives.mli
- OCAMLC    kernel/nativevalues.mli
- OCAMLC    engine/univSubst.mli
- OCAMLC    engine/univProblem.mli
- OCAMLC    engine/univops.mli
- OCAMLC    engine/nameops.mli
- OCAMLC    pretyping/pattern.ml
- OCAMLC    pretyping/keys.mli
- OCAMLOPT  lib/cAst.ml
- OCAMLOPT  gramlib/.pack/gramlib__Ploc.ml
- OCAMLOPT  clib/cString.ml
- OCAMLOPT  clib/cArray.ml
- OCAMLC    kernel/retroknowledge.mli
- OCAMLC    kernel/vmbytecodes.mli
- OCAMLC    engine/univMinim.mli
- File "pretyping/pattern.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  lib/dAst.ml
- OCAMLC    kernel/mod_subst.mli
- OCAMLC    ide/coqide/microPG.mli
- OCAMLC    kernel/vmemitcodes.mli
- OCAMLC    kernel/opaqueproof.mli
- OCAMLC    library/globnames.mli
- OCAMLC    tactics/term_dnet.mli
- OCAMLOPT  clib/cUnix.ml
- OCAMLOPT  ide/coqide/protocol/serialize.ml
- OCAMLC    kernel/declarations.ml
- OCAMLC    vernac/library.mli
- OCAMLC    library/libobject.mli
- OCAMLC    library/nametab.mli
- File "kernel/declarations.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  lib/coqProject_file.ml
- OCAMLC    kernel/entries.ml
- OCAMLC    kernel/environ.mli
- OCAMLC    kernel/cooking.mli
- OCAMLOPT -a -o clib/clib.cmxa
- OCAMLOPT  lib/util.ml
- OCAMLOPT  lib/pp.ml
- OCAMLOPT  kernel/parray.ml
- File "lib/coqProject_file.ml", line 94, characters 35-46:
- 94 | 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 99, characters 12-26:
- 99 | | exception Stream.Failure -> buffer buf
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 101, characters 32-43:
- 101 | 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 106, characters 12-26:
- 106 | | 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 108, characters 33-44:
- 108 | 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 111, characters 12-26:
- 111 | | exception Stream.Failure -> ()
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 113, characters 34-45:
- 113 | 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 125, characters 12-26:
- 125 | | exception Stream.Failure -> accu
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "lib/coqProject_file.ml", line 130, characters 31-48:
- 130 |   let res = parse_args buf [] (Stream.of_channel c) in
-                                      ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "kernel/entries.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    kernel/declareops.mli
- OCAMLC    kernel/primred.mli
- OCAMLC    kernel/cClosure.mli
- OCAMLC    kernel/reduction.mli
- OCAMLC    kernel/vmlambda.mli
- OCAMLC    kernel/nativelambda.mli
- 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.
- OCAMLC    kernel/vmbytegen.mli
- 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.
- OCAMLC    kernel/vmsymtable.mli
- OCAMLC    kernel/type_errors.mli
- OCAMLC    kernel/modops.mli
- OCAMLC    kernel/inductive.mli
- OCAMLC    kernel/typeops.mli
- OCAMLC    kernel/inferCumulativity.mli
- OCAMLC    kernel/indTyping.mli
- OCAMLC    kernel/indtypes.mli
- OCAMLC    kernel/term_typing.mli
- OCAMLC    kernel/subtyping.mli
- OCAMLC    kernel/mod_typing.mli
- OCAMLC    kernel/section.mli
- OCAMLC    library/goptions.mli
- OCAMLC    engine/univGen.mli
- OCAMLC    pretyping/arguments_renaming.mli
- OCAMLC    pretyping/heads.mli
- OCAMLC    vernac/printmod.mli
- OCAMLC    kernel/vconv.mli
- OCAMLC    kernel/nativecode.mli
- OCAMLC    kernel/nativeconv.mli
- OCAMLC    kernel/relevanceops.mli
- OCAMLC    library/lib.mli
- OCAMLC    vernac/attributes.mli
- OCAMLOPT  lib/envars.ml
- OCAMLOPT  ide/coqide/wg_Notebook.ml
- OCAMLOPT  ide/coqide/config_lexer.ml
- OCAMLOPT  kernel/esubst.ml
- OCAMLOPT  gramlib/.pack/gramlib__Plexing.ml
- OCAMLOPT  tactics/dn.ml
- OCAMLOPT  lib/pp_diff.ml
- OCAMLOPT  lib/stateid.ml
- OCAMLOPT  lib/cErrors.ml
- OCAMLOPT  lib/rtree.ml
- OCAMLOPT  ide/coqide/protocol/richpp.ml
- File "gramlib/plexing.ml", line 6, characters 41-49:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/plexing.ml", line 6, characters 57-65:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  kernel/evar.ml
- OCAMLOPT  interp/numTok.ml
- OCAMLC    kernel/nativelib.mli
- OCAMLC    kernel/nativelibrary.mli
- 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.
- OCAMLC    kernel/safe_typing.mli
- 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.
- OCAMLOPT  lib/feedback.ml
- 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.
- OCAMLOPT  ide/coqide/document.ml
- 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.
- OCAMLOPT  lib/acyclicGraph.ml
- OCAMLOPT  lib/cProfile.ml
- OCAMLOPT  lib/future.ml
- OCAMLOPT  lib/spawn.ml
- OCAMLOPT  lib/genarg.ml
- OCAMLOPT  lib/remoteCounter.ml
- OCAMLOPT  ide/coqide/minilib.ml
- OCAMLOPT  kernel/names.ml
- OCAMLOPT  stm/vcs.ml
- OCAMLOPT  stm/tQueue.ml
- OCAMLOPT  stm/workerPool.ml
- OCAMLC    library/global.mli
- OCAMLC    engine/uState.mli
- OCAMLOPT  lib/cWarnings.ml
- OCAMLOPT  lib/explore.ml
- OCAMLOPT  lib/aux_file.ml
- OCAMLOPT  ide/coqide/protocol/interface.ml
- OCAMLOPT  engine/logic_monad.ml
- OCAMLOPT  gramlib/.pack/gramlib__Grammar.ml
- File "stm/tQueue.ml", line 36, characters 11-42:
- 36 |   let push ({ contents = (xs, rel) } as t) x =
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- File "stm/workerPool.ml", line 35, characters 2-21:
- 35 |   manager : Thread.t;
-        ^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field manager is never read.
- (However, this field is used to build or mutate values.)
- File "stm/workerPool.ml", line 36, characters 2-26:
- 36 |   process : Model.process;
-        ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field process is never read.
- (However, this field is used to build or mutate values.)
- File "lib/spawn.ml", line 160, characters 2-24:
- 160 |   gchan : ML.async_chan;
-         ^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field gchan is never read.
- (However, this field is used to build or mutate values.)
- File "stm/tQueue.ml", line 91, characters 9-51:
- 91 | let push { queue = q; lock = m; cond = c; release } x =
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- OCAMLOPT  ide/coqide/configwin_ihm.ml
- OCAMLOPT  parsing/tok.ml
- File "lib/cProfile.ml", line 288, characters 25-40:
- 288 |   let l = List.sort (fun (_,{tottime=p}) (_,{tottime=p'}) -> p' - p) table in
-                                ^^^^^^^^^^^^^^^
- Warning 68 [match-on-mutable-state-prevent-uncurry]: This pattern depends on mutable state.
- It prevents the remaining arguments from being uncurried, which will cause additional closure allocations.
- OCAMLC    engine/evd.mli
- File "ide/coqide/protocol/interface.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "lib/cWarnings.ml", line 16, characters 2-20:
- 16 |   category : string;
-        ^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field category is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  ide/coqide/protocol/xmlprotocol.ml
- File "gramlib/grammar.ml", line 20, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 32, characters 63-71:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 33, characters 40-48:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/tok.ml", line 124, characters 21-35:
- 124 |   let err () = raise Stream.Failure in
-                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  stm/spawned.ml
- File "gramlib/grammar.ml", line 117, characters 24-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  lib/system.ml
- OCAMLOPT  library/summary.ml
- OCAMLOPT  interp/deprecation.ml
- OCAMLOPT  parsing/cLexer.ml
- OCAMLC    engine/eConstr.mli
- OCAMLC    engine/proofview_monad.mli
- OCAMLC    pretyping/indrec.mli
- File "parsing/cLexer.ml", line 163, characters 11-23:
- 163 |   let bp = Stream.count cs in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 164, characters 2-13:
- 164 |   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 176, characters 28-39:
- 176 | let njunk n = Util.repeat n Stream.junk
-                                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 189, characters 12-24:
- 189 |       match Stream.npeek 2 cs with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 195, characters 12-24:
- 195 |       match Stream.npeek 3 cs with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 202, characters 17-29:
- 202 |       else match Stream.npeek 4 cs with
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 214, characters 8-19:
- 214 |   match Stream.peek cs with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 224, characters 30-41:
- 224 |   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 226, characters 8-19:
- 226 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 231, characters 23-34:
- 231 |         | AsciiChar -> Stream.junk s; loop_symb s
-                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 234, characters 13-29:
- 234 |   loop_symb (Stream.of_string str)
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 237, characters 35-46:
- 237 |   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 239, characters 8-19:
- 239 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 242, characters 8-19:
- 242 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 253, characters 17-33:
- 253 |   loop_id false (Stream.of_string str)
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    engine/namegen.mli
- OCAMLC    engine/termops.mli
- OCAMLC    engine/proofview.mli
- File "parsing/cLexer.ml", line 295, characters 39-50:
- 295 |   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 307, characters 37-48:
- 307 | let rec ident_tail loc len s = match Stream.peek s with
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/reductionops.mli
- OCAMLC    pretyping/pretype_errors.mli
- OCAMLC    pretyping/inductiveops.mli
- OCAMLC    pretyping/retyping.mli
- OCAMLC    pretyping/vnorm.mli
- OCAMLC    pretyping/nativenorm.mli
- File "parsing/cLexer.ml", line 309, characters 6-17:
- 309 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1076, characters 15-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/cbv.mli
- OCAMLC    pretyping/evardefine.mli
- File "gramlib/grammar.ml", line 1085, characters 15-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/typing.mli
- File "gramlib/grammar.ml", line 1094, characters 27-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1094, characters 61-75:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1097, characters 5-17:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1098, characters 13-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1100, characters 45-53:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1104, characters 6-20:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1104, characters 31-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1109, characters 16-24:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1111, characters 4-18:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1113, characters 42-50:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1113, characters 61-75:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1115, characters 11-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 317, characters 62-74:
- 317 |           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.
- OCAMLC    pretyping/typeclasses_errors.mli
- File "gramlib/grammar.ml", line 1125, characters 13-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1126, characters 17-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/typeclasses.mli
- File "parsing/cLexer.ml", line 331, characters 48-59:
- 331 | 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 333, characters 6-17:
- 333 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 335, characters 14-25:
- 335 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 336, characters 22-33:
- 336 |           Some '"' -> Stream.junk s; true
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 341, characters 6-17:
- 341 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1149, characters 32-40:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 342, characters 22-33:
- 342 |       (fun s -> match Stream.peek s with
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1149, characters 51-65:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1150, characters 40-48:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 344, characters 8-19:
- 344 |         Stream.junk s;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1152, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1156, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1158, characters 53-67:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 352, characters 6-17:
- 352 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/coercionops.mli
- File "parsing/cLexer.ml", line 353, characters 22-33:
- 353 |       (fun s -> match Stream.peek s with
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 355, characters 12-23:
- 355 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/program.mli
- File "gramlib/grammar.ml", line 1173, characters 27-35:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1174, characters 22-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1178, characters 17-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1179, characters 26-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 366, characters 4-15:
- 366 |     Stream.junk s;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 367, characters 13-25:
- 367 |     let ep = Stream.count s in
-                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 377, characters 6-17:
- 377 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 380, characters 14-26:
- 380 |       let _ = Stream.empty s in
-                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 381, characters 15-27:
- 381 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1200, characters 25-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1201, characters 22-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1202, characters 43-57:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    proofs/goal.mli
- File "gramlib/grammar.ml", line 1205, characters 49-63:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1208, characters 34-46:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1219, characters 26-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    tactics/btermdn.mli
- File "gramlib/grammar.ml", line 1220, characters 31-45:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    tactics/hipattern.mli
- File "parsing/cLexer.ml", line 434, characters 12-24:
- 434 |   let bp2 = Stream.count s in
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 435, characters 8-19:
- 435 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    tactics/cbn.mli
- File "parsing/cLexer.ml", line 437, characters 6-17:
- 437 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 440, characters 16-27:
- 440 |           match Stream.peek s with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 442, characters 14-25:
- 442 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 445, characters 13-27:
- 445 |         with Stream.Failure -> raise (Stream.Error "")
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 445, characters 38-50:
- 445 |         with Stream.Failure -> raise (Stream.Error "")
-                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 449, characters 6-17:
- 449 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 451, characters 14-25:
- 451 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 452, characters 22-33:
- 452 |           Some ')' -> Stream.junk s; push_string "*)"; loc
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1223, characters 50-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 454, characters 11-25:
- 454 |       with Stream.Failure -> raise (Stream.Error "")
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1225, characters 4-18:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 454, characters 36-48:
- 454 |       with Stream.Failure -> raise (Stream.Error "")
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 457, characters 6-17:
- 457 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 462, characters 20-32:
- 462 |     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 462, characters 41-55:
- 462 |     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 464, characters 15-27:
- 464 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 468, characters 16-27:
- 468 |           match Stream.peek s with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1238, characters 29-40:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1239, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1241, characters 18-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1242, characters 15-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1244, characters 41-55:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1246, characters 23-35:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 470, characters 14-25:
- 470 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1256, characters 25-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 471, characters 23-35:
- 471 |               let ep = Stream.count s in
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1258, characters 33-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 474, characters 14-25:
- 474 |               Stream.junk s;
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 476, characters 23-37:
- 476 |           | _ -> raise Stream.Failure
-                              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 483, characters 54-66:
- 483 |   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 502, characters 36-48:
- 502 |       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 516, characters 8-19:
- 516 |   match Stream.peek cs with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1268, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1269, characters 43-57:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1273, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 527, characters 16-30:
- 527 |     | 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 530, characters 24-38:
- 530 |   if len = 0 then raise Stream.Failure
-                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1278, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1279, characters 40-54:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 539, characters 17-31:
- 539 |     | _ -> raise Stream.Failure
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1283, characters 16-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1284, characters 25-37:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1289, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1290, characters 44-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 544, characters 14-25:
- 544 |       let c = Stream.next s in
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 547, characters 10-24:
- 547 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 547, characters 35-47:
- 547 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1296, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 549, characters 40-52:
- 549 |       get_buff len, set_loc_pos loc bp (Stream.count s)
-                                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1297, characters 40-54:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1300, characters 44-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1307, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1308, characters 44-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1313, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1314, characters 43-57:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1318, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1324, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1325, characters 40-54:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1329, characters 16-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1332, characters 22-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1333, characters 31-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1340, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1346, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1347, characters 40-54:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1350, characters 44-58:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1356, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1363, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1368, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1369, characters 41-55:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1374, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1375, characters 18-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1377, characters 18-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1379, characters 33-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1381, characters 23-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1382, characters 30-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1383, characters 30-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 557, characters 43-54:
- 557 |       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 560, characters 14-26:
- 560 |         match Stream.npeek lenmarker s with
-                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1390, characters 10-21:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1391, characters 35-46:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1392, characters 20-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 569, characters 48-60:
- 569 |               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 573, characters 63-77:
- 573 |               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 578, characters 22-36:
- 578 |         | [] -> raise Stream.Failure
-                             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 581, characters 45-57:
- 581 |       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 588, characters 15-27:
- 588 |       let l' = Stream.npeek (i + 1) s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1399, characters 32-40:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1399, characters 51-65:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 598, characters 6-17:
- 598 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1421, characters 33-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1422, characters 26-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1424, characters 26-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 607, characters 15-27:
- 607 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1431, characters 34-42:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1432, characters 27-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1433, characters 50-64:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1435, characters 31-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 615, characters 10-21:
- 615 |     match Stream.peek cs with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 616, characters 30-41:
- 616 |     | 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 617, characters 57-69:
- 617 |     | _ -> 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 624, characters 11-23:
- 624 |   let ep = Stream.count cs in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1442, characters 37-45:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1442, characters 56-70:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1457, characters 30-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1459, characters 16-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1461, characters 27-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 645, characters 50-61:
- 645 | 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 647, characters 6-17:
- 647 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 650, characters 10-24:
- 650 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 650, characters 35-47:
- 650 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1469, characters 33-41:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1470, characters 37-51:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1471, characters 43-51:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1471, characters 62-76:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1474, characters 9-21:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 655, characters 17-29:
- 655 |         let ep = Stream.count s in
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 664, characters 21-33:
- 664 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 672, characters 8-19:
- 672 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1519, characters 25-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1520, characters 25-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1536, characters 18-30:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1539, characters 16-27:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 684, characters 11-23:
- 684 |   let bp = Stream.count s in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 685, characters 8-19:
- 685 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1543, characters 43-55:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 687, characters 6-17:
- 687 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1543, characters 60-72:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 688, characters 15-27:
- 688 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1548, characters 6-20:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1552, characters 6-18:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 691, characters 6-17:
- 691 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1551, characters 22-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 694, characters 6-17:
- 694 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 697, characters 10-24:
- 697 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1557, characters 16-28:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1557, characters 33-45:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 697, characters 35-47:
- 697 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 705, characters 21-33:
- 705 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  lib/objFile.ml
- File "parsing/cLexer.ml", line 713, characters 6-17:
- 713 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 720, characters 6-17:
- 720 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 721, characters 15-27:
- 721 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 725, characters 6-17:
- 725 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 728, characters 10-24:
- 728 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 728, characters 35-47:
- 728 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 734, characters 17-29:
- 734 |         let ep = Stream.count s in
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1594, characters 31-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1594, characters 50-64:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1602, characters 55-63:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1606, characters 31-39:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 738, characters 15-27:
- 738 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1606, characters 50-64:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 742, characters 6-17:
- 742 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 745, characters 10-24:
- 745 |           Stream.Failure -> raise (Stream.Error "")
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 745, characters 35-47:
- 745 |           Stream.Failure -> raise (Stream.Error "")
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 747, characters 15-27:
- 747 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 751, characters 6-17:
- 751 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 753, characters 14-25:
- 753 |         match Stream.peek s with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    engine/evarutil.mli
- File "parsing/cLexer.ml", line 755, characters 12-23:
- 755 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 756, characters 21-33:
- 756 |             let ep = Stream.count s in
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/glob_term.ml
- File "parsing/cLexer.ml", line 759, characters 12-23:
- 759 |             Stream.junk s;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 764, characters 11-25:
- 764 |       with Stream.Failure -> raise (Stream.Error "")
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 764, characters 36-48:
- 764 |       with Stream.Failure -> raise (Stream.Error "")
-                                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    proofs/tactypes.ml
- File "gramlib/grammar.ml", line 1688, characters 35-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1688, characters 54-68:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1689, characters 42-50:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "gramlib/grammar.ml", line 1689, characters 61-75:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/find_subterm.mli
- File "parsing/cLexer.ml", line 767, characters 6-17:
- 767 |       Stream.junk s;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 768, characters 15-27:
- 768 |       let ep = Stream.count s in
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    pretyping/evarsolve.mli
- File "parsing/cLexer.ml", line 782, characters 23-35:
- 782 |               let ep = Stream.count s in
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/cLexer.ml", line 785, characters 53-64:
- 785 |             let t = process_chars ~diff_mode loc bp (Stream.next s) s in
-                                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    engine/ftactic.mli
- OCAMLC    proofs/refine.mli
- OCAMLC    proofs/logic.mli
- File "parsing/cLexer.ml", line 844, characters 4-15:
- 844 |     Stream.from
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    proofs/tacmach.mli
- OCAMLC    tactics/ind_tables.mli
- OCAMLC    tactics/abstract.mli
- OCAMLC    tactics/eqdecide.mli
- OCAMLC    vernac/retrieveObl.mli
- OCAMLC    pretyping/recordops.mli
- File "proofs/tactypes.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "pretyping/glob_term.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    proofs/miscprint.mli
- OCAMLC    tactics/tacticals.mli
- OCAMLC    tactics/elim.mli
- OCAMLC    tactics/contradiction.mli
- OCAMLC    tactics/inv.mli
- OCAMLC    pretyping/geninterp.mli
- OCAMLC    pretyping/evarconv.mli
- OCAMLC    interp/constrexpr.ml
- OCAMLC    proofs/proof.mli
- OCAMLC    vernac/himsg.mli
- OCAMLC    tactics/eqschemes.mli
- OCAMLC    tactics/elimschemes.mli
- OCAMLC    vernac/auto_ind_decl.mli
- OCAMLOPT -a -o lib/lib.cmxa
- OCAMLC    pretyping/ltac_pretype.ml
- File "interp/constrexpr.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    pretyping/coercion.mli
- OCAMLOPT  kernel/transparentState.ml
- OCAMLOPT  kernel/univ.ml
- OCAMLOPT  library/libnames.ml
- OCAMLOPT  engine/evar_kinds.ml
- OCAMLOPT  pretyping/locus.ml
- OCAMLC    interp/notation_term.ml
- OCAMLC    interp/smartlocate.mli
- OCAMLC    interp/constrexpr_ops.mli
- OCAMLC    interp/impargs.mli
- OCAMLC    interp/modintern.mli
- OCAMLC    proofs/proof_bullet.mli
- OCAMLC    parsing/pcoq.mli
- OCAMLC    printing/genprint.mli
- OCAMLC    printing/pputils.mli
- OCAMLC    printing/ppconstr.mli
- OCAMLC    vernac/declaremods.mli
- File "pretyping/ltac_pretype.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    vernac/declareUniv.mli
- OCAMLC    vernac/comPrimitive.mli
- OCAMLC    vernac/prettyp.mli
- OCAMLC    pretyping/glob_ops.mli
- OCAMLC    pretyping/patternops.mli
- OCAMLC    pretyping/constr_matching.mli
- OCAMLC    pretyping/tacred.mli
- OCAMLC    pretyping/detyping.mli
- OCAMLC    pretyping/globEnv.mli
- OCAMLC    proofs/evar_refiner.mli
- File "interp/notation_term.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  kernel/conv_oracle.ml
- OCAMLC    interp/genintern.mli
- OCAMLC    interp/notation_ops.mli
- OCAMLC    interp/notation.mli
- OCAMLC    interp/syntax_def.mli
- OCAMLC    interp/reserve.mli
- OCAMLC    interp/implicit_quantifiers.mli
- OCAMLC    parsing/extend.mli
- OCAMLC    printing/proof_diffs.mli
- OCAMLC    printing/printer.mli
- OCAMLC    vernac/declareInd.mli
- OCAMLOPT -a -o ide/coqide/ide_common.cmxa
- OCAMLOPT -a -o ide/coqide/protocol/ideprotocol.cmxa
- OCAMLOPT  pretyping/locusops.ml
- OCAMLC    parsing/g_constr.ml
- OCAMLC    parsing/g_prim.ml
- OCAMLC    pretyping/cases.mli
- OCAMLC    pretyping/pretyping.mli
- OCAMLC    interp/stdarg.mli
- OCAMLC    tactics/genredexpr.ml
- OCAMLC    parsing/ppextend.mli
- File "parsing/g_prim.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    interp/dumpglob.mli
- OCAMLC    interp/constrextern.mli
- OCAMLC    parsing/notation_gram.ml
- OCAMLC    vernac/assumptions.mli
- OCAMLC    pretyping/unification.mli
- OCAMLC    interp/constrintern.mli
- File "tactics/genredexpr.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "parsing/g_constr.mlg", line 46, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLC    tactics/redops.mli
- OCAMLC    tactics/redexpr.mli
- OCAMLC    tactics/ppred.mli
- File "parsing/notation_gram.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -a -o gramlib/.pack/gramlib.cmxa
- OCAMLC    toplevel/coqcargs.mli
- OCAMLC    parsing/notgram_ops.mli
- OCAMLC    vernac/egramcoq.mli
- OCAMLC    proofs/clenv.mli
- OCAMLC    tactics/tactics.mli
- OCAMLC    tactics/hints.mli
- OCAMLOPT  ide/coqide/configwin.ml
- File "parsing/g_constr.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    tactics/auto.mli
- OCAMLC    tactics/eauto.mli
- OCAMLC    tactics/class_tactics.mli
- OCAMLC    vernac/vernacexpr.ml
- cd kernel/byterun/ && \
- "/home/opam/.opam/4.14/bin/ocamlfind" ocamlmklib -oc coqrun coq_fix_code.o coq_float64.o coq_memory.o coq_values.o coq_interp.o
- OCAMLC    tactics/equality.mli
- OCAMLOPT  ide/coqide/preferences.ml
- File "vernac/vernacexpr.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  kernel/uGraph.ml
- OCAMLOPT  kernel/sorts.ml
- OCAMLC    vernac/pvernac.mli
- OCAMLC    vernac/vernacprop.mli
- OCAMLC    vernac/locality.mli
- OCAMLC    vernac/egramml.mli
- OCAMLC    vernac/ppvernac.mli
- OCAMLC    vernac/proof_using.mli
- OCAMLC    vernac/metasyntax.mli
- OCAMLC    vernac/comHints.mli
- OCAMLC    vernac/indschemes.mli
- OCAMLC    vernac/search.mli
- OCAMLC    vernac/comSearch.mli
- OCAMLC    vernac/comInductive.mli
- OCAMLC    vernac/record.mli
- OCAMLC    vernac/mltop.mli
- OCAMLC    vernac/topfmt.mli
- OCAMLC    vernac/comArguments.mli
- OCAMLC    tactics/autorewrite.mli
- OCAMLC    vernac/declare.mli
- OCAMLC    vernac/comAssumption.mli
- OCAMLC    vernac/g_vernac.ml
- OCAMLC    toplevel/g_toplevel.ml
- OCAMLOPT  kernel/context.ml
- OCAMLOPT  kernel/vmvalues.ml
- File "toplevel/g_toplevel.mlg", line 34, characters 19-33:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "toplevel/g_toplevel.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLC    vernac/vernacextend.mli
- OCAMLC    vernac/recLemmas.mli
- OCAMLC    vernac/comCoercion.mli
- OCAMLC    vernac/comDefinition.mli
- OCAMLC    vernac/classes.mli
- OCAMLC    vernac/comFixpoint.mli
- OCAMLC    vernac/comProgramFixpoint.mli
- OCAMLC    vernac/vernacstate.mli
- OCAMLC    vernac/comTactic.mli
- OCAMLC    vernac/vernacentries.mli
- OCAMLC    stm/vernac_classifier.mli
- OCAMLC    vernac/vernacinterp.mli
- OCAMLC    stm/stm.mli
- OCAMLOPT  kernel/constr.ml
- OCAMLOPT  engine/nameops.ml
- OCAMLC    stm/proofBlockDelimiter.mli
- OCAMLC    toplevel/vernac.mli
- OCAMLC    toplevel/coqargs.mli
- OCAMLC    toplevel/coqinit.mli
- OCAMLC    toplevel/coqloop.mli
- OCAMLC    toplevel/ccompile.mli
- OCAMLC    toplevel/coqtop.mli
- File "vernac/g_vernac.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  ide/coqide/ideutils.ml
- OCAMLOPT  ide/coqide/wg_Segment.ml
- OCAMLOPT  ide/coqide/coqide_ui.ml
- OCAMLC    vernac/g_proofs.ml
- File "vernac/g_proofs.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT  kernel/vars.ml
- OCAMLOPT  kernel/cPrimitives.ml
- OCAMLOPT  kernel/nativevalues.ml
- OCAMLOPT  engine/univSubst.ml
- OCAMLOPT  pretyping/pattern.ml
- OCAMLOPT  kernel/retroknowledge.ml
- OCAMLOPT  kernel/vmbytecodes.ml
- OCAMLOPT  engine/univProblem.ml
- OCAMLOPT  kernel/term.ml
- OCAMLOPT  kernel/mod_subst.ml
- OCAMLOPT  ide/coqide/unicode_bindings.ml
- OCAMLOPT  ide/coqide/coq.ml
- OCAMLOPT  ide/coqide/wg_MessageView.ml
- OCAMLOPT  ide/coqide/wg_Find.ml
- OCAMLOPT  ide/coqide/fileOps.ml
- OCAMLOPT  kernel/vmemitcodes.ml
- OCAMLOPT  kernel/opaqueproof.ml
- OCAMLOPT  library/globnames.ml
- OCAMLOPT  library/libobject.ml
- OCAMLOPT  library/nametab.ml
- OCAMLOPT  ide/coqide/wg_RoutedMessageViews.ml
- OCAMLOPT  kernel/declarations.ml
- OCAMLOPT  kernel/entries.ml
- OCAMLOPT  kernel/cooking.ml
- OCAMLOPT  ide/coqide/wg_ProofView.ml
- OCAMLOPT  ide/coqide/wg_Completion.ml
- OCAMLOPT  ide/coqide/wg_Command.ml
- OCAMLOPT  engine/univNames.ml
- OCAMLOPT  kernel/declareops.ml
- OCAMLOPT  ide/coqide/wg_ScriptView.ml
- OCAMLOPT  kernel/environ.ml
- OCAMLOPT  kernel/primred.ml
- OCAMLOPT  kernel/section.ml
- OCAMLOPT  ide/coqide/coqOps.ml
- OCAMLOPT  kernel/cClosure.ml
- OCAMLOPT  kernel/relevanceops.ml
- OCAMLOPT  ide/coqide/session.ml
- OCAMLOPT  kernel/reduction.ml
- OCAMLOPT  kernel/vmlambda.ml
- OCAMLOPT  kernel/nativelambda.ml
- OCAMLOPT  kernel/type_errors.ml
- OCAMLOPT  pretyping/heads.ml
- OCAMLOPT  ide/coqide/microPG.ml
- OCAMLOPT  kernel/inductive.ml
- OCAMLOPT  kernel/inferCumulativity.ml
- OCAMLOPT  kernel/nativecode.ml
- OCAMLOPT  kernel/vmbytegen.ml
- OCAMLOPT  ide/coqide/coqide.ml
- OCAMLOPT  kernel/vmsymtable.ml
- OCAMLOPT  kernel/modops.ml
- OCAMLOPT  kernel/vm.ml
- OCAMLOPT  kernel/vconv.ml
- OCAMLOPT  kernel/subtyping.ml
- OCAMLOPT  kernel/nativelib.ml
- OCAMLOPT  kernel/nativelibrary.ml
- OCAMLOPT  kernel/nativeconv.ml
- OCAMLOPT  kernel/typeops.ml
- OCAMLOPT -a -o ide/coqide/ide.cmxa
- OCAMLOPT -o bin/coqide
- OCAMLOPT  kernel/indTyping.ml
- OCAMLOPT  kernel/term_typing.ml
- OCAMLOPT  kernel/mod_typing.ml
- OCAMLOPT  kernel/indtypes.ml
- OCAMLOPT  kernel/safe_typing.ml
- OCAMLOPT -a -o kernel/kernel.cmxa
- OCAMLOPT  library/global.ml
- OCAMLOPT  library/lib.ml
- OCAMLOPT  engine/univGen.ml
- OCAMLOPT  tactics/declareUctx.ml
- OCAMLOPT  stm/asyncTaskQueue.ml
- File "stm/asyncTaskQueue.ml", line 268, characters 4-30:
- 268 |     cleaner : Thread.t option;
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field cleaner is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  library/goptions.ml
- OCAMLOPT  library/coqlib.ml
- OCAMLOPT  pretyping/keys.ml
- OCAMLOPT  interp/decls.ml
- OCAMLOPT  tactics/declareScheme.ml
- OCAMLOPT -a -o library/library.cmxa
- OCAMLOPT  engine/univMinim.ml
- OCAMLOPT  proofs/goal_select.ml
- OCAMLOPT  vernac/attributes.ml
- OCAMLOPT  engine/uState.ml
- OCAMLOPT  engine/univops.ml
- OCAMLOPT  engine/evd.ml
- OCAMLOPT  engine/eConstr.ml
- OCAMLOPT  engine/proofview_monad.ml
- OCAMLOPT  engine/namegen.ml
- OCAMLOPT  pretyping/typeclasses_errors.ml
- OCAMLOPT  engine/termops.ml
- OCAMLOPT  pretyping/glob_term.ml
- OCAMLOPT  proofs/tactypes.ml
- OCAMLOPT  proofs/miscprint.ml
- OCAMLOPT  interp/constrexpr.ml
- OCAMLOPT  interp/notation_term.ml
- OCAMLOPT  parsing/extend.ml
- OCAMLOPT  engine/evarutil.ml
- OCAMLOPT  pretyping/typeclasses.ml
- OCAMLOPT  tactics/term_dnet.ml
- File "engine/evarutil.ml", line 131, characters 10-18:
- 131 |   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 132, characters 19-29:
- 132 |   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 132, characters 33-43:
- 132 |   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 133, characters 60-70:
- 133 |   | 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 134, characters 26-36:
- 134 |   | _ -> 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 134, characters 42-52:
- 134 |   | _ -> 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 134, characters 58-68:
- 134 |   | _ -> 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
- OCAMLOPT  interp/dumpglob.ml
- OCAMLOPT  engine/proofview.ml
- OCAMLOPT  pretyping/reductionops.ml
- OCAMLOPT  pretyping/program.ml
- OCAMLOPT  engine/ftactic.ml
- OCAMLOPT  tactics/ind_tables.ml
- OCAMLOPT -a -o engine/engine.cmxa
- OCAMLOPT  pretyping/geninterp.ml
- OCAMLOPT  pretyping/pretype_errors.ml
- OCAMLOPT  pretyping/inductiveops.ml
- OCAMLOPT  pretyping/cbv.ml
- OCAMLOPT  pretyping/recordops.ml
- OCAMLOPT  tactics/cbn.ml
- OCAMLOPT  pretyping/ltac_pretype.ml
- OCAMLOPT  interp/stdarg.ml
- OCAMLOPT  printing/genprint.ml
- OCAMLOPT  pretyping/find_subterm.ml
- OCAMLOPT  pretyping/evardefine.ml
- OCAMLOPT  proofs/goal.ml
- OCAMLOPT  vernac/retrieveObl.ml
- OCAMLOPT  parsing/pcoq.ml
- OCAMLOPT  printing/pputils.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 24, characters 61-69:
- 24 |   type t = Gramlib.Plexing.location_function -> int -> Tok.t Stream.t -> int option
-                                                                   ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "parsing/pcoq.ml", line 33, characters 12-24:
- 33 |     let n = Stream.count strm in
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  vernac/canonical.ml
- File "parsing/pcoq.ml", line 202, characters 13-29:
- 202 |   let strm = Stream.of_string x in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  pretyping/arguments_renaming.ml
- OCAMLOPT  pretyping/nativenorm.ml
- OCAMLOPT  pretyping/glob_ops.ml
- OCAMLOPT  parsing/g_prim.ml
- OCAMLOPT  pretyping/retyping.ml
- OCAMLOPT  interp/impargs.ml
- OCAMLOPT  pretyping/vnorm.ml
- OCAMLOPT  pretyping/evarsolve.ml
- OCAMLOPT  pretyping/indrec.ml
- OCAMLOPT  pretyping/globEnv.ml
- OCAMLOPT  pretyping/patternops.ml
- OCAMLOPT  tactics/eqschemes.ml
- OCAMLOPT  tactics/elimschemes.ml
- OCAMLOPT  pretyping/constr_matching.ml
- OCAMLOPT  tactics/btermdn.ml
- OCAMLOPT  pretyping/evarconv.ml
- OCAMLOPT  pretyping/detyping.ml
- OCAMLOPT  tactics/hipattern.ml
- OCAMLOPT  interp/genintern.ml
- OCAMLOPT  interp/notation_ops.ml
- OCAMLOPT  tactics/genredexpr.ml
- OCAMLOPT  tactics/redops.ml
- OCAMLOPT  tactics/ppred.ml
- OCAMLOPT  pretyping/typing.ml
- OCAMLOPT  pretyping/tacred.ml
- OCAMLOPT  proofs/refine.ml
- OCAMLOPT  interp/reserve.ml
- OCAMLOPT  pretyping/coercionops.ml
- OCAMLOPT  proofs/logic.ml
- OCAMLOPT  tactics/redexpr.ml
- OCAMLOPT  pretyping/coercion.ml
- OCAMLOPT  interp/notation.ml
- OCAMLOPT  proofs/tacmach.ml
- OCAMLOPT  tactics/tacticals.ml
- OCAMLOPT  pretyping/cases.ml
- OCAMLOPT  interp/syntax_def.ml
- OCAMLOPT  parsing/notation_gram.ml
- OCAMLOPT  parsing/notgram_ops.ml
- OCAMLOPT  parsing/ppextend.ml
- OCAMLOPT  vernac/egramcoq.ml
- OCAMLOPT  interp/smartlocate.ml
- OCAMLOPT  interp/constrexpr_ops.ml
- File "interp/constrexpr_ops.ml", line 569, characters 24-36:
- 569 |         Loc.raise ?loc (Stream.Error "pattern with quote not allowed after fix")
-                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  pretyping/pretyping.ml
- OCAMLOPT  interp/implicit_quantifiers.ml
- OCAMLOPT  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.
- OCAMLOPT  pretyping/unification.ml
- OCAMLOPT  interp/constrintern.ml
- OCAMLOPT  proofs/evar_refiner.ml
- OCAMLOPT  proofs/proof.ml
- OCAMLOPT -a -o parsing/parsing.cmxa
- File "interp/constrintern.ml", line 580, characters 22-34:
- 580 |       Loc.raise ?loc (Stream.Error "pattern with quote not allowed here")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  proofs/proof_bullet.ml
- OCAMLOPT -a -o pretyping/pretyping.cmxa
- OCAMLOPT  proofs/clenv.ml
- OCAMLOPT  interp/modintern.ml
- OCAMLOPT  interp/constrextern.ml
- OCAMLOPT  vernac/declareUniv.ml
- OCAMLOPT -a -o proofs/proofs.cmxa
- File "interp/constrextern.ml", line 198, characters 30-35:
- 198 | let toggle_notation_printing ?scope ~notation ~activate =
-                                     ^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- OCAMLOPT  vernac/declaremods.ml
- OCAMLOPT  vernac/library.ml
- OCAMLOPT -a -o interp/interp.cmxa
- OCAMLOPT  printing/ppconstr.ml
- OCAMLOPT  printing/proof_diffs.ml
- File "printing/proof_diffs.ml", line 94, characters 12-23:
- 94 |     let e = Stream.next str in
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- 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.
- File "printing/proof_diffs.ml", line 218, characters 25-38:
- 218 | type 'a reified_goal = { name: string; ty: 'a; hyps: 'a hyp list; env : Environ.env; sigma: Evd.evar_map }
-                                ^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field name is never read.
- (However, this field is used to build or mutate values.)
- File "printing/proof_diffs.ml", line 218, characters 85-104:
- 218 | type 'a reified_goal = { name: string; ty: 'a; hyps: 'a hyp list; env : Environ.env; sigma: Evd.evar_map }
-                                                                                            ^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field sigma is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  printing/printer.ml
- OCAMLOPT -a -o printing/printing.cmxa
- OCAMLOPT  tactics/tactics.ml
- OCAMLOPT  tactics/hints.ml
- OCAMLOPT  vernac/himsg.ml
- OCAMLOPT  vernac/assumptions.ml
- File "vernac/himsg.ml", line 1394, characters 4-16:
- 1394 |   | Stream.Error txt -> hov 0 (str "Syntax error: " ++ str txt ++ str ".")
-            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  vernac/vernacexpr.ml
- OCAMLOPT  vernac/pvernac.ml
- OCAMLOPT  vernac/vernacprop.ml
- OCAMLOPT  vernac/locality.ml
- OCAMLOPT  vernac/mltop.ml
- OCAMLOPT  vernac/comArguments.ml
- OCAMLOPT  vernac/g_vernac.ml
- OCAMLOPT  vernac/egramml.ml
- OCAMLOPT  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.
- OCAMLOPT  vernac/loadpath.ml
- OCAMLOPT  vernac/ppvernac.ml
- OCAMLOPT  vernac/metasyntax.ml
- OCAMLOPT  vernac/topfmt.ml
- OCAMLOPT  toplevel/coqcargs.ml
- OCAMLOPT  tactics/abstract.ml
- OCAMLOPT  tactics/elim.ml
- OCAMLOPT  tactics/equality.ml
- OCAMLOPT  tactics/contradiction.ml
- OCAMLOPT  tactics/auto.ml
- File "tactics/elim.ml", line 25, characters 2-19:
- 25 |   branchnum  : int;         (* the branch number *)
-        ^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field branchnum is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  tactics/eauto.ml
- OCAMLOPT  vernac/g_proofs.ml
- OCAMLOPT  vernac/proof_using.ml
- File "vernac/proof_using.ml", line 171, characters 94-110:
- 171 | 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.
- OCAMLOPT  vernac/declare.ml
- OCAMLOPT  tactics/class_tactics.ml
- OCAMLOPT  tactics/inv.ml
- OCAMLOPT  tactics/eqdecide.ml
- OCAMLOPT  tactics/autorewrite.ml
- File "tactics/class_tactics.ml", line 512, characters 6-29:
- 512 |       last_tac : Pp.t Lazy.t;
-             ^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field last_tac is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT -a -o tactics/tactics.cmxa
- OCAMLOPT  vernac/vernacextend.ml
- OCAMLOPT  vernac/comHints.ml
- OCAMLOPT  vernac/recLemmas.ml
- OCAMLOPT  vernac/comCoercion.ml
- OCAMLOPT  vernac/auto_ind_decl.ml
- OCAMLOPT  vernac/comDefinition.ml
- OCAMLOPT  vernac/classes.ml
- OCAMLOPT  vernac/comPrimitive.ml
- OCAMLOPT  vernac/comFixpoint.ml
- OCAMLOPT  vernac/vernacstate.ml
- File "vernac/comCoercion.ml", line 265, characters 28-41:
- 265 | let declare_coercion coef ?(local = false) ~isid ~src:cls ~target:clt ~params:ps =
-                                   ^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- OCAMLOPT  vernac/printmod.ml
- OCAMLOPT  vernac/comProgramFixpoint.ml
- OCAMLOPT  vernac/comAssumption.ml
- OCAMLOPT  vernac/indschemes.ml
- OCAMLOPT  vernac/declareInd.ml
- OCAMLOPT  vernac/search.ml
- OCAMLOPT  vernac/comInductive.ml
- OCAMLOPT  vernac/prettyp.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.
- OCAMLOPT  vernac/comSearch.ml
- OCAMLOPT  vernac/record.ml
- File "vernac/record.ml", line 119, characters 20-32:
- 119 |     Loc.raise ?loc (Stream.Error "pattern with quote not allowed in record parameters")
-                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  vernac/vernacentries.ml
- File "vernac/vernacentries.ml", line 58, characters 4-38:
- 58 |     deprecated : Deprecation.t option;
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field deprecated is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT  vernac/comTactic.ml
- OCAMLOPT  vernac/vernacinterp.ml
- File "vernac/vernacinterp.ml", line 187, characters 66-83:
- 187 |     Pcoq.Parsable.make ~loc:(Loc.initial (Loc.InFile longfname)) (Stream.of_channel in_chan) in
-                                                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  stm/partac.ml
- OCAMLOPT -a -o vernac/vernac.cmxa
- OCAMLOPT  stm/vernac_classifier.ml
- OCAMLOPT  stm/stm.ml
- File "stm/stm.ml", line 1736, characters 24-27:
- 1736 |   let build_proof ~doc ?loc ~drop_pt ~exn_info ~block_start ~block_stop ~name:pname =
-                                ^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "stm/stm.ml", line 210, characters 2-49:
- 210 |   mutable proof_mode : Pvernac.proof_mode option;
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: mutable record field proof_mode is never mutated.
- OCAMLOPT  stm/proofBlockDelimiter.ml
- OCAMLOPT  stm/vio_checking.ml
- OCAMLOPT  toplevel/vernac.ml
- File "toplevel/vernac.ml", line 92, characters 7-24:
- 92 |       (Stream.of_channel in_chan) in
-             ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  toplevel/coqinit.ml
- OCAMLOPT -a -o stm/stm.cmxa
- OCAMLOPT  toplevel/coqargs.ml
- OCAMLOPT  toplevel/coqloop.ml
- OCAMLOPT  toplevel/ccompile.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.
- File "toplevel/coqloop.ml", line 245, characters 29-40:
- 245 |   let rec dot tok st = match Stream.next st with
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT  toplevel/coqtop.ml
- OCAMLOPT  toplevel/workerLoop.ml
- OCAMLOPT  toplevel/coqc.ml
- OCAMLOPT -a -o toplevel/toplevel.cmxa
- COQMKTOP -o bin/coqidetop.opt
- File "ide/coqide/idetop.ml", line 94, characters 31-47:
- 94 |   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 130, characters 31-47:
- 130 |   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 136, characters 31-47:
- 136 |   let pa = Pcoq.Parsable.make (Stream.of_string phrase) in
-                                      ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "ide/coqide/idetop.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- rm -f bin/coqidetop && cp bin/coqidetop.opt bin/coqidetop
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/coqide.8.13.2'
-> compiled  coqide.8.13.2
Processing 51/51: [coqide: make install-ide-bin]
+ /usr/bin/make "COQ_USE_DUNE=" "install-ide-bin" "install-ide-files" "install-ide-info" "install-ide-devfiles" (CWD=/home/opam/.opam/4.14/.opam-switch/build/coqide.8.13.2)
- rm -f  
- /usr/bin/make --warn-undefined-variable --no-builtin-rules -f Makefile.build install-ide-bin install-ide-files install-ide-info install-ide-devfiles
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/coqide.8.13.2'
- install -d "/home/opam/.opam/4.14/bin"
- install bin/coqide "/home/opam/.opam/4.14/bin"
- install -d "/home/opam/.opam/4.14/share/coq"
- install -m 644 ide/coqide/coq.png ide/coqide/*.lang ide/coqide/coq_style.xml ide/coqide/default.bindings "/home/opam/.opam/4.14/share/coq"
- install -d "/home/opam/.opam/4.14/lib/coq/config"
- install -d "/home/opam/.opam/4.14/doc"
- install -m 644 ide/coqide/FAQ "/home/opam/.opam/4.14/doc"/FAQ-CoqIde
- install -d "/home/opam/.opam/4.14/lib/coq"
- ./install.sh "/home/opam/.opam/4.14/lib/coq" \
-   ide/coqide/minilib.cmi ide/coqide/configwin_messages.cmi ide/coqide/configwin_ihm.cmi ide/coqide/configwin.cmi ide/coqide/tags.cmi ide/coqide/wg_Notebook.cmi ide/coqide/config_lexer.cmi ide/coqide/utf8_convert.cmi ide/coqide/preferences.cmi ide/coqide/ideutils.cmi ide/coqide/unicode_bindings.cmi ide/coqide/coq.cmi ide/coqide/coq_lex.cmi ide/coqide/sentence.cmi ide/coqide/gtk_parsing.cmi ide/coqide/wg_Segment.cmi ide/coqide/wg_ProofView.cmi ide/coqide/wg_MessageView.cmi ide/coqide/wg_RoutedMessageViews.cmi ide/coqide/wg_Detachable.cmi ide/coqide/wg_Find.cmi ide/coqide/wg_Completion.cmi ide/coqide/wg_ScriptView.cmi ide/coqide/coq_commands.cmi ide/coqide/fileOps.cmi ide/coqide/document.cmi ide/coqide/coqOps.cmi ide/coqide/wg_Command.cmi ide/coqide/session.cmi ide/coqide/coqide_ui.cmi ide/coqide/microPG.cmi ide/coqide/coqide.cmi
- ./install.sh "/home/opam/.opam/4.14/lib/coq" ide/coqide/ide.cmxa ide/coqide/ide.a
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/coqide.8.13.2'
- make: 'install-ide-files' is up to date.
- make: 'install-ide-info' is up to date.
- make: 'install-ide-devfiles' is up to date.
-> installed coqide.8.13.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:54.22 ---> saved as "925759dbb98d656e5c5e992ebdf4d77e5146e04eaee932b3b6f36e4f9c0e34a7"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u coqide:08690769e7cc801799378e80d4cca864"))
2024-01-29 18:54.23 ---> saved as "a35a1a8c589874090c37609ea9b41c6b35777dce8aad1f22882553ac95eca384"

/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.544057') && (for DATA in prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2,coqide.8.13.2-08690769e7cc801799378e80d4cca864,coqide.8.13.2; 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/08690769e7cc801799378e80d4cca864/coqide/8.13.2,coqide.8.13.2-08690769e7cc801799378e80d4cca864,coqide.8.13.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2,coqide.8.13.2-08690769e7cc801799378e80d4cca864,coqide.8.13.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.544057
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/doc/
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/doc/FAQ-CoqIde
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/ide.ocamlobjinfo
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/config_lexer.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/configwin.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/configwin_ihm.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/configwin_messages.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/coq.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/coqOps.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/coq_commands.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/coq_lex.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/coqide.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/coqide_ui.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/document.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/fileOps.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/gtk_parsing.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/ideutils.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/microPG.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/minilib.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/preferences.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/sentence.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/session.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/tags.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/unicode_bindings.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/utf8_convert.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/wg_Command.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/wg_Completion.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/wg_Detachable.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/wg_Find.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/wg_MessageView.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/wg_Notebook.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/wg_ProofView.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/wg_RoutedMessageViews.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/wg_ScriptView.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/lib/coq/ide/coqide/wg_Segment.cmi
prep/universes/08690769e7cc801799378e80d4cca864/coqide/8.13.2/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:coqide.8.13.2-08690769e7cc801799378e80d4cca864:8689e16ba599dbe93e77c73b50b77add88ca745e87913a9f71f1984f15aad89e
2024-01-29 18:54.24 ---> saved as "276bb8322df42384f5df38ae40f650da227797b99ae49f9b097726740cb37455"
Job succeeded
2024-01-29 19:00.12: coqide.8.13.2-08690769e7cc801799378e80d4cca864 -> 8689e16ba599dbe93e77c73b50b77add88ca745e87913a9f71f1984f15aad89e
2024-01-29 19:00.12: Job succeeded