Build:
  1. 0
2024-09-12 08:34.44: New job: Voodoo prep alt-ergo.2.4.2; c4de955e6eb4280b70f6dcb4da536ced
2024-09-12 08:34.44: Connecting to build cluster…
2024-09-12 08:34.44: Waiting for resource in pool OCluster
2024-09-12 12:26.10: Waiting for worker…
2024-09-12 12:27.55: Got resource from pool OCluster
2024-09-12 12:27.55: Using cache hint "docs-universe-prep-5.1.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
         (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-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
 (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 alt-ergo.2.4.2 zarith.1.14 stdlib-shims.0.3.0 seq.base psmt2-frontend.0.4.0 ocplib-simplex.0.4.1 ocamlfind.1.9.6 num.1.5-1 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 conf-zlib.1 conf-pkg-config.3 conf-gmp.4 conf-autoconf.0.2 cmdliner.1.3.0 camlzip.1.12 alt-ergo-parsers.2.4.2 alt-ergo-lib.2.4.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u alt-ergo:c4de955e6eb4280b70f6dcb4da536ced,psmt2-frontend:a5d988cb62f173ef984d693fc44b4894,ocplib-simplex:da41547e5d35ca125d194f397883eb11,alt-ergo-parsers:4e276938a5ee3955baecb69752cd6780,alt-ergo-lib:8787bddec7e118edc65b7c072bb8aaa8"))
 (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.730881') && (for DATA in prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2,alt-ergo-lib.2.4.2-8787bddec7e118edc65b7c072bb8aaa8,alt-ergo-lib.2.4.2 prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2,alt-ergo-parsers.2.4.2-4e276938a5ee3955baecb69752cd6780,alt-ergo-parsers.2.4.2 prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1,ocplib-simplex.0.4.1-da41547e5d35ca125d194f397883eb11,ocplib-simplex.0.4.1 prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0,psmt2-frontend.0.4.0-a5d988cb62f173ef984d693fc44b4894,psmt2-frontend.0.4.0 prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2,alt-ergo.2.4.2-c4de955e6eb4280b70f6dcb4da536ced,alt-ergo.2.4.2; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2,alt-ergo-lib.2.4.2-8787bddec7e118edc65b7c072bb8aaa8,alt-ergo-lib.2.4.2 prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2,alt-ergo-parsers.2.4.2-4e276938a5ee3955baecb69752cd6780,alt-ergo-parsers.2.4.2 prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1,ocplib-simplex.0.4.1-da41547e5d35ca125d194f397883eb11,ocplib-simplex.0.4.1 prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0,psmt2-frontend.0.4.0-a5d988cb62f173ef984d693fc44b4894,psmt2-frontend.0.4.0 prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2,alt-ergo.2.4.2-c4de955e6eb4280b70f6dcb4da536ced,alt-ergo.2.4.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2,alt-ergo-lib.2.4.2-8787bddec7e118edc65b7c072bb8aaa8,alt-ergo-lib.2.4.2 prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2,alt-ergo-parsers.2.4.2-4e276938a5ee3955baecb69752cd6780,alt-ergo-parsers.2.4.2 prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1,ocplib-simplex.0.4.1-da41547e5d35ca125d194f397883eb11,ocplib-simplex.0.4.1 prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0,psmt2-frontend.0.4.0-a5d988cb62f173ef984d693fc44b4894,psmt2-frontend.0.4.0 prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2,alt-ergo.2.4.2-c4de955e6eb4280b70f6dcb4da536ced,alt-ergo.2.4.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 12:27.55: RETRYING: 2024-09-12/083444-voodoo-prep-74344c Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  65% (21073/32137)
Updating files:  66% (21211/32137)
Updating files:  67% (21532/32137)
Updating files:  68% (21854/32137)
Updating files:  69% (22175/32137)
Updating files:  70% (22496/32137)
Updating files:  71% (22818/32137)
Updating files:  72% (23139/32137)
Updating files:  73% (23461/32137)
Updating files:  74% (23782/32137)
Updating files:  75% (24103/32137)
Updating files:  76% (24425/32137)
Updating files:  77% (24746/32137)
Updating files:  78% (25067/32137)
Updating files:  79% (25389/32137)
Updating files:  80% (25710/32137)
Updating files:  81% (26031/32137)
Updating files:  82% (26353/32137)
Updating files:  83% (26674/32137)
Updating files:  84% (26996/32137)
Updating files:  85% (27317/32137)
Updating files:  86% (27638/32137)
Updating files:  87% (27960/32137)
Updating files:  88% (28281/32137)
Updating files:  89% (28602/32137)
Updating files:  90% (28924/32137)
Updating files:  91% (29245/32137)
Updating files:  92% (29567/32137)
Updating files:  93% (29888/32137)
Updating files:  94% (30209/32137)
Updating files:  95% (30531/32137)
Updating files:  96% (30852/32137)
Updating files:  97% (31173/32137)
Updating files:  98% (31495/32137)
Updating files:  99% (31816/32137)
Updating files: 100% (32137/32137)
Updating files: 100% (32137/32137), done.
HEAD is now at e776c77df1 Add configuration for zlib under cygwin/mingw

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
2024-09-12 12:21.53 ---> using "4c7d809399bb207da0fd7e41f1744e0b774f33b83c9f971e29ee4e527ca6a31c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 12:21.53 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" 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 1s (406 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 (6833 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 ... 18764 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 12:21.53 ---> using "00bd9b10ee4005c80d7af1faad8dfcb4e6ab122a52aeb43a33fdea8ec26bd562" from cache

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

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

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

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

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

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

(from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
2024-09-12 12:21.53 ---> using "4c7d809399bb207da0fd7e41f1744e0b774f33b83c9f971e29ee4e527ca6a31c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 12:21.53 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 12:21.53 ---> using "2b0e5c6a092f9ca1bbda95f5b7a2ea41fa9d1fb5a59427c4d5a1765abb041698" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 12:21.55 ---> using "5966243e71c60195bb1dc8f9fd07bf5513d86690689368fa2ed9f3d268e275f9" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 12:21.55 ---> using "33d1f84ef5f4bbb77f08beef194cb0a7ef7a89e82e980192e2b287889b2ef822" 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 12:21.55 ---> using "eb83d981f6a7ea9dccfce19a8567f9ddf9fbcbcdd97c84063b88dc5bf64a5198" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 5.1. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 5.1 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 12:21.55 ---> using "5886f012a7568dad7497d5afe93a9a93688cc1739423eeaa15bc1f9ec6f2f87b" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 12:21.55 ---> using "0dc8de8561eb4d99a220f868846db9e9ce326e26a04098c9bfb1833fa2a95355" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 12:21.55 ---> using "a560dedcd8f85ae5c3782f9b8e7bacd6a8532245e25aaa0ce09f180479f21505" 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 alt-ergo.2.4.2 zarith.1.14 stdlib-shims.0.3.0 seq.base psmt2-frontend.0.4.0 ocplib-simplex.0.4.1 ocamlfind.1.9.6 num.1.5-1 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 conf-zlib.1 conf-pkg-config.3 conf-gmp.4 conf-autoconf.0.2 cmdliner.1.3.0 camlzip.1.12 alt-ergo-parsers.2.4.2 alt-ergo-lib.2.4.2 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 (885 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 alt-ergo.2.4.2 zarith.1.14 stdlib-shims.0.3.0 seq.base psmt2-frontend.0.4.0 ocplib-simplex.0.4.1 ocamlfind.1.9.6 num.1.5-1 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 conf-zlib.1 conf-pkg-config.3 conf-gmp.4 conf-autoconf.0.2 cmdliner.1.3.0 camlzip.1.12 alt-ergo-parsers.2.4.2 alt-ergo-lib.2.4.2" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
autoconf
libgmp-dev
pkg-config
zlib1g-dev
[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 menhirLib         20240715
  - install menhirCST         20240715
  - install conf-gmp          4
  - install conf-pkg-config   3
  - install menhirSdk         20240715
  - install num               1.5-1
  - install conf-autoconf     0.2
  - install cmdliner          1.3.0
  - install seq               base
  - install csexp             1.5.2
  - install stdlib-shims      0.3.0
  - install zarith            1.14
  - install conf-zlib         1
  - install menhir            20240715
  - install ocplib-simplex    0.4.1
  - install dune-configurator 3.16.0
  - install camlzip           1.12
  - install psmt2-frontend    0.4.0
  - install alt-ergo-lib      2.4.2
  - install alt-ergo-parsers  2.4.2
  - install alt-ergo          2.4.2
===== 21 to install =====

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "libgmp-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18764 files and directories currently installed.)
- Preparing to unpack .../00-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../01-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../02-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../03-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../04-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 .../05-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../06-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../07-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../08-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../09-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../10-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up m4 (1.4.19-3) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up autoconf (2.71-3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/63:
Processing  2/63:
Processing  3/63:
-> retrieved alt-ergo.2.4.2  (cached)
Processing  4/63:
-> retrieved alt-ergo-lib.2.4.2  (cached)
Processing  5/63:
-> retrieved alt-ergo-parsers.2.4.2  (cached)
Processing  6/63:
-> retrieved conf-gmp.4  (cached)
Processing  7/63:
Processing  8/63:
Processing  9/63:
Processing 10/63:
Processing 11/63: [conf-autoconf: autoconf]
Processing 12/63: [conf-autoconf: autoconf] [conf-gmp: sh]
Processing 13/63: [conf-autoconf: autoconf] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved camlzip.1.12  (cached)
Processing 14/63: [conf-autoconf: autoconf] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved cmdliner.1.3.0  (cached)
Processing 15/63: [conf-autoconf: autoconf] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 16/63: [cmdliner: make all] [conf-autoconf: autoconf] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing 17/63: [cmdliner: make all] [conf-autoconf: autoconf] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 18/63: [cmdliner: make all] [conf-autoconf: autoconf] [conf-gmp: sh] [conf-pkg-config: pkg-config] [csexp: dune build]
- autoconf (GNU Autoconf) 2.71
- Copyright (C) 2021 Free Software Foundation, Inc.
- License GPLv3+/Autoconf: GNU GPL version 3 or later
- <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- 
- Written by David J. MacKenzie and Akim Demaille.
-> compiled  conf-autoconf.0.2
Processing 18/63: [cmdliner: make all] [conf-gmp: sh] [conf-pkg-config: pkg-config] [csexp: dune build]
-> installed conf-autoconf.0.2
Processing 19/63: [cmdliner: make all] [conf-gmp: sh] [conf-pkg-config: pkg-config] [csexp: dune build]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 19/63: [cmdliner: make all] [conf-pkg-config: pkg-config] [csexp: dune build]
-> installed conf-gmp.4
Processing 20/63: [cmdliner: make all] [conf-pkg-config: pkg-config] [csexp: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 20/63: [cmdliner: make all] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 21/63: [cmdliner: make all] [csexp: dune build]
Processing 22/63: [cmdliner: make all] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> retrieved menhir.20240715  (cached)
Processing 23/63: [cmdliner: make all] [conf-zlib: pkg-config zlib] [csexp: dune build]
-> retrieved menhirCST.20240715  (cached)
Processing 24/63: [cmdliner: make all] [conf-zlib: pkg-config zlib] [csexp: dune build]
Processing 25/63: [cmdliner: make all] [conf-zlib: pkg-config zlib] [csexp: dune build] [menhirCST: dune build]
-> compiled  conf-zlib.1
Processing 25/63: [cmdliner: make all] [csexp: dune build] [menhirCST: dune build]
-> installed conf-zlib.1
Processing 26/63: [cmdliner: make all] [csexp: dune build] [menhirCST: dune build]
Processing 27/63: [camlzip: make all] [cmdliner: make all] [csexp: dune build] [menhirCST: dune build]
-> retrieved menhirLib.20240715  (cached)
Processing 28/63: [camlzip: make all] [cmdliner: make all] [csexp: dune build] [menhirCST: dune build]
Processing 29/63: [camlzip: make all] [cmdliner: make all] [csexp: dune build] [menhirCST: dune build] [menhirLib: dune build]
-> compiled  csexp.1.5.2
Processing 29/63: [camlzip: make all] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build]
-> installed csexp.1.5.2
Processing 30/63: [camlzip: make all] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20240715  (cached)
Processing 31/63: [camlzip: make all] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build]
Processing 32/63: [camlzip: make all] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved num.1.5-1  (cached)
Processing 33/63: [camlzip: make all] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
[num: patch] applying num-in-findlib-dir.patch
Processing 34/63: [camlzip: make all] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch]
-> retrieved ocplib-simplex.0.4.1  (cached)
-> retrieved seq.base  (cached)
Processing 35/63: [camlzip: make all] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch]
Processing 36/63: [camlzip: make all] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch]
Processing 37/63: [camlzip: make all] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch]
-> installed seq.base
Processing 38/63: [camlzip: make all] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 39/63: [camlzip: make all] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch]
Processing 40/63: [camlzip: make all] [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: patch]
-> compiled  menhirCST.20240715
Processing 40/63: [camlzip: make all] [cmdliner: make all] [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [num: patch]
-> installed menhirCST.20240715
Processing 41/63: [camlzip: make all] [cmdliner: make all] [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [num: patch]
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c -ccopt -g  zlibstubs.c
- ocamlfind ocamlmklib -oc camlzip zlibstubs.o  -lz
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zlib.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zlib.ml
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zip.ml
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c gzip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo  -lz
- ocamlfind ocamlopt -safe-string -package unix -c zlib.ml
- ocamlfind ocamlopt -safe-string -package unix -c zip.ml
- ocamlfind ocamlopt -safe-string -package unix -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx  -lz
- ocamlfind ocamlopt -safe-string -package unix -shared -linkall -I ./ -o zip.cmxs zip.cmxa libcamlzip.a
-> compiled  camlzip.1.12
Processing 41/63: [cmdliner: make all] [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [num: patch]
Processing 42/63: [cmdliner: make all] [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [num: patch] [camlzip: make install]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.3.0
Processing 42/63: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [num: patch] [camlzip: make install]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20240715
Processing 42/63: [dune-configurator: rm] [menhirSdk: dune build] [num: patch] [camlzip: make install]
-> compiled  menhirSdk.20240715
Processing 42/63: [dune-configurator: rm] [num: patch] [camlzip: make install]
-> retrieved psmt2-frontend.0.4.0  (cached)
Processing 42/63: [dune-configurator: rm] [num: make opam-modern] [camlzip: make install]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 43/63: [dune-configurator: rm] [num: make opam-modern] [stdlib-shims: dune build] [camlzip: make install]
-> retrieved zarith.1.14  (cached)
Processing 44/63: [dune-configurator: rm] [num: make opam-modern] [stdlib-shims: dune build] [zarith: ./configure] [camlzip: make install]
- cp META-zip META && \
-         ocamlfind install zip META *.cma *.a *.mli *.cmi *.cmti *.cmt gzip.cmx zip.cmx zlib.cmx zip.cmxa zip.cmxs dllcamlzip.so && \
-         rm META
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmxs
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmxa
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmx
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmx
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmx
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmt
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmt
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmt
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmti
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmti
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmti
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmi
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmi
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmi
- Installed /home/opam/.opam/5.1/lib/zip/zlib.mli
- Installed /home/opam/.opam/5.1/lib/zip/zip.mli
- Installed /home/opam/.opam/5.1/lib/zip/gzip.mli
- Installed /home/opam/.opam/5.1/lib/zip/zip.a
- Installed /home/opam/.opam/5.1/lib/zip/libcamlzip.a
- Installed /home/opam/.opam/5.1/lib/zip/zip.cma
- Installed /home/opam/.opam/5.1/lib/stublibs/dllcamlzip.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllcamlzip.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.1/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.1/lib/zip/META
- cp META-camlzip META && \
-         ocamlfind install camlzip META && \
-         rm META
- Installed /home/opam/.opam/5.1/lib/camlzip/META
-> installed camlzip.1.12
Processing 44/63: [dune-configurator: rm] [num: make opam-modern] [stdlib-shims: dune build] [zarith: ./configure]
Processing 45/63: [dune-configurator: rm] [num: make opam-modern] [stdlib-shims: dune build] [zarith: ./configure] [cmdliner: make install]
Processing 45/63: [dune-configurator: dune build] [num: make opam-modern] [stdlib-shims: dune build] [zarith: ./configure] [cmdliner: make install]
- install -d "/home/opam/.opam/5.1/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/5.1/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/5.1/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/5.1/lib/cmdliner"
Processing 45/63: [dune-configurator: dune build] [num: make opam-modern] [stdlib-shims: dune build] [zarith: ./configure] [cmdliner: make install-doc]
- install -d "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/5.1/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.3.0
Processing 45/63: [dune-configurator: dune build] [num: make opam-modern] [stdlib-shims: dune build] [zarith: ./configure]
-> installed menhirLib.20240715
Processing 46/63: [dune-configurator: dune build] [num: make opam-modern] [stdlib-shims: dune build] [zarith: ./configure]
-> installed menhirSdk.20240715
Processing 47/63: [dune-configurator: dune build] [num: make opam-modern] [stdlib-shims: dune build] [zarith: ./configure]
Processing 48/63: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [stdlib-shims: dune build] [zarith: ./configure]
-> compiled  stdlib-shims.0.3.0
Processing 48/63: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [zarith: ./configure]
-> installed stdlib-shims.0.3.0
Processing 49/63: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [zarith: ./configure]
- binary ocaml: found in /home/opam/.opam/5.1/bin
- binary ocamlc: found in /home/opam/.opam/5.1/bin
- binary ocamldep: found in /home/opam/.opam/5.1/bin
- binary ocamlmklib: found in /home/opam/.opam/5.1/bin
- binary ocamldoc: found in /home/opam/.opam/5.1/bin
- binary ocamlopt: found in /home/opam/.opam/5.1/bin
- checking compilation with ocamlc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/5.1/bin
- OCaml's word size is 64
- package gmp: found
- OCaml supports -bin-annot to produce documentation
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   defines:              -DHAS_GMP 
-   includes:             -I/home/opam/.opam/5.1/lib/ocaml  
-   libraries:             -lgmp 
-   linker options:       
-   C options:            -O3 -Wall -Wextra 
-   installation path:    /home/opam/.opam/5.1/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 49/63: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [zarith: make]
-> compiled  dune-configurator.3.16.0
Processing 49/63: [menhir: dune build] [num: make opam-modern] [zarith: make]
-> installed dune-configurator.3.16.0
Processing 50/63: [menhir: dune build] [num: make opam-modern] [zarith: make]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/num.1.5-1/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/num.1.5-1/src'
- cp src/num-modern.install num.install
-> compiled  num.1.5-1
Processing 50/63: [menhir: dune build] [zarith: make]
-> installed num.1.5-1
Processing 51/63: [menhir: dune build] [zarith: make]
Processing 52/63: [menhir: dune build] [ocplib-simplex: autoconf] [zarith: make]
- configure.in:140: warning: AC_OUTPUT should be used without arguments.
- configure.in:140: You should run autoupdate.
Processing 52/63: [menhir: dune build] [ocplib-simplex: ./configure] [zarith: make]
- checking for ocamlc... ocamlc
- ocaml version is 5.1.1
- ocaml library path is /home/opam/.opam/5.1/lib/ocaml
- checking for ocamlfind... yes
- checking for ocamlopt... ocamlopt
- checking ocamlopt version... ok
- checking for ocamlc.opt... ocamlc.opt
- checking ocamlc.opt version... ok
- checking for ocamlopt.opt... ocamlopt.opt
- checking ocamlopt.opt version... ok
- checking for ocamldep... ocamldep
- checking platform... configure: creating ./config.status
- config.status: creating Makefile
- config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
Processing 52/63: [menhir: dune build] [ocplib-simplex: make] [zarith: make]
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp  
- ocamlc -ccopt "-I/home/opam/.opam/5.1/lib/ocaml   -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp  
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs  -c zarith_version.ml
- ocamlopt -g -I +compiler-libs  -c z.ml
- ocamlopt -g -I +compiler-libs  -c q.ml
- ocamlopt -g -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp  
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.14
Processing 52/63: [menhir: dune build] [ocplib-simplex: make]
Processing 53/63: [menhir: dune build] [ocplib-simplex: make] [zarith: make install]
- ocamlfind install -destdir "/home/opam/.opam/5.1/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/5.1/lib/zarith/q.cmti
- Installed /home/opam/.opam/5.1/lib/zarith/z.cmti
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.a
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/5.1/lib/zarith/q.mli
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.h
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/q.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/z.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/zarith_version.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/5.1/lib/zarith/z.mli
- Installed /home/opam/.opam/5.1/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/5.1/lib/zarith/q.cmi
- Installed /home/opam/.opam/5.1/lib/zarith/z.cmi
- Installed /home/opam/.opam/5.1/lib/zarith/libzarith.a
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.cma
- Installed /home/opam/.opam/5.1/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.1/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.1/lib/zarith/META
-> installed zarith.1.14
Processing 53/63: [menhir: dune build] [ocplib-simplex: make]
- cp src/extSigs.mli src/extSigs.ml
- cp src/coreSig.mli src/coreSig.ml
- ocamldep -I src src/*.ml* > .depend
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/version.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/version.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/extSigs.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/rat2.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/rat2.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/extSigs.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/polys.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/polys.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/coreSig.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/coreSig.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/core.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/core.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/result.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/result.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/assertBounds.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/assertBounds.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/solveBounds.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/solveBounds.ml
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/basic.mli
- ocamlc.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -for-pack OcplibSimplex src/basic.ml
- ocamlc.opt   -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -pack -o src/ocplibSimplex.cmo src/version.cmo src/rat2.cmo src/extSigs.cmo src/polys.cmo src/coreSig.cmo src/core.cmo src/result.cmo src/assertBounds.cmo src/solveBounds.cmo src/basic.cmo
- ocamlc.opt -a -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -I src -o src/ocplibSimplex.cma src/ocplibSimplex.cmo
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/version.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/extSigs.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/rat2.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/polys.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/coreSig.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/core.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/result.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/assertBounds.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/solveBounds.ml
- ocamlopt.opt -c -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -for-pack OcplibSimplex src/basic.ml
- ocamlopt.opt -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -pack -o src/ocplibSimplex.cmx src/version.cmx src/rat2.cmx src/extSigs.cmx src/polys.cmx src/coreSig.cmx src/core.cmx src/result.cmx src/assertBounds.cmx src/solveBounds.cmx src/basic.cmx
- ocamlopt.opt -a -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -o src/ocplibSimplex.cmxa src/ocplibSimplex.cmx
- ocamlopt.opt -shared -annot -absname -bin-annot -short-paths -strict-sequence -w +A -g -inline 100 -I src -o src/ocplibSimplex.cmxs src/ocplibSimplex.cmx
-> compiled  ocplib-simplex.0.4.1
Processing 53/63: [menhir: dune build]
Processing 54/63: [menhir: dune build] [ocplib-simplex: make install]
- OCAMLFIND_DESTDIR=/home/opam/.opam/5.1/lib/ \
-   ocamlfind install ocplib-simplex src/ocplibSimplex.* src/*.mli META
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/version.mli
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/solveBounds.mli
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/result.mli
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/rat2.mli
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/polys.mli
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/extSigs.mli
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/coreSig.mli
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/core.mli
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/basic.mli
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/assertBounds.mli
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/ocplibSimplex.o
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/ocplibSimplex.cmxs
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/ocplibSimplex.cmxa
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/ocplibSimplex.cmx
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/ocplibSimplex.cmt
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/ocplibSimplex.cmo
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/ocplibSimplex.cmi
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/ocplibSimplex.cma
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/ocplibSimplex.a
- Installed /home/opam/.opam/5.1/lib/ocplib-simplex/META
-> installed ocplib-simplex.0.4.1
Processing 54/63: [menhir: dune build]
[alt-ergo-lib: patch] applying version_update.patch
Processing 55/63: [alt-ergo-lib: patch] [menhir: dune build]
Processing 55/63: [alt-ergo-lib: ocaml unix.cma] [menhir: dune build]
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- 
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- Using provided value for 'prefix' : /home/opam/.opam/5.1
- Using provided value for 'libdir' : /home/opam/.opam/5.1/lib
- Using provided value for 'mandir' : /home/opam/.opam/5.1/man
- Generating file src/lib/util/config.ml...done.
- Generating file src/bin/text/flags.dune...done.
- Generating file Makefile.config...done.
- Good to go!
Processing 55/63: [alt-ergo-lib: dune build] [menhir: dune build]
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Parsed_interface.cmi -c -intf src/lib/frontend/parsed_interface.mli)
- File "src/lib/frontend/parsed_interface.mli", line 18, characters 20-77:
- 18 |   [@ocaml.ppwarning "TODO: add documentation for every function in this file"]
-                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: add documentation for every function in this file
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Ty.cmo -c -impl src/lib/structures/ty.ml)
- File "src/lib/structures/ty.ml", line 200, characters 20-51:
- 200 |   [@ocaml.ppwarning "TODO: should be implemented ?"]
-                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: should be implemented ?
- 
- File "src/lib/structures/ty.ml", line 334, characters 24-65:
- 334 |       [@ocaml.ppwarning "TODO: detect when there are no changes "]
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: detect when there are no changes 
- 
- File "src/lib/structures/ty.ml", line 589, characters 28-59:
- 589 |   | _ , _ [@ocaml.ppwarning "TODO: remove fragile pattern "] ->
-                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: remove fragile pattern 
- 
- File "src/lib/structures/ty.ml", line 639, characters 20-61:
- 639 |   [@ocaml.ppwarning "TODO: detect when there are no changes "]
-                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: detect when there are no changes 
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Adt.cmo -c -impl src/lib/reasoners/adt.ml)
- File "src/lib/reasoners/adt.ml", lines 63-64, characters 21-30:
- 63 | ....................."XXX: IsConstr not interpreted currently. Maybe \
- 64 |                       it's OK".
- Warning 22 [preprocessor]: XXX: IsConstr not interpreted currently. Maybe it's OK
- 
- File "src/lib/reasoners/adt.ml", line 105, characters 24-64:
- 105 |       [@ocaml.ppwarning "TODO: canonize Constr(list of selects)"]
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: canonize Constr(list of selects)
- 
- File "src/lib/reasoners/adt.ml", line 227, characters 21-37:
- 227 |   [@@ocaml.ppwarning "TODO: not sure"]
-                            ^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: not sure
- 
- File "src/lib/reasoners/adt.ml", line 318, characters 24-50:
- 318 |       [@ocaml.ppwarning "TODO: abstract Selectors"] ->
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: abstract Selectors
- 
- File "src/lib/reasoners/adt.ml", line 305, characters 26-66:
- 305 |         [@ocaml.ppwarning "TODO: abstract Selectors: case to test"]
-                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: abstract Selectors: case to test
- 
- File "src/lib/reasoners/adt.ml", line 313, characters 27-67:
- 313 |          [@ocaml.ppwarning "TODO: abstract Selectors: case to test"] then
-                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: abstract Selectors: case to test
- 
- File "src/lib/reasoners/adt.ml", line 328, characters 27-53:
- 328 |          [@ocaml.ppwarning "TODO: abstract Selectors"] then
-                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: abstract Selectors
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Records.cmo -c -impl src/lib/reasoners/records.ml)
- File "src/lib/reasoners/records.ml", line 283, characters 26-69:
- 283 |         [@ocaml.ppwarning "TODO: should not rebuild if not changed !"]
-                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: should not rebuild if not changed !
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Cnf.cmo -c -impl src/lib/frontend/cnf.ml)
- File "src/lib/frontend/cnf.ml", lines 38-40, characters 19-33:
- 38 | ..................."TODO: Change Symbols.Float to store FP numeral \
- 39 |                     constants (eg, <24, -149> for single) instead of \
- 40 |                     having terms".
- Warning 22 [preprocessor]: TODO: Change Symbols.Float to store FP numeral constants (eg, <24, -149> for single) instead of having terms
- 
- File "src/lib/frontend/cnf.ml", line 250, characters 29-64:
- 250 |            [@ocaml.ppwarning "TODO: should introduce fresh vars"]
-                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: should introduce fresh vars
- 
- File "src/lib/frontend/cnf.ml", line 475, characters 29-64:
- 475 |            [@ocaml.ppwarning "TODO: should introduce fresh vars"]
-                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: should introduce fresh vars
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Satml_types.cmo -c -impl src/lib/structures/satml_types.ml)
- File "src/lib/structures/satml_types.ml", line 852, characters 33-71:
- 852 |                [@ocaml.ppwarning "xlit or at_lit is probably redundant"]
-                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: xlit or at_lit is probably redundant
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Ite_rel.cmo -c -impl src/lib/reasoners/ite_rel.ml)
- File "src/lib/reasoners/ite_rel.ml", line 119, characters 35-62:
- 119 |                  [@ocaml.ppwarning "TODO: build IFF instead ?"]
-                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: build IFF instead ?
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Shostak.cmo -c -impl src/lib/reasoners/shostak.ml)
- File "src/lib/reasoners/shostak.ml", lines 551-553, characters 26-39:
- 551 | .........................."TODO: a simple way of handling equalities \
- 552 |                            with void and unit is to add this case is \
- 553 |                            the solver!".
- Warning 22 [preprocessor]: TODO: a simple way of handling equalities with void and unit is to add this case is the solver!
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Adt_rel.cmo -c -impl src/lib/reasoners/adt_rel.ml)
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- 
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- 
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- 
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- 
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- 
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- 
- File "src/lib/reasoners/adt_rel.ml", lines 296-297, characters 19-66:
- 296 | ..................."XXX improve. For each selector, store its \
- 297 |                     corresponding constructor when typechecking ?".
- Warning 22 [preprocessor]: XXX improve. For each selector, store its corresponding constructor when typechecking ?
- 
- File "src/lib/reasoners/adt_rel.ml", line 334, characters 19-72:
- 334 | [@@ocaml.ppwarning "working with X.term_extract r would be sufficient ?"]
-                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: working with X.term_extract r would be sufficient ?
- 
- File "src/lib/reasoners/adt_rel.ml", line 648, characters 31-77:
- 648 |              [@ocaml.ppwarning "XXX: assume not (. ? .): reasoning missing ?"]
-                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: XXX: assume not (. ? .): reasoning missing ?
- 
- File "src/lib/reasoners/adt_rel.ml", line 709, characters 26-72:
- 709 |         [@ocaml.ppwarning "XXX: assume not (. ? .): reasoning missing ?"]
-                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: XXX: assume not (. ? .): reasoning missing ?
- 
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Satml_frontend.cmo -c -impl src/lib/reasoners/satml_frontend.ml)
- File "src/lib/reasoners/satml_frontend.ml", line 374, characters 24-77:
- 374 |       [@ocaml.ppwarning "TODO: modifications made in tbox are lost! improve?"]
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: modifications made in tbox are lost! improve?
- 
- File "src/lib/reasoners/satml_frontend.ml", lines 671-672, characters 6-63:
- 671 | ......"improve terms / atoms extraction in lazy/non-lazy \
- 672 |        and greedy/non-greedy mode. Separate atoms from terms !".
- Warning 22 [preprocessor]: improve terms / atoms extraction in lazy/non-lazy and greedy/non-greedy mode. Separate atoms from terms !
- 
- File "src/lib/reasoners/satml_frontend.ml", line 693, characters 22-75:
- 693 |     [@ocaml.ppwarning "Issue for greedy: terms inside lemmas not extracted"]
-                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Issue for greedy: terms inside lemmas not extracted
- 
- File "src/lib/reasoners/satml_frontend.ml", lines 714-715, characters 22-73:
- 714 | ......................"!!! Possibles issues du to replacement of atoms \
- 715 |                        that are facts with TRUE by mk_lit (and simplify)".
- Warning 22 [preprocessor]: !!! Possibles issues du to replacement of atoms that are facts with TRUE by mk_lit (and simplify)
- 
- File "src/lib/reasoners/satml_frontend.ml", line 748, characters 28-61:
- 748 |           [@ocaml.ppwarning "TODO: should be assert failure?"]
-                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: should be assert failure?
- 
- File "src/lib/reasoners/satml_frontend.ml", line 846, characters 34-79:
- 846 |                 [@ocaml.ppwarning "TODO: should fix for unsat cores generation"]
-                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: should fix for unsat cores generation
- 
- File "src/lib/reasoners/satml_frontend.ml", line 985, characters 20-79:
- 985 |                     "TODO: first intantiation a la DfsSAT before searching ..."]
-                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: first intantiation a la DfsSAT before searching ...
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Satml.cmo -c -impl src/lib/reasoners/satml.ml)
- File "src/lib/reasoners/satml.ml", line 523, characters 26-66:
- 523 |         [@ocaml.ppwarning "TODO: try to disable 'fill_with_dummy'"]
-                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: try to disable 'fill_with_dummy'
- 
- File "src/lib/reasoners/satml.ml", lines 1576-1579, characters 28-42:
- 1576 | ............................"TODO: add a heavy assert that checks \
- 1577 |                              that clauses are not redundant, watchs \
- 1578 |                              are well set, unit and bottom are \
- 1579 |                              detected ...".
- Warning 22 [preprocessor]: TODO: add a heavy assert that checks that clauses are not redundant, watchs are well set, unit and bottom are detected ...
- 
- File "src/lib/reasoners/satml.ml", lines 1645-1646, characters 22-43:
- 1645 | ......................"Issue: BAD decision_level, in particular, \
- 1646 |                        if minimal-bj is ON".
- Warning 22 [preprocessor]: Issue: BAD decision_level, in particular, if minimal-bj is ON
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Expr.cmo -c -impl src/lib/structures/expr.ml)
- File "src/lib/structures/expr.ml", line 1387, characters 33-66:
- 1387 |       else acc [@ocaml.ppwarning "TODO: add some stuff from let_e"]
-                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: add some stuff from let_e
- 
- File "src/lib/structures/expr.ml", lines 1599-1601, characters 24-55:
- 1599 | ........................"TODO: should also inline form in form. But \
- 1600 |                          not possible to detect if we are not \
- 1601 |                          inlining a form inside a term".
- Warning 22 [preprocessor]: TODO: should also inline form in form. But not possible to detect if we are not inlining a form inside a term
- 
- File "src/lib/structures/expr.ml", lines 2094-2097, characters 34-77:
- 2094 | .................................."TODO: once 'let x = term in term' \
- 2095 |                                    added, check that the resulting sbt \
- 2096 |                                    is well normalized (may be not true \
- 2097 |                                    depending on the ordering of vars in lets".
- Warning 22 [preprocessor]: TODO: once 'let x = term in term' added, check that the resulting sbt is well normalized (may be not true depending on the ordering of vars in lets
- 
- File "src/lib/structures/expr.ml", lines 2118-2120, characters 26-49:
- 2118 | .........................."TODO: do it for this case once \
- 2119 |                            free-vars issues of theories axioms \
- 2120 |                            with hypotheses fixed".
- Warning 22 [preprocessor]: TODO: do it for this case once free-vars issues of theories axioms with hypotheses fixed
- 
- File "src/lib/structures/expr.ml", lines 2114-2116, characters 26-56:
- 2114 | .........................."TODO: filter_good_triggers for this \
- 2115 |                            case once free-vars issues of theories \
- 2116 |                            axioms with hypotheses fixed".
- Warning 22 [preprocessor]: TODO: filter_good_triggers for this case once free-vars issues of theories axioms with hypotheses fixed
- 
- File "src/lib/structures/expr.ml", line 2320, characters 20-57:
- 2320 |   [@ocaml.ppwarning "TODO: add a match construct in expr"]
-                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: add a match construct in expr
- 
- File "src/lib/structures/expr.ml", line 2319, characters 20-50:
- 2319 |   [@ocaml.ppwarning "TODO: add other elim schemes"]
-                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: add other elim schemes
- 
- File "src/lib/structures/expr.ml", line 2318, characters 20-62:
- 2318 |   [@ocaml.ppwarning "TODO: introduce a let if e is a big expr"]
-                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: introduce a let if e is a big expr
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -bin-annot -g -bin-annot -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__IntervalCalculus.cmo -c -impl src/lib/reasoners/intervalCalculus.ml)
- File "src/lib/reasoners/intervalCalculus.ml", line 1838, characters 27-63:
- 1838 |          [@ocaml.ppwarning "TODO: add other terms such as div!"]
-                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: add other terms such as div!
- 
- File "src/lib/reasoners/intervalCalculus.ml", line 2091, characters 28-73:
- 2091 |           [@ocaml.ppwarning "TODO: find an example triggering this case!"]
-                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: find an example triggering this case!
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -bin-annot -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__Ty.cmx -c -impl src/lib/structures/ty.ml)
- File "src/lib/structures/ty.ml", line 200, characters 20-51:
- 200 |   [@ocaml.ppwarning "TODO: should be implemented ?"]
-                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: should be implemented ?
- 
- File "src/lib/structures/ty.ml", line 334, characters 24-65:
- 334 |       [@ocaml.ppwarning "TODO: detect when there are no changes "]
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: detect when there are no changes 
- 
- File "src/lib/structures/ty.ml", line 589, characters 28-59:
- 589 |   | _ , _ [@ocaml.ppwarning "TODO: remove fragile pattern "] ->
-                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: remove fragile pattern 
- 
- File "src/lib/structures/ty.ml", line 639, characters 20-61:
- 639 |   [@ocaml.ppwarning "TODO: detect when there are no changes "]
-                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: detect when there are no changes 
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -bin-annot -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__Expr.cmx -c -impl src/lib/structures/expr.ml)
- File "src/lib/structures/expr.ml", line 1387, characters 33-66:
- 1387 |       else acc [@ocaml.ppwarning "TODO: add some stuff from let_e"]
-                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: add some stuff from let_e
- 
- File "src/lib/structures/expr.ml", lines 1599-1601, characters 24-55:
- 1599 | ........................"TODO: should also inline form in form. But \
- 1600 |                          not possible to detect if we are not \
- 1601 |                          inlining a form inside a term".
- Warning 22 [preprocessor]: TODO: should also inline form in form. But not possible to detect if we are not inlining a form inside a term
- 
- File "src/lib/structures/expr.ml", lines 2094-2097, characters 34-77:
- 2094 | .................................."TODO: once 'let x = term in term' \
- 2095 |                                    added, check that the resulting sbt \
- 2096 |                                    is well normalized (may be not true \
- 2097 |                                    depending on the ordering of vars in lets".
- Warning 22 [preprocessor]: TODO: once 'let x = term in term' added, check that the resulting sbt is well normalized (may be not true depending on the ordering of vars in lets
- 
- File "src/lib/structures/expr.ml", lines 2118-2120, characters 26-49:
- 2118 | .........................."TODO: do it for this case once \
- 2119 |                            free-vars issues of theories axioms \
- 2120 |                            with hypotheses fixed".
- Warning 22 [preprocessor]: TODO: do it for this case once free-vars issues of theories axioms with hypotheses fixed
- 
- File "src/lib/structures/expr.ml", lines 2114-2116, characters 26-56:
- 2114 | .........................."TODO: filter_good_triggers for this \
- 2115 |                            case once free-vars issues of theories \
- 2116 |                            axioms with hypotheses fixed".
- Warning 22 [preprocessor]: TODO: filter_good_triggers for this case once free-vars issues of theories axioms with hypotheses fixed
- 
- File "src/lib/structures/expr.ml", line 2320, characters 20-57:
- 2320 |   [@ocaml.ppwarning "TODO: add a match construct in expr"]
-                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: add a match construct in expr
- 
- File "src/lib/structures/expr.ml", line 2319, characters 20-50:
- 2319 |   [@ocaml.ppwarning "TODO: add other elim schemes"]
-                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: add other elim schemes
- 
- File "src/lib/structures/expr.ml", line 2318, characters 20-62:
- 2318 |   [@ocaml.ppwarning "TODO: introduce a let if e is a big expr"]
-                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: introduce a let if e is a big expr
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -bin-annot -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__Adt.cmx -c -impl src/lib/reasoners/adt.ml)
- File "src/lib/reasoners/adt.ml", lines 63-64, characters 21-30:
- 63 | ....................."XXX: IsConstr not interpreted currently. Maybe \
- 64 |                       it's OK".
- Warning 22 [preprocessor]: XXX: IsConstr not interpreted currently. Maybe it's OK
- 
- File "src/lib/reasoners/adt.ml", line 105, characters 24-64:
- 105 |       [@ocaml.ppwarning "TODO: canonize Constr(list of selects)"]
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: canonize Constr(list of selects)
- 
- File "src/lib/reasoners/adt.ml", line 227, characters 21-37:
- 227 |   [@@ocaml.ppwarning "TODO: not sure"]
-                            ^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: not sure
- 
- File "src/lib/reasoners/adt.ml", line 318, characters 24-50:
- 318 |       [@ocaml.ppwarning "TODO: abstract Selectors"] ->
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: abstract Selectors
- 
- File "src/lib/reasoners/adt.ml", line 305, characters 26-66:
- 305 |         [@ocaml.ppwarning "TODO: abstract Selectors: case to test"]
-                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: abstract Selectors: case to test
- 
- File "src/lib/reasoners/adt.ml", line 313, characters 27-67:
- 313 |          [@ocaml.ppwarning "TODO: abstract Selectors: case to test"] then
-                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: abstract Selectors: case to test
- 
- File "src/lib/reasoners/adt.ml", line 328, characters 27-53:
- 328 |          [@ocaml.ppwarning "TODO: abstract Selectors"] then
-                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: abstract Selectors
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -bin-annot -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__Records.cmx -c -impl src/lib/reasoners/records.ml)
- File "src/lib/reasoners/records.ml", line 283, characters 26-69:
- 283 |         [@ocaml.ppwarning "TODO: should not rebuild if not changed !"]
-                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: should not rebuild if not changed !
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -bin-annot -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__Satml_types.cmx -c -impl src/lib/structures/satml_types.ml)
- File "src/lib/structures/satml_types.ml", line 852, characters 33-71:
- 852 |                [@ocaml.ppwarning "xlit or at_lit is probably redundant"]
-                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: xlit or at_lit is probably redundant
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -bin-annot -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__Cnf.cmx -c -impl src/lib/frontend/cnf.ml)
- File "src/lib/frontend/cnf.ml", lines 38-40, characters 19-33:
- 38 | ..................."TODO: Change Symbols.Float to store FP numeral \
- 39 |                     constants (eg, <24, -149> for single) instead of \
- 40 |                     having terms".
- Warning 22 [preprocessor]: TODO: Change Symbols.Float to store FP numeral constants (eg, <24, -149> for single) instead of having terms
- 
- File "src/lib/frontend/cnf.ml", line 250, characters 29-64:
- 250 |            [@ocaml.ppwarning "TODO: should introduce fresh vars"]
-                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: should introduce fresh vars
- 
- File "src/lib/frontend/cnf.ml", line 475, characters 29-64:
- 475 |            [@ocaml.ppwarning "TODO: should introduce fresh vars"]
-                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: should introduce fresh vars
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -bin-annot -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__Shostak.cmx -c -impl src/lib/reasoners/shostak.ml)
- File "src/lib/reasoners/shostak.ml", lines 551-553, characters 26-39:
- 551 | .........................."TODO: a simple way of handling equalities \
- 552 |                            with void and unit is to add this case is \
- 553 |                            the solver!".
- Warning 22 [preprocessor]: TODO: a simple way of handling equalities with void and unit is to add this case is the solver!
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -bin-annot -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__Ite_rel.cmx -c -impl src/lib/reasoners/ite_rel.ml)
- File "src/lib/reasoners/ite_rel.ml", line 119, characters 35-62:
- 119 |                  [@ocaml.ppwarning "TODO: build IFF instead ?"]
-                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: build IFF instead ?
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -bin-annot -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__Adt_rel.cmx -c -impl src/lib/reasoners/adt_rel.ml)
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- 
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- 
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- 
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- 
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- 
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- 
- File "src/lib/reasoners/adt_rel.ml", lines 296-297, characters 19-66:
- 296 | ..................."XXX improve. For each selector, store its \
- 297 |                     corresponding constructor when typechecking ?".
- Warning 22 [preprocessor]: XXX improve. For each selector, store its corresponding constructor when typechecking ?
- 
- File "src/lib/reasoners/adt_rel.ml", line 334, characters 19-72:
- 334 | [@@ocaml.ppwarning "working with X.term_extract r would be sufficient ?"]
-                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: working with X.term_extract r would be sufficient ?
- 
- File "src/lib/reasoners/adt_rel.ml", line 648, characters 31-77:
- 648 |              [@ocaml.ppwarning "XXX: assume not (. ? .): reasoning missing ?"]
-                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: XXX: assume not (. ? .): reasoning missing ?
- 
- File "src/lib/reasoners/adt_rel.ml", line 709, characters 26-72:
- 709 |         [@ocaml.ppwarning "XXX: assume not (. ? .): reasoning missing ?"]
-                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: XXX: assume not (. ? .): reasoning missing ?
- 
- File "src/lib/reasoners/adt_rel.ml", lines 41-42, characters 22-51:
- 41 | ......................"selectors should be improved. only representatives \
- 42 |                        in it. No true or false _is".
- Warning 22 [preprocessor]: selectors should be improved. only representatives in it. No true or false _is
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -bin-annot -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__IntervalCalculus.cmx -c -impl src/lib/reasoners/intervalCalculus.ml)
- File "src/lib/reasoners/intervalCalculus.ml", line 1838, characters 27-63:
- 1838 |          [@ocaml.ppwarning "TODO: add other terms such as div!"]
-                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: add other terms such as div!
- 
- File "src/lib/reasoners/intervalCalculus.ml", line 2091, characters 28-73:
- 2091 |           [@ocaml.ppwarning "TODO: find an example triggering this case!"]
-                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: find an example triggering this case!
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -bin-annot -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__Satml.cmx -c -impl src/lib/reasoners/satml.ml)
- File "src/lib/reasoners/satml.ml", line 523, characters 26-66:
- 523 |         [@ocaml.ppwarning "TODO: try to disable 'fill_with_dummy'"]
-                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: try to disable 'fill_with_dummy'
- 
- File "src/lib/reasoners/satml.ml", lines 1576-1579, characters 28-42:
- 1576 | ............................"TODO: add a heavy assert that checks \
- 1577 |                              that clauses are not redundant, watchs \
- 1578 |                              are well set, unit and bottom are \
- 1579 |                              detected ...".
- Warning 22 [preprocessor]: TODO: add a heavy assert that checks that clauses are not redundant, watchs are well set, unit and bottom are detected ...
- 
- File "src/lib/reasoners/satml.ml", lines 1645-1646, characters 22-43:
- 1645 | ......................"Issue: BAD decision_level, in particular, \
- 1646 |                        if minimal-bj is ON".
- Warning 22 [preprocessor]: Issue: BAD decision_level, in particular, if minimal-bj is ON
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -bin-annot -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.1/lib/num -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/ocplib-simplex -I /home/opam/.opam/5.1/lib/seq -I /home/opam/.opam/5.1/lib/stdlib-shims -I /home/opam/.opam/5.1/lib/zarith -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__Satml_frontend.cmx -c -impl src/lib/reasoners/satml_frontend.ml)
- File "src/lib/reasoners/satml_frontend.ml", line 374, characters 24-77:
- 374 |       [@ocaml.ppwarning "TODO: modifications made in tbox are lost! improve?"]
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: modifications made in tbox are lost! improve?
- 
- File "src/lib/reasoners/satml_frontend.ml", lines 671-672, characters 6-63:
- 671 | ......"improve terms / atoms extraction in lazy/non-lazy \
- 672 |        and greedy/non-greedy mode. Separate atoms from terms !".
- Warning 22 [preprocessor]: improve terms / atoms extraction in lazy/non-lazy and greedy/non-greedy mode. Separate atoms from terms !
- 
- File "src/lib/reasoners/satml_frontend.ml", line 693, characters 22-75:
- 693 |     [@ocaml.ppwarning "Issue for greedy: terms inside lemmas not extracted"]
-                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Issue for greedy: terms inside lemmas not extracted
- 
- File "src/lib/reasoners/satml_frontend.ml", lines 714-715, characters 22-73:
- 714 | ......................"!!! Possibles issues du to replacement of atoms \
- 715 |                        that are facts with TRUE by mk_lit (and simplify)".
- Warning 22 [preprocessor]: !!! Possibles issues du to replacement of atoms that are facts with TRUE by mk_lit (and simplify)
- 
- File "src/lib/reasoners/satml_frontend.ml", line 748, characters 28-61:
- 748 |           [@ocaml.ppwarning "TODO: should be assert failure?"]
-                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: should be assert failure?
- 
- File "src/lib/reasoners/satml_frontend.ml", line 846, characters 34-79:
- 846 |                 [@ocaml.ppwarning "TODO: should fix for unsat cores generation"]
-                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: should fix for unsat cores generation
- 
- File "src/lib/reasoners/satml_frontend.ml", line 985, characters 20-79:
- 985 |                     "TODO: first intantiation a la DfsSAT before searching ..."]
-                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: TODO: first intantiation a la DfsSAT before searching ...
-> compiled  alt-ergo-lib.2.4.2
Processing 55/63: [menhir: dune build]
-> installed alt-ergo-lib.2.4.2
Processing 56/63: [menhir: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "menhir" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/menhir.20240715)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 99 sample input sentences and 99 error messages.
- Read 99 sample input sentences and 47 error messages.
- (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --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 199 states.
- The grammar is not SLR(1) -- 7 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 308 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 50 states.
- Priority played a role in 0 of these states.
- 156 out of 308 states have a default reduction.
- 108 out of 308 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 39 out of 96 symbols keep track of their end position.
- The StackLang code contains 4113 instructions in 277 blocks.
- The StackLang code comprises 5 mutually recursive groups.
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 99 sample input sentences and 47 error messages.
-> compiled  menhir.20240715
-> installed menhir.20240715
Processing 58/63: [psmt2-frontend: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "psmt2-frontend" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/psmt2-frontend.0.4.0)
- (cd _build/default && /home/opam/.opam/5.1/bin/menhir src/lib/smtlib_parser.mly --base src/lib/smtlib_parser --infer-write-query src/lib/smtlib_parser__mock.ml.mock)
- Note: the nonterminal symbol option (from src/lib/smtlib_parser.mly) is renamed src_lib_smtlib_parser_option.
- (cd _build/default && /home/opam/.opam/5.1/bin/menhir src/lib/smtlib_parser.mly --base src/lib/smtlib_parser --infer-read-reply src/lib/smtlib_parser__mock.mli.inferred)
- Note: the nonterminal symbol option (from src/lib/smtlib_parser.mly) is renamed src_lib_smtlib_parser_option.
- Warning: 22 end-of-stream conflicts were arbitrarily resolved.
- File "<standard.mly>", line 214, characters 16-16:
- Warning: production list(term) -> is never reduced.
- Warning: in total, 1 production is never reduced.
-> compiled  psmt2-frontend.0.4.0
-> installed psmt2-frontend.0.4.0
[alt-ergo-parsers: patch] applying version_update.patch
Processing 60/63: [alt-ergo-parsers: patch]
Processing 60/63: [alt-ergo-parsers: ocaml unix.cma]
+ /home/opam/.opam/5.1/bin/ocaml "unix.cma" "configure.ml" "alt-ergo-parsers" "--prefix" "/home/opam/.opam/5.1" "--libdir" "/home/opam/.opam/5.1/lib" "--mandir" "/home/opam/.opam/5.1/man" (CWD=/home/opam/.opam/5.1/.opam-switch/build/alt-ergo-parsers.2.4.2)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- 
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- Using provided value for 'prefix' : /home/opam/.opam/5.1
- Using provided value for 'libdir' : /home/opam/.opam/5.1/lib
- Using provided value for 'mandir' : /home/opam/.opam/5.1/man
- Generating file src/lib/util/config.ml...done.
- Generating file src/bin/text/flags.dune...done.
- Generating file Makefile.config...done.
- Good to go!
Processing 60/63: [alt-ergo-parsers: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "alt-ergo-parsers" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/alt-ergo-parsers.2.4.2)
-> compiled  alt-ergo-parsers.2.4.2
-> installed alt-ergo-parsers.2.4.2
[alt-ergo: patch] applying version_update.patch
Processing 62/63: [alt-ergo: patch]
Processing 62/63: [alt-ergo: ocaml unix.cma]
+ /home/opam/.opam/5.1/bin/ocaml "unix.cma" "configure.ml" "alt-ergo" "--prefix" "/home/opam/.opam/5.1" "--libdir" "/home/opam/.opam/5.1/lib" "--mandir" "/home/opam/.opam/5.1/man" (CWD=/home/opam/.opam/5.1/.opam-switch/build/alt-ergo.2.4.2)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- 
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- Using provided value for 'prefix' : /home/opam/.opam/5.1
- Using provided value for 'libdir' : /home/opam/.opam/5.1/lib
- Using provided value for 'mandir' : /home/opam/.opam/5.1/man
- Generating file src/lib/util/config.ml...done.
- Generating file src/bin/text/flags.dune...done.
- Generating file Makefile.config...done.
- Good to go!
Processing 62/63: [alt-ergo: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "alt-ergo" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/alt-ergo.2.4.2)
-> compiled  alt-ergo.2.4.2
-> installed alt-ergo.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 12:23.36 ---> saved as "04ce1b8263b42bb5370410084c932a52b93cd5c6ccf5b25fe05225d0abc33261"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u alt-ergo:c4de955e6eb4280b70f6dcb4da536ced,psmt2-frontend:a5d988cb62f173ef984d693fc44b4894,ocplib-simplex:da41547e5d35ca125d194f397883eb11,alt-ergo-parsers:4e276938a5ee3955baecb69752cd6780,alt-ergo-lib:8787bddec7e118edc65b7c072bb8aaa8"))
2024-09-12 12:23.40 ---> saved as "e0a5ca0139bb19ba1e86bed7ebdb6f25137a27d73a59e34c214c1b9481e77741"

/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.730881') && (for DATA in prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2,alt-ergo-lib.2.4.2-8787bddec7e118edc65b7c072bb8aaa8,alt-ergo-lib.2.4.2 prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2,alt-ergo-parsers.2.4.2-4e276938a5ee3955baecb69752cd6780,alt-ergo-parsers.2.4.2 prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1,ocplib-simplex.0.4.1-da41547e5d35ca125d194f397883eb11,ocplib-simplex.0.4.1 prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0,psmt2-frontend.0.4.0-a5d988cb62f173ef984d693fc44b4894,psmt2-frontend.0.4.0 prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2,alt-ergo.2.4.2-c4de955e6eb4280b70f6dcb4da536ced,alt-ergo.2.4.2; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2,alt-ergo-lib.2.4.2-8787bddec7e118edc65b7c072bb8aaa8,alt-ergo-lib.2.4.2 prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2,alt-ergo-parsers.2.4.2-4e276938a5ee3955baecb69752cd6780,alt-ergo-parsers.2.4.2 prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1,ocplib-simplex.0.4.1-da41547e5d35ca125d194f397883eb11,ocplib-simplex.0.4.1 prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0,psmt2-frontend.0.4.0-a5d988cb62f173ef984d693fc44b4894,psmt2-frontend.0.4.0 prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2,alt-ergo.2.4.2-c4de955e6eb4280b70f6dcb4da536ced,alt-ergo.2.4.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2,alt-ergo-lib.2.4.2-8787bddec7e118edc65b7c072bb8aaa8,alt-ergo-lib.2.4.2 prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2,alt-ergo-parsers.2.4.2-4e276938a5ee3955baecb69752cd6780,alt-ergo-parsers.2.4.2 prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1,ocplib-simplex.0.4.1-da41547e5d35ca125d194f397883eb11,ocplib-simplex.0.4.1 prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0,psmt2-frontend.0.4.0-a5d988cb62f173ef984d693fc44b4894,psmt2-frontend.0.4.0 prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2,alt-ergo.2.4.2-c4de955e6eb4280b70f6dcb4da536ced,alt-ergo.2.4.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.730881
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/doc/
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/doc/alt-ergo-lib/
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/doc/alt-ergo-lib/LICENSE.md
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/doc/alt-ergo-lib/README.md
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/doc/alt-ergo-lib/odoc-pages/
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/doc/alt-ergo-lib/odoc-pages/index.mld
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/AltErgoLib.ocamlobjinfo
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/META
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ac.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ac.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ac.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Adt.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Adt.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Adt.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Adt_rel.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Adt_rel.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Adt_rel.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Arith.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Arith.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Arith.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Arrays.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Arrays.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Arrays.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Arrays_rel.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Arrays_rel.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Arrays_rel.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Bitv.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Bitv.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Bitv.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Bitv_rel.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Bitv_rel.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Bitv_rel.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ccx.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ccx.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ccx.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Cnf.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Cnf.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Cnf.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Commands.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Commands.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Commands.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Config.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Config.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Emap.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Emap.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Emap.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Enum.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Enum.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Enum.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Enum_rel.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Enum_rel.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Enum_rel.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Errors.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Errors.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Errors.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Explanation.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Explanation.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Explanation.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Expr.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Expr.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Expr.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Format_shims.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Format_shims.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Fpa_rounding.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Fpa_rounding.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Fpa_rounding.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Frontend.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Frontend.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Frontend.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Fun_sat.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Fun_sat.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Fun_sat.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Gc_debug.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Gc_debug.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Gc_debug.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Hconsing.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Hconsing.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Hconsing.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Hstring.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Hstring.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Hstring.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Iheap.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Iheap.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Iheap.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Inequalities.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Inequalities.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Inequalities.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Input.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Input.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Input.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Instances.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Instances.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Instances.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__IntervalCalculus.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__IntervalCalculus.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__IntervalCalculus.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Intervals.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Intervals.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Intervals.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ite.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ite.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ite.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ite_rel.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ite_rel.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ite_rel.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Lists.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Lists.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Lists.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Loc.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Loc.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Loc.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Matching.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Matching.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Matching.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Matching_types.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Matching_types.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__MyDynlink.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__MyDynlink.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__MyDynlink.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__MyUnix.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__MyUnix.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__MyUnix.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Numbers.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Numbers.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Numbers.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__NumbersInterface.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__NumbersInterface.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__NumsNumbers.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__NumsNumbers.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__NumsNumbers.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Options.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Options.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Options.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Parsed.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Parsed.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Parsed.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Parsed_interface.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Parsed_interface.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Parsed_interface.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Polynome.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Polynome.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Polynome.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Printer.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Printer.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Printer.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Profiling.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Profiling.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Profiling.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Records.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Records.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Records.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Records_rel.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Records_rel.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Records_rel.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Relation.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Relation.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Relation.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Sat_solver.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Sat_solver.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Sat_solver.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Sat_solver_sig.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Sat_solver_sig.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Sat_solver_sig.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Satml.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Satml.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Satml.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Satml_frontend.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Satml_frontend.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Satml_frontend.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Satml_frontend_hybrid.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Satml_frontend_hybrid.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Satml_frontend_hybrid.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Satml_types.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Satml_types.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Satml_types.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Shostak.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Shostak.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Shostak.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Sig.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Sig.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Sig_rel.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Sig_rel.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Steps.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Steps.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Steps.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Symbols.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Symbols.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Symbols.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Th_util.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Th_util.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Th_util.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Theory.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Theory.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Theory.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Timers.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Timers.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Timers.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ty.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ty.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Ty.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Typechecker.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Typechecker.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Typechecker.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Typed.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Typed.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Typed.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Uf.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Uf.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Uf.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Use.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Use.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Use.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Util.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Util.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Util.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Var.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Var.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Var.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Vec.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Vec.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Vec.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Version.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Version.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Version.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Xliteral.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Xliteral.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__Xliteral.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__ZarithNumbers.cmi
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__ZarithNumbers.cmt
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/altErgoLib__ZarithNumbers.cmti
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/lib/alt-ergo-lib/dune-package
prep/universes/8787bddec7e118edc65b7c072bb8aaa8/alt-ergo-lib/2.4.2/opam
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/doc/
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/doc/alt-ergo-parsers/
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/doc/alt-ergo-parsers/LICENSE.md
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/doc/alt-ergo-parsers/README.md
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/doc/alt-ergo-parsers/odoc-pages/
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/doc/alt-ergo-parsers/odoc-pages/index.mld
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/AltErgoParsers.ocamlobjinfo
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/META
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers.cmi
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers.cmt
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__MyZip.cmi
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__MyZip.cmt
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__MyZip.cmti
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Native_lexer.cmi
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Native_lexer.cmt
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Native_parser.cmi
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Native_parser.cmt
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Native_parser.cmti
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Parsers.cmi
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Parsers.cmt
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Parsers.cmti
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Parsers_loader.cmi
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Parsers_loader.cmt
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Parsers_loader.cmti
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Psmt2_to_alt_ergo.cmi
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Psmt2_to_alt_ergo.cmt
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/altErgoParsers__Psmt2_to_alt_ergo.cmti
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/lib/alt-ergo-parsers/dune-package
prep/universes/4e276938a5ee3955baecb69752cd6780/alt-ergo-parsers/2.4.2/opam
prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1/lib/
prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1/lib/ocplib-simplex/
prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1/lib/ocplib-simplex/ocplibSimplex.ocamlobjinfo
prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1/lib/ocplib-simplex/META
prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1/lib/ocplib-simplex/ocplibSimplex.cmi
prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1/lib/ocplib-simplex/ocplibSimplex.cmt
prep/universes/da41547e5d35ca125d194f397883eb11/ocplib-simplex/0.4.1/opam
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/doc/
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/doc/psmt2-frontend/
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/doc/psmt2-frontend/CHANGES.md
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/doc/psmt2-frontend/LICENSE
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/doc/psmt2-frontend/LICENSE.md
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/doc/psmt2-frontend/README.md
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/doc/psmt2-frontend/odoc-pages/
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/doc/psmt2-frontend/odoc-pages/index.mld
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend.ocamlobjinfo
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/META
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/dune-package
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Main.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Main.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Options.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Options.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Options.cmti
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_error.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_error.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_lexer.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_lexer.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_parser.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_parser.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_parser.cmti
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_printer.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_printer.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_syntax.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_syntax.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_ty.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_ty.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_typed_env.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_typed_env.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_typed_logic.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_typed_logic.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_typing.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_typing.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Version.cmi
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Version.cmt
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Version.cmti
prep/universes/a5d988cb62f173ef984d693fc44b4894/psmt2-frontend/0.4.0/opam
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/doc/
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/doc/alt-ergo/
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/doc/alt-ergo/LICENSE.md
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/doc/alt-ergo/README.md
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/doc/alt-ergo/odoc-pages/
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/doc/alt-ergo/odoc-pages/index.mld
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/doc/alt-ergo/odoc-pages/index_abwhy3.mld
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/doc/alt-ergo/odoc-pages/index_common.mld
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/doc/alt-ergo/odoc-pages/index_fmsimplex.mld
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/lib/
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/lib/alt-ergo/
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/lib/alt-ergo/META
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/lib/alt-ergo/dune-package
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/opam
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/share/
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/share/alt-ergo/
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/share/alt-ergo/plugins/
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/share/alt-ergo/plugins/AB-Why3-plugin.ocamlobjinfo
prep/universes/c4de955e6eb4280b70f6dcb4da536ced/alt-ergo/2.4.2/share/alt-ergo/plugins/fm-simplex-plugin.ocamlobjinfo
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:alt-ergo-lib.2.4.2-8787bddec7e118edc65b7c072bb8aaa8:38573bd924b950e83199252675b5fa7271d449a1c4b288b701d29cde311158ed
HASHES:alt-ergo-parsers.2.4.2-4e276938a5ee3955baecb69752cd6780:a145fe69c0695021c1d5b24c4b189939fd5a03123d008a6b89f97959a1adb9c1
HASHES:ocplib-simplex.0.4.1-da41547e5d35ca125d194f397883eb11:66c7b31c568c459b47f6404432724327dcaf24110225ae832fa34c92d423bf9d
HASHES:psmt2-frontend.0.4.0-a5d988cb62f173ef984d693fc44b4894:afa12b50cf2151c010cc4714e686b47f5eed62c042d3d5beb16f29ad52594707
HASHES:alt-ergo.2.4.2-c4de955e6eb4280b70f6dcb4da536ced:6570079bc26bdcea4a87bd56948c3be9961763a98b5ee6bdda49cac28c4b5911
2024-09-12 12:23.43 ---> saved as "4bd130ad998c71f8a9be8c28e813b05a6b686f70233975f235df7c983b99e6a5"
Job succeeded
2024-09-12 12:31.18: alt-ergo.2.4.2-c4de955e6eb4280b70f6dcb4da536ced -> 6570079bc26bdcea4a87bd56948c3be9961763a98b5ee6bdda49cac28c4b5911
2024-09-12 12:31.18: psmt2-frontend.0.4.0-a5d988cb62f173ef984d693fc44b4894 -> afa12b50cf2151c010cc4714e686b47f5eed62c042d3d5beb16f29ad52594707
2024-09-12 12:31.18: ocplib-simplex.0.4.1-da41547e5d35ca125d194f397883eb11 -> 66c7b31c568c459b47f6404432724327dcaf24110225ae832fa34c92d423bf9d
2024-09-12 12:31.18: alt-ergo-parsers.2.4.2-4e276938a5ee3955baecb69752cd6780 -> a145fe69c0695021c1d5b24c4b189939fd5a03123d008a6b89f97959a1adb9c1
2024-09-12 12:31.18: alt-ergo-lib.2.4.2-8787bddec7e118edc65b7c072bb8aaa8 -> 38573bd924b950e83199252675b5fa7271d449a1c4b288b701d29cde311158ed
2024-09-12 12:31.18: Job succeeded