Build:
  1. 0
2024-09-12 08:35.53: New job: Voodoo prep zipperposition.1.5; 57ad7ca19aa3731d861e5e854298e149
2024-09-12 08:35.53: Waiting for resource in pool OCluster
2024-09-12 19:54.55: Waiting for worker…
2024-09-12 19:56.50: Got resource from pool OCluster
2024-09-12 19:56.50: Using cache hint "docs-universe-prep-4.07.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.07@sha256:9a61b9dbd5d12394ed4e3c3077c03b89359405d8a65a9ab0005c8d2331b32e3b)
         (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.07@sha256:9a61b9dbd5d12394ed4e3c3077c03b89359405d8a65a9ab0005c8d2331b32e3b)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy zipperposition.1.5 zarith.1.7-1 sequence.1.1 seq.base result.1.5 ocamlfind.1.9.6 ocamlbuild.0.14.3 msat.0.7 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 jbuilder.1.0+beta20.2 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 containers.2.8.1 conf-perl.2 conf-gmp.4 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u zipperposition:57ad7ca19aa3731d861e5e854298e149,zarith:15cf786da6a034ba7dd9119f24cf5b40,sequence:7d66e9f59f22229b4a02c9c207fee60a,containers:d66b493db86eb49f56bb024da4d6a6d2"))
 (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.756639') && (for DATA in prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1,containers.2.8.1-d66b493db86eb49f56bb024da4d6a6d2,containers.2.8.1 prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1,sequence.1.1-7d66e9f59f22229b4a02c9c207fee60a,sequence.1.1 prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1,zarith.1.7-1-15cf786da6a034ba7dd9119f24cf5b40,zarith.1.7-1 prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5,zipperposition.1.5-57ad7ca19aa3731d861e5e854298e149,zipperposition.1.5; 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/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1,containers.2.8.1-d66b493db86eb49f56bb024da4d6a6d2,containers.2.8.1 prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1,sequence.1.1-7d66e9f59f22229b4a02c9c207fee60a,sequence.1.1 prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1,zarith.1.7-1-15cf786da6a034ba7dd9119f24cf5b40,zarith.1.7-1 prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5,zipperposition.1.5-57ad7ca19aa3731d861e5e854298e149,zipperposition.1.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1,containers.2.8.1-d66b493db86eb49f56bb024da4d6a6d2,containers.2.8.1 prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1,sequence.1.1-7d66e9f59f22229b4a02c9c207fee60a,sequence.1.1 prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1,zarith.1.7-1-15cf786da6a034ba7dd9119f24cf5b40,zarith.1.7-1 prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5,zipperposition.1.5-57ad7ca19aa3731d861e5e854298e149,zipperposition.1.5; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 19:56.50: RETRYING: 2024-09-12/083553-voodoo-prep-4677f2 Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  67% (21744/32082)
Updating files:  68% (21816/32082)
Updating files:  69% (22137/32082)
Updating files:  70% (22458/32082)
Updating files:  71% (22779/32082)
Updating files:  72% (23100/32082)
Updating files:  73% (23420/32082)
Updating files:  74% (23741/32082)
Updating files:  75% (24062/32082)
Updating files:  76% (24383/32082)
Updating files:  77% (24704/32082)
Updating files:  78% (25024/32082)
Updating files:  79% (25345/32082)
Updating files:  80% (25666/32082)
Updating files:  81% (25987/32082)
Updating files:  82% (26308/32082)
Updating files:  83% (26629/32082)
Updating files:  84% (26949/32082)
Updating files:  85% (27270/32082)
Updating files:  86% (27591/32082)
Updating files:  87% (27912/32082)
Updating files:  88% (28233/32082)
Updating files:  89% (28553/32082)
Updating files:  90% (28874/32082)
Updating files:  91% (29195/32082)
Updating files:  92% (29516/32082)
Updating files:  93% (29837/32082)
Updating files:  94% (30158/32082)
Updating files:  95% (30478/32082)
Updating files:  96% (30799/32082)
Updating files:  97% (31120/32082)
Updating files:  98% (31441/32082)
Updating files:  99% (31762/32082)
Updating files: 100% (32082/32082)
Updating files: 100% (32082/32082), done.
HEAD is now at 5ee688bb15 Windows support for ocaml-secondary-compiler.4.14.2

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.07@sha256:9a61b9dbd5d12394ed4e3c3077c03b89359405d8a65a9ab0005c8d2331b32e3b)
2024-09-12 19:49.59 ---> using "204cd578d3062e36ef07fb9c1255d2caa278c713f0d1a3687f9c1eab94635838" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (910 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 (7244 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 19:49.59 ---> using "f6aa42750cfc8383a740a107b6d2b3427ad999041bbef41a4327cac1b5012472" from cache

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

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

The following actions will be performed:
  - install ocamlbuild          0.14.3 [required by bos]
  - install cmdliner            1.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install seq                 base   [required by fmt]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.16.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install result              1.5    [required by rresult]
  - install re                  1.11.0 [required by opam-format]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.7.0  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.6  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.6  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.7.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.8.9] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.0] found in cache
