Build:
  1. 0
2024-01-29 15:19.03: New job: Voodoo prep alt-ergo.2.3.1; f90c165620d0ed00ce5fd8545d1dfc9e
2024-01-29 15:19.03: Waiting for resource in pool OCluster
2024-01-29 18:55.41: Waiting for worker…
2024-01-29 18:58.15: Got resource from pool OCluster
2024-01-29 18:58.15: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.2.9.3 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.3.1 zarith.1.13 seq.base psmt2-frontend.0.4.0 ocplib-simplex.0.4.1 ocamlfind.1.9.6 num.1.5 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 dune.2.9.3 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-gmp.4 conf-autoconf.0.1 camlzip.1.11 alt-ergo-parsers.2.3.1 alt-ergo-lib.2.3.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u alt-ergo:f90c165620d0ed00ce5fd8545d1dfc9e,psmt2-frontend:441d162be03a45cee924a15b48a86dc6,alt-ergo-parsers:ebdc91e4f15f1df3209a2d5ac39cc878,alt-ergo-lib:53789c619fde29c084d4b9fbc0a3a601"))
 (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.501517') && (for DATA in prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1,alt-ergo-lib.2.3.1-53789c619fde29c084d4b9fbc0a3a601,alt-ergo-lib.2.3.1 prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1,alt-ergo-parsers.2.3.1-ebdc91e4f15f1df3209a2d5ac39cc878,alt-ergo-parsers.2.3.1 prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0,psmt2-frontend.0.4.0-441d162be03a45cee924a15b48a86dc6,psmt2-frontend.0.4.0 prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1,alt-ergo.2.3.1-f90c165620d0ed00ce5fd8545d1dfc9e,alt-ergo.2.3.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1,alt-ergo-lib.2.3.1-53789c619fde29c084d4b9fbc0a3a601,alt-ergo-lib.2.3.1 prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1,alt-ergo-parsers.2.3.1-ebdc91e4f15f1df3209a2d5ac39cc878,alt-ergo-parsers.2.3.1 prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0,psmt2-frontend.0.4.0-441d162be03a45cee924a15b48a86dc6,psmt2-frontend.0.4.0 prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1,alt-ergo.2.3.1-f90c165620d0ed00ce5fd8545d1dfc9e,alt-ergo.2.3.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1,alt-ergo-lib.2.3.1-53789c619fde29c084d4b9fbc0a3a601,alt-ergo-lib.2.3.1 prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1,alt-ergo-parsers.2.3.1-ebdc91e4f15f1df3209a2d5ac39cc878,alt-ergo-parsers.2.3.1 prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0,psmt2-frontend.0.4.0-441d162be03a45cee924a15b48a86dc6,psmt2-frontend.0.4.0 prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1,alt-ergo.2.3.1-f90c165620d0ed00ce5fd8545d1dfc9e,alt-ergo.2.3.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-01-29 18:58.15: RETRYING: 2024-01-29/151903-voodoo-prep-4a3999 Number of retries: 0 (retriable error condition)
Building on c2-1.equinix.ci.dev
All commits already cached
Updating files:  33% (10789/32511)
Updating files:  34% (11054/32511)
Updating files:  35% (11379/32511)
Updating files:  36% (11704/32511)
Updating files:  37% (12030/32511)
Updating files:  38% (12355/32511)
Updating files:  39% (12680/32511)
Updating files:  40% (13005/32511)
Updating files:  41% (13330/32511)
Updating files:  42% (13655/32511)
Updating files:  43% (13980/32511)
Updating files:  44% (14305/32511)
Updating files:  45% (14630/32511)
Updating files:  46% (14956/32511)
Updating files:  47% (15281/32511)
Updating files:  48% (15606/32511)
Updating files:  49% (15931/32511)
Updating files:  50% (16256/32511)
Updating files:  51% (16581/32511)
Updating files:  52% (16906/32511)
Updating files:  53% (17231/32511)
Updating files:  54% (17556/32511)
Updating files:  55% (17882/32511)
Updating files:  56% (18207/32511)
Updating files:  57% (18532/32511)
Updating files:  58% (18857/32511)
Updating files:  59% (19182/32511)
Updating files:  60% (19507/32511)
Updating files:  61% (19832/32511)
Updating files:  62% (20157/32511)
Updating files:  63% (20482/32511)
Updating files:  63% (20692/32511)
Updating files:  64% (20808/32511)
Updating files:  65% (21133/32511)
Updating files:  66% (21458/32511)
Updating files:  67% (21783/32511)
Updating files:  68% (22108/32511)
Updating files:  69% (22433/32511)
Updating files:  70% (22758/32511)
Updating files:  71% (23083/32511)
Updating files:  72% (23408/32511)
Updating files:  73% (23734/32511)
Updating files:  74% (24059/32511)
Updating files:  75% (24384/32511)
Updating files:  76% (24709/32511)
Updating files:  77% (25034/32511)
Updating files:  78% (25359/32511)
Updating files:  79% (25684/32511)
Updating files:  80% (26009/32511)
Updating files:  81% (26334/32511)
Updating files:  82% (26660/32511)
Updating files:  83% (26985/32511)
Updating files:  84% (27310/32511)
Updating files:  85% (27635/32511)
Updating files:  86% (27960/32511)
Updating files:  87% (28285/32511)
Updating files:  88% (28610/32511)
Updating files:  89% (28935/32511)
Updating files:  90% (29260/32511)
Updating files:  91% (29586/32511)
Updating files:  92% (29911/32511)
Updating files:  93% (30236/32511)
Updating files:  94% (30561/32511)
Updating files:  95% (30886/32511)
Updating files:  95% (30923/32511)
Updating files:  96% (31211/32511)
Updating files:  97% (31536/32511)
Updating files:  98% (31861/32511)
Updating files:  99% (32186/32511)
Updating files: 100% (32511/32511)
Updating files: 100% (32511/32511), done.
HEAD is now at 6c6b9002fe conf-gmp: Add support for distributions derived from fedora

(build "tools" …)

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

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

/: (workdir /home/opam)

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

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

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

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

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

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

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

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

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

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

/: (workdir /home/opam)

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

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 18:54.38 ---> saved as "9f3d4a905a02a4004aa22728b57d9dc0e606e952380258dad5c28595bd1096d3"

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:54.54 ---> saved as "34d998894c6e6f80ae7d84ad7cdfaf2709020bc88fbcbc5777a3af1b31299f5b"

/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.

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

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 18:56.51 ---> saved as "6c7f3c2ebc5bc784ef2d57c3765e48df2bc6d40c8176dabdb718b2144c879e4e"

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

2024-01-29 18:57.39 ---> saved as "728453fef03bd774ea620aaf30128b13fafb71c187ddcf5a3bf99067c8564913"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:57.44 ---> saved as "46e629c5bf223ee95d5dc93f292fbfa357964cb9736e27beec78b8265ff39df6"

/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.2.9.3 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      2.9.3
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.2.9.3  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.2.9.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:58.52 ---> saved as "192ebba8c9402449a0b56e6d15d04ee402d2217b27b4f9fc77cbf0c3e3a1b1b9"

/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.3.1 zarith.1.13 seq.base psmt2-frontend.0.4.0 ocplib-simplex.0.4.1 ocamlfind.1.9.6 num.1.5 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 dune.2.9.3 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-gmp.4 conf-autoconf.0.1 camlzip.1.11 alt-ergo-parsers.2.3.1 alt-ergo-lib.2.3.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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

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

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

<><> Carrying on to "opam depext -viy alt-ergo.2.3.1 zarith.1.13 seq.base psmt2-frontend.0.4.0 ocplib-simplex.0.4.1 ocamlfind.1.9.6 num.1.5 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 dune.2.9.3 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-gmp.4 conf-autoconf.0.1 camlzip.1.11 alt-ergo-parsers.2.3.1 alt-ergo-lib.2.3.1" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
autoconf
debianutils
libgmp-dev
pkg-config
zlib1g-dev
[NOTE] Package dune is already installed (current version is 2.9.3).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-gmp         4
  - install conf-pkg-config  3
  - install num              1.5
  - install menhirSdk        20211128
  - install seq              base
  - install conf-which       1
  - install menhirLib        20211128
  - install zarith           1.13
  - install conf-zlib        1
  - install conf-autoconf    0.1
  - install menhir           20211128
  - install camlzip          1.11
  - install ocplib-simplex   0.4.1
  - install psmt2-frontend   0.4.0
  - install alt-ergo-lib     2.3.1
  - install alt-ergo-parsers 2.3.1
  - install alt-ergo         2.3.1
===== 17 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 ... 18743 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+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/51: [alt-ergo.2.3.1: http]
Processing  2/51: [alt-ergo.2.3.1: http] [alt-ergo-lib.2.3.1: http]
Processing  3/51: [alt-ergo.2.3.1: http] [alt-ergo-lib.2.3.1: http] [alt-ergo-parsers.2.3.1: http]
Processing  3/51: [alt-ergo.2.3.1: http] [alt-ergo-lib.2.3.1: http]
-> retrieved alt-ergo-parsers.2.3.1  (http://alt-ergo.ocamlpro.com/http/alt-ergo-2.3.1/alt-ergo-2.3.1.tar.gz)
Processing  4/51: [alt-ergo.2.3.1: http] [alt-ergo-lib.2.3.1: http]
Processing  4/51: [alt-ergo-lib.2.3.1: http]
Processing  4/51:
-> retrieved camlzip.1.11  (cached)
Processing  5/51:
Processing  6/51:
Processing  7/51:
Processing  8/51:
Processing  9/51:
Processing 10/51:
Processing 11/51: [conf-gmp: sh]
Processing 12/51: [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 13/51: [conf-gmp: sh] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved alt-ergo.2.3.1  (http://alt-ergo.ocamlpro.com/http/alt-ergo-2.3.1/alt-ergo-2.3.1.tar.gz)
Processing 14/51: [conf-gmp: sh] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved alt-ergo-lib.2.3.1  (http://alt-ergo.ocamlpro.com/http/alt-ergo-2.3.1/alt-ergo-2.3.1.tar.gz)
Processing 15/51: [conf-gmp: sh] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved menhir.20211128  (cached)
Processing 16/51: [conf-gmp: sh] [conf-pkg-config: pkg-config] [conf-which: which which]
- 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 16/51: [conf-gmp: sh] [conf-which: which which]
-> installed conf-pkg-config.3
Processing 17/51: [conf-gmp: sh] [conf-which: which which]
Processing 18/51: [conf-gmp: sh] [conf-which: which which] [conf-zlib: pkg-config zlib]
- /usr/bin/which
-> compiled  conf-which.1
Processing 18/51: [conf-gmp: sh] [conf-zlib: pkg-config zlib]
-> installed conf-which.1
Processing 19/51: [conf-gmp: sh] [conf-zlib: pkg-config zlib]
Processing 20/51: [conf-autoconf: which autoconf] [conf-gmp: sh] [conf-zlib: pkg-config zlib]
-> retrieved menhirLib.20211128  (cached)
Processing 21/51: [conf-autoconf: which autoconf] [conf-gmp: sh] [conf-zlib: pkg-config zlib]
Processing 22/51: [conf-autoconf: which autoconf] [conf-gmp: sh] [conf-zlib: pkg-config zlib] [menhirLib: dune build]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 22/51: [conf-autoconf: which autoconf] [conf-zlib: pkg-config zlib] [menhirLib: dune build]
-> installed conf-gmp.4
Processing 23/51: [conf-autoconf: which autoconf] [conf-zlib: pkg-config zlib] [menhirLib: dune build]
-> retrieved menhirSdk.20211128  (cached)
Processing 24/51: [conf-autoconf: which autoconf] [conf-zlib: pkg-config zlib] [menhirLib: dune build]
Processing 25/51: [conf-autoconf: which autoconf] [conf-zlib: pkg-config zlib] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved num.1.5  (cached)
Processing 26/51: [conf-autoconf: which autoconf] [conf-zlib: pkg-config zlib] [menhirLib: dune build] [menhirSdk: dune build]
Processing 27/51: [conf-autoconf: which autoconf] [conf-zlib: pkg-config zlib] [menhirLib: dune build] [menhirSdk: dune build]
Processing 28/51: [conf-autoconf: which autoconf] [conf-zlib: pkg-config zlib] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-legacy]
Processing 29/51: [conf-autoconf: which autoconf] [conf-zlib: pkg-config zlib] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-legacy]
-> installed seq.base
Processing 30/51: [conf-autoconf: which autoconf] [conf-zlib: pkg-config zlib] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-legacy]
-> compiled  conf-zlib.1
Processing 30/51: [conf-autoconf: which autoconf] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-legacy]
-> installed conf-zlib.1
Processing 31/51: [conf-autoconf: which autoconf] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-legacy]
Processing 32/51: [camlzip: make all] [conf-autoconf: which autoconf] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-legacy]
- /usr/bin/autoconf
-> compiled  conf-autoconf.0.1
Processing 32/51: [camlzip: make all] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-legacy]
-> installed conf-autoconf.0.1
Processing 33/51: [camlzip: make all] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-legacy]
-> retrieved ocplib-simplex.0.4.1  (cached)
-> retrieved psmt2-frontend.0.4.0  (cached)
-> retrieved zarith.1.13  (cached)
Processing 34/51: [camlzip: make all] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-legacy] [zarith: ./configure]
-> compiled  menhirSdk.20211128
Processing 34/51: [camlzip: make all] [menhirLib: dune build] [num: make opam-legacy] [zarith: ./configure]
-> installed menhirSdk.20211128
Processing 35/51: [camlzip: make all] [menhirLib: dune build] [num: make opam-legacy] [zarith: ./configure]
- binary ocaml: found in /home/opam/.opam/4.14/bin
- binary ocamlc: found in /home/opam/.opam/4.14/bin
- binary ocamldep: found in /home/opam/.opam/4.14/bin
- binary ocamlmklib: found in /home/opam/.opam/4.14/bin
- binary ocamldoc: found in /home/opam/.opam/4.14/bin
- binary ocamlopt: found in /home/opam/.opam/4.14/bin
- checking compilation with ocamlc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/4.14/bin
- OCaml's word size is 64
- package gmp: found
- OCaml supports -bin-annot to produce documentation
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   defines:              -DHAS_GMP 
-   includes:             -I/home/opam/.opam/4.14/lib/ocaml  
-   libraries:             -lgmp 
-   linker options:       
-   C options:            -O3 -Wall -Wextra 
-   installation path:    /home/opam/.opam/4.14/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 35/51: [camlzip: make all] [menhirLib: dune build] [num: make opam-legacy] [zarith: make]
- ocamlfind ocamlc -g -safe-string -bin-annot -c -ccopt -g  zlibstubs.c
- ocamlfind ocamlmklib -oc camlzip zlibstubs.o  -lz
- ocamlfind ocamlc -g -safe-string -bin-annot -c zlib.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -c zlib.ml
- ocamlfind ocamlc -g -safe-string -bin-annot -c zip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -c zip.ml
- ocamlfind ocamlc -g -safe-string -bin-annot -c gzip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo  -lz
- ocamlfind ocamlopt -safe-string -c zlib.ml
- ocamlfind ocamlopt -safe-string -c zip.ml
- ocamlfind ocamlopt -safe-string -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx  -lz
- ocamlfind ocamlopt -safe-string -shared -linkall -I ./ -o zip.cmxs zip.cmxa libcamlzip.a
-> compiled  camlzip.1.11
Processing 35/51: [menhirLib: dune build] [num: make opam-legacy] [zarith: make]
Processing 36/51: [menhirLib: dune build] [num: make opam-legacy] [zarith: make] [camlzip: make install]
-         pack lib/pack/menhirLib.{ml,mli}
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20211128
Processing 36/51: [num: make opam-legacy] [zarith: make] [camlzip: make install]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5
Processing 36/51: [zarith: make] [camlzip: make install]
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp  
- ocamlc -ccopt "-I/home/opam/.opam/4.14/lib/ocaml   -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp  
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs  -c zarith_version.ml
- ocamlopt -g -I +compiler-libs  -c z.ml
- ocamlopt -g -I +compiler-libs  -c q.ml
- ocamlopt -g -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp  
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.13
Processing 36/51: [camlzip: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/camlzip.1.11)
- 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/4.14/lib/zip/zip.cmxs
- Installed /home/opam/.opam/4.14/lib/zip/zip.cmxa
- Installed /home/opam/.opam/4.14/lib/zip/zlib.cmx
- Installed /home/opam/.opam/4.14/lib/zip/zip.cmx
- Installed /home/opam/.opam/4.14/lib/zip/gzip.cmx
- Installed /home/opam/.opam/4.14/lib/zip/zlib.cmt
- Installed /home/opam/.opam/4.14/lib/zip/zip.cmt
- Installed /home/opam/.opam/4.14/lib/zip/gzip.cmt
- Installed /home/opam/.opam/4.14/lib/zip/zlib.cmti
- Installed /home/opam/.opam/4.14/lib/zip/zip.cmti
- Installed /home/opam/.opam/4.14/lib/zip/gzip.cmti
- Installed /home/opam/.opam/4.14/lib/zip/zlib.cmi
- Installed /home/opam/.opam/4.14/lib/zip/zip.cmi
- Installed /home/opam/.opam/4.14/lib/zip/gzip.cmi
- Installed /home/opam/.opam/4.14/lib/zip/zlib.mli
- Installed /home/opam/.opam/4.14/lib/zip/zip.mli
- Installed /home/opam/.opam/4.14/lib/zip/gzip.mli
- Installed /home/opam/.opam/4.14/lib/zip/zip.a
- Installed /home/opam/.opam/4.14/lib/zip/libcamlzip.a
- Installed /home/opam/.opam/4.14/lib/zip/zip.cma
- Installed /home/opam/.opam/4.14/lib/stublibs/dllcamlzip.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllcamlzip.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.14/lib/zip/META
- cp META-camlzip META && \
-         ocamlfind install camlzip META && \
-         rm META
- Installed /home/opam/.opam/4.14/lib/camlzip/META
-> installed camlzip.1.11
-> installed menhirLib.20211128
Processing 38/51: [menhir: dune build]
-> installed num.1.5
Processing 39/51: [menhir: dune build]
Processing 40/51: [menhir: dune build] [ocplib-simplex: autoconf]
Processing 41/51: [menhir: dune build] [ocplib-simplex: autoconf] [zarith: make install]
- ocamlfind install -destdir "/home/opam/.opam/4.14/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/4.14/lib/zarith/q.cmti
- Installed /home/opam/.opam/4.14/lib/zarith/z.cmti
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.a
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/4.14/lib/zarith/q.mli
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.h
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/q.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/z.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/zarith_version.cmx
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/4.14/lib/zarith/z.mli
- Installed /home/opam/.opam/4.14/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/4.14/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/4.14/lib/zarith/q.cmi
- Installed /home/opam/.opam/4.14/lib/zarith/z.cmi
- Installed /home/opam/.opam/4.14/lib/zarith/libzarith.a
- Installed /home/opam/.opam/4.14/lib/zarith/zarith.cma
- Installed /home/opam/.opam/4.14/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.14/lib/zarith/META
-> installed zarith.1.13
Processing 41/51: [menhir: dune build] [ocplib-simplex: autoconf]
- configure.in:140: warning: AC_OUTPUT should be used without arguments.
- configure.in:140: You should run autoupdate.
Processing 41/51: [menhir: dune build] [ocplib-simplex: ./configure]
- checking for ocamlc... ocamlc
- ocaml version is 4.14.1
- ocaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlfind... yes
- checking for ocamlopt... ocamlopt
- checking ocamlopt version... ok
- checking for ocamlc.opt... ocamlc.opt
- checking ocamlc.opt version... ok
- checking for ocamlopt.opt... ocamlopt.opt
- checking ocamlopt.opt version... ok
- checking for ocamldep... ocamldep
- checking platform... configure: creating ./config.status
- config.status: creating Makefile
- config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
Processing 41/51: [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 41/51: [menhir: dune build]
Processing 42/51: [menhir: dune build] [ocplib-simplex: make install]
- OCAMLFIND_DESTDIR=/home/opam/.opam/4.14/lib/ \
-   ocamlfind install ocplib-simplex src/ocplibSimplex.* src/*.mli META
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/version.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/solveBounds.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/result.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/rat2.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/polys.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/extSigs.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/coreSig.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/core.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/basic.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/assertBounds.mli
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.o
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cmxs
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cmxa
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cmx
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cmt
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cmo
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cmi
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.cma
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/ocplibSimplex.a
- Installed /home/opam/.opam/4.14/lib/ocplib-simplex/META
-> installed ocplib-simplex.0.4.1
Processing 42/51: [menhir: dune build]
Processing 43/51: [alt-ergo-lib: ocaml unix.cma] [menhir: dune build]
- Using default value for 'prefix' : /home/opam/.opam/4.14
- Using default value for 'libdir' : /home/opam/.opam/4.14/lib
- Using default value for 'sharedir' : /home/opam/.opam/4.14/share
- Using default value for 'mandir' : /home/opam/.opam/4.14/man
- Using default value for 'pluginsdir' : /home/opam/.opam/4.14/lib/alt-ergo/plugins
- Using default value for 'preludesdir' : /home/opam/.opam/4.14/share/alt-ergo/preludes
- Generating file lib/util/config.ml...done.
- Generating file Makefile.config...done.
- Found dune in path.
- All deps are installed.
- Good to go !
Processing 43/51: [alt-ergo-lib: dune build] [menhir: dune build]
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__MyUnix.{cmo,cmt}
- File "lib/util/myUnix.ml", line 21, characters 7-22:
- 21 |     if Pervasives.(<>) timelimit 0. then
-             ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__MyUnix.{cmx,o}
- File "lib/util/myUnix.ml", line 21, characters 7-22:
- 21 |     if Pervasives.(<>) timelimit 0. then
-             ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Util.{cmo,cmt}
- File "lib/util/util.ml", line 86, characters 18-36:
- 86 |   | true, true -> Pervasives.compare s1 s2 (* both constructors without args *)
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Util.{cmx,o}
- File "lib/util/util.ml", line 86, characters 18-36:
- 86 |   | true, true -> Pervasives.compare s1 s2 (* both constructors without args *)
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Numbers.{cmo,cmt}
- File "lib/util/numbers.ml", line 51, characters 11-25:
- 51 |         if Pervasives.(<) v min_float then min_float
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/util/numbers.ml", line 52, characters 16-30:
- 52 |         else if Pervasives.(>) v max_float then max_float
-                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__ZarithNumbers.{cmo,cmt}
- File "lib/util/zarithNumbers.ml", line 156, characters 16-30:
- 156 |     let abs_n = Pervasives.abs n in
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__ZarithNumbers.{cmx,o}
- File "lib/util/zarithNumbers.ml", line 156, characters 16-30:
- 156 |     let abs_n = Pervasives.abs n in
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Options.{cmo,cmt}
- File "lib/util/options.ml", line 960, characters 33-51:
- 960 | let compare  (a: int) (b: int) = Pervasives.compare a b
-                                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Numbers.{cmx,o}
- File "lib/util/numbers.ml", line 51, characters 11-25:
- 51 |         if Pervasives.(<) v min_float then min_float
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/util/numbers.ml", line 52, characters 16-30:
- 52 |         else if Pervasives.(>) v max_float then max_float
-                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Typed.{cmo,cmt}
- File "lib/structures/typed.ml", line 372, characters 6-20:
- 372 |   try Pervasives.(=) (String.sub s 0 2) "@L" with Invalid_argument _ -> false
-             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/typed.ml", line 375, characters 6-20:
- 375 |   try Pervasives.(=) (String.sub s 0 2) "@H" with Invalid_argument _ -> false
-             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Symbols.{cmo,cmt}
- File "lib/structures/symbols.ml", line 127, characters 16-34:
- 127 |         let c = Pervasives.compare b1 b2 in
-                       ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/symbols.ml", line 158, characters 36-54:
- 158 |       | F_Clause b1, F_Clause b2 -> Pervasives.compare b1 b2
-                                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/symbols.ml", line 176, characters 12-30:
- 176 |     let c = Pervasives.compare a.is_open b.is_open in
-                   ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/symbols.ml", line 179, characters 14-32:
- 179 |       let c = Pervasives.compare a.is_lower b.is_lower in
-                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Xliteral.{cmo,cmt}
- File "lib/structures/xliteral.ml", line 106, characters 22-40:
- 106 |   let compare a1 a2 = Pervasives.compare a1.tpos a2.tpos
-                             ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Ty.{cmo,cmt}
- File "lib/structures/ty.ml", line 204, characters 45-63:
- 204 |   | Tvar{ v = v1; _ } , Tvar{ v = v2; _ } -> Pervasives.compare v1 v2
-                                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/ty.ml", line 237, characters 15-33:
- 237 |   | t1 , t2 -> Pervasives.compare t1 t2
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/ty.ml", line 281, characters 52-70:
- 281 | module M = Map.Make(struct type t=int let compare = Pervasives.compare end)
-                                                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/ty.ml", line 605, characters 30-48:
- 605 | let compare_subst = M.compare Pervasives.compare
-                                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/ty.ml", line 607, characters 26-40:
- 607 | let equal_subst = M.equal Pervasives.(=)
-                                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/ty.ml", line 610, characters 45-63:
- 610 |   Set.Make(struct type t = int let compare = Pervasives.compare end)
-                                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Profiling.{cmo,cmt}
- File "lib/structures/profiling.ml", line 88, characters 7-21:
- 88 |     if Pervasives.(>) v 0. then v else -. v
-             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/profiling.ml", line 632, characters 5-19:
- 632 |   if Pervasives.(=) v 0. then fprintf fmt "--     "
-            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/profiling.ml", line 633, characters 10-24:
- 633 |   else if Pervasives.(<) v 10. then fprintf fmt "%0.5f" v
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/profiling.ml", line 634, characters 10-24:
- 634 |   else if Pervasives.(<) v 100. then fprintf fmt "%0.4f" v
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Options.{cmx,o}
- File "lib/util/options.ml", line 960, characters 33-51:
- 960 | let compare  (a: int) (b: int) = Pervasives.compare a b
-                                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Expr.{cmo,cmt}
- File "lib/structures/expr.ml", line 1034, characters 6-20:
- 1034 |   try Pervasives.(=) (String.sub (Sy.to_string v.f) 0 4) "_sko"
-              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1672, characters 30-48:
- 1672 |       let l1 = List.fast_sort Pervasives.compare l1 in
-                                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1673, characters 30-48:
- 1673 |       let l2 = List.fast_sort Pervasives.compare l2 in
-                                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1674, characters 36-54:
- 1674 |       let c  = Util.cmp_lists l1 l2 Pervasives.compare in
-                                            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1705, characters 14-32:
- 1705 |       let c = Pervasives.compare a1 a2 in (* should be Hstring.compare *)
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1713, characters 14-32:
- 1713 |       let c = Pervasives.compare a1 a2 in (* should be Hstring.compare *)
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1728, characters 30-48:
- 1728 |       let l1 = List.fast_sort Pervasives.compare l1 in
-                                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1729, characters 30-48:
- 1729 |       let l2 = List.fast_sort Pervasives.compare l2 in
-                                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1730, characters 35-53:
- 1730 |       let c = Util.cmp_lists l1 l2 Pervasives.compare in
-                                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1744, characters 38-56:
- 1744 |     let l1 = List.rev (List.fast_sort Pervasives.compare l1) in
-                                              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1745, characters 38-56:
- 1745 |     let l2 = List.rev (List.fast_sort Pervasives.compare l2) in
-                                              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1746, characters 33-51:
- 1746 |     let c = Util.cmp_lists l1 l2 Pervasives.compare in
-                                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Typechecker.{cmo,cmt}
- File "lib/frontend/typechecker.ml", line 40, characters 48-66:
- 40 |   Map.Make(struct type t = string let compare = Pervasives.compare end)
-                                                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/frontend/typechecker.ml", line 89, characters 32-46:
- 89 |            | PPTvarid (y, _) -> Pervasives.(=) x y
-                                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/frontend/typechecker.ml", line 108, characters 35-49:
- 108 |     | PPTexternal (l, s, loc) when Pervasives.(=) s "farray" ->
-                                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/frontend/typechecker.ml", line 119, characters 35-49:
- 119 |         | Some (id, vars, ty) when Pervasives.(=) s id &&
-                                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Ite_rel.{cmo,cmt}
- File "lib/reasoners/ite_rel.ml", line 35, characters 30-48:
- 35 |         if c <> 0 then c else Pervasives.compare b1 b2
-                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Ty.{cmx,o}
- File "lib/structures/ty.ml", line 204, characters 45-63:
- 204 |   | Tvar{ v = v1; _ } , Tvar{ v = v2; _ } -> Pervasives.compare v1 v2
-                                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/ty.ml", line 237, characters 15-33:
- 237 |   | t1 , t2 -> Pervasives.compare t1 t2
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/ty.ml", line 281, characters 52-70:
- 281 | module M = Map.Make(struct type t=int let compare = Pervasives.compare end)
-                                                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/ty.ml", line 605, characters 30-48:
- 605 | let compare_subst = M.compare Pervasives.compare
-                                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/ty.ml", line 607, characters 26-40:
- 607 | let equal_subst = M.equal Pervasives.(=)
-                                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/ty.ml", line 610, characters 45-63:
- 610 |   Set.Make(struct type t = int let compare = Pervasives.compare end)
-                                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Symbols.{cmx,o}
- File "lib/structures/symbols.ml", line 127, characters 16-34:
- 127 |         let c = Pervasives.compare b1 b2 in
-                       ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/symbols.ml", line 158, characters 36-54:
- 158 |       | F_Clause b1, F_Clause b2 -> Pervasives.compare b1 b2
-                                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/symbols.ml", line 176, characters 12-30:
- 176 |     let c = Pervasives.compare a.is_open b.is_open in
-                   ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/symbols.ml", line 179, characters 14-32:
- 179 |       let c = Pervasives.compare a.is_lower b.is_lower in
-                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Satml_frontend.{cmo,cmt}
- File "lib/reasoners/satml_frontend.ml", line 511, characters 16-34:
- 511 |       let res = Pervasives.compare w2 w1 in
-                       ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/satml_frontend.ml", line 847, characters 24-38:
- 847 |     {Util.nb_triggers = Pervasives.max 2 (nb_triggers () * 2);
-                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/satml_frontend.ml", line 856, characters 24-38:
- 856 |     {Util.nb_triggers = Pervasives.max 10 (nb_triggers () * 10);
-                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/satml_frontend.ml", line 954, characters 19-33:
- 954 |     let aux mx f = Pervasives.max mx (E.depth f) in
-                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Xliteral.{cmx,o}
- File "lib/structures/xliteral.ml", line 106, characters 22-40:
- 106 |   let compare a1 a2 = Pervasives.compare a1.tpos a2.tpos
-                             ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Fun_sat.{cmo,cmt}
- File "lib/reasoners/fun_sat.ml", line 78, characters 34-49:
- 78 |              stable := !stable && Pervasives.(<=) w 1e100;
-                                        ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/fun_sat.ml", line 121, characters 21-39:
- 121 |              let c = Pervasives.compare b2 b1 in
-                            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/fun_sat.ml", line 123, characters 18-36:
- 123 |              else Pervasives.compare x2 x1
-                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/fun_sat.ml", line 1174, characters 7-22:
- 1174 |        Pervasives.(<>) (Options.interpretation_timelimit ()) 0. then
-               ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Typed.{cmx,o}
- File "lib/structures/typed.ml", line 372, characters 6-20:
- 372 |   try Pervasives.(=) (String.sub s 0 2) "@L" with Invalid_argument _ -> false
-             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/typed.ml", line 375, characters 6-20:
- 375 |   try Pervasives.(=) (String.sub s 0 2) "@H" with Invalid_argument _ -> false
-             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc lib/.AltErgoLib.objs/byte/altErgoLib__Satml.{cmo,cmt}
- File "lib/reasoners/satml.ml", line 364, characters 4-18:
- 364 |     Pervasives.(<) (Vec.get env.vars j).weight (Vec.get env.vars i).weight
-           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/satml.ml", line 378, characters 7-21:
- 378 |     if Pervasives.(>) v.weight 1e100 then begin
-              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/satml.ml", line 390, characters 7-21:
- 390 |     if Pervasives.(>) c.activity 1e20 then begin
-              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Expr.{cmx,o}
- File "lib/structures/expr.ml", line 1034, characters 6-20:
- 1034 |   try Pervasives.(=) (String.sub (Sy.to_string v.f) 0 4) "_sko"
-              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1672, characters 30-48:
- 1672 |       let l1 = List.fast_sort Pervasives.compare l1 in
-                                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1673, characters 30-48:
- 1673 |       let l2 = List.fast_sort Pervasives.compare l2 in
-                                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1674, characters 36-54:
- 1674 |       let c  = Util.cmp_lists l1 l2 Pervasives.compare in
-                                            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1705, characters 14-32:
- 1705 |       let c = Pervasives.compare a1 a2 in (* should be Hstring.compare *)
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1713, characters 14-32:
- 1713 |       let c = Pervasives.compare a1 a2 in (* should be Hstring.compare *)
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1728, characters 30-48:
- 1728 |       let l1 = List.fast_sort Pervasives.compare l1 in
-                                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1729, characters 30-48:
- 1729 |       let l2 = List.fast_sort Pervasives.compare l2 in
-                                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1730, characters 35-53:
- 1730 |       let c = Util.cmp_lists l1 l2 Pervasives.compare in
-                                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1744, characters 38-56:
- 1744 |     let l1 = List.rev (List.fast_sort Pervasives.compare l1) in
-                                              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1745, characters 38-56:
- 1745 |     let l2 = List.rev (List.fast_sort Pervasives.compare l2) in
-                                              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/expr.ml", line 1746, characters 33-51:
- 1746 |     let c = Util.cmp_lists l1 l2 Pervasives.compare in
-                                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Profiling.{cmx,o}
- File "lib/structures/profiling.ml", line 88, characters 7-21:
- 88 |     if Pervasives.(>) v 0. then v else -. v
-             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/profiling.ml", line 632, characters 5-19:
- 632 |   if Pervasives.(=) v 0. then fprintf fmt "--     "
-            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/profiling.ml", line 633, characters 10-24:
- 633 |   else if Pervasives.(<) v 10. then fprintf fmt "%0.5f" v
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/structures/profiling.ml", line 634, characters 10-24:
- 634 |   else if Pervasives.(<) v 100. then fprintf fmt "%0.4f" v
-                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Typechecker.{cmx,o}
- File "lib/frontend/typechecker.ml", line 40, characters 48-66:
- 40 |   Map.Make(struct type t = string let compare = Pervasives.compare end)
-                                                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/frontend/typechecker.ml", line 89, characters 32-46:
- 89 |            | PPTvarid (y, _) -> Pervasives.(=) x y
-                                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/frontend/typechecker.ml", line 108, characters 35-49:
- 108 |     | PPTexternal (l, s, loc) when Pervasives.(=) s "farray" ->
-                                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/frontend/typechecker.ml", line 119, characters 35-49:
- 119 |         | Some (id, vars, ty) when Pervasives.(=) s id &&
-                                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Ite_rel.{cmx,o}
- File "lib/reasoners/ite_rel.ml", line 35, characters 30-48:
- 35 |         if c <> 0 then c else Pervasives.compare b1 b2
-                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Satml.{cmx,o}
- File "lib/reasoners/satml.ml", line 364, characters 4-18:
- 364 |     Pervasives.(<) (Vec.get env.vars j).weight (Vec.get env.vars i).weight
-           ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/satml.ml", line 378, characters 7-21:
- 378 |     if Pervasives.(>) v.weight 1e100 then begin
-              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/satml.ml", line 390, characters 7-21:
- 390 |     if Pervasives.(>) c.activity 1e20 then begin
-              ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Satml_frontend.{cmx,o}
- File "lib/reasoners/satml_frontend.ml", line 511, characters 16-34:
- 511 |       let res = Pervasives.compare w2 w1 in
-                       ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/satml_frontend.ml", line 847, characters 24-38:
- 847 |     {Util.nb_triggers = Pervasives.max 2 (nb_triggers () * 2);
-                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/satml_frontend.ml", line 856, characters 24-38:
- 856 |     {Util.nb_triggers = Pervasives.max 10 (nb_triggers () * 10);
-                               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/satml_frontend.ml", line 954, characters 19-33:
- 954 |     let aux mx f = Pervasives.max mx (E.depth f) in
-                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt lib/.AltErgoLib.objs/native/altErgoLib__Fun_sat.{cmx,o}
- File "lib/reasoners/fun_sat.ml", line 78, characters 34-49:
- 78 |              stable := !stable && Pervasives.(<=) w 1e100;
-                                        ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/fun_sat.ml", line 121, characters 21-39:
- 121 |              let c = Pervasives.compare b2 b1 in
-                            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/fun_sat.ml", line 123, characters 18-36:
- 123 |              else Pervasives.compare x2 x1
-                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "lib/reasoners/fun_sat.ml", line 1174, characters 7-22:
- 1174 |        Pervasives.(<>) (Options.interpretation_timelimit ()) 0. then
-               ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-> compiled  alt-ergo-lib.2.3.1
Processing 43/51: [menhir: dune build]
-> installed alt-ergo-lib.2.3.1
Processing 44/51: [menhir: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "menhir" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/menhir.20211128)
-     ocamlopt fix/src/.vendored_fix.objs/native/vendored_fix__Glue.{cmx,o}
- File "fix/src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: iter
- This function won't be available in 5.0
- File "ephemeron.mli", lines 91-92, characters 2-73:
-   Definition
- File "hashtbl.mli", line 350, characters 4-50:
-   Expected signature
- File "fix/src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: filter_map_inplace
- This function won't be available in 5.0
- File "ephemeron.mli", lines 93-94, characters 2-73:
-   Definition
- File "hashtbl.mli", lines 351-352, characters 4-10:
-   Expected signature
- File "fix/src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: fold
- This function won't be available in 5.0
- File "ephemeron.mli", lines 95-96, characters 2-73:
-   Definition
- File "hashtbl.mli", line 355, characters 4-58:
-   Expected signature
- File "fix/src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: to_seq
- This function won't be available in 5.0
- File "ephemeron.mli", lines 99-100, characters 2-73:
-   Definition
- File "hashtbl.mli", line 359, characters 4-41:
-   Expected signature
- File "fix/src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: to_seq_keys
- This function won't be available in 5.0
- File "ephemeron.mli", lines 101-102, characters 2-73:
-   Definition
- File "hashtbl.mli", line 362, characters 4-38:
-   Expected signature
- File "fix/src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: to_seq_values
- This function won't be available in 5.0
- File "ephemeron.mli", lines 103-104, characters 2-73:
-   Definition
- File "hashtbl.mli", line 365, characters 4-40:
-   Expected signature
-       menhir src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
-       menhir src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-       menhir src/stage2/parser.{ml,mli}
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 194 states.
- The grammar is not SLR(1) -- 5 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 298 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 40 states.
- Priority played a role in 0 of these states.
- 152 out of 298 states have a default reduction.
- The action table is 11324 entries; 1610 non-zero; 1359 compressed.
- The action table occupies roughly 2816 bytes.
- The goto table is 16986 entries; 329 non-zero; 636 compressed.
- The goto table occupies roughly 1368 bytes.
- The error table occupies roughly 1448 bytes.
- The default_reduction table occupies roughly 336 bytes.
- The lhs table occupies roughly 168 bytes.
- The trace table occupies roughly 8 bytes.
-> compiled  menhir.20211128
-> installed menhir.20211128
Processing 46/51: [psmt2-frontend: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "psmt2-frontend" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/psmt2-frontend.0.4.0)
-       menhir 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.
-       menhir src/lib/smtlib_parser.{ml,mli}
- 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 206, 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
Processing 48/51: [alt-ergo-parsers: ocaml unix.cma]
+ /home/opam/.opam/4.14/bin/ocaml "unix.cma" "configure.ml" "alt-ergo-parsers" (CWD=/home/opam/.opam/4.14/.opam-switch/build/alt-ergo-parsers.2.3.1)
- Using default value for 'prefix' : /home/opam/.opam/4.14
- Using default value for 'libdir' : /home/opam/.opam/4.14/lib
- Using default value for 'sharedir' : /home/opam/.opam/4.14/share
- Using default value for 'mandir' : /home/opam/.opam/4.14/man
- Using default value for 'pluginsdir' : /home/opam/.opam/4.14/lib/alt-ergo/plugins
- Using default value for 'preludesdir' : /home/opam/.opam/4.14/share/alt-ergo/preludes
- Generating file lib/util/config.ml...done.
- Generating file Makefile.config...done.
- Found dune in path.
- All deps are installed.
- Good to go !
Processing 48/51: [alt-ergo-parsers: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "alt-ergo-parsers" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/alt-ergo-parsers.2.3.1)
-       ocamlc parsers/.AltErgoParsers.objs/byte/altErgoParsers__Parsers.{cmo,cmt}
- File "parsers/parsers.ml", line 127, characters 9-24:
- 127 |       if Pervasives.(<>) file "" then
-                ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt parsers/.AltErgoParsers.objs/native/altErgoParsers__Parsers.{cmx,o}
- File "parsers/parsers.ml", line 127, characters 9-24:
- 127 |       if Pervasives.(<>) file "" then
-                ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-       ocamlc parsers/.AltErgoParsers.objs/byte/altErgoParsers__Psmt2_to_alt_ergo.{cmo,cmt}
- File "parsers/psmt2_to_alt_ergo.ml", lines 355-405, characters 4-21:
- 355 | ....match command.c with
- 356 |     | Cmd_Assert(assert_term) ->
- 357 |       (translate_assert (pos command) assert_term) :: acc
- 358 |     | Cmd_CheckEntailment(assert_term) ->
- 359 |       Options.set_unsat_mode false;
- ...
- 402 |     | Cmd_SetInfo _ -> not_supported "set-info"; acc
- 403 |     | Cmd_Push _ -> not_supported "push"; assert false
- 404 |     | Cmd_Pop _ -> not_supported "pop"; assert false
- 405 |     | Cmd_Exit -> acc
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (Cmd_CheckAllSat _|Cmd_Maximize _|Cmd_Minimize _)
-     ocamlopt parsers/.AltErgoParsers.objs/native/altErgoParsers__Psmt2_to_alt_ergo.{cmx,o}
- File "parsers/psmt2_to_alt_ergo.ml", lines 355-405, characters 4-21:
- 355 | ....match command.c with
- 356 |     | Cmd_Assert(assert_term) ->
- 357 |       (translate_assert (pos command) assert_term) :: acc
- 358 |     | Cmd_CheckEntailment(assert_term) ->
- 359 |       Options.set_unsat_mode false;
- ...
- 402 |     | Cmd_SetInfo _ -> not_supported "set-info"; acc
- 403 |     | Cmd_Push _ -> not_supported "push"; assert false
- 404 |     | Cmd_Pop _ -> not_supported "pop"; assert false
- 405 |     | Cmd_Exit -> acc
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (Cmd_CheckAllSat _|Cmd_Maximize _|Cmd_Minimize _)
-> compiled  alt-ergo-parsers.2.3.1
-> installed alt-ergo-parsers.2.3.1
Processing 50/51: [alt-ergo: ocaml unix.cma]
+ /home/opam/.opam/4.14/bin/ocaml "unix.cma" "configure.ml" "alt-ergo" (CWD=/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.3.1)
- Using default value for 'prefix' : /home/opam/.opam/4.14
- Using default value for 'libdir' : /home/opam/.opam/4.14/lib
- Using default value for 'sharedir' : /home/opam/.opam/4.14/share
- Using default value for 'mandir' : /home/opam/.opam/4.14/man
- Using default value for 'pluginsdir' : /home/opam/.opam/4.14/lib/alt-ergo/plugins
- Using default value for 'preludesdir' : /home/opam/.opam/4.14/share/alt-ergo/preludes
- Generating file lib/util/config.ml...done.
- Generating file Makefile.config...done.
- Found dune in path.
- All deps are installed.
- Good to go !
Processing 50/51: [alt-ergo: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "alt-ergo" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/alt-ergo.2.3.1)
-> compiled  alt-ergo.2.3.1
-> installed alt-ergo.2.3.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:02.01 ---> saved as "47483e4a55d55f477f6a3ab2bb666725dd223685ac8692e65e057a6a7d217ea8"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u alt-ergo:f90c165620d0ed00ce5fd8545d1dfc9e,psmt2-frontend:441d162be03a45cee924a15b48a86dc6,alt-ergo-parsers:ebdc91e4f15f1df3209a2d5ac39cc878,alt-ergo-lib:53789c619fde29c084d4b9fbc0a3a601"))
2024-01-29 19:02.09 ---> saved as "f245cb4580fcb824e3f8c4ea51bcf21461a3d13486dba3c54e9f56aa1ae6bdfc"

/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.501517') && (for DATA in prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1,alt-ergo-lib.2.3.1-53789c619fde29c084d4b9fbc0a3a601,alt-ergo-lib.2.3.1 prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1,alt-ergo-parsers.2.3.1-ebdc91e4f15f1df3209a2d5ac39cc878,alt-ergo-parsers.2.3.1 prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0,psmt2-frontend.0.4.0-441d162be03a45cee924a15b48a86dc6,psmt2-frontend.0.4.0 prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1,alt-ergo.2.3.1-f90c165620d0ed00ce5fd8545d1dfc9e,alt-ergo.2.3.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1,alt-ergo-lib.2.3.1-53789c619fde29c084d4b9fbc0a3a601,alt-ergo-lib.2.3.1 prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1,alt-ergo-parsers.2.3.1-ebdc91e4f15f1df3209a2d5ac39cc878,alt-ergo-parsers.2.3.1 prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0,psmt2-frontend.0.4.0-441d162be03a45cee924a15b48a86dc6,psmt2-frontend.0.4.0 prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1,alt-ergo.2.3.1-f90c165620d0ed00ce5fd8545d1dfc9e,alt-ergo.2.3.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1,alt-ergo-lib.2.3.1-53789c619fde29c084d4b9fbc0a3a601,alt-ergo-lib.2.3.1 prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1,alt-ergo-parsers.2.3.1-ebdc91e4f15f1df3209a2d5ac39cc878,alt-ergo-parsers.2.3.1 prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0,psmt2-frontend.0.4.0-441d162be03a45cee924a15b48a86dc6,psmt2-frontend.0.4.0 prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1,alt-ergo.2.3.1-f90c165620d0ed00ce5fd8545d1dfc9e,alt-ergo.2.3.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.501517
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/doc/
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/doc/alt-ergo-lib/
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/doc/alt-ergo-lib/odoc-pages/
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/doc/alt-ergo-lib/odoc-pages/index.mld
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/doc/alt-ergo-lib/CHANGES
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/dune-package
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__ZarithNumbers.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__ZarithNumbers.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__ZarithNumbers.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Xliteral.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Xliteral.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Xliteral.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Version.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Version.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Version.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Vec.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Vec.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Vec.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Var.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Var.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Var.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Util.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Util.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Util.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Use.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Use.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Use.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Uf.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Uf.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Uf.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Typed.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Typed.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Typed.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Typechecker.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Typechecker.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Typechecker.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ty.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ty.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ty.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Timers.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Timers.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Timers.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Theory.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Theory.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Theory.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Th_util.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Th_util.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Th_util.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Symbols.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Symbols.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Symbols.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Sig_rel.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Sig_rel.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Sig.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Sig.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Shostak.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Shostak.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Shostak.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Satml_types.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Satml_types.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Satml_types.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Satml_frontend_hybrid.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Satml_frontend_hybrid.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Satml_frontend_hybrid.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Satml_frontend.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Satml_frontend.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Satml_frontend.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Satml.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Satml.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Satml.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Sat_solver_sig.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Sat_solver_sig.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Sat_solver_sig.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Sat_solver.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Sat_solver.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Sat_solver.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Relation.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Relation.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Relation.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Records_rel.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Records_rel.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Records_rel.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Records.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Records.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Records.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Profiling.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Profiling.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Profiling.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Polynome.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Polynome.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Polynome.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Parsed_interface.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Parsed_interface.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Parsed_interface.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Parsed.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Parsed.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Parsed.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Options.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Options.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Options.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__NumsNumbers.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__NumsNumbers.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__NumsNumbers.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__NumbersInterface.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__NumbersInterface.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Numbers.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Numbers.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Numbers.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__MyUnix.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__MyUnix.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__MyUnix.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__MyDynlink.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__MyDynlink.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__MyDynlink.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Matching_types.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Matching_types.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Matching.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Matching.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Matching.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Loc.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Loc.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Loc.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Lists.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Lists.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Lists.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ite_rel.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ite_rel.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ite_rel.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ite.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ite.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ite.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Intervals.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Intervals.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Intervals.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__IntervalCalculus.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__IntervalCalculus.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__IntervalCalculus.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Instances.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Instances.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Instances.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Input.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Input.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Input.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Inequalities.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Inequalities.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Inequalities.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Iheap.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Iheap.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Iheap.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Hstring.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Hstring.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Hstring.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Hconsing.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Hconsing.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Hconsing.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Gc_debug.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Gc_debug.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Gc_debug.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Fun_sat.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Fun_sat.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Fun_sat.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Frontend.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Frontend.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Frontend.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Fpa_rounding.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Fpa_rounding.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Fpa_rounding.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Expr.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Expr.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Expr.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Explanation.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Explanation.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Explanation.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Errors.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Errors.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Errors.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Enum_rel.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Enum_rel.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Enum_rel.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Enum.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Enum.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Enum.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Emap.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Emap.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Emap.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Config.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Config.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Commands.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Commands.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Commands.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Cnf.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Cnf.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Cnf.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ccx.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ccx.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ccx.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Bitv_rel.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Bitv_rel.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Bitv_rel.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Bitv.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Bitv.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Bitv.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Arrays_rel.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Arrays_rel.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Arrays_rel.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Arrays.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Arrays.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Arrays.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Arith.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Arith.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Arith.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Adt_rel.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Adt_rel.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Adt_rel.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Adt.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Adt.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Adt.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ac.cmti
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ac.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib__Ac.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib.cmt
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/altErgoLib.cmi
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/META
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/lib/alt-ergo-lib/AltErgoLib.ocamlobjinfo
prep/universes/53789c619fde29c084d4b9fbc0a3a601/alt-ergo-lib/2.3.1/opam
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/doc/
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/doc/alt-ergo-parsers/
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/doc/alt-ergo-parsers/odoc-pages/
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/doc/alt-ergo-parsers/odoc-pages/index.mld
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/doc/alt-ergo-parsers/CHANGES
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/dune-package
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Why_parser.cmti
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Why_parser.cmt
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Why_parser.cmi
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Why_lexer.cmt
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Why_lexer.cmi
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Psmt2_to_alt_ergo.cmti
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Psmt2_to_alt_ergo.cmt
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Psmt2_to_alt_ergo.cmi
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Parsers_loader.cmti
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Parsers_loader.cmt
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Parsers_loader.cmi
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Parsers.cmti
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Parsers.cmt
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__Parsers.cmi
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__MyZip.cmti
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__MyZip.cmt
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers__MyZip.cmi
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers.cmt
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/altErgoParsers.cmi
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/META
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/lib/alt-ergo-parsers/AltErgoParsers.ocamlobjinfo
prep/universes/ebdc91e4f15f1df3209a2d5ac39cc878/alt-ergo-parsers/2.3.1/opam
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/doc/
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/doc/psmt2-frontend/
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/doc/psmt2-frontend/odoc-pages/
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/doc/psmt2-frontend/odoc-pages/index.mld
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/doc/psmt2-frontend/README.md
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/doc/psmt2-frontend/LICENSE.md
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/doc/psmt2-frontend/LICENSE
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/doc/psmt2-frontend/CHANGES.md
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Version.cmti
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Version.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Version.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_typing.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_typing.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_typed_logic.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_typed_logic.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_typed_env.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_typed_env.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_ty.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_ty.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_syntax.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_syntax.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_printer.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_printer.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_parser.cmti
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_parser.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_parser.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_lexer.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_lexer.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_error.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Smtlib_error.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Options.cmti
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Options.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Options.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Main.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend__Main.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend.cmt
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend.cmi
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/dune-package
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/META
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/lib/psmt2-frontend/psmt2Frontend.ocamlobjinfo
prep/universes/441d162be03a45cee924a15b48a86dc6/psmt2-frontend/0.4.0/opam
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/doc/
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/doc/alt-ergo/
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/doc/alt-ergo/odoc-pages/
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/doc/alt-ergo/odoc-pages/index.mld
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/doc/alt-ergo/CHANGES
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/lib/
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/lib/alt-ergo/
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/lib/alt-ergo/dune-package
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/lib/alt-ergo/META
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/opam
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/share/
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/share/alt-ergo/
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/share/alt-ergo/plugins/
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/share/alt-ergo/plugins/fm-simplex-plugin.ocamlobjinfo
prep/universes/f90c165620d0ed00ce5fd8545d1dfc9e/alt-ergo/2.3.1/share/alt-ergo/plugins/AB-Why3-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.
HASHES:alt-ergo-lib.2.3.1-53789c619fde29c084d4b9fbc0a3a601:c41051ea24e202c3cdbb354af103cd3f3fd51292ddf80a7bd6372ab31aed1634
HASHES:alt-ergo-parsers.2.3.1-ebdc91e4f15f1df3209a2d5ac39cc878:210a1fe0fd31264c071fc1ece6dd75f3509177a853d41df66210bfa23ef7b6f4
HASHES:psmt2-frontend.0.4.0-441d162be03a45cee924a15b48a86dc6:3654f248a4683bbd97b6bcef06588e448927705e2eacc2892588008002342b04
HASHES:alt-ergo.2.3.1-f90c165620d0ed00ce5fd8545d1dfc9e:17a01f21bdb24cff9dae93969681b8539c37862793e72a8bdb7c1a29bb27758d
2024-01-29 19:02.51 ---> saved as "121df904538623e8ce48be7d62b3e4499a074089cd5f1200f05c4b5f61a9feb6"
Job succeeded
2024-01-29 19:09.02: alt-ergo.2.3.1-f90c165620d0ed00ce5fd8545d1dfc9e -> 17a01f21bdb24cff9dae93969681b8539c37862793e72a8bdb7c1a29bb27758d
2024-01-29 19:09.02: psmt2-frontend.0.4.0-441d162be03a45cee924a15b48a86dc6 -> 3654f248a4683bbd97b6bcef06588e448927705e2eacc2892588008002342b04
2024-01-29 19:09.02: alt-ergo-parsers.2.3.1-ebdc91e4f15f1df3209a2d5ac39cc878 -> 210a1fe0fd31264c071fc1ece6dd75f3509177a853d41df66210bfa23ef7b6f4
2024-01-29 19:09.02: alt-ergo-lib.2.3.1-53789c619fde29c084d4b9fbc0a3a601 -> c41051ea24e202c3cdbb354af103cd3f3fd51292ddf80a7bd6372ab31aed1634
2024-01-29 19:09.02: Job succeeded