[opam-core.2.1.6] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.6] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[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.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.7.0
-> installed rresult.0.6.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.0
-> installed opam-core.2.1.6
-> installed opam-format.2.1.6
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:49.59 ---> using "db885cabe402653069cdd7740c8f68ff2e8000a2cbe4154539396cd7eb0a0911" from cache

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

(from ocaml/opam:debian-12-ocaml-4.07@sha256:9a61b9dbd5d12394ed4e3c3077c03b89359405d8a65a9ab0005c8d2331b32e3b)
2024-09-12 19:49.59 ---> using "204cd578d3062e36ef07fb9c1255d2caa278c713f0d1a3687f9c1eab94635838" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 19:49.59 ---> using "1b2c6d1df9627e5338314ce68943bffcd71543934533887645b45101a7c76c9d" from cache

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

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

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

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

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

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

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

2024-09-12 19:50.00 ---> using "f9f101b53630ca1b54d08f666601cc2daaca7d6b20578c57dd1df3edd9ebc83c" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:50.00 ---> using "1d2d93f1e11501e8b60bf1c61855f4bad5e96b774d4639d376cf667c55254c8d" 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 zipperposition.1.5 zarith.1.7-1 sequence.1.1 seq.base result.1.5 ocamlfind.1.9.6 ocamlbuild.0.14.3 msat.0.7 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 jbuilder.1.0+beta20.2 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 containers.2.8.1 conf-perl.2 conf-gmp.4 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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

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

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

<><> Carrying on to "opam depext -viy zipperposition.1.5 zarith.1.7-1 sequence.1.1 seq.base result.1.5 ocamlfind.1.9.6 ocamlbuild.0.14.3 msat.0.7 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 jbuilder.1.0+beta20.2 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 containers.2.8.1 conf-perl.2 conf-gmp.4 base-bytes.base" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libgmp-dev
perl
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-perl         2
  - install ocamlbuild        0.14.3
  - install conf-gmp          4
  - install menhirSdk         20211128
  - install jbuilder          1.0+beta20.2
  - install result            1.5
  - install seq               base
  - install csexp             1.5.2
  - install menhirLib         20211128
  - install base-bytes        base
  - install msat              0.7
  - install zarith            1.7-1
  - install dune-configurator 3.16.0
  - install menhir            20211128
  - install sequence          1.1
  - install containers        2.8.1
  - install zipperposition    1.5
===== 17 to install =====

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
- Preparing to unpack .../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 .../libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.4  (cached)
Processing  4/51:
Processing  5/51:
Processing  6/51:
Processing  7/51:
Processing  8/51: [conf-gmp: sh]
Processing  9/51: [conf-gmp: sh] [conf-perl: perl]
-> installed base-bytes.base
Processing 10/51: [conf-gmp: sh] [conf-perl: perl]
-> retrieved containers.2.8.1  (cached)
Processing 11/51: [conf-gmp: sh] [conf-perl: perl]
-> retrieved csexp.1.5.2  (cached)
Processing 12/51: [conf-gmp: sh] [conf-perl: perl]
Processing 13/51: [conf-gmp: sh] [conf-perl: perl] [csexp: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 14/51: [conf-gmp: sh] [conf-perl: perl] [csexp: dune build]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 14/51: [conf-perl: perl] [csexp: dune build]
-> installed conf-gmp.4
Processing 15/51: [conf-perl: perl] [csexp: dune build]
- 
- This is perl 5, version 36, subversion 0 (v5.36.0) built for x86_64-linux-gnu-thread-multi
- (with 53 registered patches, see perl -V for more detail)
- 
- Copyright 1987-2022, Larry Wall
- 
- Perl may be copied only under the terms of either the Artistic License or the
- GNU General Public License, which may be found in the Perl 5 source kit.
- 
- Complete documentation for Perl, including FAQ lists, should be found on
- this system using "man perl" or "perldoc perl".  If you have access to the
- Internet, point your browser at https://www.perl.org/, the Perl Home Page.
- 
-> compiled  conf-perl.2
Processing 15/51: [csexp: dune build]
-> installed conf-perl.2
Processing 16/51: [csexp: dune build]
-> retrieved jbuilder.1.0+beta20.2  (cached)
Processing 17/51: [csexp: dune build]
Processing 18/51: [csexp: dune build] [jbuilder: ocaml configure.ml]
-> retrieved menhir.20211128  (cached)
Processing 19/51: [csexp: dune build] [jbuilder: ocaml configure.ml]
-> compiled  csexp.1.5.2
Processing 19/51: [jbuilder: ocaml configure.ml]
-> installed csexp.1.5.2
Processing 20/51: [jbuilder: ocaml configure.ml]
Processing 21/51: [dune-configurator: rm] [jbuilder: ocaml configure.ml]
-> retrieved menhirLib.20211128  (cached)
Processing 22/51: [dune-configurator: rm] [jbuilder: ocaml configure.ml]
Processing 23/51: [dune-configurator: rm] [jbuilder: ocaml configure.ml] [menhirLib: dune build]
-> retrieved menhirSdk.20211128  (cached)
Processing 24/51: [dune-configurator: rm] [jbuilder: ocaml configure.ml] [menhirLib: dune build]
Processing 25/51: [dune-configurator: rm] [jbuilder: ocaml configure.ml] [menhirLib: dune build] [menhirSdk: dune build]
Processing 25/51: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved msat.0.7  (cached)
-> retrieved seq.base  (cached)
Processing 26/51: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build]
Processing 27/51: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build]
Processing 28/51: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build]
-> installed seq.base
Processing 29/51: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 30/51: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build]
Processing 31/51: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make configure.make]
-> retrieved result.1.5  (cached)
Processing 32/51: [zipperposition.1.5: http] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make configure.make]
Processing 33/51: [zipperposition.1.5: http] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make configure.make] [result: dune build]
-> retrieved sequence.1.1  (cached)
Processing 33/51: [zipperposition.1.5: http] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make configure.make] [result: dune build]
-> retrieved zarith.1.7-1  (cached)
[zarith: patch] applying absolute_CC.patch
Processing 34/51: [zipperposition.1.5: http] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make configure.make] [result: dune build] [zarith: patch]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.07"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.07/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.07/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.07/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.07"; \
- echo "BINDIR=/home/opam/.opam/4.07/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.07/lib"; \
- echo "MANDIR=/home/opam/.opam/4.07/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.07/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.07/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.07/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.07/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 34/51: [zipperposition.1.5: http] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make check-if-preinstalled] [result: dune build] [zarith: patch]
Processing 34/51: [zipperposition.1.5: http] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make check-if-preinstalled] [result: dune build] [zarith: ./configure]
-> compiled  result.1.5
Processing 34/51: [zipperposition.1.5: http] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: ./configure]
-> installed result.1.5
Processing 35/51: [zipperposition.1.5: http] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [menhirSdk: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: ./configure]
-> compiled  menhirSdk.20211128
Processing 35/51: [zipperposition.1.5: http] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: ./configure]
-> installed menhirSdk.20211128
Processing 36/51: [zipperposition.1.5: http] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: ./configure]
- binary ocaml: found in /home/opam/.opam/4.07/bin
- binary ocamlc: found in /home/opam/.opam/4.07/bin
- binary ocamldep: found in /home/opam/.opam/4.07/bin
- binary ocamlmklib: found in /home/opam/.opam/4.07/bin
- binary ocamldoc: found in /home/opam/.opam/4.07/bin
- binary ar: found in /usr/bin
- binary perl: found in /usr/bin
- binary gcc: found in /usr/bin
- binary ocamlopt: found in /home/opam/.opam/4.07/bin
- checking compilation with gcc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/4.07/bin
- OCaml's word size is 64
- binary uname: found in /usr/bin
- include gmp.h: found
- library gmp: found
- OCaml extended comparison supported
- OCaml new hash functions available
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   asm path:             x86_64
-   defines:              -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX 
-   libraries:             -lgmp
-   C options:            -O3 -Wall -Wextra 
-   asm options           
-   installation path:    /home/opam/.opam/4.07/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 36/51: [zipperposition.1.5: http] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [menhirLib: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: make]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20211128
Processing 36/51: [zipperposition.1.5: http] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [zarith: make]
-> installed menhirLib.20211128
Processing 37/51: [zipperposition.1.5: http] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [zarith: make]
Processing 38/51: [zipperposition.1.5: http] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: make]
Processing 38/51: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: make]
-> retrieved zipperposition.1.5  (https://github.com/c-cube/zipperposition/archive/1.5.tar.gz)
-> compiled  dune-configurator.3.16.0
Processing 38/51: [jbuilder: ocaml bootstrap.ml] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: make]
-> installed dune-configurator.3.16.0
Processing 39/51: [jbuilder: ocaml bootstrap.ml] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: make]
Processing 40/51: [containers: dune build] [jbuilder: ocaml bootstrap.ml] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: make]
- '/home/opam/.opam/4.07/bin/ocamllex.opt' -q src/meta_lexer.mll
- '/home/opam/.opam/4.07/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
- '/home/opam/.opam/4.07/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
- '/home/opam/.opam/4.07/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
- '/home/opam/.opam/4.07/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
- '/home/opam/.opam/4.07/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt
- '/home/opam/.opam/4.07/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt
- '/home/opam/.opam/4.07/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
- '/home/opam/.opam/4.07/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml
Processing 40/51: [containers: dune build] [jbuilder: ./boot.exe 39] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: make]
- ./z_pp.pl x86_64
- Name "main::extra" used only once: possible typo at ./z_pp.pl line 29.
- found assembly file caml_z_x86_64.S
-   found abs
-   found add
-   found div
-   found divexact
-   found logand
-   found lognot
-   found logor
-   found logxor
-   found mul
-   found neg
-   found pred
-   found rem
-   found shift_left
-   found shift_right
-   found sub
-   found succ
- ocamldep -native  z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc   -c z.mli
- ocamlc   -c z.ml
- ocamlc   -c q.mli
- ocamlc   -c q.ml
- ocamlc   -c big_int_Z.mli
- ocamlc   -c big_int_Z.ml
- ocamlmklib -failsafe -o zarith z.cmo q.cmo big_int_Z.cmo -lgmp
- gcc -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX     -c -o caml_z_x86_64.o caml_z_x86_64.S
- ocamlc -ccopt "-I/home/opam/.opam/4.07/lib/ocaml  -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -failsafe -o zarith caml_z_x86_64.o caml_z.o -lgmp
- ocamlopt   -c z.ml
- ocamlopt   -c q.ml
- ocamlopt   -c big_int_Z.ml
- ocamlmklib -failsafe -o zarith z.cmx q.cmx big_int_Z.cmx -lgmp
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.7-1
Processing 40/51: [containers: dune build] [jbuilder: ./boot.exe 39] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 41/51: [containers: dune build] [jbuilder: ./boot.exe 39] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: make install]
-> compiled  containers.2.8.1
Processing 41/51: [jbuilder: ./boot.exe 39] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [zarith: make install]
- ocamlfind install -destdir "/home/opam/.opam/4.07/lib" zarith META zarith.h zarith.cma libzarith.a z.mli q.mli big_int_Z.mli z.cmi q.cmi big_int_Z.cmi zarith.a zarith.cmxa z.cmx q.cmx big_int_Z.cmx zarith.cmxs -optional dllzarith.so
- Installed /home/opam/.opam/4.07/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/4.07/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/4.07/lib/zarith/q.cmx
- Installed /home/opam/.opam/4.07/lib/zarith/z.cmx
- Installed /home/opam/.opam/4.07/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/4.07/lib/zarith/zarith.a
- Installed /home/opam/.opam/4.07/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/4.07/lib/zarith/q.cmi
- Installed /home/opam/.opam/4.07/lib/zarith/z.cmi
- Installed /home/opam/.opam/4.07/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/4.07/lib/zarith/q.mli
- Installed /home/opam/.opam/4.07/lib/zarith/z.mli
- Installed /home/opam/.opam/4.07/lib/zarith/libzarith.a
- Installed /home/opam/.opam/4.07/lib/zarith/zarith.cma
- Installed /home/opam/.opam/4.07/lib/zarith/zarith.h
- Installed /home/opam/.opam/4.07/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/4.07/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.07/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.07/lib/zarith/META
-> installed zarith.1.7-1
Processing 41/51: [jbuilder: ./boot.exe 39] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed containers.2.8.1
Processing 42/51: [jbuilder: ./boot.exe 39] [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
- if test -d /home/opam/.opam/4.07/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.07/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing 42/51: [jbuilder: ./boot.exe 39] [menhir: dune build]
-> installed ocamlbuild.0.14.3
Processing 43/51: [jbuilder: ./boot.exe 39] [menhir: dune build]
Processing 44/51: [jbuilder: ./boot.exe 39] [menhir: dune build] [msat: make disable_log]
- cd src/util; ln -sf log_dummy.ml log.ml
Processing 44/51: [jbuilder: ./boot.exe 39] [menhir: dune build] [msat: make lib]
-> compiled  jbuilder.1.0+beta20.2
Processing 44/51: [menhir: dune build] [msat: make lib]
-> installed jbuilder.1.0+beta20.2
Processing 45/51: [menhir: dune build] [msat: make lib]
Processing 46/51: [menhir: dune build] [msat: make lib] [sequence: jbuilder build]
-       ocamlc src/bigarray/.sequence_bigarray.objs/SequenceBigarray.{cmo,cmt}
- File "src/bigarray/SequenceBigarray.ml", line 41, characters 12-36:
- Warning 3: deprecated: Bigarray.Array1.map_file
- Use [array1_of_genarray (Unix.map_file ...)] instead.
- Note that Bigarray.Array1.map_file raises Sys_error while
- Unix.map_file raises Unix_error.
- File "src/bigarray/SequenceBigarray.ml", line 28, characters 0-13:
- Warning 33: unused open Bigarray.
-     ocamlopt src/bigarray/.sequence_bigarray.objs/SequenceBigarray.{cmx,o}
- File "src/bigarray/SequenceBigarray.ml", line 41, characters 12-36:
- Warning 3: deprecated: Bigarray.Array1.map_file
- Use [array1_of_genarray (Unix.map_file ...)] instead.
- Note that Bigarray.Array1.map_file raises Sys_error while
- Unix.map_file raises Unix_error.
- File "src/bigarray/SequenceBigarray.ml", line 28, characters 0-13:
- Warning 33: unused open Bigarray.
-> compiled  sequence.1.1
Processing 46/51: [menhir: dune build] [msat: make lib]
-> installed sequence.1.1
Processing 47/51: [menhir: dune build] [msat: make lib]
- ocamlbuild -log build.log -use-ocamlfind  msat.cma msat.cmxa msat.cmxs
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.07/lib/ocamlbuild /home/opam/.opam/4.07/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.07/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind ocamldep -modules src/util/log.mli > src/util/log.mli.depends
- ocamlfind ocamlc -c -bin-annot -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/log.cmi src/util/log.mli
- ocamlfind ocamldep -modules src/util/log.ml > src/util/log.ml.depends
- ocamlfind ocamldep -modules src/core/formula_intf.ml > src/core/formula_intf.ml.depends
- ocamlfind ocamldep -modules src/core/theory_intf.ml > src/core/theory_intf.ml.depends
- ocamlfind ocamldep -modules src/core/plugin_intf.ml > src/core/plugin_intf.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/plugin_intf.cmo src/core/plugin_intf.ml
- ocamlfind ocamldep -modules src/core/expr_intf.ml > src/core/expr_intf.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/formula_intf.cmo src/core/formula_intf.ml
- ocamlfind ocamldep -modules src/solver/tseitin_intf.ml > src/solver/tseitin_intf.ml.depends
- ocamlfind ocamldep -modules src/core/res_intf.ml > src/core/res_intf.ml.depends
- ocamlfind ocamldep -modules src/core/solver_types.mli > src/core/solver_types.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/expr_intf.cmo src/core/expr_intf.ml
- ocamlfind ocamldep -modules src/core/solver_types_intf.ml > src/core/solver_types_intf.ml.depends
- ocamlfind ocamldep -modules src/util/vec.mli > src/util/vec.mli.depends
- ocamlfind ocamlc -c -bin-annot -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/vec.cmi src/util/vec.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/solver_types_intf.cmo src/core/solver_types_intf.ml
- ocamlfind ocamlc -c -bin-annot -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/solver_types.cmi src/core/solver_types.mli
- ocamlfind ocamldep -modules src/core/solver_intf.ml > src/core/solver_intf.ml.depends
- ocamlfind ocamldep -modules src/core/res.mli > src/core/res.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/res_intf.cmo src/core/res_intf.ml
- ocamlfind ocamlc -c -bin-annot -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/res.cmi src/core/res.mli
- ocamlfind ocamldep -modules src/core/internal.mli > src/core/internal.mli.depends
- ocamlfind ocamlc -c -bin-annot -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/internal.cmi src/core/internal.mli
- ocamlfind ocamldep -modules src/core/internal.ml > src/core/internal.ml.depends
- ocamlfind ocamldep -modules src/util/array_util.ml > src/util/array_util.ml.depends
- ocamlfind ocamldep -modules src/util/iheap.mli > src/util/iheap.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/array_util.cmo src/util/array_util.ml
- ocamlfind ocamlc -c -bin-annot -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/iheap.cmi src/util/iheap.mli
- ocamlfind ocamldep -modules src/core/external.mli > src/core/external.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/solver_intf.cmo src/core/solver_intf.ml
- ocamlfind ocamlc -c -bin-annot -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/external.cmi src/core/external.mli
- ocamlfind ocamldep -modules src/core/external.ml > src/core/external.ml.depends
- ocamlfind ocamldep -modules src/backend/dimacs.mli > src/backend/dimacs.mli.depends
- ocamlfind ocamlc -c -bin-annot -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/dimacs.cmi src/backend/dimacs.mli
- ocamlfind ocamldep -modules src/solver/solver.mli > src/solver/solver.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/theory_intf.cmo src/core/theory_intf.ml
- ocamlfind ocamlc -c -bin-annot -color always -I src/solver -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/util -o src/solver/solver.cmi src/solver/solver.mli
- ocamlfind ocamldep -modules src/solver/solver.ml > src/solver/solver.ml.depends
- ocamlfind ocamldep -modules src/solver/mcsolver.mli > src/solver/mcsolver.mli.depends
- ocamlfind ocamlc -c -bin-annot -color always -I src/solver -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/util -o src/solver/mcsolver.cmi src/solver/mcsolver.mli
- ocamlfind ocamldep -modules src/solver/mcsolver.ml > src/solver/mcsolver.ml.depends
- ocamlfind ocamldep -modules src/core/solver_types.ml > src/core/solver_types.ml.depends
- ocamlfind ocamldep -modules src/core/res.ml > src/core/res.ml.depends
- ocamlfind ocamldep -modules src/backend/backend_intf.ml > src/backend/backend_intf.ml.depends
- ocamlfind ocamldep -modules src/backend/dot.mli > src/backend/dot.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/backend_intf.cmo src/backend/backend_intf.ml
- ocamlfind ocamlc -c -bin-annot -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/dot.cmi src/backend/dot.mli
- ocamlfind ocamldep -modules src/backend/dot.ml > src/backend/dot.ml.depends
- ocamlfind ocamldep -modules src/backend/coq.mli > src/backend/coq.mli.depends
- ocamlfind ocamlc -c -bin-annot -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/coq.cmi src/backend/coq.mli
- ocamlfind ocamldep -modules src/backend/coq.ml > src/backend/coq.ml.depends
- ocamlfind ocamldep -modules src/backend/dimacs.ml > src/backend/dimacs.ml.depends
- ocamlfind ocamldep -modules src/backend/dedukti.mli > src/backend/dedukti.mli.depends
- ocamlfind ocamlc -c -bin-annot -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/dedukti.cmi src/backend/dedukti.mli
- ocamlfind ocamldep -modules src/backend/dedukti.ml > src/backend/dedukti.ml.depends
- ocamlfind ocamldep -modules src/solver/tseitin.mli > src/solver/tseitin.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/solver -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/util -o src/solver/tseitin_intf.cmo src/solver/tseitin_intf.ml
- ocamlfind ocamlc -c -bin-annot -color always -I src/solver -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/util -o src/solver/tseitin.cmi src/solver/tseitin.mli
- ocamlfind ocamldep -modules src/solver/tseitin.ml > src/solver/tseitin.ml.depends
- ocamlfind ocamldep -modules src/sat/sat.mli > src/sat/sat.mli.depends
- ocamlfind ocamlc -c -bin-annot -color always -I src/sat -I src -I src/backend -I src/core -I src/mcsat -I src/smt -I src/solver -I src/util -o src/sat/sat.cmi src/sat/sat.mli
- ocamlfind ocamldep -modules src/sat/sat.ml > src/sat/sat.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/log.cmo src/util/log.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/internal.cmo src/core/internal.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/external.cmo src/core/external.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/solver -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/util -o src/solver/solver.cmo src/solver/solver.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/solver -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/util -o src/solver/mcsolver.cmo src/solver/mcsolver.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/solver_types.cmo src/core/solver_types.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/res.cmo src/core/res.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/dot.cmo src/backend/dot.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/coq.cmo src/backend/coq.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/dimacs.cmo src/backend/dimacs.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/dedukti.cmo src/backend/dedukti.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/solver -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/util -o src/solver/tseitin.cmo src/solver/tseitin.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/sat -I src -I src/backend -I src/core -I src/mcsat -I src/smt -I src/solver -I src/util -o src/sat/sat.cmo src/sat/sat.ml
- ocamlfind ocamlc -pack -g -bin-annot src/util/log.cmo src/core/formula_intf.cmo src/core/plugin_intf.cmo src/core/theory_intf.cmo src/core/expr_intf.cmo src/solver/tseitin_intf.cmo src/core/solver_types_intf.cmo src/core/solver_types.cmo src/core/res_intf.cmo src/core/res.cmo src/core/solver_intf.cmo src/core/internal.cmo src/backend/dimacs.cmo src/core/external.cmo src/solver/solver.cmo src/solver/mcsolver.cmo src/backend/backend_intf.cmo src/backend/dot.cmo src/backend/coq.cmo src/backend/dedukti.cmo src/solver/tseitin.cmo src/sat/sat.cmo -o src/msat.cmo
- ocamlfind ocamldep -modules src/util/vec.ml > src/util/vec.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/vec.cmo src/util/vec.ml
- ocamlfind ocamldep -modules src/util/iheap.ml > src/util/iheap.ml.depends
- ocamlfind ocamldep -modules src/util/sparse_vec.mli > src/util/sparse_vec.mli.depends
- ocamlfind ocamlc -c -bin-annot -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/sparse_vec.cmi src/util/sparse_vec.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/iheap.cmo src/util/iheap.ml
- ocamlfind ocamldep -modules src/util/sparse_vec.ml > src/util/sparse_vec.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/sparse_vec.cmo src/util/sparse_vec.ml
- ocamlfind ocamlc -a -I src/util -I src src/util/array_util.cmo src/util/sparse_vec.cmo src/util/vec.cmo src/util/iheap.cmo src/msat.cmo -o src/msat.cma
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/plugin_intf.cmx src/core/plugin_intf.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/formula_intf.cmx src/core/formula_intf.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/expr_intf.cmx src/core/expr_intf.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/vec.cmx src/util/vec.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/solver_types_intf.cmx src/core/solver_types_intf.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/solver_types.cmx src/core/solver_types.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/log.cmx src/util/log.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/res_intf.cmx src/core/res_intf.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/res.cmx src/core/res.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/sparse_vec.cmx src/util/sparse_vec.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/array_util.cmx src/util/array_util.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/util -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -o src/util/iheap.cmx src/util/iheap.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/internal.cmx src/core/internal.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/solver_intf.cmx src/core/solver_intf.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/dimacs.cmx src/backend/dimacs.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/external.cmx src/core/external.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/core -I src -I src/backend -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/core/theory_intf.cmx src/core/theory_intf.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/backend_intf.cmx src/backend/backend_intf.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/solver -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/util -o src/solver/tseitin_intf.cmx src/solver/tseitin_intf.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/solver -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/util -o src/solver/solver.cmx src/solver/solver.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/solver -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/util -o src/solver/mcsolver.cmx src/solver/mcsolver.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/dot.cmx src/backend/dot.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/coq.cmx src/backend/coq.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/backend -I src -I src/core -I src/mcsat -I src/sat -I src/smt -I src/solver -I src/util -o src/backend/dedukti.cmx src/backend/dedukti.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/solver -I src -I src/backend -I src/core -I src/mcsat -I src/sat -I src/smt -I src/util -o src/solver/tseitin.cmx src/solver/tseitin.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -w K -w X -w Y -strict-sequence -unbox-closures -for-pack Msat -inline 100 -O3 -unbox-closures-factor 20 -color always -I src/sat -I src -I src/backend -I src/core -I src/mcsat -I src/smt -I src/solver -I src/util -o src/sat/sat.cmx src/sat/sat.ml
- touch src/msat.mli  ; if  ocamlfind ocamlopt -pack -g -bin-annot -I src/util -I src/core -I src/solver -I src/backend -I src/sat src/util/log.cmx src/core/formula_intf.cmx src/core/plugin_intf.cmx src/core/theory_intf.cmx src/core/expr_intf.cmx src/solver/tseitin_intf.cmx src/core/solver_types_intf.cmx src/core/solver_types.cmx src/core/res_intf.cmx src/core/res.cmx src/core/solver_intf.cmx src/core/internal.cmx src/backend/dimacs.cmx src/core/external.cmx src/solver/solver.cmx src/solver/mcsolver.cmx src/backend/backend_intf.cmx src/backend/dot.cmx src/backend/coq.cmx src/backend/dedukti.cmx src/solver/tseitin.cmx src/sat/sat.cmx -o src/msat.cmx  ; then  rm -f src/msat.mli  ; else  rm -f src/msat.mli  ; exit 1; fi
- ocamlfind ocamlopt -a -I src/util -I src src/util/array_util.cmx src/util/sparse_vec.cmx src/util/vec.cmx src/util/iheap.cmx src/msat.cmx -o src/msat.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/msat.cmxa -o src/msat.cmxs
-> compiled  msat.0.7
Processing 47/51: [menhir: dune build]
Processing 48/51: [menhir: dune build] [msat: make install]
- ocamlbuild -log build.log -use-ocamlfind  msat.cma msat.cmxa msat.cmxs
- ocamlfind install msat META _build/src/msat.cma _build/src/msat.cmxa _build/src/msat.cmxs _build/src/msat.a _build/src/msat.cmi
- Installed /home/opam/.opam/4.07/lib/msat/msat.cmi
- Installed /home/opam/.opam/4.07/lib/msat/msat.a
- Installed /home/opam/.opam/4.07/lib/msat/msat.cmxs
- Installed /home/opam/.opam/4.07/lib/msat/msat.cmxa
- Installed /home/opam/.opam/4.07/lib/msat/msat.cma
- Installed /home/opam/.opam/4.07/lib/msat/META
- if [ -d "msat.docdir" ]; then \
- 	mkdir -p /home/opam/.opam/4.07/doc/msat ; \
- 	cp -v msat.docdir/*.html msat.docdir/*.css /home/opam/.opam/4.07/doc/msat ; \
- fi
-> installed msat.0.7
Processing 48/51: [menhir: dune build]
+ /home/opam/.opam/4.07/bin/dune "build" "-p" "menhir" "-j" "39" (CWD=/home/opam/.opam/4.07/.opam-switch/build/menhir.20211128)
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
- (cd _build/default && src/stage2/.bin/menhir --no-pager --table --fixed-exception --require-aliases --strict --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 194 states.
- The grammar is not SLR(1) -- 5 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 298 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 40 states.
- Priority played a role in 0 of these states.
- 152 out of 298 states have a default reduction.
- The action table is 11324 entries; 1610 non-zero; 1359 compressed.
- The action table occupies roughly 2816 bytes.
- The goto table is 16986 entries; 329 non-zero; 636 compressed.
- The goto table occupies roughly 1368 bytes.
- The error table occupies roughly 1448 bytes.
- The default_reduction table occupies roughly 336 bytes.
- The lhs table occupies roughly 168 bytes.
- The trace table occupies roughly 8 bytes.
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-> compiled  menhir.20211128
-> installed menhir.20211128
Processing 50/51: [zipperposition: jbuilder build]
+ /home/opam/.opam/4.07/bin/jbuilder "build" "--no-config" "@install" (CWD=/home/opam/.opam/4.07/.opam-switch/build/zipperposition.1.5)
-     ocamlopt src/core/.logtk.objs/logtk__Var.{cmx,o}
- File "src/core/Var.ml", line 52, characters 55-68:
- Warning 3: deprecated: Logtk.ID.Map.of_seq
- use of_iter instead
- File "src/core/Var.ml", line 53, characters 58-72:
- Warning 3: deprecated: Logtk.ID.Map.add_seq
- use add_iter instead
- File "src/core/Var.ml", line 56, characters 17-30:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
- File "src/core/Var.ml", line 72, characters 63-76:
- Warning 3: deprecated: Logtk.ID.Map.of_seq
- use of_iter instead
- File "src/core/Var.ml", line 73, characters 17-30:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__Multiset.{cmx,o}
- File "src/core/Multiset.ml", line 299, characters 69-77:
- Warning 3: deprecated: M.to_seq
- use to_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Var.{cmo,cmt}
- File "src/core/Var.ml", line 52, characters 55-68:
- Warning 3: deprecated: Logtk.ID.Map.of_seq
- use of_iter instead
- File "src/core/Var.ml", line 53, characters 58-72:
- Warning 3: deprecated: Logtk.ID.Map.add_seq
- use add_iter instead
- File "src/core/Var.ml", line 56, characters 17-30:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
- File "src/core/Var.ml", line 72, characters 63-76:
- Warning 3: deprecated: Logtk.ID.Map.of_seq
- use of_iter instead
- File "src/core/Var.ml", line 73, characters 17-30:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Multiset.{cmo,cmt}
- File "src/core/Multiset.ml", line 299, characters 69-77:
- Warning 3: deprecated: M.to_seq
- use to_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__STerm.{cmx,o}
- File "src/core/STerm.ml", line 315, characters 16-32:
- Warning 3: deprecated: StringSet.of_seq
- use of_iter instead
-       ocamlc src/core/.logtk.objs/logtk__InnerTerm.{cmo,cmt}
- File "src/core/InnerTerm.ml", line 637, characters 27-40:
- Warning 3: deprecated: VarSet.of_seq
- use of_iter instead
-       ocamlc src/core/.logtk.objs/logtk__STerm.{cmo,cmt}
- File "src/core/STerm.ml", line 315, characters 16-32:
- Warning 3: deprecated: StringSet.of_seq
- use of_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__InnerTerm.{cmx,o}
- File "src/core/InnerTerm.ml", line 637, characters 27-40:
- Warning 3: deprecated: VarSet.of_seq
- use of_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Signature.{cmo,cmt}
- File "src/core/Signature.ml", line 87, characters 4-17:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
- File "src/core/Signature.ml", line 90, characters 4-17:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
- File "src/core/Signature.ml", line 92, characters 15-28:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
- File "src/core/Signature.ml", line 93, characters 16-30:
- Warning 3: deprecated: Logtk.ID.Map.add_seq
- use add_iter instead
- File "src/core/Signature.ml", line 94, characters 15-28:
- Warning 3: deprecated: Logtk.ID.Map.of_seq
- use of_iter instead
- File "src/core/Signature.ml", line 97, characters 32-45:
- Warning 3: deprecated: Logtk.ID.Set.of_seq
- use of_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Type.{cmo,cmt}
- File "src/core/Type.ml", line 159, characters 21-35:
- Warning 3: deprecated: VarSet.add_seq
- use add_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Term.{cmo,cmt}
- File "src/core/Term.ml", line 344, characters 18-31:
- Warning 3: deprecated: VarSet.to_seq
- use to_iter instead
- File "src/core/Term.ml", line 346, characters 18-31:
- Warning 3: deprecated: VarSet.to_seq
- use to_iter instead
- File "src/core/Term.ml", line 350, characters 29-42:
- Warning 3: deprecated: VarSet.of_seq
- use of_iter instead
- File "src/core/Term.ml", line 368, characters 33-51:
- Warning 3: deprecated: Logtk.Type.VarSet.of_seq
- use of_iter instead
- File "src/core/Term.ml", line 393, characters 2-16:
- Warning 3: deprecated: Logtk.ID.Set.add_seq
- use add_iter instead
- File "src/core/Term.ml", line 506, characters 7-21:
- Warning 3: deprecated: Logtk.ID.Set.add_seq
- use add_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Subst.{cmo,cmt}
- File "src/core/Subst.ml", line 148, characters 7-15:
- Warning 3: deprecated: M.of_seq
- use of_iter instead
- File "src/core/Subst.ml", line 203, characters 68-76:
- Warning 3: deprecated: M.to_seq
- use to_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__Type.{cmx,o}
- File "src/core/Type.ml", line 159, characters 21-35:
- Warning 3: deprecated: VarSet.add_seq
- use add_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Proof.{cmo,cmt}
- File "src/core/Proof.ml", line 730, characters 4-22:
- Warning 3: deprecated: CCGraph.Dot.pp_seq
- use {!pp_all} instead
-     ocamlopt src/core/.logtk.objs/logtk__Signature.{cmx,o}
- File "src/core/Signature.ml", line 87, characters 4-17:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
- File "src/core/Signature.ml", line 90, characters 4-17:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
- File "src/core/Signature.ml", line 92, characters 15-28:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
- File "src/core/Signature.ml", line 93, characters 16-30:
- Warning 3: deprecated: Logtk.ID.Map.add_seq
- use add_iter instead
- File "src/core/Signature.ml", line 94, characters 15-28:
- Warning 3: deprecated: Logtk.ID.Map.of_seq
- use of_iter instead
- File "src/core/Signature.ml", line 97, characters 32-45:
- Warning 3: deprecated: Logtk.ID.Set.of_seq
- use of_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Dtree.{cmo,cmt}
- File "src/core/Dtree.ml", line 269, characters 30-44:
- Warning 3: deprecated: CharMap.to_seq
- use to_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__Term.{cmx,o}
- File "src/core/Term.ml", line 344, characters 18-31:
- Warning 3: deprecated: VarSet.to_seq
- use to_iter instead
- File "src/core/Term.ml", line 346, characters 18-31:
- Warning 3: deprecated: VarSet.to_seq
- use to_iter instead
- File "src/core/Term.ml", line 350, characters 29-42:
- Warning 3: deprecated: VarSet.of_seq
- use of_iter instead
- File "src/core/Term.ml", line 368, characters 33-51:
- Warning 3: deprecated: Logtk.Type.VarSet.of_seq
- use of_iter instead
- File "src/core/Term.ml", line 393, characters 2-16:
- Warning 3: deprecated: Logtk.ID.Set.add_seq
- use add_iter instead
- File "src/core/Term.ml", line 506, characters 7-21:
- Warning 3: deprecated: Logtk.ID.Set.add_seq
- use add_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Unif.{cmo,cmt}
- File "src/core/Unif.ml", line 933, characters 18-33:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
- File "src/core/Unif.ml", line 957, characters 38-53:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
-       ocamlc src/core/.logtk.objs/logtk__FV_tree.{cmo,cmt}
- File "src/core/FV_tree.ml", line 41, characters 62-75:
- Warning 3: deprecated: Logtk.ID.Set.to_seq
- use to_iter instead
- File "src/core/FV_tree.ml", line 44, characters 48-61:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
- File "src/core/FV_tree.ml", line 46, characters 56-75:
- Warning 3: deprecated: Logtk.Util.Int_set.to_seq
- use to_iter instead
- File "src/core/FV_tree.ml", line 155, characters 9-22:
- Warning 3: deprecated: Logtk.ID.Set.of_seq
- use of_iter instead
-       ocamlc src/core/.logtk.objs/logtk__NPDtree.{cmo,cmt}
- File "src/core/NPDtree.ml", line 220, characters 18-31:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Literal.{cmo,cmt}
- File "src/core/Literal.ml", line 347, characters 37-50:
- Warning 3: deprecated: Logtk.ID.Set.of_seq
- use of_iter instead
- File "src/core/Literal.ml", line 547, characters 18-33:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__Subst.{cmx,o}
- File "src/core/Subst.ml", line 148, characters 7-15:
- Warning 3: deprecated: M.of_seq
- use of_iter instead
- File "src/core/Subst.ml", line 203, characters 68-76:
- Warning 3: deprecated: M.to_seq
- use to_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Literals.{cmo,cmt}
- File "src/core/Literals.ml", line 71, characters 5-20:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
- File "src/core/Literals.ml", line 426, characters 5-19:
- Warning 3: deprecated: Logtk.ID.Set.add_seq
- use add_iter instead
- File "src/core/Literals.ml", line 445, characters 31-46:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Test_prop.{cmo,cmt}
- File "src/core/Test_prop.ml", line 137, characters 7-22:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Rewrite.{cmo,cmt}
- File "src/core/Rewrite.ml", line 99, characters 60-75:
- Warning 3: deprecated: Rule_set.to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 116, characters 20-35:
- Warning 3: deprecated: Rule_set.to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 258, characters 42-48:
- Warning 3: deprecated: to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 282, characters 62-68:
- Warning 3: deprecated: to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 500, characters 9-24:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
- File "src/core/Rewrite.ml", line 513, characters 37-43:
- Warning 3: deprecated: to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 550, characters 28-38:
- Warning 3: deprecated: Set.to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 573, characters 6-19:
- Warning 3: deprecated: CCArray.findi
- use find_map_i instead
- File "src/core/Rewrite.ml", line 740, characters 4-29:
- Warning 3: deprecated: Term.Rule_inst_set.to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 765, characters 6-21:
- Warning 3: deprecated: Rule_set.to_seq
- use to_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__Proof.{cmx,o}
- File "src/core/Proof.ml", line 730, characters 4-22:
- Warning 3: deprecated: CCGraph.Dot.pp_seq
- use {!pp_all} instead
-       ocamlc src/core/.logtk.objs/logtk__Compute_prec.{cmo,cmt}
- File "src/core/Compute_prec.ml", line 77, characters 7-20:
- Warning 3: deprecated: Logtk.ID.Set.of_seq
- use of_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__FV_tree.{cmx,o}
- File "src/core/FV_tree.ml", line 41, characters 62-75:
- Warning 3: deprecated: Logtk.ID.Set.to_seq
- use to_iter instead
- File "src/core/FV_tree.ml", line 44, characters 48-61:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
- File "src/core/FV_tree.ml", line 46, characters 56-75:
- Warning 3: deprecated: Logtk.Util.Int_set.to_seq
- use to_iter instead
- File "src/core/FV_tree.ml", line 155, characters 9-22:
- Warning 3: deprecated: Logtk.ID.Set.of_seq
- use of_iter instead
-       ocamlc src/proofs/.logtk_proofs.objs/logtk_proofs__LLProof.{cmo,cmt}
- File "src/proofs/LLProof.ml", line 227, characters 4-22:
- Warning 3: deprecated: CCGraph.Dot.pp_seq
- use {!pp_all} instead
-       ocamlc src/solving/.logtk_solving.objs/logtk_solving__Lpo.{cmo,cmt}
- File "src/solving/lpo.ml", line 276, characters 9-22:
- Warning 3: deprecated: Logtk.ID.Set.of_seq
- use of_iter instead
-       ocamlc src/core/.logtk.objs/logtk__Cnf.{cmo,cmt}
- File "src/core/Cnf.ml", line 1055, characters 7-22:
- Warning 3: deprecated: CCVector.of_seq
- use of_iter. For the standard Seq, see {!of_std_seq}
- File "src/core/Cnf.ml", line 1259, characters 5-18:
- Warning 3: deprecated: Logtk.ID.Map.of_seq
- use of_iter instead
- File "src/core/Cnf.ml", line 1324, characters 5-20:
- Warning 3: deprecated: CCVector.of_seq
- use of_iter. For the standard Seq, see {!of_std_seq}
-     ocamlopt src/core/.logtk.objs/logtk__Unif.{cmx,o}
- File "src/core/Unif.ml", line 933, characters 18-33:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
- File "src/core/Unif.ml", line 957, characters 38-53:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__Dtree.{cmx,o}
- File "src/core/Dtree.ml", line 269, characters 30-44:
- Warning 3: deprecated: CharMap.to_seq
- use to_iter instead
-       ocamlc src/proofs/.logtk_proofs.objs/logtk_proofs__LLProver.{cmo,cmt}
- File "src/proofs/LLProver.ml", line 117, characters 29-41:
- Warning 3: deprecated: T_set.to_seq
- use to_iter instead
- File "src/proofs/LLProver.ml", line 251, characters 28-40:
- Warning 3: deprecated: T_set.to_seq
- use to_iter instead
- File "src/proofs/LLProver.ml", line 422, characters 2-20:
- Warning 3: deprecated: CCGraph.Dot.pp_seq
- use {!pp_all} instead
-     ocamlopt src/core/.logtk.objs/logtk__NPDtree.{cmx,o}
- File "src/core/NPDtree.ml", line 220, characters 18-31:
- Warning 3: deprecated: Logtk.ID.Map.to_seq
- use to_iter instead
-       ocamlc src/prover/.libzipperposition.objs/libzipperposition__Cut_form.{cmo,cmt}
- File "src/prover/Cut_form.ml", line 30, characters 9-24:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__Literal.{cmx,o}
- File "src/core/Literal.ml", line 347, characters 37-50:
- Warning 3: deprecated: Logtk.ID.Set.of_seq
- use of_iter instead
- File "src/core/Literal.ml", line 547, characters 18-33:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
-       ocamlc src/prover/.libzipperposition.objs/libzipperposition__Trail.{cmo,cmt}
- File "src/prover/trail.ml", line 16, characters 36-50:
- Warning 3: deprecated: Lit.Set.to_seq
- use to_iter instead
- File "src/prover/trail.ml", line 28, characters 2-16:
- Warning 3: deprecated: Lit.Set.to_seq
- use to_iter instead
- File "src/prover/trail.ml", line 30, characters 5-19:
- Warning 3: deprecated: Lit.Set.of_seq
- use of_iter instead
- File "src/prover/trail.ml", line 63, characters 13-27:
- Warning 3: deprecated: Lit.Set.to_seq
- use to_iter instead
- File "src/prover/trail.ml", line 68, characters 5-24:
- Warning 3: deprecated: Logtk.Util.Int_set.of_seq
- use of_iter instead
-       ocamlc src/prover/.libzipperposition.objs/libzipperposition__Sat_solver.{cmo,cmt}
- File "src/prover/sat_solver.ml", line 269, characters 4-18:
- Warning 3: deprecated: Lit.Tbl.to_seq
- use to_iter
- File "src/prover/sat_solver.ml", line 275, characters 7-21:
- Warning 3: deprecated: Lit.Set.of_seq
- use of_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__Literals.{cmx,o}
- File "src/core/Literals.ml", line 71, characters 5-20:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
- File "src/core/Literals.ml", line 426, characters 5-19:
- Warning 3: deprecated: Logtk.ID.Set.add_seq
- use add_iter instead
- File "src/core/Literals.ml", line 445, characters 31-46:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
-       ocamlc src/prover/.libzipperposition.objs/libzipperposition__Clause.{cmo,cmt}
- File "src/prover/clause.ml", line 430, characters 7-23:
- Warning 3: deprecated: ClauseSet.to_seq
- use to_iter instead
- File "src/prover/clause.ml", line 435, characters 7-23:
- Warning 3: deprecated: ClauseSet.to_seq
- use to_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__Rewrite.{cmx,o}
- File "src/core/Rewrite.ml", line 99, characters 60-75:
- Warning 3: deprecated: Rule_set.to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 116, characters 20-35:
- Warning 3: deprecated: Rule_set.to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 258, characters 42-48:
- Warning 3: deprecated: to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 282, characters 62-68:
- Warning 3: deprecated: to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 500, characters 9-24:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
- File "src/core/Rewrite.ml", line 513, characters 37-43:
- Warning 3: deprecated: to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 550, characters 28-38:
- Warning 3: deprecated: Set.to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 573, characters 6-19:
- Warning 3: deprecated: CCArray.findi
- use find_map_i instead
- File "src/core/Rewrite.ml", line 740, characters 4-29:
- Warning 3: deprecated: Term.Rule_inst_set.to_seq
- use to_iter instead
- File "src/core/Rewrite.ml", line 765, characters 6-21:
- Warning 3: deprecated: Rule_set.to_seq
- use to_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__Test_prop.{cmx,o}
- File "src/core/Test_prop.ml", line 137, characters 7-22:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
-     ocamlopt src/core/.logtk.objs/logtk__Compute_prec.{cmx,o}
- File "src/core/Compute_prec.ml", line 77, characters 7-20:
- Warning 3: deprecated: Logtk.ID.Set.of_seq
- use of_iter instead
-       ocamlc src/prover/.libzipperposition.objs/libzipperposition__Env.{cmo,cmt}
- File "src/prover/env.ml", line 156, characters 40-58:
- Warning 3: deprecated: C.ClauseSet.to_seq
- use to_iter instead
- File "src/prover/env.ml", line 159, characters 39-57:
- Warning 3: deprecated: C.ClauseSet.to_seq
- use to_iter instead
- File "src/prover/env.ml", line 761, characters 39-54:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover/env.ml", line 762, characters 39-54:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-       ocamlc src/prover/.libzipperposition.objs/libzipperposition__Saturate.{cmo,cmt}
- File "src/prover/saturate.ml", line 125, characters 34-56:
- Warning 3: deprecated: Env.C.ClauseSet.to_seq
- use to_iter instead
- File "src/prover/saturate.ml", line 132, characters 37-59:
- Warning 3: deprecated: Env.C.ClauseSet.to_seq
- use to_iter instead
- File "src/prover/saturate.ml", line 166, characters 48-63:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover/saturate.ml", line 169, characters 29-44:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-     ocamlopt src/core/.logtk.objs/logtk__Cnf.{cmx,o}
- File "src/core/Cnf.ml", line 1055, characters 7-22:
- Warning 3: deprecated: CCVector.of_seq
- use of_iter. For the standard Seq, see {!of_std_seq}
- File "src/core/Cnf.ml", line 1259, characters 5-18:
- Warning 3: deprecated: Logtk.ID.Map.of_seq
- use of_iter instead
- File "src/core/Cnf.ml", line 1324, characters 5-20:
- Warning 3: deprecated: CCVector.of_seq
- use of_iter. For the standard Seq, see {!of_std_seq}
-       ocamlc src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Avatar.{cmo,cmt}
- File "src/prover_calculi/avatar.ml", line 62, characters 9-24:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
- File "src/prover_calculi/avatar.ml", line 276, characters 9-27:
- Warning 3: deprecated: C.ClauseSet.to_seq
- use to_iter instead
- File "src/prover_calculi/avatar.ml", line 290, characters 9-27:
- Warning 3: deprecated: C.ClauseSet.of_seq
- use of_iter instead
-       ocamlc src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Fool.{cmo,cmt}
- File "src/prover_calculi/fool.ml", line 70, characters 9-21:
- Warning 3: deprecated: T.Set.of_seq
- use of_iter instead
- File "src/prover_calculi/fool.ml", line 78, characters 6-18:
- Warning 3: deprecated: T.Set.to_seq
- use to_iter instead
- File "src/prover_calculi/fool.ml", line 148, characters 7-20:
- Warning 3: deprecated: CCArray.findi
- use find_map_i instead
-       ocamlc src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Ind_types.{cmo,cmt}
- File "src/prover_calculi/ind_types.ml", line 334, characters 9-21:
- Warning 3: deprecated: T.Set.of_seq
- use of_iter instead
-       ocamlc src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Rewriting.{cmo,cmt}
- File "src/prover_calculi/Rewriting.ml", line 308, characters 4-19:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-       ocamlc src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Higher_order.{cmo,cmt}
- File "src/prover_calculi/Higher_order.ml", line 302, characters 9-24:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
- File "src/prover_calculi/Higher_order.ml", line 302, characters 28-43:
- Warning 3: deprecated: T.VarSet.to_seq
- use to_iter instead
- File "src/prover_calculi/Higher_order.ml", line 429, characters 9-24:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
- File "src/prover_calculi/Higher_order.ml", line 433, characters 49-64:
- Warning 3: deprecated: T.VarSet.to_seq
- use to_iter instead
- File "src/prover_calculi/Higher_order.ml", line 439, characters 9-24:
- Warning 3: deprecated: T.VarSet.to_seq
- use to_iter instead
- File "src/prover_calculi/Higher_order.ml", line 808, characters 6-21:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-       ocamlc src/prover/.libzipperposition.objs/libzipperposition__AC.{cmo,cmt}
- File "src/prover/AC.ml", line 100, characters 38-51:
- Warning 3: deprecated: Logtk.ID.Set.of_seq
- use of_iter instead
-       ocamlc src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Induction.{cmo,cmt}
- File "src/prover_calculi/induction.ml", line 812, characters 17-32:
- Warning 3: deprecated: T.VarSet.to_seq
- use to_iter instead
- File "src/prover_calculi/induction.ml", line 824, characters 20-40:
- Warning 3: deprecated: Logtk.Position.Map.add_seq
- use add_iter instead
- File "src/prover_calculi/induction.ml", line 877, characters 18-33:
- Warning 3: deprecated: T.VarSet.to_seq
- use to_iter instead
- File "src/prover_calculi/induction.ml", line 888, characters 18-37:
- Warning 3: deprecated: Logtk.Position.Map.of_seq
- use of_iter instead
-       ocamlc src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Superposition.{cmo,cmt}
- File "src/prover_calculi/superposition.ml", line 1392, characters 18-30:
- Warning 3: deprecated: CCArray.find
- use find_map instead
-     ocamlopt src/proofs/.logtk_proofs.objs/logtk_proofs__LLProof.{cmx,o}
- File "src/proofs/LLProof.ml", line 227, characters 4-22:
- Warning 3: deprecated: CCGraph.Dot.pp_seq
- use {!pp_all} instead
-     ocamlopt src/proofs/.logtk_proofs.objs/logtk_proofs__LLProver.{cmx,o}
- File "src/proofs/LLProver.ml", line 117, characters 29-41:
- Warning 3: deprecated: T_set.to_seq
- use to_iter instead
- File "src/proofs/LLProver.ml", line 251, characters 28-40:
- Warning 3: deprecated: T_set.to_seq
- use to_iter instead
- File "src/proofs/LLProver.ml", line 422, characters 2-20:
- Warning 3: deprecated: CCGraph.Dot.pp_seq
- use {!pp_all} instead
-     ocamlopt src/solving/.logtk_solving.objs/logtk_solving__Lpo.{cmx,o}
- File "src/solving/lpo.ml", line 276, characters 9-22:
- Warning 3: deprecated: Logtk.ID.Set.of_seq
- use of_iter instead
-     ocamlopt src/prover/.libzipperposition.objs/libzipperposition__Cut_form.{cmx,o}
- File "src/prover/Cut_form.ml", line 30, characters 9-24:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
-       ocamlc src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Arith_rat.{cmo,cmt}
- File "src/prover_calculi/Arith_rat.ml", line 1110, characters 6-19:
- Warning 3: deprecated: CCArray.findi
- use find_map_i instead
- File "src/prover_calculi/Arith_rat.ml", line 1226, characters 16-29:
- Warning 3: deprecated: CCArray.findi
- use find_map_i instead
- File "src/prover_calculi/Arith_rat.ml", line 1484, characters 6-21:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-       ocamlc src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Arith_int.{cmo,cmt}
- File "src/prover_calculi/Arith_int.ml", line 1295, characters 6-19:
- Warning 3: deprecated: CCArray.findi
- use find_map_i instead
- File "src/prover_calculi/Arith_int.ml", line 2223, characters 6-21:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-       ocamlc src/prover_phases/.libzipperposition_phases.objs/libzipperposition_phases__Phases_impl.{cmo,cmt}
- File "src/prover_phases/phases_impl.ml", line 115, characters 48-63:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 125, characters 7-22:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 127, characters 7-22:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 257, characters 21-36:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 261, characters 36-51:
- Warning 3: deprecated: CCVector.of_seq
- use of_iter. For the standard Seq, see {!of_std_seq}
- File "src/prover_phases/phases_impl.ml", line 264, characters 23-38:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 265, characters 24-39:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 267, characters 61-76:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 281, characters 18-33:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 282, characters 19-34:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 419, characters 39-54:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 423, characters 16-31:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-     ocamlopt src/prover/.libzipperposition.objs/libzipperposition__Trail.{cmx,o}
- File "src/prover/trail.ml", line 16, characters 36-50:
- Warning 3: deprecated: Lit.Set.to_seq
- use to_iter instead
- File "src/prover/trail.ml", line 28, characters 2-16:
- Warning 3: deprecated: Lit.Set.to_seq
- use to_iter instead
- File "src/prover/trail.ml", line 30, characters 5-19:
- Warning 3: deprecated: Lit.Set.of_seq
- use of_iter instead
- File "src/prover/trail.ml", line 63, characters 13-27:
- Warning 3: deprecated: Lit.Set.to_seq
- use to_iter instead
- File "src/prover/trail.ml", line 68, characters 5-24:
- Warning 3: deprecated: Logtk.Util.Int_set.of_seq
- use of_iter instead
-     ocamlopt src/prover/.libzipperposition.objs/libzipperposition__Sat_solver.{cmx,o}
- File "src/prover/sat_solver.ml", line 269, characters 4-18:
- Warning 3: deprecated: Lit.Tbl.to_seq
- use to_iter
- File "src/prover/sat_solver.ml", line 275, characters 7-21:
- Warning 3: deprecated: Lit.Set.of_seq
- use of_iter instead
-     ocamlopt src/prover/.libzipperposition.objs/libzipperposition__Clause.{cmx,o}
- File "src/prover/clause.ml", line 430, characters 7-23:
- Warning 3: deprecated: ClauseSet.to_seq
- use to_iter instead
- File "src/prover/clause.ml", line 435, characters 7-23:
- Warning 3: deprecated: ClauseSet.to_seq
- use to_iter instead
-     ocamlopt src/prover/.libzipperposition.objs/libzipperposition__Env.{cmx,o}
- File "src/prover/env.ml", line 156, characters 40-58:
- Warning 3: deprecated: C.ClauseSet.to_seq
- use to_iter instead
- File "src/prover/env.ml", line 159, characters 39-57:
- Warning 3: deprecated: C.ClauseSet.to_seq
- use to_iter instead
- File "src/prover/env.ml", line 761, characters 39-54:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover/env.ml", line 762, characters 39-54:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-     ocamlopt src/prover/.libzipperposition.objs/libzipperposition__Saturate.{cmx,o}
- File "src/prover/saturate.ml", line 125, characters 34-56:
- Warning 3: deprecated: Env.C.ClauseSet.to_seq
- use to_iter instead
- File "src/prover/saturate.ml", line 132, characters 37-59:
- Warning 3: deprecated: Env.C.ClauseSet.to_seq
- use to_iter instead
- File "src/prover/saturate.ml", line 166, characters 48-63:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover/saturate.ml", line 169, characters 29-44:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-     ocamlopt src/prover/.libzipperposition.objs/libzipperposition__AC.{cmx,o}
- File "src/prover/AC.ml", line 100, characters 38-51:
- Warning 3: deprecated: Logtk.ID.Set.of_seq
- use of_iter instead
-     ocamlopt src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Fool.{cmx,o}
- File "src/prover_calculi/fool.ml", line 70, characters 9-21:
- Warning 3: deprecated: T.Set.of_seq
- use of_iter instead
- File "src/prover_calculi/fool.ml", line 78, characters 6-18:
- Warning 3: deprecated: T.Set.to_seq
- use to_iter instead
- File "src/prover_calculi/fool.ml", line 148, characters 7-20:
- Warning 3: deprecated: CCArray.findi
- use find_map_i instead
-     ocamlopt src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Avatar.{cmx,o}
- File "src/prover_calculi/avatar.ml", line 62, characters 9-24:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
- File "src/prover_calculi/avatar.ml", line 276, characters 9-27:
- Warning 3: deprecated: C.ClauseSet.to_seq
- use to_iter instead
- File "src/prover_calculi/avatar.ml", line 290, characters 9-27:
- Warning 3: deprecated: C.ClauseSet.of_seq
- use of_iter instead
-     ocamlopt src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Ind_types.{cmx,o}
- File "src/prover_calculi/ind_types.ml", line 334, characters 9-21:
- Warning 3: deprecated: T.Set.of_seq
- use of_iter instead
-     ocamlopt src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Rewriting.{cmx,o}
- File "src/prover_calculi/Rewriting.ml", line 308, characters 4-19:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-     ocamlopt src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Higher_order.{cmx,o}
- File "src/prover_calculi/Higher_order.ml", line 302, characters 9-24:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
- File "src/prover_calculi/Higher_order.ml", line 302, characters 28-43:
- Warning 3: deprecated: T.VarSet.to_seq
- use to_iter instead
- File "src/prover_calculi/Higher_order.ml", line 429, characters 9-24:
- Warning 3: deprecated: T.VarSet.of_seq
- use of_iter instead
- File "src/prover_calculi/Higher_order.ml", line 433, characters 49-64:
- Warning 3: deprecated: T.VarSet.to_seq
- use to_iter instead
- File "src/prover_calculi/Higher_order.ml", line 439, characters 9-24:
- Warning 3: deprecated: T.VarSet.to_seq
- use to_iter instead
- File "src/prover_calculi/Higher_order.ml", line 808, characters 6-21:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-     ocamlopt src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Induction.{cmx,o}
- File "src/prover_calculi/induction.ml", line 812, characters 17-32:
- Warning 3: deprecated: T.VarSet.to_seq
- use to_iter instead
- File "src/prover_calculi/induction.ml", line 824, characters 20-40:
- Warning 3: deprecated: Logtk.Position.Map.add_seq
- use add_iter instead
- File "src/prover_calculi/induction.ml", line 877, characters 18-33:
- Warning 3: deprecated: T.VarSet.to_seq
- use to_iter instead
- File "src/prover_calculi/induction.ml", line 888, characters 18-37:
- Warning 3: deprecated: Logtk.Position.Map.of_seq
- use of_iter instead
-     ocamlopt src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Arith_int.{cmx,o}
- File "src/prover_calculi/Arith_int.ml", line 1295, characters 6-19:
- Warning 3: deprecated: CCArray.findi
- use find_map_i instead
- File "src/prover_calculi/Arith_int.ml", line 2223, characters 6-21:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-     ocamlopt src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Arith_rat.{cmx,o}
- File "src/prover_calculi/Arith_rat.ml", line 1110, characters 6-19:
- Warning 3: deprecated: CCArray.findi
- use find_map_i instead
- File "src/prover_calculi/Arith_rat.ml", line 1226, characters 16-29:
- Warning 3: deprecated: CCArray.findi
- use find_map_i instead
- File "src/prover_calculi/Arith_rat.ml", line 1484, characters 6-21:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-     ocamlopt src/prover_calculi/.libzipperposition_calculi.objs/libzipperposition_calculi__Superposition.{cmx,o}
- File "src/prover_calculi/superposition.ml", line 1392, characters 18-30:
- Warning 3: deprecated: CCArray.find
- use find_map instead
-     ocamlopt src/prover_phases/.libzipperposition_phases.objs/libzipperposition_phases__Phases_impl.{cmx,o}
- File "src/prover_phases/phases_impl.ml", line 115, characters 48-63:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 125, characters 7-22:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 127, characters 7-22:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 257, characters 21-36:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 261, characters 36-51:
- Warning 3: deprecated: CCVector.of_seq
- use of_iter. For the standard Seq, see {!of_std_seq}
- File "src/prover_phases/phases_impl.ml", line 264, characters 23-38:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 265, characters 24-39:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 267, characters 61-76:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 281, characters 18-33:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 282, characters 19-34:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 419, characters 39-54:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
- File "src/prover_phases/phases_impl.ml", line 423, characters 16-31:
- Warning 3: deprecated: CCVector.to_seq
- use to_iter. For the standard Seq, see {!to_std_seq}
-> compiled  zipperposition.1.5
-> installed zipperposition.1.5
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:51.35 ---> saved as "a7385ebdee9f6c0333ad5129d99f11392f794b59d78f78a116e73020f256db52"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u zipperposition:57ad7ca19aa3731d861e5e854298e149,zarith:15cf786da6a034ba7dd9119f24cf5b40,sequence:7d66e9f59f22229b4a02c9c207fee60a,containers:d66b493db86eb49f56bb024da4d6a6d2"))
2024-09-12 19:51.37 ---> saved as "568f5a5b20bf8dac7876854faaed8239d4fae3170675f27851599bebcd2fd9d3"

/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.756639') && (for DATA in prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1,containers.2.8.1-d66b493db86eb49f56bb024da4d6a6d2,containers.2.8.1 prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1,sequence.1.1-7d66e9f59f22229b4a02c9c207fee60a,sequence.1.1 prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1,zarith.1.7-1-15cf786da6a034ba7dd9119f24cf5b40,zarith.1.7-1 prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5,zipperposition.1.5-57ad7ca19aa3731d861e5e854298e149,zipperposition.1.5; 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/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1,containers.2.8.1-d66b493db86eb49f56bb024da4d6a6d2,containers.2.8.1 prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1,sequence.1.1-7d66e9f59f22229b4a02c9c207fee60a,sequence.1.1 prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1,zarith.1.7-1-15cf786da6a034ba7dd9119f24cf5b40,zarith.1.7-1 prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5,zipperposition.1.5-57ad7ca19aa3731d861e5e854298e149,zipperposition.1.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1,containers.2.8.1-d66b493db86eb49f56bb024da4d6a6d2,containers.2.8.1 prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1,sequence.1.1-7d66e9f59f22229b4a02c9c207fee60a,sequence.1.1 prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1,zarith.1.7-1-15cf786da6a034ba7dd9119f24cf5b40,zarith.1.7-1 prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5,zipperposition.1.5-57ad7ca19aa3731d861e5e854298e149,zipperposition.1.5; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.756639
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/doc/
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/doc/containers/
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/doc/containers/CHANGELOG.md
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/doc/containers/LICENSE
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/doc/containers/README.md
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/containers.ocamlobjinfo
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/META
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCArray.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCArray.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCArray.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCArrayLabels.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCArrayLabels.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCArrayLabels.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCArray_slice.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCArray_slice.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCArray_slice.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCArray_sliceLabels.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCArray_sliceLabels.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCArray_sliceLabels.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCBool.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCBool.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCBool.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCChar.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCChar.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCChar.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCEqual.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCEqual.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCEqual.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCEqualLabels.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCEqualLabels.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCEqualLabels.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCFloat.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCFloat.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCFloat.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCFormat.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCFormat.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCFormat.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCFun.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCFun.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCFun.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCHash.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCHash.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCHash.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCHashtbl.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCHashtbl.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCHashtbl.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCHeap.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCHeap.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCHeap.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCIO.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCIO.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCIO.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCInt.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCInt.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCInt.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCInt32.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCInt32.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCInt32.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCInt64.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCInt64.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCInt64.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCList.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCList.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCList.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCListLabels.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCListLabels.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCListLabels.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCMap.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCMap.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCMap.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCNativeint.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCNativeint.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCNativeint.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCOpt.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCOpt.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCOpt.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCOrd.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCOrd.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCOrd.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCPair.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCPair.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCPair.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCParse.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCParse.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCParse.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCRandom.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCRandom.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCRandom.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCRef.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCRef.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCRef.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCResult.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCResult.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCResult.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCSet.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCSet.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCSet.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsArrayLabels_.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsArrayLabels_.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsArray_.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsArray_.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsFormat_.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsFormat_.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsFun_.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsFun_.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsFun_.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsList_.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsList_.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsMkLet_.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShimsMkLet_.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShims_.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCShims_.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCString.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCString.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCString.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCStringLabels.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCStringLabels.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCStringLabels.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCUtf8_string.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCUtf8_string.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCUtf8_string.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCVector.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCVector.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/cCVector.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/containers.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/containers.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/containersLabels.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/containersLabels.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/containers_data.ocamlobjinfo
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCBV.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCBV.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCBV.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCBijection.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCBijection.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCBijection.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCBitField.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCBitField.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCBitField.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCCache.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCCache.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCCache.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCDeque.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCDeque.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCDeque.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCFQueue.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCFQueue.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCFQueue.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCFun_vec.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCFun_vec.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCFun_vec.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCGraph.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCGraph.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCGraph.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCHashSet.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCHashSet.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCHashSet.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCHashTrie.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCHashTrie.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCHashTrie.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCHet.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCHet.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCHet.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCImmutArray.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCImmutArray.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCImmutArray.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCIntMap.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCIntMap.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCIntMap.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMixmap.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMixmap.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMixmap.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMixset.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMixset.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMixset.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMixtbl.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMixtbl.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMixtbl.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMultiMap.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMultiMap.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMultiMap.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMultiSet.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMultiSet.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCMultiSet.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCPersistentArray.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCPersistentArray.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCPersistentArray.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCPersistentHashtbl.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCPersistentHashtbl.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCPersistentHashtbl.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCRAL.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCRAL.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCRAL.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCRingBuffer.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCRingBuffer.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCRingBuffer.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCSimple_queue.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCSimple_queue.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCSimple_queue.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCTrie.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCTrie.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCTrie.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCWBTree.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCWBTree.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCWBTree.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCZipper.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCZipper.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/data/cCZipper.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/dune-package
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/iter/
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/iter/containers_iter.ocamlobjinfo
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/iter/cCKList.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/iter/cCKList.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/iter/cCKList.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/iter/cCKTree.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/iter/cCKTree.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/iter/cCKTree.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/iter/cCLazy_list.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/iter/cCLazy_list.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/iter/cCLazy_list.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/monomorphic/
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/monomorphic/containers_monomorphic.ocamlobjinfo
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/monomorphic/cCMonomorphic.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/monomorphic/cCMonomorphic.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/monomorphic/cCMonomorphic.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/monomorphic/cCMonomorphicShims_.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/monomorphic/cCMonomorphicShims_.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/sexp/
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/sexp/containers_sexp.ocamlobjinfo
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/sexp/cCSexp.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/sexp/cCSexp.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/sexp/cCSexp.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/sexp/cCSexp_intf.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/sexp/cCSexp_intf.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/sexp/cCSexp_lex.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/sexp/cCSexp_lex.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/containers_thread.ocamlobjinfo
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCBlockingQueue.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCBlockingQueue.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCBlockingQueue.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCLock.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCLock.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCLock.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCPool.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCPool.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCPool.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCSemaphore.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCSemaphore.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCSemaphore.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCThread.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCThread.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCThread.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCTimer.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCTimer.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/thread/cCTimer.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/top/
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/top/containers_top.ocamlobjinfo
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/top/containers_top.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/top/containers_top.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/unix/
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/unix/containers_unix.ocamlobjinfo
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/unix/cCUnix.cmi
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/unix/cCUnix.cmt
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/lib/containers/unix/cCUnix.cmti
prep/universes/d66b493db86eb49f56bb024da4d6a6d2/containers/2.8.1/opam
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/doc/
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/doc/sequence/
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/doc/sequence/CHANGELOG.md
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/doc/sequence/LICENSE
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/doc/sequence/README.adoc
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/sequence.ocamlobjinfo
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/META
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/Sequence.cmi
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/Sequence.cmt
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/Sequence.cmti
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/SequenceLabels.cmi
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/SequenceLabels.cmt
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/SequenceLabels.cmti
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/bigarray/
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/bigarray/sequence_bigarray.ocamlobjinfo
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/bigarray/SequenceBigarray.cmi
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/bigarray/SequenceBigarray.cmt
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/lib/sequence/bigarray/SequenceBigarray.cmti
prep/universes/7d66e9f59f22229b4a02c9c207fee60a/sequence/1.1/opam
prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1/lib/
prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1/lib/zarith/
prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1/lib/zarith/zarith.ocamlobjinfo
prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1/lib/zarith/META
prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1/lib/zarith/big_int_Z.cmi
prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1/lib/zarith/q.cmi
prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1/lib/zarith/z.cmi
prep/universes/15cf786da6a034ba7dd9119f24cf5b40/zarith/1.7-1/opam
prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5/doc/
prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5/doc/zipperposition/
prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5/doc/zipperposition/CHANGELOG.md
prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5/doc/zipperposition/LICENSE
prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5/doc/zipperposition/README.adoc
prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5/lib/
prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5/lib/zipperposition/
prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5/lib/zipperposition/META
prep/universes/57ad7ca19aa3731d861e5e854298e149/zipperposition/1.5/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:containers.2.8.1-d66b493db86eb49f56bb024da4d6a6d2:77ce8e8679ef2a694165219d9cbaf00b99470a43122b30649bc5596527325967
HASHES:sequence.1.1-7d66e9f59f22229b4a02c9c207fee60a:2fe85eb3eb12db241cb3b3161de28461db171367a2037c427c77efb975b5caa7
HASHES:zarith.1.7-1-15cf786da6a034ba7dd9119f24cf5b40:3096af4ded0b036772428581fffa4a5691bad2b4249620d9a876605d49b34535
HASHES:zipperposition.1.5-57ad7ca19aa3731d861e5e854298e149:54287d74ccfc79a8cb1a10797ff84be681c982e7a60447c7c76a65faa6939698
2024-09-12 19:51.41 ---> saved as "05d0fe6ad094a7cff69d2e8acfc9b960b90def4ba4fd7207d6b3fb2214230420"
Job succeeded
2024-09-12 19:59.29: zipperposition.1.5-57ad7ca19aa3731d861e5e854298e149 -> 54287d74ccfc79a8cb1a10797ff84be681c982e7a60447c7c76a65faa6939698
2024-09-12 19:59.29: zarith.1.7-1-15cf786da6a034ba7dd9119f24cf5b40 -> 3096af4ded0b036772428581fffa4a5691bad2b4249620d9a876605d49b34535
2024-09-12 19:59.29: sequence.1.1-7d66e9f59f22229b4a02c9c207fee60a -> 2fe85eb3eb12db241cb3b3161de28461db171367a2037c427c77efb975b5caa7
2024-09-12 19:59.29: containers.2.8.1-d66b493db86eb49f56bb024da4d6a6d2 -> 77ce8e8679ef2a694165219d9cbaf00b99470a43122b30649bc5596527325967
2024-09-12 19:59.29: Job succeeded