Build:
  1. 0
2024-01-29 15:19.05: New job: Voodoo prep goblint-cil.1.7.4; cb052c0ab71fa20c9a95d4203ac07ab1
2024-01-29 15:19.05: Waiting for resource in pool OCluster
2024-01-29 19:22.01: Waiting for worker…
2024-01-29 19:22.45: Got resource from pool OCluster
2024-01-29 19:22.45: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (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 goblint-cil.1.7.4 zarith.1.13 ocamlfind.1.9.6 ocamlbuild.0.14.3 conf-gmp.4 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u goblint-cil:cb052c0ab71fa20c9a95d4203ac07ab1,zarith:3b44361746301ab81482c590499b76e3"))
 (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.660425') && (for DATA in prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13,zarith.1.13-3b44361746301ab81482c590499b76e3,zarith.1.13 prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4,goblint-cil.1.7.4-cb052c0ab71fa20c9a95d4203ac07ab1,goblint-cil.1.7.4; 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/3b44361746301ab81482c590499b76e3/zarith/1.13,zarith.1.13-3b44361746301ab81482c590499b76e3,zarith.1.13 prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4,goblint-cil.1.7.4-cb052c0ab71fa20c9a95d4203ac07ab1,goblint-cil.1.7.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13,zarith.1.13-3b44361746301ab81482c590499b76e3,zarith.1.13 prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4,goblint-cil.1.7.4-cb052c0ab71fa20c9a95d4203ac07ab1,goblint-cil.1.7.4; 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 3eadcddc200bcd9b272f39a7211604b4bf21f593 --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 19:22.45: RETRYING: 2024-01-29/151905-voodoo-prep-f5f0c2 Number of retries: 0 (retriable error condition)
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  74% (24119/32519)
Updating files:  75% (24390/32519)
Updating files:  76% (24715/32519)
Updating files:  77% (25040/32519)
Updating files:  78% (25365/32519)
Updating files:  79% (25691/32519)
Updating files:  80% (26016/32519)
Updating files:  81% (26341/32519)
Updating files:  82% (26666/32519)
Updating files:  83% (26991/32519)
Updating files:  84% (27316/32519)
Updating files:  85% (27642/32519)
Updating files:  86% (27967/32519)
Updating files:  87% (28292/32519)
Updating files:  88% (28617/32519)
Updating files:  89% (28942/32519)
Updating files:  90% (29268/32519)
Updating files:  91% (29593/32519)
Updating files:  92% (29918/32519)
Updating files:  93% (30243/32519)
Updating files:  94% (30568/32519)
Updating files:  95% (30894/32519)
Updating files:  96% (31219/32519)
Updating files:  97% (31544/32519)
Updating files:  98% (31869/32519)
Updating files:  99% (32194/32519)
Updating files: 100% (32519/32519)
Updating files: 100% (32519/32519), done.
HEAD is now at 3eadcddc20 Merge pull request #24974 from kit-ty-kate/fix-253

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 19:17.38 ---> 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 19:17.38 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 1s (337 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 2s (243 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 19:17.38 ---> using "d64ddc7053307a6e5bac376e2af0af138c2728532db1941a0e2c7ed3dcb6923f" from cache

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

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

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

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

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

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

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 19:17.38 ---> 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 19:17.38 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 19:17.40 ---> using "933deb6a7d40fea2bf2753eeaf5689b56fae54538135ffbc51433f54cca2c3ac" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:17.40 ---> using "3c98c709e88e2e39a61feeb19beb82da5dff9b9d7bbc63df8b2a8e3d948ec388" from cache

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

Continue? [Y/n] 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.

y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 19:17.40 ---> using "83609bdba612026e9186c017ff0c3c76635779072c7157f8315ce30ad76eee32" from cache

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

2024-01-29 19:17.40 ---> using "5a9109935b5d4a34b473607f6affd5502a1463948f9890ac13733d11da2bff31" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:17.40 ---> using "33280959bc7df21679812a7e5fa9f0a35f582942697009c742c6226b8d42dc4e" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> installed ocamlfind.1.9.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:17.40 ---> using "809e57325a14e597e382bb171c99f5cd9d556cfe942d6a4e331d6f2da8e00378" from cache

/home/opam: (env DUNE_CACHE disabled)

/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 goblint-cil.1.7.4 zarith.1.13 ocamlfind.1.9.6 ocamlbuild.0.14.3 conf-gmp.4 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (729 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 goblint-cil.1.7.4 zarith.1.13 ocamlfind.1.9.6 ocamlbuild.0.14.3 conf-gmp.4" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libgmp-dev
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install ocamlbuild  0.14.3
  - install conf-gmp    4
  - install zarith      1.13
  - install goblint-cil 1.7.4
===== 4 to install =====

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/12:
Processing  3/12:
Processing  4/12:
Processing  5/12: [conf-gmp: sh]
-> retrieved goblint-cil.1.7.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
Processing  6/12: [conf-gmp: sh] [ocamlbuild: make configure.make]
-> retrieved zarith.1.13  (cached)
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing  6/12: [ocamlbuild: make configure.make]
-> installed conf-gmp.4
Processing  7/12: [ocamlbuild: make configure.make]
Processing  8/12: [ocamlbuild: make configure.make] [zarith: ./configure]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.14/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.14/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.14/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.14"; \
- echo "BINDIR=/home/opam/.opam/4.14/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.14/lib"; \
- echo "MANDIR=/home/opam/.opam/4.14/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.14/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.14/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.14/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.14/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing  8/12: [ocamlbuild: make check-if-preinstalled] [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
- include gmp.h: found
- library 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  8/12: [ocamlbuild: make check-if-preinstalled] [zarith: make]
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp 
- ocamlc -ccopt "-I/home/opam/.opam/4.14/lib/ocaml  -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp 
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs  -c zarith_version.ml
- ocamlopt -g -I +compiler-libs  -c z.ml
- ocamlopt -g -I +compiler-libs  -c q.ml
- ocamlopt -g -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp 
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.13
Processing  8/12: [ocamlbuild: make check-if-preinstalled]
Processing  9/12: [ocamlbuild: make check-if-preinstalled] [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  9/12: [ocamlbuild: make check-if-preinstalled]
+ /usr/bin/make "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3)
- if test -d /home/opam/.opam/4.14/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.14/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
-> installed ocamlbuild.0.14.3
Processing 11/12: [goblint-cil: ./configure]
+ /home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4/./configure "--prefix" "/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4)
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for a BSD-compatible install... /usr/bin/install -c
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking target system type... x86_64-unknown-linux-gnu
- checking for msvc cl.exe (optional)... not found
- checking for ocamlc... ocamlc
- OCaml version is 4.14.1
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for dynlink.cmxa... yes
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... ocamlbuild
- checking for ocamllex... ocamllex
- checking for ocamllex.opt... ocamllex.opt
- checking for ocamlyacc... ocamlyacc
- checking for ocamlfind... ocamlfind
- checking for perl... perl
- checking for cygpath... no
- checking for gcc version... checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... 
- yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for __builtin_va_list... yes
- checking if __thread is a keyword... true
- checking if gcc adds underscores to assembly labels.... false
- checking for ANSI C header files... (cached) yes
- checking for stdlib.h... (cached) yes
- checking for strings.h... (cached) yes
- checking sys/time.h usability... yes
- checking sys/time.h presence... yes
- checking for sys/time.h... yes
- checking for unistd.h... (cached) yes
- checking wchar.h usability... yes
- checking wchar.h presence... yes
- checking for wchar.h... yes
- checking stdbool.h usability... yes
- checking stdbool.h presence... yes
- checking for stdbool.h... yes
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking whether time.h and sys/time.h may both be included... yes
- checking for intptr_t... yes
- checking for working memcmp... yes
- checking for mkdir... yes
- checking for select... yes
- checking for socket... yes
- checking for __sysv_signal... yes
- checking for real definition of size_t... 
- unsigned long
- checking for real definition of wchar_t... int
- configure: creating ./config.status
- config.status: creating stamp-h
- config.status: creating Makefile
- config.status: creating config.mk
- config.status: creating lib/perl5/App/Cilly/CilConfig.pm
- config.status: creating doc/index.html
- config.status: creating doc/header.html
- config.status: creating src/machdep-ml.c
- config.status: creating src/cilversion.ml
- config.status: creating config.h
- 
- CIL configuration:
-   (optional) cl.exe found:    HAS_MSVC           no
-   gcc to use                  CC                 gcc
-   default compiler            DEFAULT_COMPILER   _GNUCC
-   CIL version                 CIL_VERSION        1.7.3
-   Native OCaml CIL libs                          yes
Processing 11/12: [goblint-cil: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4)
- /usr/bin/make cilly install-findlib install-data PREFIX=. datarootdir=share DESTDIR= OCAMLFIND_DESTDIR=lib
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4'
- export CIL_VERSION
- MAKE=/usr/bin/make ocamlbuild -build-dir _build -use-ocamlfind -no-links -classic-display src/cil.cma src/ext/blockinggraph.cma src/ext/callgraph.cma src/ext/canonicalize.cma src/ext/ccl.cma src/ext/cqualann.cma src/ext/dataslicing.cma src/ext/epicenter.cma src/ext/heapify.cma src/ext/inliner.cma src/ext/liveness.cma src/ext/llvm.cma src/ext/logcalls.cma src/ext/logwrites.cma src/ext/oneret.cma src/ext/partial.cma src/ext/pta.cma src/ext/sfi.cma src/ext/simplemem.cma src/ext/simplify.cma src/ext/zrapp.cma src/cil.cmxa src/cil.a src/ext/blockinggraph.cmxa src/ext/callgraph.cmxa src/ext/canonicalize.cmxa src/ext/ccl.cmxa src/ext/cqualann.cmxa src/ext/dataslicing.cmxa src/ext/epicenter.cmxa src/ext/heapify.cmxa src/ext/inliner.cmxa src/ext/liveness.cmxa src/ext/llvm.cmxa src/ext/logcalls.cmxa src/ext/logwrites.cmxa src/ext/oneret.cmxa src/ext/partial.cmxa src/ext/pta.cmxa src/ext/sfi.cmxa src/ext/simplemem.cmxa src/ext/simplify.cmxa src/ext/zrapp.cmxa src/ext/blockinggraph.cmxs src/ext/callgraph.cmxs src/ext/canonicalize.cmxs src/ext/ccl.cmxs src/ext/cqualann.cmxs src/ext/dataslicing.cmxs src/ext/epicenter.cmxs src/ext/heapify.cmxs src/ext/inliner.cmxs src/ext/liveness.cmxs src/ext/llvm.cmxs src/ext/logcalls.cmxs src/ext/logwrites.cmxs src/ext/oneret.cmxs src/ext/partial.cmxs src/ext/pta.cmxs src/ext/sfi.cmxs src/ext/simplemem.cmxs src/ext/simplify.cmxs src/ext/zrapp.cmxs src/ext/blockinggraph.a src/ext/callgraph.a src/ext/canonicalize.a src/ext/ccl.a src/ext/cqualann.a src/ext/dataslicing.a src/ext/epicenter.a src/ext/heapify.a src/ext/inliner.a src/ext/liveness.a src/ext/llvm.a src/ext/logcalls.a src/ext/logwrites.a src/ext/oneret.a src/ext/partial.a src/ext/pta.a src/ext/sfi.a src/ext/simplemem.a src/ext/simplify.a src/ext/zrapp.a src/cil.libfiles src/ext/blockinggraph.libfiles src/ext/callgraph.libfiles src/ext/canonicalize.libfiles src/ext/ccl.libfiles src/ext/cqualann.libfiles src/ext/dataslicing.libfiles src/ext/epicenter.libfiles src/ext/heapify.libfiles src/ext/inliner.libfiles src/ext/liveness.libfiles src/ext/llvm.libfiles src/ext/logcalls.libfiles src/ext/logwrites.libfiles src/ext/oneret.libfiles src/ext/partial.libfiles src/ext/pta.libfiles src/ext/sfi.libfiles src/ext/simplemem.libfiles src/ext/simplify.libfiles src/ext/zrapp.libfiles src/main.byte src/main.native cil.docdir/index.html
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.14/lib/ocamlbuild /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/alpha.mli > src/ocamlutil/alpha.mli.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/pretty.mli > src/ocamlutil/pretty.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/pretty.cmi src/ocamlutil/pretty.mli
- ocamlfind ocamlc -c -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/alpha.cmi src/ocamlutil/alpha.mli
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/alpha.ml > src/ocamlutil/alpha.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/errormsg.mli > src/ocamlutil/errormsg.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/errormsg.cmi src/ocamlutil/errormsg.mli
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/bitmap.mli > src/ocamlutil/bitmap.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/bitmap.cmi src/ocamlutil/bitmap.mli
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/bitmap.ml > src/ocamlutil/bitmap.ml.depends
- ocamlfind ocamldep -package zarith -modules src/frontc/cabs.ml > src/frontc/cabs.ml.depends
- ocamlfind ocamldep -package zarith -modules src/frontc/cabs2cil.mli > src/frontc/cabs2cil.mli.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cabs.cmo src/frontc/cabs.ml
- ocamlfind ocamldep -package zarith -modules src/cil.mli > src/cil.mli.depends
- ocamlfind ocamldep -package zarith -modules src/cilint.mli > src/cilint.mli.depends
- /usr/bin/make -C .. _build/machdep.ml
- + /usr/bin/make -C .. _build/machdep.ml
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4'
- machdep-ml.exe created succesfully.
- Generating machine dependency information for CIL
- /bin/sh: 1: cl: not found
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4'
- ocamlfind ocamldep -package zarith -modules machdep.ml > machdep.ml.depends
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cilint.cmi src/cilint.mli
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o machdep.cmo machdep.ml
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cil.cmi src/cil.mli
- ocamlfind ocamlc -c -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cabs2cil.cmi src/frontc/cabs2cil.mli
- ocamlfind ocamldep -package zarith -modules src/frontc/cabs2cil.ml > src/frontc/cabs2cil.ml.depends
- ocamlfind ocamldep -package zarith -modules src/frontc/cabshelper.ml > src/frontc/cabshelper.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/growArray.mli > src/ocamlutil/growArray.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/growArray.cmi src/ocamlutil/growArray.mli
- ocamlfind ocamldep -package zarith -modules src/frontc/cabsvisit.mli > src/frontc/cabsvisit.mli.depends
- ocamlfind ocamldep -package zarith -modules src/cilutil.ml > src/cilutil.ml.depends
- ocamlfind ocamldep -package zarith -modules src/frontc/cprint.ml > src/frontc/cprint.ml.depends
- ocamlfind ocamldep -package zarith -modules src/escape.mli > src/escape.mli.depends
- ocamlfind ocamldep -package zarith -modules src/frontc/whitetrack.mli > src/frontc/whitetrack.mli.depends
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/escape.cmi src/escape.mli
- ocamlfind ocamlc -c -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/whitetrack.cmi src/frontc/whitetrack.mli
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/inthash.mli > src/ocamlutil/inthash.mli.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/trace.mli > src/ocamlutil/trace.mli.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/util.mli > src/ocamlutil/util.mli.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cabshelper.cmo src/frontc/cabshelper.ml
- ocamlfind ocamlc -c -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cabsvisit.cmi src/frontc/cabsvisit.mli
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cilutil.cmo src/cilutil.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cprint.cmo src/frontc/cprint.ml
- ocamlfind ocamlc -c -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/inthash.cmi src/ocamlutil/inthash.mli
- ocamlfind ocamlc -c -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/trace.cmi src/ocamlutil/trace.mli
- ocamlfind ocamlc -c -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/util.cmi src/ocamlutil/util.mli
- ocamlfind ocamldep -package zarith -modules src/frontc/cabsvisit.ml > src/frontc/cabsvisit.ml.depends
- ocamlfind ocamldep -package zarith -modules src/cfg.mli > src/cfg.mli.depends
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cfg.cmi src/cfg.mli
- ocamlfind ocamldep -package zarith -modules src/cfg.ml > src/cfg.ml.depends
- ocamlfind ocamldep -package zarith -modules src/check.mli > src/check.mli.depends
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/check.cmi src/check.mli
- ocamlfind ocamldep -package zarith -modules src/check.ml > src/check.ml.depends
- ocamlfind ocamldep -package zarith -modules src/cil.ml > src/cil.ml.depends
- ocamlfind ocamldep -package zarith -modules src/cilversion.ml > src/cilversion.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/clist.mli > src/ocamlutil/clist.mli.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cilversion.cmo src/cilversion.ml
- ocamlfind ocamlc -c -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/clist.cmi src/ocamlutil/clist.mli
- ocamlfind ocamldep -package zarith -modules src/cilint.ml > src/cilint.ml.depends
- ocamlfind ocamldep -package zarith -modules src/cillower.mli > src/cillower.mli.depends
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cillower.cmi src/cillower.mli
- ocamlfind ocamldep -package zarith -modules src/cillower.ml > src/cillower.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ciloptions.mli > src/ciloptions.mli.depends
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ciloptions.cmi src/ciloptions.mli
- ocamlfind ocamldep -package zarith -modules src/ciloptions.ml > src/ciloptions.ml.depends
- ocamlfind ocamldep -package zarith -modules src/frontc/frontc.mli > src/frontc/frontc.mli.depends
- ocamlfind ocamldep -package zarith -modules src/machdepenv.ml > src/machdepenv.ml.depends
- ocamlfind ocamldep -package zarith -modules src/mergecil.mli > src/mergecil.mli.depends
- ocamlfind ocamldep -package zarith -modules src/rmtmps.mli > src/rmtmps.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/frontc.cmi src/frontc/frontc.mli
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/machdepenv.cmo src/machdepenv.ml
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/mergecil.cmi src/mergecil.mli
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/rmtmps.cmi src/rmtmps.mli
- ocamlfind ocamldep -package zarith -modules src/frontc/clexer.mli > src/frontc/clexer.mli.depends
- /home/opam/.opam/4.14/bin/ocamlyacc src/frontc/cparser.mly
- + /home/opam/.opam/4.14/bin/ocamlyacc src/frontc/cparser.mly
- 1 shift/reduce conflict.
- ocamlfind ocamldep -package zarith -modules src/frontc/cparser.mli > src/frontc/cparser.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cparser.cmi src/frontc/cparser.mli
- ocamlfind ocamlc -c -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/clexer.cmi src/frontc/clexer.mli
- /home/opam/.opam/4.14/bin/ocamllex.opt -q src/frontc/clexer.mll
- ocamlfind ocamldep -package zarith -modules src/frontc/clexer.ml > src/frontc/clexer.ml.depends
- ocamlfind ocamldep -package zarith -modules src/frontc/lexerhack.ml > src/frontc/lexerhack.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/lexerhack.cmo src/frontc/lexerhack.ml
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/clist.ml > src/ocamlutil/clist.ml.depends
- ocamlfind ocamldep -package zarith -modules src/frontc/cparser.ml > src/frontc/cparser.ml.depends
- ocamlfind ocamldep -package zarith -modules src/dataflow.mli > src/dataflow.mli.depends
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/dataflow.cmi src/dataflow.mli
- ocamlfind ocamldep -package zarith -modules src/dataflow.ml > src/dataflow.ml.depends
- ocamlfind ocamldep -package zarith -modules src/dominators.mli > src/dominators.mli.depends
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/dominators.cmi src/dominators.mli
- ocamlfind ocamldep -package zarith -modules src/dominators.ml > src/dominators.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/errormsg.ml > src/ocamlutil/errormsg.ml.depends
- ocamlfind ocamldep -package zarith -modules src/escape.ml > src/escape.ml.depends
- ocamlfind ocamldep -package zarith -modules src/expcompare.ml > src/expcompare.ml.depends
- ocamlfind ocamldep -package zarith -modules src/feature.mli > src/feature.mli.depends
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/feature.cmi src/feature.mli
- ocamlfind ocamldep -package findlib -package zarith -modules src/feature.ml > src/feature.ml.depends
- ocamlfind ocamldep -package zarith -modules src/formatcil.mli > src/formatcil.mli.depends
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/formatcil.cmi src/formatcil.mli
- ocamlfind ocamldep -package zarith -modules src/formatcil.ml > src/formatcil.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q src/formatlex.mll
- ocamlfind ocamldep -package zarith -modules src/formatlex.ml > src/formatlex.ml.depends
- /home/opam/.opam/4.14/bin/ocamlyacc src/formatparse.mly
- ocamlfind ocamldep -package zarith -modules src/formatparse.mli > src/formatparse.mli.depends
- ocamlfind ocamlc -c -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/formatparse.cmi src/formatparse.mli
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/stats.mli > src/ocamlutil/stats.mli.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/formatlex.cmo src/formatlex.ml
- ocamlfind ocamlc -c -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/stats.cmi src/ocamlutil/stats.mli
- ocamlfind ocamldep -package zarith -modules src/formatparse.ml > src/formatparse.ml.depends
- ocamlfind ocamldep -package zarith -modules src/frontc/frontc.ml > src/frontc/frontc.ml.depends
- ocamlfind ocamldep -package zarith -modules src/frontc/patch.mli > src/frontc/patch.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/patch.cmi src/frontc/patch.mli
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/growArray.ml > src/ocamlutil/growArray.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/longarray.mli > src/ocamlutil/longarray.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/longarray.cmi src/ocamlutil/longarray.mli
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/inthash.ml > src/ocamlutil/inthash.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/longarray.ml > src/ocamlutil/longarray.ml.depends
- ocamlfind ocamldep -package zarith -modules src/mergecil.ml > src/mergecil.ml.depends
- ocamlfind ocamldep -package zarith -modules src/frontc/patch.ml > src/frontc/patch.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/pretty.ml > src/ocamlutil/pretty.ml.depends
- ocamlfind ocamldep -package zarith -modules src/rmtmps.ml > src/rmtmps.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/stats.ml > src/ocamlutil/stats.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/trace.ml > src/ocamlutil/trace.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ocamlutil/util.ml > src/ocamlutil/util.ml.depends
- ocamlfind ocamldep -package zarith -modules src/frontc/whitetrack.ml > src/frontc/whitetrack.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/alpha.cmo src/ocamlutil/alpha.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/bitmap.cmo src/ocamlutil/bitmap.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/bitmap.cmo src/ocamlutil/bitmap.ml
- File "src/ocamlutil/bitmap.ml", line 13, characters 14-26:
- 13 |       let a = Array.create newWords Int32.zero in
-                    ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cabs2cil.cmo src/frontc/cabs2cil.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cabs2cil.cmo src/frontc/cabs2cil.ml
- File "src/frontc/cabs2cil.ml", line 296, characters 2-13:
- 296 |   Cil.mkCastT e oldt (!typeForInsertedCast newt)
-         ^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 299, characters 2-11:
- 299 |   makeCastT e (typeOf e) newt
-         ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 409, characters 21-38:
- 409 |         let prefix = AL.getAlphaPrefix lookupname in
-                            ^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label lookupname was omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 421, characters 11-26:
- 421 |            AL.newAlphaName alphaTable None lookupname !currentLoc in
-                  ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 1168, characters 11-31:
- 1168 |            AL.registerAlphaName alphaTable None (kindPlusName "label" lbl) !currentLoc
-                   ^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 1326, characters 61-72:
- 1326 |                   if !insertImplicitCasts || fromsource then Cil.mkCastT e ot nt' else e) in
-                                                                     ^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 1664, characters 17-23:
- 1664 |                  mkCast oldsz' !typeOfSizeOf,  mkCast sz' !typeOfSizeOf
-                         ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 1664, characters 47-53:
- 1664 |                  mkCast oldsz' !typeOfSizeOf,  mkCast sz' !typeOfSizeOf
-                                                       ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 1927, characters 26-38:
- 1927 |             ref idx, ref (Array.create (max 32 (idx + 1)) NoInitPre)
-                                  ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- File "src/frontc/cabs2cil.ml", line 2807, characters 28-47:
- 2807 |         let a1n, a1f, a1t = partitionAttributes AttrType a1' in
-                                    ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label default was omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 2809, characters 28-47:
- 2809 |         let a2n, a2f, a2t = partitionAttributes nameortype a2' in
-                                    ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label default was omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 2858, characters 25-44:
- 2858 |         let an, af, at = partitionAttributes AttrType al' in
-                                 ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label default was omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3351, characters 14-19:
- 3351 |               mkMem (BinOp(IndexPI, e1'', e2'', t1)) NoOffset
-                      ^^^^^
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3368, characters 25-30:
- 3368 |                   (Lval (mkMem e' NoOffset))
-                                 ^^^^^
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3412, characters 17-22:
- 3412 | 	let lv' = Lval (mkMem e' field_offset) in
-        	                ^^^^^
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3421, characters 27-43:
- 3421 |             l >= ls && s = String.uppercase (String.sub str (l - ls) ls)
-                                   ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "src/frontc/cabs2cil.ml", line 3683, characters 29-38:
- 3683 |             | _ -> UnOp(Neg, makeCastT e' t tres, tres)
-                                     ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3696, characters 31-40:
- 3696 |           let e'' = UnOp(BNot, makeCastT e' t tres, tres) in
-                                       ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3813, characters 40-49:
- 3813 |              finishExp (se +++ (Set(lv, makeCastT result tresult t, 
-                                                ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3861, characters 33-42:
- 3861 |                (se' +++ (Set(lv, makeCastT opresult tresult (typeOfLval lv), 
-                                         ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4080, characters 32-37:
- 4080 |                     | _ -> Lval(mkMem f' NoOffset)
-                                        ^^^^^
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4651, characters 25-33:
- 4651 |         finishExp empty (makeCast (integer addrval) voidPtrType) voidPtrType
-                                 ^^^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4670, characters 33-42:
- 4670 |     optConstFoldBinOp false bop (makeCastT e1 t1 tres) (makeCastT e2 t2 tres) tres
-                                         ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4670, characters 56-65:
- 4670 |     optConstFoldBinOp false bop (makeCastT e1 t1 tres) (makeCastT e2 t2 tres) tres
-                                                                ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4677, characters 7-16:
- 4677 |       (makeCastT e1 t1 tres) (makeCastT e2 t2 tres) intType
-               ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4677, characters 30-39:
- 4677 |       (makeCastT e1 t1 tres) (makeCastT e2 t2 tres) intType
-                                      ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4685, characters 11-20:
- 4685 |           (makeCastT e1 t1 tres) (makeCastT e2 t2 tres) tres
-                   ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4685, characters 34-43:
- 4685 |           (makeCastT e1 t1 tres) (makeCastT e2 t2 tres) tres
-                                          ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4692, characters 33-42:
- 4692 |     optConstFoldBinOp false bop (makeCastT e1 t1 commontype) 
-                                         ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4693, characters 7-16:
- 4693 |       (makeCastT e2 t2 commontype) intType
-               ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4708, characters 37-46:
- 4708 |         optConstFoldBinOp false bop (makeCastT e1 t1 t1') (makeCastT e2 t2 t2') t1'
-                                             ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4708, characters 59-68:
- 4708 |         optConstFoldBinOp false bop (makeCastT e1 t1 t1') (makeCastT e2 t2 t2') t1'
-                                                                   ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4718, characters 9-18:
- 4718 |         (makeCastT e2 t2 (integralPromotion t2)) t1
-                 ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4722, characters 9-18:
- 4722 |         (makeCastT e1 t1 (integralPromotion t1)) t2
-                 ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4726, characters 9-18:
- 4726 |         (makeCastT e2 t2 (integralPromotion t2)) t1
-                 ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4730, characters 39-48:
- 4730 |       optConstFoldBinOp false MinusPP (makeCastT e1 t1 commontype) 
-                                               ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4731, characters 39-48:
- 4731 |                                       (makeCastT e2 t2 commontype) !ptrdiffType
-                                               ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4735, characters 31-40:
- 4735 |       pointerComparison e1 t1 (makeCastT zero !upointType t1) t1
-                                       ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4737, characters 25-34:
- 4737 |       pointerComparison (makeCastT zero !upointType t2) t2 e2 t2
-                                 ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4741, characters 31-40:
- 4741 |       pointerComparison e1 t1 (makeCastT zero !upointType t1) t1
-                                       ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4744, characters 25-34:
- 4744 |       pointerComparison (makeCastT zero !upointType t2) t2 e2 t2
-                                 ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4749, characters 19-28:
- 4749 |       doBinOp bop (makeCastT e1 t1 !upointType) !upointType 
-                           ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4750, characters 19-28:
- 4750 |                   (makeCastT e2 t2 !upointType) !upointType
-                           ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4754, characters 19-28:
- 4754 |       doBinOp bop (makeCastT e1 t1 !upointType) !upointType 
-                           ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4755, characters 19-28:
- 4755 |                   (makeCastT e2 t2 !upointType) !upointType
-                           ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 5152, characters 26-35:
- 5152 |                           makeCastT oneinit' t' so.soTyp
-                                  ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 5236, characters 23-32:
- 5236 |       setone so.soOff (makeCastT oneinit' t' so.soTyp);
-                               ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 5567, characters 32-40:
- 5567 |               (Set(var savelen, makeCast len savelen.vtype, !currentLoc)) in
-                                        ^^^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 5582, characters 21-29:
- 5582 |                      makeCast (Lval(var tmp)) vi.vtype, !currentLoc))
-                             ^^^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 5949, characters 39-47:
- 5949 |                       (i2c (Set ((Mem (makeCast (integer 0) intPtrType),
-                                               ^^^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 6150, characters 26-35:
- 6150 |                     Some (makeCastT zero intType rt)
-                                  ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 6535, characters 37-45:
- 6535 |             @@ i2c(Set (var switchv, makeCast e' !upointType, loc'))
-                                             ^^^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 6557, characters 40-48:
- 6557 |             se @@ i2c (Set(var switchv, makeCast e' !upointType, loc')) @@
-                                                ^^^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cabsvisit.cmo src/frontc/cabsvisit.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cfg.cmo src/cfg.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/check.cmo src/check.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/check.cmo src/check.ml
- File "src/check.ml", line 649, characters 33-45:
- 649 |                                 (Int64.format "%d" i') (Int64.format "%d" i));
-                                        ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Int64.format
- Use Printf.sprintf with a [%L...] format instead.
- File "src/check.ml", line 649, characters 56-68:
- 649 |                                 (Int64.format "%d" i') (Int64.format "%d" i));
-                                                               ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Int64.format
- Use Printf.sprintf with a [%L...] format instead.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cil.cmo src/cil.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cil.cmo src/cil.ml
- File "src/cil.ml", line 1597, characters 6-13:
- 1597 |      (mkWhile guard (body @ next)))
-              ^^^^^^^
- Warning 6 [labels-omitted]: labels guard, body were omitted in the application of this function.
- File "src/cil.ml", line 1608, characters 2-7:
- 1608 |   mkFor 
-          ^^^^^
- Warning 6 [labels-omitted]: labels start, guard, next, body were omitted in the application of this function.
- File "src/cil.ml", line 1689, characters 20-26:
- 1689 |         else "(" ^ (sprint !lineLength (d_ikind () ik)) ^ ")"
-                            ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 1699, characters 32-44:
- 1699 |           text (prefix ^ "0x" ^ Int64.format "%x" i ^ suffix)
-                                        ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Int64.format
- Use Printf.sprintf with a [%L...] format instead.
- File "src/cil.ml", line 2721, characters 21-37:
- 2721 |       l >= ls && s = String.uppercase (String.sub str (l - ls) ls)
-                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "src/cil.ml", line 3489, characters 8-14:
- 3489 |         fprint out !lineLength (indent ind (self#pExp () e))
-                ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 3496, characters 12-18:
- 3496 |             fprint out !lineLength (indent ind (self#pInit () i))
-                    ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 3726, characters 4-10:
- 3726 |     fprint out !lineLength (indent ind (self#pStmt () s))
-            ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 3729, characters 4-10:
- 3729 |     fprint out !lineLength (indent ind (align ++ self#pBlock () b))
-            ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 4118, characters 9-15:
- 4118 |          fprint out !lineLength
-                 ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 4122, characters 9-15:
- 4122 |          fprint out !lineLength (self#pFunDecl () fdec);               
-                 ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 4127, characters 9-15:
- 4127 |          fprint out !lineLength 
-                 ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 4143, characters 12-18:
- 4143 |      | g -> fprint out !lineLength (self#pGlobal () g)
-                    ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 4654, characters 15-27:
- 4654 |               (Int64.format fmt i)
-                       ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Int64.format
- Use Printf.sprintf with a [%L...] format instead.
- File "src/cil.ml", line 5841, characters 16-22:
- 5841 |   let print x = fprint out 78 x in
-                        ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 6036, characters 22-28:
- 6036 |   fun d -> Const(CStr(sprint !lineLength d))
-                              ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 6039, characters 22-28:
- 6039 |   fun d l -> Asm([], [sprint !lineLength d], [], [], [], l)
-                              ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 6042, characters 18-24:
- 6042 |   fun d l -> GAsm(sprint !lineLength d, l)
-                          ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 6145, characters 2-9:
- 6145 |   mkCastT e (typeOf e) newt
-          ^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/cil.ml", line 6271, characters 46-52:
- 6271 |       SingleInit(if !insertImplicitCasts then mkCast zero t else zero)
-                                                      ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/cil.ml", line 6372, characters 12-31:
- 6372 |             A.registerAlphaName gAlphaTable None vi.vname !currentLoc;
-                    ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/cil.ml", line 6388, characters 14-28:
- 6388 |               A.newAlphaName gAlphaTable (Some undolist) v.vname 
-                      ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/cil.ml", line 6403, characters 10-28:
- 6403 |           A.undoAlphaChanges gAlphaTable !undolist;
-                  ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist were omitted in the application of this function.
- File "src/cil.ml", line 6627, characters 7-21:
- 6627 |   fst (A.newAlphaName labelAlphaTable None base ())
-               ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/cil.ml", line 6800, characters 31-50:
- 6800 |            Label (name,_,_) -> A.registerAlphaName labelAlphaTable None name ()
-                                       ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cilint.cmo src/cilint.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cillower.cmo src/cillower.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ciloptions.cmo src/ciloptions.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/clexer.cmo src/frontc/clexer.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/clexer.cmo src/frontc/clexer.ml
- File "src/frontc/clexer.mll", line 618, characters 30-47:
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/clist.cmo src/ocamlutil/clist.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cparser.cmo src/frontc/cparser.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/dataflow.cmo src/dataflow.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/dominators.cmo src/dominators.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/dominators.cmo src/dominators.ml
- File "src/dominators.ml", line 53, characters 44-62:
- 53 |                         let compare v1 v2 = Pervasives.compare v1.sid v2.sid
-                                                  ^^^^^^^^^^^^^^^^^^
- 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 "src/dominators.ml", line 285, characters 15-19:
- 285 |   with Failure "hd" -> idomData, (None, treeData)
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/errormsg.cmo src/ocamlutil/errormsg.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/errormsg.cmo src/ocamlutil/errormsg.ml
- File "src/ocamlutil/errormsg.ml", line 156, characters 12-18:
- 156 |   let f d = fprint !logChannel 80 d; flush !logChannel in
-                   ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ocamlutil/errormsg.ml", line 160, characters 12-18:
- 160 |   let f d = fprint !logChannel 10000000 d; flush !logChannel in
-                   ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ocamlutil/errormsg.ml", line 170, characters 43-56:
- 170 | let fail format = Pretty.gprintf (fun x -> Pretty.fprint stderr 80 x; 
-                                                  ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/escape.cmo src/escape.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/expcompare.cmo src/expcompare.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package findlib -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/feature.cmo src/feature.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/formatcil.cmo src/formatcil.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/formatcil.cmo src/formatcil.ml
- File "src/formatcil.ml", line 80, characters 17-31:
- 80 |     let lexbuf = Formatlex.init prog in
-                       ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prog was omitted in the application of this function.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/formatparse.cmo src/formatparse.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/formatparse.cmo src/formatparse.ml
- File "src/formatparse.mly", line 429, characters 49-54:
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/formatparse.mly", line 511, characters 30-36:
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/formatparse.mly", line 609, characters 41-46:
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/formatparse.mly", line 625, characters 19-24:
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/formatparse.mly", line 644, characters 17-22:
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/formatparse.mly", line 1352, characters 28-34:
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/frontc.cmo src/frontc/frontc.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/frontc.cmo src/frontc/frontc.ml
- File "src/frontc/frontc.ml", line 190, characters 17-28:
- 190 |     let lexbuf = Clexer.init fname in
-                        ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label filename was omitted in the application of this function.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/growArray.cmo src/ocamlutil/growArray.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/inthash.cmo src/ocamlutil/inthash.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/inthash.cmo src/ocamlutil/inthash.ml
- File "src/ocamlutil/inthash.ml", line 37, characters 16-28:
- 37 |     let ndata = Array.create nsize Empty in
-                      ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/longarray.cmo src/ocamlutil/longarray.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/longarray.cmo src/ocamlutil/longarray.ml
- File "src/ocamlutil/longarray.ml", line 27, characters 3-15:
- 27 |   (Array.create len1 init) :: (if len2 > 0 then create len2 init else [])
-         ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- File "src/ocamlutil/longarray.ml", line 43, characters 15-28:
- 43 |   with Failure ("hd" | "tl") ->
-                     ^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ocamlutil/longarray.ml", line 56, characters 15-28:
- 56 |   with Failure ("hd" | "tl") ->
-                     ^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ocamlutil/longarray.ml", line 69, characters 15-28:
- 69 |   with Failure ("hd" | "tl") ->
-                     ^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ocamlutil/longarray.ml", line 77, characters 15-28:
- 77 |   with Failure ("hd" | "tl") ->
-                     ^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/mergecil.cmo src/mergecil.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/mergecil.cmo src/mergecil.ml
- File "src/mergecil.ml", line 584, characters 24-32:
- 584 |       let msg:string = (P.sprint 1000 (P.dprintf "(different type constructors: %a vs. %a)"
-                               ^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/mergecil.ml", line 780, characters 12-35:
- 780 |     ignore (Alpha.registerAlphaName vtAlpha None vi.vname !currentLoc);
-                   ^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/mergecil.ml", line 1338, characters 27-41:
- 1338 |           let newName, _ = A.newAlphaName vtAlpha None vi.vname !currentLoc in
-                                   ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/mergecil.ml", line 1602, characters 18-32:
- 1602 |                   A.newAlphaName sAlpha None ci.cname !currentLoc in
-                          ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/mergecil.ml", line 1626, characters 18-32:
- 1626 |                   A.newAlphaName eAlpha None ei.ename !currentLoc in
-                          ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/mergecil.ml", line 1635, characters 25-39:
- 1635 |                          A.newAlphaName vtAlpha None n !currentLoc in
-                                 ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/mergecil.ml", line 1676, characters 18-32:
- 1676 |                   A.newAlphaName vtAlpha None ti.tname !currentLoc in
-                          ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/mergecil.ml", line 1687, characters 26-34:
- 1687 |     let globStr:string = (P.sprint 1000 (P.dprintf 
-                                  ^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/mergecil.ml", line 1692, characters 28-36:
- 1692 |     mergePushGlobal (GText (P.sprint 80 
-                                    ^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/patch.cmo src/frontc/patch.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/pretty.cmo src/ocamlutil/pretty.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/pretty.cmo src/ocamlutil/pretty.ml
- File "src/ocamlutil/pretty.ml", line 166, characters 2-5:
- 166 |   seq sep doit elements
-         ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ocamlutil/pretty.ml", line 732, characters 26-38:
- 732 |                          (Int64.format (Bytes.to_string format_spec) n))
-                                 ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Int64.format
- Use Printf.sprintf with a [%L...] format instead.
- File "src/ocamlutil/pretty.ml", line 742, characters 26-38:
- 742 |                          (Int32.format (Bytes.to_string format_spec) n))
-                                 ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Int32.format
- Use Printf.sprintf with a [%l...] format instead.
- File "src/ocamlutil/pretty.ml", line 752, characters 26-42:
- 752 |                          (Nativeint.format (Bytes.to_string format_spec) n))
-                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Nativeint.format
- Use Printf.sprintf with a [%n...] format instead.
- File "src/ocamlutil/pretty.ml", line 839, characters 12-18:
- 839 |   let f d = fprint chn 80 d; d in
-                   ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/rmtmps.cmo src/rmtmps.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/rmtmps.cmo src/rmtmps.ml
- File "src/rmtmps.ml", lines 626-629, characters 8-39:
- 626 | ........If(_,_,({bstmts=[{skind=Goto(gref,_);labels=[]}];
- 627 |                   battrs=[]} as b),_)
- 628 |       | If(_,({bstmts=[{skind=Goto(gref,_);labels=[]}];
- 629 |                   battrs=[]} as b),_,_)
- Warning 57 [ambiguous-var-in-pattern-guard]: Ambiguous or-pattern variables under guard;
- variable gref appears in different places in different or-pattern alternatives.
- Only the first match will be used to evaluate the guard expression.
- (See manual section 11.5)
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/stats.cmo src/ocamlutil/stats.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/trace.cmo src/ocamlutil/trace.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/trace.cmo src/ocamlutil/trace.ml
- File "src/ocamlutil/trace.ml", line 134, characters 7-13:
- 134 |       (fprint stderr 80			(* print it *)
-              ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/util.cmo src/ocamlutil/util.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/whitetrack.cmo src/frontc/whitetrack.ml
- ocamlfind ocamlc -a -package zarith -I src/ocamlutil -I src/frontc -I src src/ocamlutil/pretty.cmo src/ocamlutil/errormsg.cmo src/ocamlutil/alpha.cmo src/ocamlutil/bitmap.cmo src/frontc/cabs.cmo machdep.cmo src/cilint.cmo src/cilversion.cmo src/escape.cmo src/ocamlutil/clist.cmo src/ocamlutil/inthash.cmo src/ocamlutil/util.cmo src/cil.cmo src/cilutil.cmo src/ocamlutil/longarray.cmo src/ocamlutil/growArray.cmo src/frontc/cabshelper.cmo src/ocamlutil/trace.cmo src/frontc/cabsvisit.cmo src/frontc/whitetrack.cmo src/frontc/cprint.cmo src/frontc/cabs2cil.cmo src/cfg.cmo src/check.cmo src/cillower.cmo src/frontc/lexerhack.cmo src/frontc/cparser.cmo src/frontc/clexer.cmo src/frontc/patch.cmo src/ocamlutil/stats.cmo src/frontc/frontc.cmo src/machdepenv.cmo src/mergecil.cmo src/rmtmps.cmo src/ciloptions.cmo src/dataflow.cmo src/dominators.cmo src/expcompare.cmo src/feature.cmo src/formatparse.cmo src/formatlex.cmo src/formatcil.cmo -o src/cil.cma
- ocamlfind ocamldep -package zarith -modules src/ext/blockinggraph/blockinggraph.mli > src/ext/blockinggraph/blockinggraph.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/blockinggraph -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/blockinggraph/blockinggraph.cmi src/ext/blockinggraph/blockinggraph.mli
- ocamlfind ocamldep -package zarith -modules src/ext/blockinggraph/blockinggraph.ml > src/ext/blockinggraph/blockinggraph.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/blockinggraph -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/blockinggraph/blockinggraph.cmo src/ext/blockinggraph/blockinggraph.ml
- ocamlfind ocamlc -a -package zarith -I src/ext/blockinggraph src/ext/blockinggraph/blockinggraph.cmo -o src/ext/blockinggraph.cma
- ocamlfind ocamldep -package zarith -modules src/ext/callgraph/callgraph.mli > src/ext/callgraph/callgraph.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/callgraph -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/callgraph/callgraph.cmi src/ext/callgraph/callgraph.mli
- ocamlfind ocamldep -package zarith -modules src/ext/callgraph/callgraph.ml > src/ext/callgraph/callgraph.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/callgraph -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/callgraph/callgraph.cmo src/ext/callgraph/callgraph.ml
- ocamlfind ocamlc -a -package zarith -I src/ext/callgraph src/ext/callgraph/callgraph.cmo -o src/ext/callgraph.cma
- ocamlfind ocamldep -package zarith -modules src/ext/canonicalize/canonicalize.mli > src/ext/canonicalize/canonicalize.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/canonicalize -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/canonicalize/canonicalize.cmi src/ext/canonicalize/canonicalize.mli
- ocamlfind ocamldep -package zarith -modules src/ext/canonicalize/canonicalize.ml > src/ext/canonicalize/canonicalize.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/canonicalize -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/canonicalize/canonicalize.cmo src/ext/canonicalize/canonicalize.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/canonicalize -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/canonicalize/canonicalize.cmo src/ext/canonicalize/canonicalize.ml
- File "src/ext/canonicalize/canonicalize.ml", line 166, characters 26-32:
- 166 | 	    let newI = Set(dest, mkCast exp typeOfDest, l) in
-       	                         ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/canonicalize/canonicalize.ml", line 183, characters 19-25:
- 183 | 		      TEnum _ -> mkCast actual formalType
-       		                 ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/canonicalize/canonicalize.ml", line 209, characters 30-36:
- 209 | 		  let newFuncPtr = Lval(Mem(mkCast fp newFuncPtrType), off) in
-       		                            ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/canonicalize/canonicalize.ml", line 234, characters 17-23:
- 234 | 		    let newE = mkCast e fi.ftype in
-       		               ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/canonicalize/canonicalize.ml", line 262, characters 33-39:
- 262 | 	    stmt.skind <- Return (Some (mkCast exp typeOfDest), l)
-       	                                ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- ocamlfind ocamlc -a -package zarith -I src/ext/canonicalize src/ext/canonicalize/canonicalize.cmo -o src/ext/canonicalize.cma
- ocamlfind ocamldep -package zarith -modules src/ext/ccl/ccl.mli > src/ext/ccl/ccl.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/ccl -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/ccl/ccl.cmi src/ext/ccl/ccl.mli
- ocamlfind ocamldep -package zarith -modules src/ext/ccl/ccl.ml > src/ext/ccl/ccl.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/partial/partial.ml > src/ext/partial/partial.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/partial/heap.ml > src/ext/partial/heap.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/pta/ptranal.mli > src/ext/pta/ptranal.mli.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/partial -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/partial/heap.cmo src/ext/partial/heap.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/partial -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/partial/heap.cmo src/ext/partial/heap.ml
- File "src/ext/partial/heap.ml", line 12, characters 13-25:
- 12 |   elements = Array.create (size+1) (max_int,None) ;
-                   ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- ocamlfind ocamlc -c -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/ptranal.cmi src/ext/pta/ptranal.mli
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/partial -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/partial/partial.cmo src/ext/partial/partial.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/ccl -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/ccl/ccl.cmo src/ext/ccl/ccl.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/ccl -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/ccl/ccl.cmo src/ext/ccl/ccl.ml
- File "src/ext/ccl/ccl.ml", line 135, characters 2-5:
- 135 |   seq (text ", ") (d_annot ()) annots
-         ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/ccl/ccl.ml", line 141, characters 2-5:
- 141 |   seq (text ", ") (d_fact ()) (FactSet.elements facts)
-         ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/ccl/ccl.ml", line 220, characters 7-13:
- 220 |        fprint !E.logChannel 1000000 d;
-              ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/ccl/ccl.ml", line 283, characters 15-19:
- 283 |   with Failure "hd" ->
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/ccl/ccl.ml", line 1699, characters 23-27:
- 1699 |           with Failure "hd" ->
-                               ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlc -a -package zarith -I src/ext/ccl src/ext/ccl/ccl.cmo -o src/ext/ccl.cma
- ocamlfind ocamldep -package zarith -modules src/ext/cqualann/cqualann.ml > src/ext/cqualann/cqualann.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/cqualann -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/cqualann/cqualann.cmo src/ext/cqualann/cqualann.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/cqualann -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/cqualann/cqualann.cmo src/ext/cqualann/cqualann.ml
- File "src/ext/cqualann/cqualann.ml", line 217, characters 2-8:
- 217 |   sprint 1024 d
-         ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -a -package zarith -I src/ext/cqualann src/ext/cqualann/cqualann.cmo -o src/ext/cqualann.cma
- ocamlfind ocamldep -package zarith -modules src/ext/dataslicing/dataslicing.mli > src/ext/dataslicing/dataslicing.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/dataslicing -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/dataslicing/dataslicing.cmi src/ext/dataslicing/dataslicing.mli
- ocamlfind ocamldep -package zarith -modules src/ext/dataslicing/dataslicing.ml > src/ext/dataslicing/dataslicing.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/dataslicing -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/dataslicing/dataslicing.cmo src/ext/dataslicing/dataslicing.ml
- ocamlfind ocamlc -a -package zarith -I src/ext/dataslicing src/ext/dataslicing/dataslicing.cmo -o src/ext/dataslicing.cma
- ocamlfind ocamldep -package zarith -modules src/ext/epicenter/epicenter.ml > src/ext/epicenter/epicenter.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/epicenter -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/epicenter/epicenter.cmo src/ext/epicenter/epicenter.ml
- ocamlfind ocamlc -a -package zarith -I src/ext/epicenter src/ext/epicenter/epicenter.cmo -o src/ext/epicenter.cma
- ocamlfind ocamldep -package zarith -modules src/ext/heapify/heapify.ml > src/ext/heapify/heapify.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/heapify -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/heapify/heapify.cmo src/ext/heapify/heapify.ml
- ocamlfind ocamlc -a -package zarith -I src/ext/heapify src/ext/heapify/heapify.cmo -o src/ext/heapify.cma
- ocamlfind ocamldep -package zarith -modules src/ext/inliner/inliner.ml > src/ext/inliner/inliner.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/inliner -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/inliner/inliner.cmo src/ext/inliner/inliner.ml
- ocamlfind ocamlc -a -package zarith -I src/ext/inliner src/ext/inliner/inliner.cmo -o src/ext/inliner.cma
- ocamlfind ocamldep -package zarith -modules src/ext/liveness/usedef.ml > src/ext/liveness/usedef.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/liveness/liveness.ml > src/ext/liveness/liveness.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/liveness -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/liveness/usedef.cmo src/ext/liveness/usedef.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/liveness -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/liveness/liveness.cmo src/ext/liveness/liveness.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/liveness -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/liveness/liveness.cmo src/ext/liveness/liveness.ml
- File "src/ext/liveness/liveness.ml", line 198, characters 21-25:
- 198 |         with Failure "hd" ->
-                            ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/liveness/liveness.ml", line 277, characters 21-25:
- 277 |         with Failure "hd" ->
-                            ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlc -a -package zarith -I src/ext/liveness src/ext/liveness/usedef.cmo src/ext/liveness/liveness.cmo -o src/ext/liveness.cma
- ocamlfind ocamldep -package zarith -modules src/ext/llvm/llvmutils.ml > src/ext/llvm/llvmutils.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/llvm/llvmssa.ml > src/ext/llvm/llvmssa.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/llvm/llvmgen.ml > src/ext/llvm/llvmgen.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/llvm/llvmutils.cmo src/ext/llvm/llvmutils.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/llvm/llvmgen.cmo src/ext/llvm/llvmgen.ml
- ocamlfind ocamldep -package zarith -modules src/ext/llvm/llvm.ml > src/ext/llvm/llvm.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/llvm/llvmssa.cmo src/ext/llvm/llvmssa.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/llvm/llvm.cmo src/ext/llvm/llvm.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/llvm/llvm.cmo src/ext/llvm/llvm.ml
- File "src/ext/llvm/llvm.ml", line 174, characters 6-12:
- 174 |       fprint stdout 80 (generate f));
-             ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -a -package zarith -I src/ext/llvm src/ext/llvm/llvmutils.cmo src/ext/llvm/llvmgen.cmo src/ext/llvm/llvmssa.cmo src/ext/llvm/llvm.cmo -o src/ext/llvm.cma
- ocamlfind ocamldep -package zarith -modules src/ext/logcalls/logcalls.mli > src/ext/logcalls/logcalls.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/logcalls -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/logcalls/logcalls.cmi src/ext/logcalls/logcalls.mli
- ocamlfind ocamldep -package zarith -modules src/ext/logcalls/logcalls.ml > src/ext/logcalls/logcalls.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/logcalls -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/logcalls/logcalls.cmo src/ext/logcalls/logcalls.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/logcalls -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/logcalls/logcalls.cmo src/ext/logcalls/logcalls.ml
- File "src/ext/logcalls/logcalls.ml", line 40, characters 4-17:
- 40 |     Pretty.sprint 200 d
-          ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -a -package zarith -I src/ext/logcalls src/ext/logcalls/logcalls.cmo -o src/ext/logcalls.cma
- ocamlfind ocamldep -package zarith -modules src/ext/logwrites/logwrites.ml > src/ext/logwrites/logwrites.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/logwrites -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/logwrites/logwrites.cmo src/ext/logwrites/logwrites.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/logwrites -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/logwrites/logwrites.cmo src/ext/logwrites/logwrites.ml
- File "src/ext/logwrites/logwrites.ml", line 99, characters 25-38:
- 99 |         | _ -> let str = Pretty.sprint 80 
-                               ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/logwrites/logwrites.ml", line 114, characters 25-38:
- 114 |         | _ -> let str = Pretty.sprint 80 
-                                ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -a -package zarith -I src/ext/logwrites src/ext/logwrites/logwrites.cmo -o src/ext/logwrites.cma
- ocamlfind ocamldep -package zarith -modules src/ext/oneret/oneret.mli > src/ext/oneret/oneret.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/oneret -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/oneret/oneret.cmi src/ext/oneret/oneret.mli
- ocamlfind ocamldep -package zarith -modules src/ext/oneret/oneret.ml > src/ext/oneret/oneret.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/oneret -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/oneret/oneret.cmo src/ext/oneret/oneret.ml
- ocamlfind ocamlc -a -package zarith -I src/ext/oneret src/ext/oneret/oneret.cmo -o src/ext/oneret.cma
- ocamlfind ocamlc -a -package zarith -I src/ext/partial src/ext/partial/heap.cmo src/ext/partial/partial.cmo -o src/ext/partial.cma
- ocamlfind ocamldep -package zarith -modules src/ext/pta/uref.mli > src/ext/pta/uref.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/uref.cmi src/ext/pta/uref.mli
- ocamlfind ocamldep -package zarith -modules src/ext/pta/uref.ml > src/ext/pta/uref.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/pta/steensgaard.mli > src/ext/pta/steensgaard.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/steensgaard.cmi src/ext/pta/steensgaard.mli
- ocamlfind ocamldep -package zarith -modules src/ext/pta/steensgaard.ml > src/ext/pta/steensgaard.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/pta/setp.mli > src/ext/pta/setp.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/setp.cmi src/ext/pta/setp.mli
- ocamlfind ocamldep -package zarith -modules src/ext/pta/setp.ml > src/ext/pta/setp.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/pta/ptranal.ml > src/ext/pta/ptranal.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/pta/olf.mli > src/ext/pta/olf.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/olf.cmi src/ext/pta/olf.mli
- ocamlfind ocamldep -package zarith -modules src/ext/pta/olf.ml > src/ext/pta/olf.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/pta/golf.mli > src/ext/pta/golf.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/golf.cmi src/ext/pta/golf.mli
- ocamlfind ocamldep -package zarith -modules src/ext/pta/golf.ml > src/ext/pta/golf.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/uref.cmo src/ext/pta/uref.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/steensgaard.cmo src/ext/pta/steensgaard.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/steensgaard.cmo src/ext/pta/steensgaard.ml
- File "src/ext/pta/steensgaard.ml", line 80, characters 4-22:
- 80 |     Pervasives.compare 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 "src/ext/pta/steensgaard.ml", line 95, characters 4-22:
- 95 |     Pervasives.compare xid yid
-          ^^^^^^^^^^^^^^^^^^
- 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
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/setp.cmo src/ext/pta/setp.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/ptranal.cmo src/ext/pta/ptranal.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/olf.cmo src/ext/pta/olf.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/olf.cmo src/ext/pta/olf.ml
- File "src/ext/pta/olf.ml", line 67, characters 4-22:
- 67 |     Pervasives.compare (U.deref x.info) (U.deref y.info)
-          ^^^^^^^^^^^^^^^^^^
- 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
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/golf.cmo src/ext/pta/golf.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/golf.cmo src/ext/pta/golf.ml
- File "src/ext/pta/golf.ml", line 104, characters 9-27:
- 104 |     else Pervasives.compare (U.deref x.info) (U.deref y.info)
-                ^^^^^^^^^^^^^^^^^^
- 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 "src/ext/pta/golf.ml", line 116, characters 14-32:
- 116 |               Pervasives.compare x.kind y.kind
-                     ^^^^^^^^^^^^^^^^^^
- 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 "src/ext/pta/golf.ml", line 117, characters 17-35:
- 117 |             else Pervasives.compare x.reached_global y.reached_global
-                        ^^^^^^^^^^^^^^^^^^
- 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 "src/ext/pta/golf.ml", line 119, characters 13-31:
- 119 |         else Pervasives.compare (U.deref x.tail) (U.deref y.tail)
-                    ^^^^^^^^^^^^^^^^^^
- 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 "src/ext/pta/golf.ml", line 121, characters 9-27:
- 121 |     else Pervasives.compare (U.deref x.head) (U.deref y.head)
-                ^^^^^^^^^^^^^^^^^^
- 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
- ocamlfind ocamlc -a -package zarith -I src/ext/pta src/ext/pta/uref.cmo src/ext/pta/setp.cmo src/ext/pta/steensgaard.cmo src/ext/pta/olf.cmo src/ext/pta/ptranal.cmo src/ext/pta/golf.cmo -o src/ext/pta.cma
- ocamlfind ocamldep -package zarith -modules src/ext/sfi/sfi.ml > src/ext/sfi/sfi.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/sfi -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/sfi/sfi.cmo src/ext/sfi/sfi.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/sfi -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/sfi/sfi.cmo src/ext/sfi/sfi.ml
- File "src/ext/sfi/sfi.ml", line 84, characters 12-17:
- 84 |       Lval (mkMem a NoOffset)
-                  ^^^^^
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/ext/sfi/sfi.ml", line 167, characters 13-26:
- 167 |   let what = Pretty.sprint 80 (d_lval () lv) in
-                    ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/sfi/sfi.ml", line 178, characters 13-26:
- 178 |   let what = Pretty.sprint 80 (d_lval () lv) in
-                    ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -a -package zarith -I src/ext/sfi src/ext/sfi/sfi.cmo -o src/ext/sfi.cma
- ocamlfind ocamldep -package zarith -modules src/ext/simplemem/simplemem.ml > src/ext/simplemem/simplemem.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/simplemem -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplify -I src/ext/zrapp -o src/ext/simplemem/simplemem.cmo src/ext/simplemem/simplemem.ml
- ocamlfind ocamlc -a -package zarith -I src/ext/simplemem src/ext/simplemem/simplemem.cmo -o src/ext/simplemem.cma
- ocamlfind ocamldep -package zarith -modules src/ext/simplify/simplify.mli > src/ext/simplify/simplify.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/simplify -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/zrapp -o src/ext/simplify/simplify.cmi src/ext/simplify/simplify.mli
- ocamlfind ocamldep -package zarith -modules src/ext/simplify/simplify.ml > src/ext/simplify/simplify.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/simplify -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/zrapp -o src/ext/simplify/simplify.cmo src/ext/simplify/simplify.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/simplify -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/zrapp -o src/ext/simplify/simplify.cmo src/ext/simplify/simplify.ml
- File "src/ext/simplify/simplify.ml", line 251, characters 15-21:
- 251 |           add (mkCast a !upointType) offidx
-                      ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/simplify/simplify.ml", line 256, characters 11-17:
- 256 |       Mem (mkCast a' (typeForCast restoff)), restoff
-                  ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/simplify/simplify.ml", line 268, characters 14-20:
- 268 | 	        add (mkCast a !upointType) (makeBasic setTemp offidx)
-       	             ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/simplify/simplify.ml", line 269, characters 15-21:
- 269 | 	    else add (mkCast a !upointType) offidx
-       	              ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/simplify/simplify.ml", line 272, characters 11-17:
- 272 |       Mem (mkCast a' (typeForCast restoff)), restoff
-                  ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- ocamlfind ocamlc -a -package zarith -I src/ext/simplify src/ext/simplify/simplify.cmo -o src/ext/simplify.cma
- ocamlfind ocamldep -package zarith -modules src/ext/zrapp/zrapp.mli > src/ext/zrapp/zrapp.mli.depends
- ocamlfind ocamlc -c -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/zrapp.cmi src/ext/zrapp/zrapp.mli
- ocamlfind ocamldep -package zarith -modules src/ext/zrapp/zrapp.ml > src/ext/zrapp/zrapp.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/zrapp/deadcodeelim.ml > src/ext/zrapp/deadcodeelim.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/zrapp/ciltools.ml > src/ext/zrapp/ciltools.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/zrapp/reachingdefs.ml > src/ext/zrapp/reachingdefs.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/ciltools.cmo src/ext/zrapp/ciltools.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/reachingdefs.cmo src/ext/zrapp/reachingdefs.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/reachingdefs.cmo src/ext/zrapp/reachingdefs.ml
- File "src/ext/zrapp/reachingdefs.ml", line 44, characters 21-39:
- 44 | 	Some i1, Some i2 -> Pervasives.compare i1 i2
-      	                    ^^^^^^^^^^^^^^^^^^
- 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 "src/ext/zrapp/reachingdefs.ml", line 297, characters 2-5:
- 297 |   seq line (fun (vid,ios) ->
-         ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/zrapp/reachingdefs.ml", line 470, characters 15-19:
- 470 |   with Failure "hd" -> if compare fdec.svar.vname (!debug_fn) = 0 then
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/zrapp/reachingdefs.ml", line 509, characters 2-5:
- 509 |   seq line (fun stm ->
-         ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/zrapp/reachingdefs.ml", line 556, characters 17-21:
- 556 |     with Failure "hd" -> 
-                        ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamldep -package zarith -modules src/ext/zrapp/rmciltmps.ml > src/ext/zrapp/rmciltmps.ml.depends
- ocamlfind ocamldep -package zarith -modules src/ext/zrapp/availexpslv.ml > src/ext/zrapp/availexpslv.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/availexpslv.cmo src/ext/zrapp/availexpslv.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/availexpslv.cmo src/ext/zrapp/availexpslv.ml
- File "src/ext/zrapp/availexpslv.ml", line 362, characters 15-19:
- 362 |   with Failure "hd" -> if !debug then ignore(E.log "fn w/ no stmts?\n")
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/zrapp/availexpslv.ml", line 424, characters 17-21:
- 424 |     with Failure "hd" ->
-                        ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/deadcodeelim.cmo src/ext/zrapp/deadcodeelim.ml
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/rmciltmps.cmo src/ext/zrapp/rmciltmps.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/rmciltmps.cmo src/ext/zrapp/rmciltmps.ml
- File "src/ext/zrapp/rmciltmps.ml", line 19, characters 18-36:
- 19 |     let 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 "src/ext/zrapp/rmciltmps.ml", line 842, characters 17-21:
- 842 |     with Failure "hd" -> 
-                        ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamldep -package zarith -modules src/ext/zrapp/availexps.ml > src/ext/zrapp/availexps.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/zrapp.cmo src/ext/zrapp/zrapp.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/zrapp.cmo src/ext/zrapp/zrapp.ml
- File "src/ext/zrapp/zrapp.ml", line 515, characters 9-15:
- 515 |          fprint out 80 (proto ++ (self#pLineDirective ~forcefile:true l));
-                ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/zrapp/zrapp.ml", line 518, characters 9-15:
- 518 |          fprint out 80 (self#pFunDecl () fdec);               
-                ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/zrapp/zrapp.ml", line 523, characters 9-15:
- 523 |          fprint out 80 
-                ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/zrapp/zrapp.ml", line 539, characters 12-18:
- 539 |      | g -> fprint out 80 (self#pGlobal () g)
-                   ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/availexps.cmo src/ext/zrapp/availexps.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/availexps.cmo src/ext/zrapp/availexps.ml
- File "src/ext/zrapp/availexps.ml", line 59, characters 30-33:
- 59 | let eh_pretty () eh = line ++ seq line (fun (vid,e) ->
-                                    ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/zrapp/availexps.ml", line 320, characters 15-19:
- 320 |   with Failure "hd" -> if !debug then ignore(E.log "fn w/ no stmts?\n")
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/zrapp/availexps.ml", line 381, characters 17-21:
- 381 |     with Failure "hd" ->
-                        ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlc -a -package zarith -I src/ext/zrapp src/ext/zrapp/ciltools.cmo src/ext/zrapp/reachingdefs.cmo src/ext/zrapp/deadcodeelim.cmo src/ext/zrapp/availexpslv.cmo src/ext/zrapp/rmciltmps.cmo src/ext/zrapp/zrapp.cmo src/ext/zrapp/availexps.cmo -o src/ext/zrapp.cma
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/pretty.cmx src/ocamlutil/pretty.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/pretty.cmx src/ocamlutil/pretty.ml
- File "src/ocamlutil/pretty.ml", line 166, characters 2-5:
- 166 |   seq sep doit elements
-         ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ocamlutil/pretty.ml", line 732, characters 26-38:
- 732 |                          (Int64.format (Bytes.to_string format_spec) n))
-                                 ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Int64.format
- Use Printf.sprintf with a [%L...] format instead.
- File "src/ocamlutil/pretty.ml", line 742, characters 26-38:
- 742 |                          (Int32.format (Bytes.to_string format_spec) n))
-                                 ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Int32.format
- Use Printf.sprintf with a [%l...] format instead.
- File "src/ocamlutil/pretty.ml", line 752, characters 26-42:
- 752 |                          (Nativeint.format (Bytes.to_string format_spec) n))
-                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Nativeint.format
- Use Printf.sprintf with a [%n...] format instead.
- File "src/ocamlutil/pretty.ml", line 839, characters 12-18:
- 839 |   let f d = fprint chn 80 d; d in
-                   ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/errormsg.cmx src/ocamlutil/errormsg.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/errormsg.cmx src/ocamlutil/errormsg.ml
- File "src/ocamlutil/errormsg.ml", line 156, characters 12-18:
- 156 |   let f d = fprint !logChannel 80 d; flush !logChannel in
-                   ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ocamlutil/errormsg.ml", line 160, characters 12-18:
- 160 |   let f d = fprint !logChannel 10000000 d; flush !logChannel in
-                   ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ocamlutil/errormsg.ml", line 170, characters 43-56:
- 170 | let fail format = Pretty.gprintf (fun x -> Pretty.fprint stderr 80 x; 
-                                                  ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/alpha.cmx src/ocamlutil/alpha.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cabs.cmx src/frontc/cabs.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/longarray.cmx src/ocamlutil/longarray.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/longarray.cmx src/ocamlutil/longarray.ml
- File "src/ocamlutil/longarray.ml", line 27, characters 3-15:
- 27 |   (Array.create len1 init) :: (if len2 > 0 then create len2 init else [])
-         ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- File "src/ocamlutil/longarray.ml", line 43, characters 15-28:
- 43 |   with Failure ("hd" | "tl") ->
-                     ^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ocamlutil/longarray.ml", line 56, characters 15-28:
- 56 |   with Failure ("hd" | "tl") ->
-                     ^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ocamlutil/longarray.ml", line 69, characters 15-28:
- 69 |   with Failure ("hd" | "tl") ->
-                     ^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ocamlutil/longarray.ml", line 77, characters 15-28:
- 77 |   with Failure ("hd" | "tl") ->
-                     ^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/growArray.cmx src/ocamlutil/growArray.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cabshelper.cmx src/frontc/cabshelper.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/inthash.cmx src/ocamlutil/inthash.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/inthash.cmx src/ocamlutil/inthash.ml
- File "src/ocamlutil/inthash.ml", line 37, characters 16-28:
- 37 |     let ndata = Array.create nsize Empty in
-                      ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/trace.cmx src/ocamlutil/trace.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/trace.cmx src/ocamlutil/trace.ml
- File "src/ocamlutil/trace.ml", line 134, characters 7-13:
- 134 |       (fprint stderr 80			(* print it *)
-              ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/util.cmx src/ocamlutil/util.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cilint.cmx src/cilint.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cilversion.cmx src/cilversion.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/clist.cmx src/ocamlutil/clist.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/escape.cmx src/escape.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o machdep.cmx machdep.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/whitetrack.cmx src/frontc/whitetrack.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cabsvisit.cmx src/frontc/cabsvisit.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cil.cmx src/cil.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cil.cmx src/cil.ml
- File "src/cil.ml", line 1597, characters 6-13:
- 1597 |      (mkWhile guard (body @ next)))
-              ^^^^^^^
- Warning 6 [labels-omitted]: labels guard, body were omitted in the application of this function.
- File "src/cil.ml", line 1608, characters 2-7:
- 1608 |   mkFor 
-          ^^^^^
- Warning 6 [labels-omitted]: labels start, guard, next, body were omitted in the application of this function.
- File "src/cil.ml", line 1689, characters 20-26:
- 1689 |         else "(" ^ (sprint !lineLength (d_ikind () ik)) ^ ")"
-                            ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 1699, characters 32-44:
- 1699 |           text (prefix ^ "0x" ^ Int64.format "%x" i ^ suffix)
-                                        ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Int64.format
- Use Printf.sprintf with a [%L...] format instead.
- File "src/cil.ml", line 2721, characters 21-37:
- 2721 |       l >= ls && s = String.uppercase (String.sub str (l - ls) ls)
-                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "src/cil.ml", line 3489, characters 8-14:
- 3489 |         fprint out !lineLength (indent ind (self#pExp () e))
-                ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 3496, characters 12-18:
- 3496 |             fprint out !lineLength (indent ind (self#pInit () i))
-                    ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 3726, characters 4-10:
- 3726 |     fprint out !lineLength (indent ind (self#pStmt () s))
-            ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 3729, characters 4-10:
- 3729 |     fprint out !lineLength (indent ind (align ++ self#pBlock () b))
-            ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 4118, characters 9-15:
- 4118 |          fprint out !lineLength
-                 ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 4122, characters 9-15:
- 4122 |          fprint out !lineLength (self#pFunDecl () fdec);               
-                 ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 4127, characters 9-15:
- 4127 |          fprint out !lineLength 
-                 ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 4143, characters 12-18:
- 4143 |      | g -> fprint out !lineLength (self#pGlobal () g)
-                    ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 4654, characters 15-27:
- 4654 |               (Int64.format fmt i)
-                       ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Int64.format
- Use Printf.sprintf with a [%L...] format instead.
- File "src/cil.ml", line 5841, characters 16-22:
- 5841 |   let print x = fprint out 78 x in
-                        ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 6036, characters 22-28:
- 6036 |   fun d -> Const(CStr(sprint !lineLength d))
-                              ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 6039, characters 22-28:
- 6039 |   fun d l -> Asm([], [sprint !lineLength d], [], [], [], l)
-                              ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 6042, characters 18-24:
- 6042 |   fun d l -> GAsm(sprint !lineLength d, l)
-                          ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/cil.ml", line 6145, characters 2-9:
- 6145 |   mkCastT e (typeOf e) newt
-          ^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/cil.ml", line 6271, characters 46-52:
- 6271 |       SingleInit(if !insertImplicitCasts then mkCast zero t else zero)
-                                                      ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/cil.ml", line 6372, characters 12-31:
- 6372 |             A.registerAlphaName gAlphaTable None vi.vname !currentLoc;
-                    ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/cil.ml", line 6388, characters 14-28:
- 6388 |               A.newAlphaName gAlphaTable (Some undolist) v.vname 
-                      ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/cil.ml", line 6403, characters 10-28:
- 6403 |           A.undoAlphaChanges gAlphaTable !undolist;
-                  ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist were omitted in the application of this function.
- File "src/cil.ml", line 6627, characters 7-21:
- 6627 |   fst (A.newAlphaName labelAlphaTable None base ())
-               ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/cil.ml", line 6800, characters 31-50:
- 6800 |            Label (name,_,_) -> A.registerAlphaName labelAlphaTable None name ()
-                                       ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cilutil.cmx src/cilutil.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cprint.cmx src/frontc/cprint.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cabs2cil.cmx src/frontc/cabs2cil.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cabs2cil.cmx src/frontc/cabs2cil.ml
- File "src/frontc/cabs2cil.ml", line 296, characters 2-13:
- 296 |   Cil.mkCastT e oldt (!typeForInsertedCast newt)
-         ^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 299, characters 2-11:
- 299 |   makeCastT e (typeOf e) newt
-         ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 409, characters 21-38:
- 409 |         let prefix = AL.getAlphaPrefix lookupname in
-                            ^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label lookupname was omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 421, characters 11-26:
- 421 |            AL.newAlphaName alphaTable None lookupname !currentLoc in
-                  ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 1168, characters 11-31:
- 1168 |            AL.registerAlphaName alphaTable None (kindPlusName "label" lbl) !currentLoc
-                   ^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 1326, characters 61-72:
- 1326 |                   if !insertImplicitCasts || fromsource then Cil.mkCastT e ot nt' else e) in
-                                                                     ^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 1664, characters 17-23:
- 1664 |                  mkCast oldsz' !typeOfSizeOf,  mkCast sz' !typeOfSizeOf
-                         ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 1664, characters 47-53:
- 1664 |                  mkCast oldsz' !typeOfSizeOf,  mkCast sz' !typeOfSizeOf
-                                                       ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 1927, characters 26-38:
- 1927 |             ref idx, ref (Array.create (max 32 (idx + 1)) NoInitPre)
-                                  ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- File "src/frontc/cabs2cil.ml", line 2807, characters 28-47:
- 2807 |         let a1n, a1f, a1t = partitionAttributes AttrType a1' in
-                                    ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label default was omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 2809, characters 28-47:
- 2809 |         let a2n, a2f, a2t = partitionAttributes nameortype a2' in
-                                    ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label default was omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 2858, characters 25-44:
- 2858 |         let an, af, at = partitionAttributes AttrType al' in
-                                 ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label default was omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3351, characters 14-19:
- 3351 |               mkMem (BinOp(IndexPI, e1'', e2'', t1)) NoOffset
-                      ^^^^^
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3368, characters 25-30:
- 3368 |                   (Lval (mkMem e' NoOffset))
-                                 ^^^^^
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3412, characters 17-22:
- 3412 | 	let lv' = Lval (mkMem e' field_offset) in
-        	                ^^^^^
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3421, characters 27-43:
- 3421 |             l >= ls && s = String.uppercase (String.sub str (l - ls) ls)
-                                   ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "src/frontc/cabs2cil.ml", line 3683, characters 29-38:
- 3683 |             | _ -> UnOp(Neg, makeCastT e' t tres, tres)
-                                     ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3696, characters 31-40:
- 3696 |           let e'' = UnOp(BNot, makeCastT e' t tres, tres) in
-                                       ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3813, characters 40-49:
- 3813 |              finishExp (se +++ (Set(lv, makeCastT result tresult t, 
-                                                ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 3861, characters 33-42:
- 3861 |                (se' +++ (Set(lv, makeCastT opresult tresult (typeOfLval lv), 
-                                         ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4080, characters 32-37:
- 4080 |                     | _ -> Lval(mkMem f' NoOffset)
-                                        ^^^^^
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4651, characters 25-33:
- 4651 |         finishExp empty (makeCast (integer addrval) voidPtrType) voidPtrType
-                                 ^^^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4670, characters 33-42:
- 4670 |     optConstFoldBinOp false bop (makeCastT e1 t1 tres) (makeCastT e2 t2 tres) tres
-                                         ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4670, characters 56-65:
- 4670 |     optConstFoldBinOp false bop (makeCastT e1 t1 tres) (makeCastT e2 t2 tres) tres
-                                                                ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4677, characters 7-16:
- 4677 |       (makeCastT e1 t1 tres) (makeCastT e2 t2 tres) intType
-               ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4677, characters 30-39:
- 4677 |       (makeCastT e1 t1 tres) (makeCastT e2 t2 tres) intType
-                                      ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4685, characters 11-20:
- 4685 |           (makeCastT e1 t1 tres) (makeCastT e2 t2 tres) tres
-                   ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4685, characters 34-43:
- 4685 |           (makeCastT e1 t1 tres) (makeCastT e2 t2 tres) tres
-                                          ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4692, characters 33-42:
- 4692 |     optConstFoldBinOp false bop (makeCastT e1 t1 commontype) 
-                                         ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4693, characters 7-16:
- 4693 |       (makeCastT e2 t2 commontype) intType
-               ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4708, characters 37-46:
- 4708 |         optConstFoldBinOp false bop (makeCastT e1 t1 t1') (makeCastT e2 t2 t2') t1'
-                                             ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4708, characters 59-68:
- 4708 |         optConstFoldBinOp false bop (makeCastT e1 t1 t1') (makeCastT e2 t2 t2') t1'
-                                                                   ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4718, characters 9-18:
- 4718 |         (makeCastT e2 t2 (integralPromotion t2)) t1
-                 ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4722, characters 9-18:
- 4722 |         (makeCastT e1 t1 (integralPromotion t1)) t2
-                 ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4726, characters 9-18:
- 4726 |         (makeCastT e2 t2 (integralPromotion t2)) t1
-                 ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4730, characters 39-48:
- 4730 |       optConstFoldBinOp false MinusPP (makeCastT e1 t1 commontype) 
-                                               ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4731, characters 39-48:
- 4731 |                                       (makeCastT e2 t2 commontype) !ptrdiffType
-                                               ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4735, characters 31-40:
- 4735 |       pointerComparison e1 t1 (makeCastT zero !upointType t1) t1
-                                       ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4737, characters 25-34:
- 4737 |       pointerComparison (makeCastT zero !upointType t2) t2 e2 t2
-                                 ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4741, characters 31-40:
- 4741 |       pointerComparison e1 t1 (makeCastT zero !upointType t1) t1
-                                       ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4744, characters 25-34:
- 4744 |       pointerComparison (makeCastT zero !upointType t2) t2 e2 t2
-                                 ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4749, characters 19-28:
- 4749 |       doBinOp bop (makeCastT e1 t1 !upointType) !upointType 
-                           ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4750, characters 19-28:
- 4750 |                   (makeCastT e2 t2 !upointType) !upointType
-                           ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4754, characters 19-28:
- 4754 |       doBinOp bop (makeCastT e1 t1 !upointType) !upointType 
-                           ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 4755, characters 19-28:
- 4755 |                   (makeCastT e2 t2 !upointType) !upointType
-                           ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 5152, characters 26-35:
- 5152 |                           makeCastT oneinit' t' so.soTyp
-                                  ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 5236, characters 23-32:
- 5236 |       setone so.soOff (makeCastT oneinit' t' so.soTyp);
-                               ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 5567, characters 32-40:
- 5567 |               (Set(var savelen, makeCast len savelen.vtype, !currentLoc)) in
-                                        ^^^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 5582, characters 21-29:
- 5582 |                      makeCast (Lval(var tmp)) vi.vtype, !currentLoc))
-                             ^^^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 5949, characters 39-47:
- 5949 |                       (i2c (Set ((Mem (makeCast (integer 0) intPtrType),
-                                               ^^^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 6150, characters 26-35:
- 6150 |                     Some (makeCastT zero intType rt)
-                                  ^^^^^^^^^
- Warning 6 [labels-omitted]: labels e, oldt, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 6535, characters 37-45:
- 6535 |             @@ i2c(Set (var switchv, makeCast e' !upointType, loc'))
-                                             ^^^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/frontc/cabs2cil.ml", line 6557, characters 40-48:
- 6557 |             se @@ i2c (Set(var switchv, makeCast e' !upointType, loc')) @@
-                                                ^^^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/lexerhack.cmx src/frontc/lexerhack.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/cparser.cmx src/frontc/cparser.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/clexer.cmx src/frontc/clexer.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/clexer.cmx src/frontc/clexer.ml
- File "src/frontc/clexer.mll", line 618, characters 30-47:
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/patch.cmx src/frontc/patch.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/stats.cmx src/ocamlutil/stats.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/frontc.cmx src/frontc/frontc.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/frontc/frontc.cmx src/frontc/frontc.ml
- File "src/frontc/frontc.ml", line 190, characters 17-28:
- 190 |     let lexbuf = Clexer.init fname in
-                        ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label filename was omitted in the application of this function.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/machdepenv.cmx src/machdepenv.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/mergecil.cmx src/mergecil.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/mergecil.cmx src/mergecil.ml
- File "src/mergecil.ml", line 584, characters 24-32:
- 584 |       let msg:string = (P.sprint 1000 (P.dprintf "(different type constructors: %a vs. %a)"
-                               ^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/mergecil.ml", line 780, characters 12-35:
- 780 |     ignore (Alpha.registerAlphaName vtAlpha None vi.vname !currentLoc);
-                   ^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/mergecil.ml", line 1338, characters 27-41:
- 1338 |           let newName, _ = A.newAlphaName vtAlpha None vi.vname !currentLoc in
-                                   ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/mergecil.ml", line 1602, characters 18-32:
- 1602 |                   A.newAlphaName sAlpha None ci.cname !currentLoc in
-                          ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/mergecil.ml", line 1626, characters 18-32:
- 1626 |                   A.newAlphaName eAlpha None ei.ename !currentLoc in
-                          ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/mergecil.ml", line 1635, characters 25-39:
- 1635 |                          A.newAlphaName vtAlpha None n !currentLoc in
-                                 ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/mergecil.ml", line 1676, characters 18-32:
- 1676 |                   A.newAlphaName vtAlpha None ti.tname !currentLoc in
-                          ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels alphaTable, undolist, lookupname, data were omitted in the application of this function.
- File "src/mergecil.ml", line 1687, characters 26-34:
- 1687 |     let globStr:string = (P.sprint 1000 (P.dprintf 
-                                  ^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/mergecil.ml", line 1692, characters 28-36:
- 1692 |     mergePushGlobal (GText (P.sprint 80 
-                                    ^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/rmtmps.cmx src/rmtmps.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/rmtmps.cmx src/rmtmps.ml
- File "src/rmtmps.ml", lines 626-629, characters 8-39:
- 626 | ........If(_,_,({bstmts=[{skind=Goto(gref,_);labels=[]}];
- 627 |                   battrs=[]} as b),_)
- 628 |       | If(_,({bstmts=[{skind=Goto(gref,_);labels=[]}];
- 629 |                   battrs=[]} as b),_,_)
- Warning 57 [ambiguous-var-in-pattern-guard]: Ambiguous or-pattern variables under guard;
- variable gref appears in different places in different or-pattern alternatives.
- Only the first match will be used to evaluate the guard expression.
- (See manual section 11.5)
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/dataflow.cmx src/dataflow.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/formatparse.cmx src/formatparse.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/formatparse.cmx src/formatparse.ml
- File "src/formatparse.mly", line 429, characters 49-54:
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/formatparse.mly", line 511, characters 30-36:
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/formatparse.mly", line 609, characters 41-46:
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/formatparse.mly", line 625, characters 19-24:
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/formatparse.mly", line 644, characters 17-22:
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/formatparse.mly", line 1352, characters 28-34:
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/formatlex.cmx src/formatlex.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/bitmap.cmx src/ocamlutil/bitmap.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ocamlutil/bitmap.cmx src/ocamlutil/bitmap.ml
- File "src/ocamlutil/bitmap.ml", line 13, characters 14-26:
- 13 |       let a = Array.create newWords Int32.zero in
-                    ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cfg.cmx src/cfg.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/check.cmx src/check.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/check.cmx src/check.ml
- File "src/check.ml", line 649, characters 33-45:
- 649 |                                 (Int64.format "%d" i') (Int64.format "%d" i));
-                                        ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Int64.format
- Use Printf.sprintf with a [%L...] format instead.
- File "src/check.ml", line 649, characters 56-68:
- 649 |                                 (Int64.format "%d" i') (Int64.format "%d" i));
-                                                               ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Int64.format
- Use Printf.sprintf with a [%L...] format instead.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/cillower.cmx src/cillower.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ciloptions.cmx src/ciloptions.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/dominators.cmx src/dominators.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/dominators.cmx src/dominators.ml
- File "src/dominators.ml", line 53, characters 44-62:
- 53 |                         let compare v1 v2 = Pervasives.compare v1.sid v2.sid
-                                                  ^^^^^^^^^^^^^^^^^^
- 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 "src/dominators.ml", line 285, characters 15-19:
- 285 |   with Failure "hd" -> idomData, (None, treeData)
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/expcompare.cmx src/expcompare.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package findlib -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/feature.cmx src/feature.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/formatcil.cmx src/formatcil.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/formatcil.cmx src/formatcil.ml
- File "src/formatcil.ml", line 80, characters 17-31:
- 80 |     let lexbuf = Formatlex.init prog in
-                       ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prog was omitted in the application of this function.
- ocamlfind ocamlopt -a -package zarith -I src/ocamlutil -I src/frontc -I src src/ocamlutil/pretty.cmx src/ocamlutil/errormsg.cmx src/ocamlutil/alpha.cmx src/ocamlutil/bitmap.cmx src/frontc/cabs.cmx machdep.cmx src/cilint.cmx src/cilversion.cmx src/escape.cmx src/ocamlutil/clist.cmx src/ocamlutil/inthash.cmx src/ocamlutil/util.cmx src/cil.cmx src/cilutil.cmx src/ocamlutil/longarray.cmx src/ocamlutil/growArray.cmx src/frontc/cabshelper.cmx src/ocamlutil/trace.cmx src/frontc/cabsvisit.cmx src/frontc/whitetrack.cmx src/frontc/cprint.cmx src/frontc/cabs2cil.cmx src/cfg.cmx src/check.cmx src/cillower.cmx src/frontc/lexerhack.cmx src/frontc/cparser.cmx src/frontc/clexer.cmx src/frontc/patch.cmx src/ocamlutil/stats.cmx src/frontc/frontc.cmx src/machdepenv.cmx src/mergecil.cmx src/rmtmps.cmx src/ciloptions.cmx src/dataflow.cmx src/dominators.cmx src/expcompare.cmx src/feature.cmx src/formatparse.cmx src/formatlex.cmx src/formatcil.cmx -o src/cil.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/blockinggraph -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/blockinggraph/blockinggraph.cmx src/ext/blockinggraph/blockinggraph.ml
- ocamlfind ocamlopt -a -package zarith -I src/ext/blockinggraph src/ext/blockinggraph/blockinggraph.cmx -o src/ext/blockinggraph.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/callgraph -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/callgraph/callgraph.cmx src/ext/callgraph/callgraph.ml
- ocamlfind ocamlopt -a -package zarith -I src/ext/callgraph src/ext/callgraph/callgraph.cmx -o src/ext/callgraph.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/canonicalize -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/canonicalize/canonicalize.cmx src/ext/canonicalize/canonicalize.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/canonicalize -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/canonicalize/canonicalize.cmx src/ext/canonicalize/canonicalize.ml
- File "src/ext/canonicalize/canonicalize.ml", line 166, characters 26-32:
- 166 | 	    let newI = Set(dest, mkCast exp typeOfDest, l) in
-       	                         ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/canonicalize/canonicalize.ml", line 183, characters 19-25:
- 183 | 		      TEnum _ -> mkCast actual formalType
-       		                 ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/canonicalize/canonicalize.ml", line 209, characters 30-36:
- 209 | 		  let newFuncPtr = Lval(Mem(mkCast fp newFuncPtrType), off) in
-       		                            ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/canonicalize/canonicalize.ml", line 234, characters 17-23:
- 234 | 		    let newE = mkCast e fi.ftype in
-       		               ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/canonicalize/canonicalize.ml", line 262, characters 33-39:
- 262 | 	    stmt.skind <- Return (Some (mkCast exp typeOfDest), l)
-       	                                ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- ocamlfind ocamlopt -a -package zarith -I src/ext/canonicalize src/ext/canonicalize/canonicalize.cmx -o src/ext/canonicalize.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/setp.cmx src/ext/pta/setp.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/uref.cmx src/ext/pta/uref.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/olf.cmx src/ext/pta/olf.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/olf.cmx src/ext/pta/olf.ml
- File "src/ext/pta/olf.ml", line 67, characters 4-22:
- 67 |     Pervasives.compare (U.deref x.info) (U.deref y.info)
-          ^^^^^^^^^^^^^^^^^^
- 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
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/partial -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/partial/heap.cmx src/ext/partial/heap.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/partial -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/partial/heap.cmx src/ext/partial/heap.ml
- File "src/ext/partial/heap.ml", line 12, characters 13-25:
- 12 |   elements = Array.create (size+1) (max_int,None) ;
-                   ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/ptranal.cmx src/ext/pta/ptranal.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/partial -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/partial/partial.cmx src/ext/partial/partial.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/ccl -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/ccl/ccl.cmx src/ext/ccl/ccl.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/ccl -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/ccl/ccl.cmx src/ext/ccl/ccl.ml
- File "src/ext/ccl/ccl.ml", line 135, characters 2-5:
- 135 |   seq (text ", ") (d_annot ()) annots
-         ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/ccl/ccl.ml", line 141, characters 2-5:
- 141 |   seq (text ", ") (d_fact ()) (FactSet.elements facts)
-         ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/ccl/ccl.ml", line 220, characters 7-13:
- 220 |        fprint !E.logChannel 1000000 d;
-              ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/ccl/ccl.ml", line 283, characters 15-19:
- 283 |   with Failure "hd" ->
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/ccl/ccl.ml", line 1699, characters 23-27:
- 1699 |           with Failure "hd" ->
-                               ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlopt -a -package zarith -I src/ext/ccl src/ext/ccl/ccl.cmx -o src/ext/ccl.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/cqualann -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/cqualann/cqualann.cmx src/ext/cqualann/cqualann.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/cqualann -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/cqualann/cqualann.cmx src/ext/cqualann/cqualann.ml
- File "src/ext/cqualann/cqualann.ml", line 217, characters 2-8:
- 217 |   sprint 1024 d
-         ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlopt -a -package zarith -I src/ext/cqualann src/ext/cqualann/cqualann.cmx -o src/ext/cqualann.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/dataslicing -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/dataslicing/dataslicing.cmx src/ext/dataslicing/dataslicing.ml
- ocamlfind ocamlopt -a -package zarith -I src/ext/dataslicing src/ext/dataslicing/dataslicing.cmx -o src/ext/dataslicing.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/epicenter -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/epicenter/epicenter.cmx src/ext/epicenter/epicenter.ml
- ocamlfind ocamlopt -a -package zarith -I src/ext/epicenter src/ext/epicenter/epicenter.cmx -o src/ext/epicenter.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/heapify -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/heapify/heapify.cmx src/ext/heapify/heapify.ml
- ocamlfind ocamlopt -a -package zarith -I src/ext/heapify src/ext/heapify/heapify.cmx -o src/ext/heapify.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/inliner -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/inliner/inliner.cmx src/ext/inliner/inliner.ml
- ocamlfind ocamlopt -a -package zarith -I src/ext/inliner src/ext/inliner/inliner.cmx -o src/ext/inliner.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/liveness -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/liveness/usedef.cmx src/ext/liveness/usedef.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/liveness -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/liveness/liveness.cmx src/ext/liveness/liveness.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/liveness -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/liveness/liveness.cmx src/ext/liveness/liveness.ml
- File "src/ext/liveness/liveness.ml", line 198, characters 21-25:
- 198 |         with Failure "hd" ->
-                            ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/liveness/liveness.ml", line 277, characters 21-25:
- 277 |         with Failure "hd" ->
-                            ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlopt -a -package zarith -I src/ext/liveness src/ext/liveness/usedef.cmx src/ext/liveness/liveness.cmx -o src/ext/liveness.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/llvm/llvmutils.cmx src/ext/llvm/llvmutils.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/llvm/llvmgen.cmx src/ext/llvm/llvmgen.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/llvm/llvmssa.cmx src/ext/llvm/llvmssa.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/llvm/llvm.cmx src/ext/llvm/llvm.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/llvm/llvm.cmx src/ext/llvm/llvm.ml
- File "src/ext/llvm/llvm.ml", line 174, characters 6-12:
- 174 |       fprint stdout 80 (generate f));
-             ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlopt -a -package zarith -I src/ext/llvm src/ext/llvm/llvmutils.cmx src/ext/llvm/llvmgen.cmx src/ext/llvm/llvmssa.cmx src/ext/llvm/llvm.cmx -o src/ext/llvm.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/logcalls -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/logcalls/logcalls.cmx src/ext/logcalls/logcalls.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/logcalls -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/logcalls/logcalls.cmx src/ext/logcalls/logcalls.ml
- File "src/ext/logcalls/logcalls.ml", line 40, characters 4-17:
- 40 |     Pretty.sprint 200 d
-          ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlopt -a -package zarith -I src/ext/logcalls src/ext/logcalls/logcalls.cmx -o src/ext/logcalls.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/logwrites -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/logwrites/logwrites.cmx src/ext/logwrites/logwrites.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/logwrites -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/logwrites/logwrites.cmx src/ext/logwrites/logwrites.ml
- File "src/ext/logwrites/logwrites.ml", line 99, characters 25-38:
- 99 |         | _ -> let str = Pretty.sprint 80 
-                               ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/logwrites/logwrites.ml", line 114, characters 25-38:
- 114 |         | _ -> let str = Pretty.sprint 80 
-                                ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlopt -a -package zarith -I src/ext/logwrites src/ext/logwrites/logwrites.cmx -o src/ext/logwrites.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/oneret -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/oneret/oneret.cmx src/ext/oneret/oneret.ml
- ocamlfind ocamlopt -a -package zarith -I src/ext/oneret src/ext/oneret/oneret.cmx -o src/ext/oneret.cmxa
- ocamlfind ocamlopt -a -package zarith -I src/ext/partial src/ext/partial/heap.cmx src/ext/partial/partial.cmx -o src/ext/partial.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/steensgaard.cmx src/ext/pta/steensgaard.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/steensgaard.cmx src/ext/pta/steensgaard.ml
- File "src/ext/pta/steensgaard.ml", line 80, characters 4-22:
- 80 |     Pervasives.compare 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 "src/ext/pta/steensgaard.ml", line 95, characters 4-22:
- 95 |     Pervasives.compare xid yid
-          ^^^^^^^^^^^^^^^^^^
- 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
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/golf.cmx src/ext/pta/golf.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/pta -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/pta/golf.cmx src/ext/pta/golf.ml
- File "src/ext/pta/golf.ml", line 104, characters 9-27:
- 104 |     else Pervasives.compare (U.deref x.info) (U.deref y.info)
-                ^^^^^^^^^^^^^^^^^^
- 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 "src/ext/pta/golf.ml", line 116, characters 14-32:
- 116 |               Pervasives.compare x.kind y.kind
-                     ^^^^^^^^^^^^^^^^^^
- 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 "src/ext/pta/golf.ml", line 117, characters 17-35:
- 117 |             else Pervasives.compare x.reached_global y.reached_global
-                        ^^^^^^^^^^^^^^^^^^
- 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 "src/ext/pta/golf.ml", line 119, characters 13-31:
- 119 |         else Pervasives.compare (U.deref x.tail) (U.deref y.tail)
-                    ^^^^^^^^^^^^^^^^^^
- 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 "src/ext/pta/golf.ml", line 121, characters 9-27:
- 121 |     else Pervasives.compare (U.deref x.head) (U.deref y.head)
-                ^^^^^^^^^^^^^^^^^^
- 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
- ocamlfind ocamlopt -a -package zarith -I src/ext/pta src/ext/pta/uref.cmx src/ext/pta/setp.cmx src/ext/pta/steensgaard.cmx src/ext/pta/olf.cmx src/ext/pta/ptranal.cmx src/ext/pta/golf.cmx -o src/ext/pta.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/sfi -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/sfi/sfi.cmx src/ext/sfi/sfi.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/sfi -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/ext/sfi/sfi.cmx src/ext/sfi/sfi.ml
- File "src/ext/sfi/sfi.ml", line 84, characters 12-17:
- 84 |       Lval (mkMem a NoOffset)
-                  ^^^^^
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/ext/sfi/sfi.ml", line 167, characters 13-26:
- 167 |   let what = Pretty.sprint 80 (d_lval () lv) in
-                    ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/sfi/sfi.ml", line 178, characters 13-26:
- 178 |   let what = Pretty.sprint 80 (d_lval () lv) in
-                    ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlopt -a -package zarith -I src/ext/sfi src/ext/sfi/sfi.cmx -o src/ext/sfi.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/simplemem -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplify -I src/ext/zrapp -o src/ext/simplemem/simplemem.cmx src/ext/simplemem/simplemem.ml
- ocamlfind ocamlopt -a -package zarith -I src/ext/simplemem src/ext/simplemem/simplemem.cmx -o src/ext/simplemem.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/simplify -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/zrapp -o src/ext/simplify/simplify.cmx src/ext/simplify/simplify.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/simplify -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/zrapp -o src/ext/simplify/simplify.cmx src/ext/simplify/simplify.ml
- File "src/ext/simplify/simplify.ml", line 251, characters 15-21:
- 251 |           add (mkCast a !upointType) offidx
-                      ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/simplify/simplify.ml", line 256, characters 11-17:
- 256 |       Mem (mkCast a' (typeForCast restoff)), restoff
-                  ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/simplify/simplify.ml", line 268, characters 14-20:
- 268 | 	        add (mkCast a !upointType) (makeBasic setTemp offidx)
-       	             ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/simplify/simplify.ml", line 269, characters 15-21:
- 269 | 	    else add (mkCast a !upointType) offidx
-       	              ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- File "src/ext/simplify/simplify.ml", line 272, characters 11-17:
- 272 |       Mem (mkCast a' (typeForCast restoff)), restoff
-                  ^^^^^^
- Warning 6 [labels-omitted]: labels e, newt were omitted in the application of this function.
- ocamlfind ocamlopt -a -package zarith -I src/ext/simplify src/ext/simplify/simplify.cmx -o src/ext/simplify.cmxa
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/ciltools.cmx src/ext/zrapp/ciltools.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/reachingdefs.cmx src/ext/zrapp/reachingdefs.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/reachingdefs.cmx src/ext/zrapp/reachingdefs.ml
- File "src/ext/zrapp/reachingdefs.ml", line 44, characters 21-39:
- 44 | 	Some i1, Some i2 -> Pervasives.compare i1 i2
-      	                    ^^^^^^^^^^^^^^^^^^
- 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 "src/ext/zrapp/reachingdefs.ml", line 297, characters 2-5:
- 297 |   seq line (fun (vid,ios) ->
-         ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/zrapp/reachingdefs.ml", line 470, characters 15-19:
- 470 |   with Failure "hd" -> if compare fdec.svar.vname (!debug_fn) = 0 then
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/zrapp/reachingdefs.ml", line 509, characters 2-5:
- 509 |   seq line (fun stm ->
-         ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/zrapp/reachingdefs.ml", line 556, characters 17-21:
- 556 |     with Failure "hd" -> 
-                        ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/availexpslv.cmx src/ext/zrapp/availexpslv.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/availexpslv.cmx src/ext/zrapp/availexpslv.ml
- File "src/ext/zrapp/availexpslv.ml", line 362, characters 15-19:
- 362 |   with Failure "hd" -> if !debug then ignore(E.log "fn w/ no stmts?\n")
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/zrapp/availexpslv.ml", line 424, characters 17-21:
- 424 |     with Failure "hd" ->
-                        ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/deadcodeelim.cmx src/ext/zrapp/deadcodeelim.ml
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/rmciltmps.cmx src/ext/zrapp/rmciltmps.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/rmciltmps.cmx src/ext/zrapp/rmciltmps.ml
- File "src/ext/zrapp/rmciltmps.ml", line 19, characters 18-36:
- 19 |     let 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 "src/ext/zrapp/rmciltmps.ml", line 842, characters 17-21:
- 842 |     with Failure "hd" -> 
-                        ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/zrapp.cmx src/ext/zrapp/zrapp.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/zrapp.cmx src/ext/zrapp/zrapp.ml
- File "src/ext/zrapp/zrapp.ml", line 515, characters 9-15:
- 515 |          fprint out 80 (proto ++ (self#pLineDirective ~forcefile:true l));
-                ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/zrapp/zrapp.ml", line 518, characters 9-15:
- 518 |          fprint out 80 (self#pFunDecl () fdec);               
-                ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/zrapp/zrapp.ml", line 523, characters 9-15:
- 523 |          fprint out 80 
-                ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/zrapp/zrapp.ml", line 539, characters 12-18:
- 539 |      | g -> fprint out 80 (self#pGlobal () g)
-                   ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/availexps.cmx src/ext/zrapp/availexps.ml
- + ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -o src/ext/zrapp/availexps.cmx src/ext/zrapp/availexps.ml
- File "src/ext/zrapp/availexps.ml", line 59, characters 30-33:
- 59 | let eh_pretty () eh = line ++ seq line (fun (vid,e) ->
-                                    ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/zrapp/availexps.ml", line 320, characters 15-19:
- 320 |   with Failure "hd" -> if !debug then ignore(E.log "fn w/ no stmts?\n")
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/zrapp/availexps.ml", line 381, characters 17-21:
- 381 |     with Failure "hd" ->
-                        ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlopt -a -package zarith -I src/ext/zrapp src/ext/zrapp/availexpslv.cmx src/ext/zrapp/ciltools.cmx src/ext/zrapp/reachingdefs.cmx src/ext/zrapp/deadcodeelim.cmx src/ext/zrapp/rmciltmps.cmx src/ext/zrapp/zrapp.cmx src/ext/zrapp/availexps.cmx -o src/ext/zrapp.cmxa
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/blockinggraph.cmxa -o src/ext/blockinggraph.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/callgraph.cmxa -o src/ext/callgraph.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/canonicalize.cmxa -o src/ext/canonicalize.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/ccl.cmxa -o src/ext/ccl.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/cqualann.cmxa -o src/ext/cqualann.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/dataslicing.cmxa -o src/ext/dataslicing.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/epicenter.cmxa -o src/ext/epicenter.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/heapify.cmxa -o src/ext/heapify.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/inliner.cmxa -o src/ext/inliner.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/liveness.cmxa -o src/ext/liveness.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/llvm.cmxa -o src/ext/llvm.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/logcalls.cmxa -o src/ext/logcalls.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/logwrites.cmxa -o src/ext/logwrites.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/oneret.cmxa -o src/ext/oneret.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/partial.cmxa -o src/ext/partial.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/pta.cmxa -o src/ext/pta.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/sfi.cmxa -o src/ext/sfi.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/simplemem.cmxa -o src/ext/simplemem.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/simplify.cmxa -o src/ext/simplify.cmxs
- ocamlfind ocamlopt -shared -linkall -package zarith -I src/ext src/ext/zrapp.cmxa -o src/ext/zrapp.cmxs
- ocamlfind ocamlc -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/frontc/cabs.ml > src/frontc/cabs.inferred.mli
- ocamlfind ocamlc -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/frontc/cabshelper.ml > src/frontc/cabshelper.inferred.mli
- ocamlfind ocamlc -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/cilutil.ml > src/cilutil.inferred.mli
- ocamlfind ocamlc -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/cilversion.ml > src/cilversion.inferred.mli
- ocamlfind ocamlc -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/frontc/cprint.ml > src/frontc/cprint.inferred.mli
- ocamlfind ocamlc -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/expcompare.ml > src/expcompare.inferred.mli
- ocamlfind ocamlc -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/formatlex.ml > src/formatlex.inferred.mli
- ocamlfind ocamlc -I src/frontc -I src -I src/ext -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/frontc/lexerhack.ml > src/frontc/lexerhack.inferred.mli
- ocamlfind ocamlc -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith machdep.ml > machdep.inferred.mli
- ocamlfind ocamlc -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/machdepenv.ml > src/machdepenv.inferred.mli
- ocamlfind ocamlc -I src/ext/cqualann -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/cqualann/cqualann.ml > src/ext/cqualann/cqualann.inferred.mli
- + ocamlfind ocamlc -I src/ext/cqualann -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/cqualann/cqualann.ml > src/ext/cqualann/cqualann.inferred.mli
- File "src/ext/cqualann/cqualann.ml", line 217, characters 2-8:
- 217 |   sprint 1024 d
-         ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -I src/ext/epicenter -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/epicenter/epicenter.ml > src/ext/epicenter/epicenter.inferred.mli
- ocamlfind ocamlc -I src/ext/heapify -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/heapify/heapify.ml > src/ext/heapify/heapify.inferred.mli
- ocamlfind ocamlc -I src/ext/inliner -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/inliner/inliner.ml > src/ext/inliner/inliner.inferred.mli
- ocamlfind ocamlc -I src/ext/liveness -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/liveness/usedef.ml > src/ext/liveness/usedef.inferred.mli
- ocamlfind ocamlc -I src/ext/liveness -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/liveness/liveness.ml > src/ext/liveness/liveness.inferred.mli
- + ocamlfind ocamlc -I src/ext/liveness -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/liveness/liveness.ml > src/ext/liveness/liveness.inferred.mli
- File "src/ext/liveness/liveness.ml", line 198, characters 21-25:
- 198 |         with Failure "hd" ->
-                            ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/liveness/liveness.ml", line 277, characters 21-25:
- 277 |         with Failure "hd" ->
-                            ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlc -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/llvm/llvmutils.ml > src/ext/llvm/llvmutils.inferred.mli
- ocamlfind ocamlc -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/llvm/llvmssa.ml > src/ext/llvm/llvmssa.inferred.mli
- ocamlfind ocamlc -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/llvm/llvmgen.ml > src/ext/llvm/llvmgen.inferred.mli
- ocamlfind ocamlc -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/llvm/llvm.ml > src/ext/llvm/llvm.inferred.mli
- + ocamlfind ocamlc -I src/ext/llvm -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/llvm/llvm.ml > src/ext/llvm/llvm.inferred.mli
- File "src/ext/llvm/llvm.ml", line 174, characters 6-12:
- 174 |       fprint stdout 80 (generate f));
-             ^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -I src/ext/logwrites -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/logwrites/logwrites.ml > src/ext/logwrites/logwrites.inferred.mli
- + ocamlfind ocamlc -I src/ext/logwrites -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/logwrites/logwrites.ml > src/ext/logwrites/logwrites.inferred.mli
- File "src/ext/logwrites/logwrites.ml", line 99, characters 25-38:
- 99 |         | _ -> let str = Pretty.sprint 80 
-                               ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/logwrites/logwrites.ml", line 114, characters 25-38:
- 114 |         | _ -> let str = Pretty.sprint 80 
-                                ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -I src/ext/partial -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/partial/partial.ml > src/ext/partial/partial.inferred.mli
- ocamlfind ocamlc -I src/ext/partial -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/partial/heap.ml > src/ext/partial/heap.inferred.mli
- + ocamlfind ocamlc -I src/ext/partial -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/partial/heap.ml > src/ext/partial/heap.inferred.mli
- File "src/ext/partial/heap.ml", line 12, characters 13-25:
- 12 |   elements = Array.create (size+1) (max_int,None) ;
-                   ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Array.create
- Use Array.make/ArrayLabels.make instead.
- ocamlfind ocamlc -I src/ext/sfi -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/sfi/sfi.ml > src/ext/sfi/sfi.inferred.mli
- + ocamlfind ocamlc -I src/ext/sfi -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/sfi/sfi.ml > src/ext/sfi/sfi.inferred.mli
- File "src/ext/sfi/sfi.ml", line 84, characters 12-17:
- 84 |       Lval (mkMem a NoOffset)
-                  ^^^^^
- Warning 6 [labels-omitted]: labels addr, off were omitted in the application of this function.
- File "src/ext/sfi/sfi.ml", line 167, characters 13-26:
- 167 |   let what = Pretty.sprint 80 (d_lval () lv) in
-                    ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- File "src/ext/sfi/sfi.ml", line 178, characters 13-26:
- 178 |   let what = Pretty.sprint 80 (d_lval () lv) in
-                    ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label width was omitted in the application of this function.
- ocamlfind ocamlc -I src/ext/simplemem -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplify -I src/ext/zrapp -i -package zarith src/ext/simplemem/simplemem.ml > src/ext/simplemem/simplemem.inferred.mli
- ocamlfind ocamlc -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -i -package zarith src/ext/zrapp/rmciltmps.ml > src/ext/zrapp/rmciltmps.inferred.mli
- + ocamlfind ocamlc -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -i -package zarith src/ext/zrapp/rmciltmps.ml > src/ext/zrapp/rmciltmps.inferred.mli
- File "src/ext/zrapp/rmciltmps.ml", line 19, characters 18-36:
- 19 |     let 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 "src/ext/zrapp/rmciltmps.ml", line 842, characters 17-21:
- 842 |     with Failure "hd" -> 
-                        ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlc -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -i -package zarith src/ext/zrapp/reachingdefs.ml > src/ext/zrapp/reachingdefs.inferred.mli
- + ocamlfind ocamlc -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -i -package zarith src/ext/zrapp/reachingdefs.ml > src/ext/zrapp/reachingdefs.inferred.mli
- File "src/ext/zrapp/reachingdefs.ml", line 44, characters 21-39:
- 44 | 	Some i1, Some i2 -> Pervasives.compare i1 i2
-      	                    ^^^^^^^^^^^^^^^^^^
- 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 "src/ext/zrapp/reachingdefs.ml", line 297, characters 2-5:
- 297 |   seq line (fun (vid,ios) ->
-         ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/zrapp/reachingdefs.ml", line 470, characters 15-19:
- 470 |   with Failure "hd" -> if compare fdec.svar.vname (!debug_fn) = 0 then
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/zrapp/reachingdefs.ml", line 509, characters 2-5:
- 509 |   seq line (fun stm ->
-         ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/zrapp/reachingdefs.ml", line 556, characters 17-21:
- 556 |     with Failure "hd" -> 
-                        ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlc -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -i -package zarith src/ext/zrapp/deadcodeelim.ml > src/ext/zrapp/deadcodeelim.inferred.mli
- ocamlfind ocamlc -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -i -package zarith src/ext/zrapp/ciltools.ml > src/ext/zrapp/ciltools.inferred.mli
- ocamlfind ocamlc -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -i -package zarith src/ext/zrapp/availexpslv.ml > src/ext/zrapp/availexpslv.inferred.mli
- + ocamlfind ocamlc -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -i -package zarith src/ext/zrapp/availexpslv.ml > src/ext/zrapp/availexpslv.inferred.mli
- File "src/ext/zrapp/availexpslv.ml", line 362, characters 15-19:
- 362 |   with Failure "hd" -> if !debug then ignore(E.log "fn w/ no stmts?\n")
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/zrapp/availexpslv.ml", line 424, characters 17-21:
- 424 |     with Failure "hd" ->
-                        ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlc -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -i -package zarith src/ext/zrapp/availexps.ml > src/ext/zrapp/availexps.inferred.mli
- + ocamlfind ocamlc -I src/ext/zrapp -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -i -package zarith src/ext/zrapp/availexps.ml > src/ext/zrapp/availexps.inferred.mli
- File "src/ext/zrapp/availexps.ml", line 59, characters 30-33:
- 59 | let eh_pretty () eh = line ++ seq line (fun (vid,e) ->
-                                    ^^^
- Warning 6 [labels-omitted]: labels sep, doit, elements were omitted in the application of this function.
- File "src/ext/zrapp/availexps.ml", line 320, characters 15-19:
- 320 |   with Failure "hd" -> if !debug then ignore(E.log "fn w/ no stmts?\n")
-                      ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "src/ext/zrapp/availexps.ml", line 381, characters 17-21:
- 381 |     with Failure "hd" ->
-                        ^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamldep -package zarith -modules src/main.ml > src/main.ml.depends
- ocamlfind ocamlc -c -g -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/main.cmo src/main.ml
- ocamlfind ocamlc -linkpkg dynlink.cma unix.cma str.cma -linkall -package findlib -package zarith -I src src/cil.cma src/main.cmo -o src/main.byte
- ocamlfind ocamlopt -c -annot -bin-annot -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp -o src/main.cmx src/main.ml
- ocamlfind ocamlopt -linkpkg dynlink.cmxa unix.cmxa str.cmxa -linkall -package findlib -package zarith -I src src/cil.cmxa src/main.cmx -o src/main.native
- ocamlfind ocamldoc -dump src/ocamlutil/alpha.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/ocamlutil/alpha.mli
- + ocamlfind ocamldoc -dump src/ocamlutil/alpha.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/ocamlutil/alpha.mli
- Warning: Element Cil.currentLoc not found
- ocamlfind ocamldoc -dump src/cfg.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/cfg.mli
- + ocamlfind ocamldoc -dump src/cfg.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/cfg.mli
- Warning: Element Cil.stmt not found
- Warning: Element Dataflow not found
- ocamlfind ocamldoc -dump src/cil.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/cil.mli
- + ocamlfind ocamldoc -dump src/cil.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/cil.mli
- Warning: Element Rmtmps.removeUnusedTemps not found
- Warning: Element Cfg.computeFileCFG not found
- Warning: Element Cfg.computeFileCFG not found
- Warning: Element CaseRange not found
- Warning: Element Case not found
- Warning: Element Errormsg.Error not found
- Warning: Element Pretty.doc not found
- Warning: Element Errormsg.error not found
- Warning: Element Pretty.doc not found
- Warning: Element Errormsg.bug not found
- Warning: Element Errormsg.unimp not found
- Warning: Element Errormsg.bug not found
- Warning: Element Errormsg.unimp not found
- Warning: Element Errormsg.error not found
- Warning: Element Errormsg.warn not found
- Warning: Element Errormsg.warnOpt not found
- Warning: Element Errormsg.warnFlag not found
- Warning: Element Errormsg.warn not found
- Warning: Element Errormsg.warn not found
- Warning: Element Errormsg.warnFlag not found
- ocamlfind ocamldoc -dump src/cillower.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/cillower.mli
- ocamlfind ocamldoc -dump src/ocamlutil/clist.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/ocamlutil/clist.mli
- ocamlfind ocamldoc -dump src/dataflow.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/dataflow.mli
- + ocamlfind ocamldoc -dump src/dataflow.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/dataflow.mli
- Warning: Element Cfg.computeFileCFG not found
- Warning: Element Cil.currentLoc not found
- Warning: Element Cil.currentLoc not found
- Warning: Element Cil.currentLoc not found
- Warning: Element Cil.currentLoc not found
- ocamlfind ocamldoc -dump src/dominators.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/dominators.mli
- ocamlfind ocamldoc -dump src/ocamlutil/errormsg.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/ocamlutil/errormsg.mli
- ocamlfind ocamldoc -dump src/feature.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/feature.mli
- + ocamlfind ocamldoc -dump src/feature.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/feature.mli
- Warning: Element Errormsg.Error not found
- ocamlfind ocamldoc -dump src/formatcil.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src -I src/ext -I src/frontc -I src/ocamlutil -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/formatcil.mli
- ocamlfind ocamldoc -dump src/ocamlutil/pretty.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/ocamlutil/pretty.mli
- ocamlfind ocamldoc -dump src/ocamlutil/stats.odoc -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -I src/ocamlutil -I src -I src/ext -I src/frontc -I src/ext/blockinggraph -I src/ext/callgraph -I src/ext/canonicalize -I src/ext/ccl -I src/ext/cqualann -I src/ext/dataslicing -I src/ext/epicenter -I src/ext/heapify -I src/ext/inliner -I src/ext/liveness -I src/ext/llvm -I src/ext/logcalls -I src/ext/logwrites -I src/ext/oneret -I src/ext/partial -I src/ext/pta -I src/ext/sfi -I src/ext/simplemem -I src/ext/simplify -I src/ext/zrapp src/ocamlutil/stats.mli
- rm -rf cil.docdir
- mkdir -p cil.docdir
- ocamlfind ocamldoc -load src/ocamlutil/alpha.odoc -load src/cfg.odoc -load src/cil.odoc -load src/cillower.odoc -load src/ocamlutil/clist.odoc -load src/dataflow.odoc -load src/dominators.odoc -load src/ocamlutil/errormsg.odoc -load src/feature.odoc -load src/formatcil.odoc -load src/ocamlutil/pretty.odoc -load src/ocamlutil/stats.odoc -html -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -d cil.docdir
- + ocamlfind ocamldoc -load src/ocamlutil/alpha.odoc -load src/cfg.odoc -load src/cil.odoc -load src/cillower.odoc -load src/ocamlutil/clist.odoc -load src/dataflow.odoc -load src/dominators.odoc -load src/ocamlutil/errormsg.odoc -load src/feature.odoc -load src/formatcil.odoc -load src/ocamlutil/pretty.odoc -load src/ocamlutil/stats.odoc -html -stars -hide Pervasives -t 'CIL API Documentation ' -package zarith -d cil.docdir
- Warning: Element Rmtmps.removeUnusedTemps not found
- Warning: Element CaseRange not found
- Warning: Element Case not found
- cp _build/src/main.byte bin/cilly.byte
- cp _build/src/main.native bin/cilly.native
- cp lib/perl5/App/Cilly.pm.in lib/perl5/App/Cilly.pm
- sed -e "s|CIL_VERSION|1.7.3|" lib/perl5/App/Cilly.pm > lib/perl5/App/Cilly.pm.tmp; \
- mv lib/perl5/App/Cilly.pm.tmp lib/perl5/App/Cilly.pm; \
- if gcc -D_GNUCC -m32 src/machdep-ml.c -o _build/machdep-ml32.exe ;then \
-   sed -e "s|nogcc32model|`_build/machdep-ml32.exe --env`|" lib/perl5/App/Cilly.pm > lib/perl5/App/Cilly.pm.tmp; \
-   mv lib/perl5/App/Cilly.pm.tmp lib/perl5/App/Cilly.pm; \
- fi
- In file included from src/machdep-ml.c:40:
- /usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory
-    27 | #include <bits/libc-header-start.h>
-       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- if gcc -D_GNUCC -m64 src/machdep-ml.c -o _build/machdep-ml64.exe ;then \
-   sed -e "s|nogcc64model|`_build/machdep-ml64.exe --env`|" lib/perl5/App/Cilly.pm > lib/perl5/App/Cilly.pm.tmp; \
-   mv lib/perl5/App/Cilly.pm.tmp lib/perl5/App/Cilly.pm; \
- fi
- Generating CIL_MACHINE machine dependency information string (for CIL)
- cd lib/perl5; perl Makefile.PL INSTALL_BASE="/home/opam/.opam/4.14"
- Checking if your kit is complete...
- Looks good
- Generating a Unix-style Makefile
- Writing Makefile for cilly
- Writing MYMETA.yml and MYMETA.json
- /usr/bin/make -C lib/perl5
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4/lib/perl5'
- cp App/Cilly/KeptFile.pm blib/lib/App/Cilly/KeptFile.pm
- cp App/Cilly/OutputFile.pm blib/lib/App/Cilly/OutputFile.pm
- cp App/Cilly/CilCompiler.pm blib/lib/App/Cilly/CilCompiler.pm
- cp App/Cilly/CilConfig.pm blib/lib/App/Cilly/CilConfig.pm
- cp App/Cilly.pm blib/lib/App/Cilly.pm
- cp App/Cilly/TempFile.pm blib/lib/App/Cilly/TempFile.pm
- cp ../../bin/cilly blib/script/cilly
- "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cilly
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4/lib/perl5'
- OCAMLFIND_DESTDIR=lib ocamlfind remove cil
- ocamlfind: [WARNING] No such file: lib/cil/META
- mkdir -p lib
- OCAMLFIND_DESTDIR=lib \
-   ocamlfind install cil META _build/src/cil.cma _build/src/ext/blockinggraph.cma _build/src/ext/callgraph.cma _build/src/ext/canonicalize.cma _build/src/ext/ccl.cma _build/src/ext/cqualann.cma _build/src/ext/dataslicing.cma _build/src/ext/epicenter.cma _build/src/ext/heapify.cma _build/src/ext/inliner.cma _build/src/ext/liveness.cma _build/src/ext/llvm.cma _build/src/ext/logcalls.cma _build/src/ext/logwrites.cma _build/src/ext/oneret.cma _build/src/ext/partial.cma _build/src/ext/pta.cma _build/src/ext/sfi.cma _build/src/ext/simplemem.cma _build/src/ext/simplify.cma _build/src/ext/zrapp.cma _build/src/cil.cmxa _build/src/cil.a _build/src/ext/blockinggraph.cmxa _build/src/ext/callgraph.cmxa _build/src/ext/canonicalize.cmxa _build/src/ext/ccl.cmxa _build/src/ext/cqualann.cmxa _build/src/ext/dataslicing.cmxa _build/src/ext/epicenter.cmxa _build/src/ext/heapify.cmxa _build/src/ext/inliner.cmxa _build/src/ext/liveness.cmxa _build/src/ext/llvm.cmxa _build/src/ext/logcalls.cmxa _build/src/ext/logwrites.cmxa _build/src/ext/oneret.cmxa _build/src/ext/partial.cmxa _build/src/ext/pta.cmxa _build/src/ext/sfi.cmxa _build/src/ext/simplemem.cmxa _build/src/ext/simplify.cmxa _build/src/ext/zrapp.cmxa _build/src/ext/blockinggraph.cmxs _build/src/ext/callgraph.cmxs _build/src/ext/canonicalize.cmxs _build/src/ext/ccl.cmxs _build/src/ext/cqualann.cmxs _build/src/ext/dataslicing.cmxs _build/src/ext/epicenter.cmxs _build/src/ext/heapify.cmxs _build/src/ext/inliner.cmxs _build/src/ext/liveness.cmxs _build/src/ext/llvm.cmxs _build/src/ext/logcalls.cmxs _build/src/ext/logwrites.cmxs _build/src/ext/oneret.cmxs _build/src/ext/partial.cmxs _build/src/ext/pta.cmxs _build/src/ext/sfi.cmxs _build/src/ext/simplemem.cmxs _build/src/ext/simplify.cmxs _build/src/ext/zrapp.cmxs _build/src/ext/blockinggraph.a _build/src/ext/callgraph.a _build/src/ext/canonicalize.a _build/src/ext/ccl.a _build/src/ext/cqualann.a _build/src/ext/dataslicing.a _build/src/ext/epicenter.a _build/src/ext/heapify.a _build/src/ext/inliner.a _build/src/ext/liveness.a _build/src/ext/llvm.a _build/src/ext/logcalls.a _build/src/ext/logwrites.a _build/src/ext/oneret.a _build/src/ext/partial.a _build/src/ext/pta.a _build/src/ext/sfi.a _build/src/ext/simplemem.a _build/src/ext/simplify.a _build/src/ext/zrapp.a `cat _build/src/cil.libfiles _build/src/ext/blockinggraph.libfiles _build/src/ext/callgraph.libfiles _build/src/ext/canonicalize.libfiles _build/src/ext/ccl.libfiles _build/src/ext/cqualann.libfiles _build/src/ext/dataslicing.libfiles _build/src/ext/epicenter.libfiles _build/src/ext/heapify.libfiles _build/src/ext/inliner.libfiles _build/src/ext/liveness.libfiles _build/src/ext/llvm.libfiles _build/src/ext/logcalls.libfiles _build/src/ext/logwrites.libfiles _build/src/ext/oneret.libfiles _build/src/ext/partial.libfiles _build/src/ext/pta.libfiles _build/src/ext/sfi.libfiles _build/src/ext/simplemem.libfiles _build/src/ext/simplify.libfiles _build/src/ext/zrapp.libfiles`
- Installed lib/cil/availexps.inferred.mli
- Installed lib/cil/availexps.cmx
- Installed lib/cil/availexps.cmi
- Installed lib/cil/availexpslv.inferred.mli
- Installed lib/cil/availexpslv.cmx
- Installed lib/cil/availexpslv.cmi
- Installed lib/cil/ciltools.inferred.mli
- Installed lib/cil/ciltools.cmx
- Installed lib/cil/ciltools.cmi
- Installed lib/cil/deadcodeelim.inferred.mli
- Installed lib/cil/deadcodeelim.cmx
- Installed lib/cil/deadcodeelim.cmi
- Installed lib/cil/reachingdefs.inferred.mli
- Installed lib/cil/reachingdefs.cmx
- Installed lib/cil/reachingdefs.cmi
- Installed lib/cil/rmciltmps.inferred.mli
- Installed lib/cil/rmciltmps.cmx
- Installed lib/cil/rmciltmps.cmi
- Installed lib/cil/zrapp.mli
- Installed lib/cil/zrapp.cmx
- Installed lib/cil/zrapp.cmi
- Installed lib/cil/simplify.mli
- Installed lib/cil/simplify.cmx
- Installed lib/cil/simplify.cmi
- Installed lib/cil/simplemem.inferred.mli
- Installed lib/cil/simplemem.cmx
- Installed lib/cil/simplemem.cmi
- Installed lib/cil/sfi.inferred.mli
- Installed lib/cil/sfi.cmx
- Installed lib/cil/sfi.cmi
- Installed lib/cil/golf.mli
- Installed lib/cil/golf.cmx
- Installed lib/cil/golf.cmi
- Installed lib/cil/olf.mli
- Installed lib/cil/olf.cmx
- Installed lib/cil/olf.cmi
- Installed lib/cil/ptranal.mli
- Installed lib/cil/ptranal.cmx
- Installed lib/cil/ptranal.cmi
- Installed lib/cil/setp.mli
- Installed lib/cil/setp.cmx
- Installed lib/cil/setp.cmi
- Installed lib/cil/steensgaard.mli
- Installed lib/cil/steensgaard.cmx
- Installed lib/cil/steensgaard.cmi
- Installed lib/cil/uref.mli
- Installed lib/cil/uref.cmx
- Installed lib/cil/uref.cmi
- Installed lib/cil/heap.inferred.mli
- Installed lib/cil/heap.cmx
- Installed lib/cil/heap.cmi
- Installed lib/cil/partial.inferred.mli
- Installed lib/cil/partial.cmx
- Installed lib/cil/partial.cmi
- Installed lib/cil/oneret.mli
- Installed lib/cil/oneret.cmx
- Installed lib/cil/oneret.cmi
- Installed lib/cil/logwrites.inferred.mli
- Installed lib/cil/logwrites.cmx
- Installed lib/cil/logwrites.cmi
- Installed lib/cil/logcalls.mli
- Installed lib/cil/logcalls.cmx
- Installed lib/cil/logcalls.cmi
- Installed lib/cil/llvm.inferred.mli
- Installed lib/cil/llvm.cmx
- Installed lib/cil/llvm.cmi
- Installed lib/cil/llvmgen.inferred.mli
- Installed lib/cil/llvmgen.cmx
- Installed lib/cil/llvmgen.cmi
- Installed lib/cil/llvmssa.inferred.mli
- Installed lib/cil/llvmssa.cmx
- Installed lib/cil/llvmssa.cmi
- Installed lib/cil/llvmutils.inferred.mli
- Installed lib/cil/llvmutils.cmx
- Installed lib/cil/llvmutils.cmi
- Installed lib/cil/liveness.inferred.mli
- Installed lib/cil/liveness.cmx
- Installed lib/cil/liveness.cmi
- Installed lib/cil/usedef.inferred.mli
- Installed lib/cil/usedef.cmx
- Installed lib/cil/usedef.cmi
- Installed lib/cil/inliner.inferred.mli
- Installed lib/cil/inliner.cmx
- Installed lib/cil/inliner.cmi
- Installed lib/cil/heapify.inferred.mli
- Installed lib/cil/heapify.cmx
- Installed lib/cil/heapify.cmi
- Installed lib/cil/epicenter.inferred.mli
- Installed lib/cil/epicenter.cmx
- Installed lib/cil/epicenter.cmi
- Installed lib/cil/dataslicing.mli
- Installed lib/cil/dataslicing.cmx
- Installed lib/cil/dataslicing.cmi
- Installed lib/cil/cqualann.inferred.mli
- Installed lib/cil/cqualann.cmx
- Installed lib/cil/cqualann.cmi
- Installed lib/cil/ccl.mli
- Installed lib/cil/ccl.cmx
- Installed lib/cil/ccl.cmi
- Installed lib/cil/canonicalize.mli
- Installed lib/cil/canonicalize.cmx
- Installed lib/cil/canonicalize.cmi
- Installed lib/cil/callgraph.mli
- Installed lib/cil/callgraph.cmx
- Installed lib/cil/callgraph.cmi
- Installed lib/cil/blockinggraph.mli
- Installed lib/cil/blockinggraph.cmx
- Installed lib/cil/blockinggraph.cmi
- Installed lib/cil/whitetrack.mli
- Installed lib/cil/whitetrack.cmx
- Installed lib/cil/whitetrack.cmi
- Installed lib/cil/util.mli
- Installed lib/cil/util.cmx
- Installed lib/cil/util.cmi
- Installed lib/cil/trace.mli
- Installed lib/cil/trace.cmx
- Installed lib/cil/trace.cmi
- Installed lib/cil/stats.mli
- Installed lib/cil/stats.cmx
- Installed lib/cil/stats.cmi
- Installed lib/cil/rmtmps.mli
- Installed lib/cil/rmtmps.cmx
- Installed lib/cil/rmtmps.cmi
- Installed lib/cil/pretty.mli
- Installed lib/cil/pretty.cmx
- Installed lib/cil/pretty.cmi
- Installed lib/cil/patch.mli
- Installed lib/cil/patch.cmx
- Installed lib/cil/patch.cmi
- Installed lib/cil/mergecil.mli
- Installed lib/cil/mergecil.cmx
- Installed lib/cil/mergecil.cmi
- Installed lib/cil/machdepenv.inferred.mli
- Installed lib/cil/machdepenv.cmx
- Installed lib/cil/machdepenv.cmi
- Installed lib/cil/machdep.inferred.mli
- Installed lib/cil/machdep.cmx
- Installed lib/cil/machdep.cmi
- Installed lib/cil/longarray.mli
- Installed lib/cil/longarray.cmx
- Installed lib/cil/longarray.cmi
- Installed lib/cil/lexerhack.inferred.mli
- Installed lib/cil/lexerhack.cmx
- Installed lib/cil/lexerhack.cmi
- Installed lib/cil/inthash.mli
- Installed lib/cil/inthash.cmx
- Installed lib/cil/inthash.cmi
- Installed lib/cil/growArray.mli
- Installed lib/cil/growArray.cmx
- Installed lib/cil/growArray.cmi
- Installed lib/cil/frontc.mli
- Installed lib/cil/frontc.cmx
- Installed lib/cil/frontc.cmi
- Installed lib/cil/formatparse.mli
- Installed lib/cil/formatparse.cmx
- Installed lib/cil/formatparse.cmi
- Installed lib/cil/formatlex.inferred.mli
- Installed lib/cil/formatlex.cmx
- Installed lib/cil/formatlex.cmi
- Installed lib/cil/formatcil.mli
- Installed lib/cil/formatcil.cmx
- Installed lib/cil/formatcil.cmi
- Installed lib/cil/feature.mli
- Installed lib/cil/feature.cmx
- Installed lib/cil/feature.cmi
- Installed lib/cil/expcompare.inferred.mli
- Installed lib/cil/expcompare.cmx
- Installed lib/cil/expcompare.cmi
- Installed lib/cil/escape.mli
- Installed lib/cil/escape.cmx
- Installed lib/cil/escape.cmi
- Installed lib/cil/errormsg.mli
- Installed lib/cil/errormsg.cmx
- Installed lib/cil/errormsg.cmi
- Installed lib/cil/dominators.mli
- Installed lib/cil/dominators.cmx
- Installed lib/cil/dominators.cmi
- Installed lib/cil/dataflow.mli
- Installed lib/cil/dataflow.cmx
- Installed lib/cil/dataflow.cmi
- Installed lib/cil/cprint.inferred.mli
- Installed lib/cil/cprint.cmx
- Installed lib/cil/cprint.cmi
- Installed lib/cil/cparser.mli
- Installed lib/cil/cparser.cmx
- Installed lib/cil/cparser.cmi
- Installed lib/cil/clist.mli
- Installed lib/cil/clist.cmx
- Installed lib/cil/clist.cmi
- Installed lib/cil/clexer.mli
- Installed lib/cil/clexer.cmx
- Installed lib/cil/clexer.cmi
- Installed lib/cil/cilversion.inferred.mli
- Installed lib/cil/cilversion.cmx
- Installed lib/cil/cilversion.cmi
- Installed lib/cil/cilutil.inferred.mli
- Installed lib/cil/cilutil.cmx
- Installed lib/cil/cilutil.cmi
- Installed lib/cil/ciloptions.mli
- Installed lib/cil/ciloptions.cmx
- Installed lib/cil/ciloptions.cmi
- Installed lib/cil/cillower.mli
- Installed lib/cil/cillower.cmx
- Installed lib/cil/cillower.cmi
- Installed lib/cil/cilint.mli
- Installed lib/cil/cilint.cmx
- Installed lib/cil/cilint.cmi
- Installed lib/cil/cil.mli
- Installed lib/cil/cil.cmx
- Installed lib/cil/cil.cmi
- Installed lib/cil/check.mli
- Installed lib/cil/check.cmx
- Installed lib/cil/check.cmi
- Installed lib/cil/cfg.mli
- Installed lib/cil/cfg.cmx
- Installed lib/cil/cfg.cmi
- Installed lib/cil/cabsvisit.mli
- Installed lib/cil/cabsvisit.cmx
- Installed lib/cil/cabsvisit.cmi
- Installed lib/cil/cabshelper.inferred.mli
- Installed lib/cil/cabshelper.cmx
- Installed lib/cil/cabshelper.cmi
- Installed lib/cil/cabs2cil.mli
- Installed lib/cil/cabs2cil.cmx
- Installed lib/cil/cabs2cil.cmi
- Installed lib/cil/cabs.inferred.mli
- Installed lib/cil/cabs.cmx
- Installed lib/cil/cabs.cmi
- Installed lib/cil/bitmap.mli
- Installed lib/cil/bitmap.cmx
- Installed lib/cil/bitmap.cmi
- Installed lib/cil/alpha.mli
- Installed lib/cil/alpha.cmx
- Installed lib/cil/alpha.cmi
- Installed lib/cil/zrapp.a
- Installed lib/cil/simplify.a
- Installed lib/cil/simplemem.a
- Installed lib/cil/sfi.a
- Installed lib/cil/pta.a
- Installed lib/cil/partial.a
- Installed lib/cil/oneret.a
- Installed lib/cil/logwrites.a
- Installed lib/cil/logcalls.a
- Installed lib/cil/llvm.a
- Installed lib/cil/liveness.a
- Installed lib/cil/inliner.a
- Installed lib/cil/heapify.a
- Installed lib/cil/epicenter.a
- Installed lib/cil/dataslicing.a
- Installed lib/cil/cqualann.a
- Installed lib/cil/ccl.a
- Installed lib/cil/canonicalize.a
- Installed lib/cil/callgraph.a
- Installed lib/cil/blockinggraph.a
- Installed lib/cil/zrapp.cmxs
- Installed lib/cil/simplify.cmxs
- Installed lib/cil/simplemem.cmxs
- Installed lib/cil/sfi.cmxs
- Installed lib/cil/pta.cmxs
- Installed lib/cil/partial.cmxs
- Installed lib/cil/oneret.cmxs
- Installed lib/cil/logwrites.cmxs
- Installed lib/cil/logcalls.cmxs
- Installed lib/cil/llvm.cmxs
- Installed lib/cil/liveness.cmxs
- Installed lib/cil/inliner.cmxs
- Installed lib/cil/heapify.cmxs
- Installed lib/cil/epicenter.cmxs
- Installed lib/cil/dataslicing.cmxs
- Installed lib/cil/cqualann.cmxs
- Installed lib/cil/ccl.cmxs
- Installed lib/cil/canonicalize.cmxs
- Installed lib/cil/callgraph.cmxs
- Installed lib/cil/blockinggraph.cmxs
- Installed lib/cil/zrapp.cmxa
- Installed lib/cil/simplify.cmxa
- Installed lib/cil/simplemem.cmxa
- Installed lib/cil/sfi.cmxa
- Installed lib/cil/pta.cmxa
- Installed lib/cil/partial.cmxa
- Installed lib/cil/oneret.cmxa
- Installed lib/cil/logwrites.cmxa
- Installed lib/cil/logcalls.cmxa
- Installed lib/cil/llvm.cmxa
- Installed lib/cil/liveness.cmxa
- Installed lib/cil/inliner.cmxa
- Installed lib/cil/heapify.cmxa
- Installed lib/cil/epicenter.cmxa
- Installed lib/cil/dataslicing.cmxa
- Installed lib/cil/cqualann.cmxa
- Installed lib/cil/ccl.cmxa
- Installed lib/cil/canonicalize.cmxa
- Installed lib/cil/callgraph.cmxa
- Installed lib/cil/blockinggraph.cmxa
- Installed lib/cil/cil.a
- Installed lib/cil/cil.cmxa
- Installed lib/cil/zrapp.cma
- Installed lib/cil/simplify.cma
- Installed lib/cil/simplemem.cma
- Installed lib/cil/sfi.cma
- Installed lib/cil/pta.cma
- Installed lib/cil/partial.cma
- Installed lib/cil/oneret.cma
- Installed lib/cil/logwrites.cma
- Installed lib/cil/logcalls.cma
- Installed lib/cil/llvm.cma
- Installed lib/cil/liveness.cma
- Installed lib/cil/inliner.cma
- Installed lib/cil/heapify.cma
- Installed lib/cil/epicenter.cma
- Installed lib/cil/dataslicing.cma
- Installed lib/cil/cqualann.cma
- Installed lib/cil/ccl.cma
- Installed lib/cil/canonicalize.cma
- Installed lib/cil/callgraph.cma
- Installed lib/cil/blockinggraph.cma
- Installed lib/cil/cil.cma
- Installed lib/cil/META
- mkdir -p share/cil
- printf /home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4/lib > ocamlpath
- /usr/bin/install -c -m 644 ocamlpath share/cil
- rm -f ocamlpath
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4'
-> compiled  goblint-cil.1.7.4
Processing 12/12: [goblint-cil: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4)
- export CIL_VERSION
- MAKE=/usr/bin/make ocamlbuild -build-dir _build -use-ocamlfind -no-links -classic-display src/cil.cma src/ext/blockinggraph.cma src/ext/callgraph.cma src/ext/canonicalize.cma src/ext/ccl.cma src/ext/cqualann.cma src/ext/dataslicing.cma src/ext/epicenter.cma src/ext/heapify.cma src/ext/inliner.cma src/ext/liveness.cma src/ext/llvm.cma src/ext/logcalls.cma src/ext/logwrites.cma src/ext/oneret.cma src/ext/partial.cma src/ext/pta.cma src/ext/sfi.cma src/ext/simplemem.cma src/ext/simplify.cma src/ext/zrapp.cma src/cil.cmxa src/cil.a src/ext/blockinggraph.cmxa src/ext/callgraph.cmxa src/ext/canonicalize.cmxa src/ext/ccl.cmxa src/ext/cqualann.cmxa src/ext/dataslicing.cmxa src/ext/epicenter.cmxa src/ext/heapify.cmxa src/ext/inliner.cmxa src/ext/liveness.cmxa src/ext/llvm.cmxa src/ext/logcalls.cmxa src/ext/logwrites.cmxa src/ext/oneret.cmxa src/ext/partial.cmxa src/ext/pta.cmxa src/ext/sfi.cmxa src/ext/simplemem.cmxa src/ext/simplify.cmxa src/ext/zrapp.cmxa src/ext/blockinggraph.cmxs src/ext/callgraph.cmxs src/ext/canonicalize.cmxs src/ext/ccl.cmxs src/ext/cqualann.cmxs src/ext/dataslicing.cmxs src/ext/epicenter.cmxs src/ext/heapify.cmxs src/ext/inliner.cmxs src/ext/liveness.cmxs src/ext/llvm.cmxs src/ext/logcalls.cmxs src/ext/logwrites.cmxs src/ext/oneret.cmxs src/ext/partial.cmxs src/ext/pta.cmxs src/ext/sfi.cmxs src/ext/simplemem.cmxs src/ext/simplify.cmxs src/ext/zrapp.cmxs src/ext/blockinggraph.a src/ext/callgraph.a src/ext/canonicalize.a src/ext/ccl.a src/ext/cqualann.a src/ext/dataslicing.a src/ext/epicenter.a src/ext/heapify.a src/ext/inliner.a src/ext/liveness.a src/ext/llvm.a src/ext/logcalls.a src/ext/logwrites.a src/ext/oneret.a src/ext/partial.a src/ext/pta.a src/ext/sfi.a src/ext/simplemem.a src/ext/simplify.a src/ext/zrapp.a src/cil.libfiles src/ext/blockinggraph.libfiles src/ext/callgraph.libfiles src/ext/canonicalize.libfiles src/ext/ccl.libfiles src/ext/cqualann.libfiles src/ext/dataslicing.libfiles src/ext/epicenter.libfiles src/ext/heapify.libfiles src/ext/inliner.libfiles src/ext/liveness.libfiles src/ext/llvm.libfiles src/ext/logcalls.libfiles src/ext/logwrites.libfiles src/ext/oneret.libfiles src/ext/partial.libfiles src/ext/pta.libfiles src/ext/sfi.libfiles src/ext/simplemem.libfiles src/ext/simplify.libfiles src/ext/zrapp.libfiles src/main.byte src/main.native cil.docdir/index.html
- /usr/bin/make -C lib/perl5
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4/lib/perl5'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4/lib/perl5'
- OCAMLFIND_DESTDIR=/home/opam/.opam/4.14/lib ocamlfind remove cil
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.14/lib/cil/META
- mkdir -p /home/opam/.opam/4.14/lib
- OCAMLFIND_DESTDIR=/home/opam/.opam/4.14/lib \
-   ocamlfind install cil META _build/src/cil.cma _build/src/ext/blockinggraph.cma _build/src/ext/callgraph.cma _build/src/ext/canonicalize.cma _build/src/ext/ccl.cma _build/src/ext/cqualann.cma _build/src/ext/dataslicing.cma _build/src/ext/epicenter.cma _build/src/ext/heapify.cma _build/src/ext/inliner.cma _build/src/ext/liveness.cma _build/src/ext/llvm.cma _build/src/ext/logcalls.cma _build/src/ext/logwrites.cma _build/src/ext/oneret.cma _build/src/ext/partial.cma _build/src/ext/pta.cma _build/src/ext/sfi.cma _build/src/ext/simplemem.cma _build/src/ext/simplify.cma _build/src/ext/zrapp.cma _build/src/cil.cmxa _build/src/cil.a _build/src/ext/blockinggraph.cmxa _build/src/ext/callgraph.cmxa _build/src/ext/canonicalize.cmxa _build/src/ext/ccl.cmxa _build/src/ext/cqualann.cmxa _build/src/ext/dataslicing.cmxa _build/src/ext/epicenter.cmxa _build/src/ext/heapify.cmxa _build/src/ext/inliner.cmxa _build/src/ext/liveness.cmxa _build/src/ext/llvm.cmxa _build/src/ext/logcalls.cmxa _build/src/ext/logwrites.cmxa _build/src/ext/oneret.cmxa _build/src/ext/partial.cmxa _build/src/ext/pta.cmxa _build/src/ext/sfi.cmxa _build/src/ext/simplemem.cmxa _build/src/ext/simplify.cmxa _build/src/ext/zrapp.cmxa _build/src/ext/blockinggraph.cmxs _build/src/ext/callgraph.cmxs _build/src/ext/canonicalize.cmxs _build/src/ext/ccl.cmxs _build/src/ext/cqualann.cmxs _build/src/ext/dataslicing.cmxs _build/src/ext/epicenter.cmxs _build/src/ext/heapify.cmxs _build/src/ext/inliner.cmxs _build/src/ext/liveness.cmxs _build/src/ext/llvm.cmxs _build/src/ext/logcalls.cmxs _build/src/ext/logwrites.cmxs _build/src/ext/oneret.cmxs _build/src/ext/partial.cmxs _build/src/ext/pta.cmxs _build/src/ext/sfi.cmxs _build/src/ext/simplemem.cmxs _build/src/ext/simplify.cmxs _build/src/ext/zrapp.cmxs _build/src/ext/blockinggraph.a _build/src/ext/callgraph.a _build/src/ext/canonicalize.a _build/src/ext/ccl.a _build/src/ext/cqualann.a _build/src/ext/dataslicing.a _build/src/ext/epicenter.a _build/src/ext/heapify.a _build/src/ext/inliner.a _build/src/ext/liveness.a _build/src/ext/llvm.a _build/src/ext/logcalls.a _build/src/ext/logwrites.a _build/src/ext/oneret.a _build/src/ext/partial.a _build/src/ext/pta.a _build/src/ext/sfi.a _build/src/ext/simplemem.a _build/src/ext/simplify.a _build/src/ext/zrapp.a `cat _build/src/cil.libfiles _build/src/ext/blockinggraph.libfiles _build/src/ext/callgraph.libfiles _build/src/ext/canonicalize.libfiles _build/src/ext/ccl.libfiles _build/src/ext/cqualann.libfiles _build/src/ext/dataslicing.libfiles _build/src/ext/epicenter.libfiles _build/src/ext/heapify.libfiles _build/src/ext/inliner.libfiles _build/src/ext/liveness.libfiles _build/src/ext/llvm.libfiles _build/src/ext/logcalls.libfiles _build/src/ext/logwrites.libfiles _build/src/ext/oneret.libfiles _build/src/ext/partial.libfiles _build/src/ext/pta.libfiles _build/src/ext/sfi.libfiles _build/src/ext/simplemem.libfiles _build/src/ext/simplify.libfiles _build/src/ext/zrapp.libfiles`
- Installed /home/opam/.opam/4.14/lib/cil/availexps.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/availexps.cmx
- Installed /home/opam/.opam/4.14/lib/cil/availexps.cmi
- Installed /home/opam/.opam/4.14/lib/cil/availexpslv.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/availexpslv.cmx
- Installed /home/opam/.opam/4.14/lib/cil/availexpslv.cmi
- Installed /home/opam/.opam/4.14/lib/cil/ciltools.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/ciltools.cmx
- Installed /home/opam/.opam/4.14/lib/cil/ciltools.cmi
- Installed /home/opam/.opam/4.14/lib/cil/deadcodeelim.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/deadcodeelim.cmx
- Installed /home/opam/.opam/4.14/lib/cil/deadcodeelim.cmi
- Installed /home/opam/.opam/4.14/lib/cil/reachingdefs.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/reachingdefs.cmx
- Installed /home/opam/.opam/4.14/lib/cil/reachingdefs.cmi
- Installed /home/opam/.opam/4.14/lib/cil/rmciltmps.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/rmciltmps.cmx
- Installed /home/opam/.opam/4.14/lib/cil/rmciltmps.cmi
- Installed /home/opam/.opam/4.14/lib/cil/zrapp.mli
- Installed /home/opam/.opam/4.14/lib/cil/zrapp.cmx
- Installed /home/opam/.opam/4.14/lib/cil/zrapp.cmi
- Installed /home/opam/.opam/4.14/lib/cil/simplify.mli
- Installed /home/opam/.opam/4.14/lib/cil/simplify.cmx
- Installed /home/opam/.opam/4.14/lib/cil/simplify.cmi
- Installed /home/opam/.opam/4.14/lib/cil/simplemem.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/simplemem.cmx
- Installed /home/opam/.opam/4.14/lib/cil/simplemem.cmi
- Installed /home/opam/.opam/4.14/lib/cil/sfi.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/sfi.cmx
- Installed /home/opam/.opam/4.14/lib/cil/sfi.cmi
- Installed /home/opam/.opam/4.14/lib/cil/golf.mli
- Installed /home/opam/.opam/4.14/lib/cil/golf.cmx
- Installed /home/opam/.opam/4.14/lib/cil/golf.cmi
- Installed /home/opam/.opam/4.14/lib/cil/olf.mli
- Installed /home/opam/.opam/4.14/lib/cil/olf.cmx
- Installed /home/opam/.opam/4.14/lib/cil/olf.cmi
- Installed /home/opam/.opam/4.14/lib/cil/ptranal.mli
- Installed /home/opam/.opam/4.14/lib/cil/ptranal.cmx
- Installed /home/opam/.opam/4.14/lib/cil/ptranal.cmi
- Installed /home/opam/.opam/4.14/lib/cil/setp.mli
- Installed /home/opam/.opam/4.14/lib/cil/setp.cmx
- Installed /home/opam/.opam/4.14/lib/cil/setp.cmi
- Installed /home/opam/.opam/4.14/lib/cil/steensgaard.mli
- Installed /home/opam/.opam/4.14/lib/cil/steensgaard.cmx
- Installed /home/opam/.opam/4.14/lib/cil/steensgaard.cmi
- Installed /home/opam/.opam/4.14/lib/cil/uref.mli
- Installed /home/opam/.opam/4.14/lib/cil/uref.cmx
- Installed /home/opam/.opam/4.14/lib/cil/uref.cmi
- Installed /home/opam/.opam/4.14/lib/cil/heap.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/heap.cmx
- Installed /home/opam/.opam/4.14/lib/cil/heap.cmi
- Installed /home/opam/.opam/4.14/lib/cil/partial.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/partial.cmx
- Installed /home/opam/.opam/4.14/lib/cil/partial.cmi
- Installed /home/opam/.opam/4.14/lib/cil/oneret.mli
- Installed /home/opam/.opam/4.14/lib/cil/oneret.cmx
- Installed /home/opam/.opam/4.14/lib/cil/oneret.cmi
- Installed /home/opam/.opam/4.14/lib/cil/logwrites.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/logwrites.cmx
- Installed /home/opam/.opam/4.14/lib/cil/logwrites.cmi
- Installed /home/opam/.opam/4.14/lib/cil/logcalls.mli
- Installed /home/opam/.opam/4.14/lib/cil/logcalls.cmx
- Installed /home/opam/.opam/4.14/lib/cil/logcalls.cmi
- Installed /home/opam/.opam/4.14/lib/cil/llvm.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/llvm.cmx
- Installed /home/opam/.opam/4.14/lib/cil/llvm.cmi
- Installed /home/opam/.opam/4.14/lib/cil/llvmgen.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/llvmgen.cmx
- Installed /home/opam/.opam/4.14/lib/cil/llvmgen.cmi
- Installed /home/opam/.opam/4.14/lib/cil/llvmssa.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/llvmssa.cmx
- Installed /home/opam/.opam/4.14/lib/cil/llvmssa.cmi
- Installed /home/opam/.opam/4.14/lib/cil/llvmutils.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/llvmutils.cmx
- Installed /home/opam/.opam/4.14/lib/cil/llvmutils.cmi
- Installed /home/opam/.opam/4.14/lib/cil/liveness.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/liveness.cmx
- Installed /home/opam/.opam/4.14/lib/cil/liveness.cmi
- Installed /home/opam/.opam/4.14/lib/cil/usedef.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/usedef.cmx
- Installed /home/opam/.opam/4.14/lib/cil/usedef.cmi
- Installed /home/opam/.opam/4.14/lib/cil/inliner.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/inliner.cmx
- Installed /home/opam/.opam/4.14/lib/cil/inliner.cmi
- Installed /home/opam/.opam/4.14/lib/cil/heapify.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/heapify.cmx
- Installed /home/opam/.opam/4.14/lib/cil/heapify.cmi
- Installed /home/opam/.opam/4.14/lib/cil/epicenter.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/epicenter.cmx
- Installed /home/opam/.opam/4.14/lib/cil/epicenter.cmi
- Installed /home/opam/.opam/4.14/lib/cil/dataslicing.mli
- Installed /home/opam/.opam/4.14/lib/cil/dataslicing.cmx
- Installed /home/opam/.opam/4.14/lib/cil/dataslicing.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cqualann.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/cqualann.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cqualann.cmi
- Installed /home/opam/.opam/4.14/lib/cil/ccl.mli
- Installed /home/opam/.opam/4.14/lib/cil/ccl.cmx
- Installed /home/opam/.opam/4.14/lib/cil/ccl.cmi
- Installed /home/opam/.opam/4.14/lib/cil/canonicalize.mli
- Installed /home/opam/.opam/4.14/lib/cil/canonicalize.cmx
- Installed /home/opam/.opam/4.14/lib/cil/canonicalize.cmi
- Installed /home/opam/.opam/4.14/lib/cil/callgraph.mli
- Installed /home/opam/.opam/4.14/lib/cil/callgraph.cmx
- Installed /home/opam/.opam/4.14/lib/cil/callgraph.cmi
- Installed /home/opam/.opam/4.14/lib/cil/blockinggraph.mli
- Installed /home/opam/.opam/4.14/lib/cil/blockinggraph.cmx
- Installed /home/opam/.opam/4.14/lib/cil/blockinggraph.cmi
- Installed /home/opam/.opam/4.14/lib/cil/whitetrack.mli
- Installed /home/opam/.opam/4.14/lib/cil/whitetrack.cmx
- Installed /home/opam/.opam/4.14/lib/cil/whitetrack.cmi
- Installed /home/opam/.opam/4.14/lib/cil/util.mli
- Installed /home/opam/.opam/4.14/lib/cil/util.cmx
- Installed /home/opam/.opam/4.14/lib/cil/util.cmi
- Installed /home/opam/.opam/4.14/lib/cil/trace.mli
- Installed /home/opam/.opam/4.14/lib/cil/trace.cmx
- Installed /home/opam/.opam/4.14/lib/cil/trace.cmi
- Installed /home/opam/.opam/4.14/lib/cil/stats.mli
- Installed /home/opam/.opam/4.14/lib/cil/stats.cmx
- Installed /home/opam/.opam/4.14/lib/cil/stats.cmi
- Installed /home/opam/.opam/4.14/lib/cil/rmtmps.mli
- Installed /home/opam/.opam/4.14/lib/cil/rmtmps.cmx
- Installed /home/opam/.opam/4.14/lib/cil/rmtmps.cmi
- Installed /home/opam/.opam/4.14/lib/cil/pretty.mli
- Installed /home/opam/.opam/4.14/lib/cil/pretty.cmx
- Installed /home/opam/.opam/4.14/lib/cil/pretty.cmi
- Installed /home/opam/.opam/4.14/lib/cil/patch.mli
- Installed /home/opam/.opam/4.14/lib/cil/patch.cmx
- Installed /home/opam/.opam/4.14/lib/cil/patch.cmi
- Installed /home/opam/.opam/4.14/lib/cil/mergecil.mli
- Installed /home/opam/.opam/4.14/lib/cil/mergecil.cmx
- Installed /home/opam/.opam/4.14/lib/cil/mergecil.cmi
- Installed /home/opam/.opam/4.14/lib/cil/machdepenv.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/machdepenv.cmx
- Installed /home/opam/.opam/4.14/lib/cil/machdepenv.cmi
- Installed /home/opam/.opam/4.14/lib/cil/machdep.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/machdep.cmx
- Installed /home/opam/.opam/4.14/lib/cil/machdep.cmi
- Installed /home/opam/.opam/4.14/lib/cil/longarray.mli
- Installed /home/opam/.opam/4.14/lib/cil/longarray.cmx
- Installed /home/opam/.opam/4.14/lib/cil/longarray.cmi
- Installed /home/opam/.opam/4.14/lib/cil/lexerhack.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/lexerhack.cmx
- Installed /home/opam/.opam/4.14/lib/cil/lexerhack.cmi
- Installed /home/opam/.opam/4.14/lib/cil/inthash.mli
- Installed /home/opam/.opam/4.14/lib/cil/inthash.cmx
- Installed /home/opam/.opam/4.14/lib/cil/inthash.cmi
- Installed /home/opam/.opam/4.14/lib/cil/growArray.mli
- Installed /home/opam/.opam/4.14/lib/cil/growArray.cmx
- Installed /home/opam/.opam/4.14/lib/cil/growArray.cmi
- Installed /home/opam/.opam/4.14/lib/cil/frontc.mli
- Installed /home/opam/.opam/4.14/lib/cil/frontc.cmx
- Installed /home/opam/.opam/4.14/lib/cil/frontc.cmi
- Installed /home/opam/.opam/4.14/lib/cil/formatparse.mli
- Installed /home/opam/.opam/4.14/lib/cil/formatparse.cmx
- Installed /home/opam/.opam/4.14/lib/cil/formatparse.cmi
- Installed /home/opam/.opam/4.14/lib/cil/formatlex.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/formatlex.cmx
- Installed /home/opam/.opam/4.14/lib/cil/formatlex.cmi
- Installed /home/opam/.opam/4.14/lib/cil/formatcil.mli
- Installed /home/opam/.opam/4.14/lib/cil/formatcil.cmx
- Installed /home/opam/.opam/4.14/lib/cil/formatcil.cmi
- Installed /home/opam/.opam/4.14/lib/cil/feature.mli
- Installed /home/opam/.opam/4.14/lib/cil/feature.cmx
- Installed /home/opam/.opam/4.14/lib/cil/feature.cmi
- Installed /home/opam/.opam/4.14/lib/cil/expcompare.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/expcompare.cmx
- Installed /home/opam/.opam/4.14/lib/cil/expcompare.cmi
- Installed /home/opam/.opam/4.14/lib/cil/escape.mli
- Installed /home/opam/.opam/4.14/lib/cil/escape.cmx
- Installed /home/opam/.opam/4.14/lib/cil/escape.cmi
- Installed /home/opam/.opam/4.14/lib/cil/errormsg.mli
- Installed /home/opam/.opam/4.14/lib/cil/errormsg.cmx
- Installed /home/opam/.opam/4.14/lib/cil/errormsg.cmi
- Installed /home/opam/.opam/4.14/lib/cil/dominators.mli
- Installed /home/opam/.opam/4.14/lib/cil/dominators.cmx
- Installed /home/opam/.opam/4.14/lib/cil/dominators.cmi
- Installed /home/opam/.opam/4.14/lib/cil/dataflow.mli
- Installed /home/opam/.opam/4.14/lib/cil/dataflow.cmx
- Installed /home/opam/.opam/4.14/lib/cil/dataflow.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cprint.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/cprint.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cprint.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cparser.mli
- Installed /home/opam/.opam/4.14/lib/cil/cparser.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cparser.cmi
- Installed /home/opam/.opam/4.14/lib/cil/clist.mli
- Installed /home/opam/.opam/4.14/lib/cil/clist.cmx
- Installed /home/opam/.opam/4.14/lib/cil/clist.cmi
- Installed /home/opam/.opam/4.14/lib/cil/clexer.mli
- Installed /home/opam/.opam/4.14/lib/cil/clexer.cmx
- Installed /home/opam/.opam/4.14/lib/cil/clexer.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cilversion.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/cilversion.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cilversion.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cilutil.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/cilutil.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cilutil.cmi
- Installed /home/opam/.opam/4.14/lib/cil/ciloptions.mli
- Installed /home/opam/.opam/4.14/lib/cil/ciloptions.cmx
- Installed /home/opam/.opam/4.14/lib/cil/ciloptions.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cillower.mli
- Installed /home/opam/.opam/4.14/lib/cil/cillower.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cillower.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cilint.mli
- Installed /home/opam/.opam/4.14/lib/cil/cilint.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cilint.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cil.mli
- Installed /home/opam/.opam/4.14/lib/cil/cil.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cil.cmi
- Installed /home/opam/.opam/4.14/lib/cil/check.mli
- Installed /home/opam/.opam/4.14/lib/cil/check.cmx
- Installed /home/opam/.opam/4.14/lib/cil/check.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cfg.mli
- Installed /home/opam/.opam/4.14/lib/cil/cfg.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cfg.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cabsvisit.mli
- Installed /home/opam/.opam/4.14/lib/cil/cabsvisit.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cabsvisit.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cabshelper.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/cabshelper.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cabshelper.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cabs2cil.mli
- Installed /home/opam/.opam/4.14/lib/cil/cabs2cil.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cabs2cil.cmi
- Installed /home/opam/.opam/4.14/lib/cil/cabs.inferred.mli
- Installed /home/opam/.opam/4.14/lib/cil/cabs.cmx
- Installed /home/opam/.opam/4.14/lib/cil/cabs.cmi
- Installed /home/opam/.opam/4.14/lib/cil/bitmap.mli
- Installed /home/opam/.opam/4.14/lib/cil/bitmap.cmx
- Installed /home/opam/.opam/4.14/lib/cil/bitmap.cmi
- Installed /home/opam/.opam/4.14/lib/cil/alpha.mli
- Installed /home/opam/.opam/4.14/lib/cil/alpha.cmx
- Installed /home/opam/.opam/4.14/lib/cil/alpha.cmi
- Installed /home/opam/.opam/4.14/lib/cil/zrapp.a
- Installed /home/opam/.opam/4.14/lib/cil/simplify.a
- Installed /home/opam/.opam/4.14/lib/cil/simplemem.a
- Installed /home/opam/.opam/4.14/lib/cil/sfi.a
- Installed /home/opam/.opam/4.14/lib/cil/pta.a
- Installed /home/opam/.opam/4.14/lib/cil/partial.a
- Installed /home/opam/.opam/4.14/lib/cil/oneret.a
- Installed /home/opam/.opam/4.14/lib/cil/logwrites.a
- Installed /home/opam/.opam/4.14/lib/cil/logcalls.a
- Installed /home/opam/.opam/4.14/lib/cil/llvm.a
- Installed /home/opam/.opam/4.14/lib/cil/liveness.a
- Installed /home/opam/.opam/4.14/lib/cil/inliner.a
- Installed /home/opam/.opam/4.14/lib/cil/heapify.a
- Installed /home/opam/.opam/4.14/lib/cil/epicenter.a
- Installed /home/opam/.opam/4.14/lib/cil/dataslicing.a
- Installed /home/opam/.opam/4.14/lib/cil/cqualann.a
- Installed /home/opam/.opam/4.14/lib/cil/ccl.a
- Installed /home/opam/.opam/4.14/lib/cil/canonicalize.a
- Installed /home/opam/.opam/4.14/lib/cil/callgraph.a
- Installed /home/opam/.opam/4.14/lib/cil/blockinggraph.a
- Installed /home/opam/.opam/4.14/lib/cil/zrapp.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/simplify.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/simplemem.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/sfi.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/pta.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/partial.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/oneret.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/logwrites.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/logcalls.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/llvm.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/liveness.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/inliner.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/heapify.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/epicenter.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/dataslicing.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/cqualann.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/ccl.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/canonicalize.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/callgraph.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/blockinggraph.cmxs
- Installed /home/opam/.opam/4.14/lib/cil/zrapp.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/simplify.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/simplemem.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/sfi.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/pta.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/partial.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/oneret.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/logwrites.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/logcalls.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/llvm.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/liveness.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/inliner.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/heapify.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/epicenter.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/dataslicing.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/cqualann.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/ccl.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/canonicalize.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/callgraph.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/blockinggraph.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/cil.a
- Installed /home/opam/.opam/4.14/lib/cil/cil.cmxa
- Installed /home/opam/.opam/4.14/lib/cil/zrapp.cma
- Installed /home/opam/.opam/4.14/lib/cil/simplify.cma
- Installed /home/opam/.opam/4.14/lib/cil/simplemem.cma
- Installed /home/opam/.opam/4.14/lib/cil/sfi.cma
- Installed /home/opam/.opam/4.14/lib/cil/pta.cma
- Installed /home/opam/.opam/4.14/lib/cil/partial.cma
- Installed /home/opam/.opam/4.14/lib/cil/oneret.cma
- Installed /home/opam/.opam/4.14/lib/cil/logwrites.cma
- Installed /home/opam/.opam/4.14/lib/cil/logcalls.cma
- Installed /home/opam/.opam/4.14/lib/cil/llvm.cma
- Installed /home/opam/.opam/4.14/lib/cil/liveness.cma
- Installed /home/opam/.opam/4.14/lib/cil/inliner.cma
- Installed /home/opam/.opam/4.14/lib/cil/heapify.cma
- Installed /home/opam/.opam/4.14/lib/cil/epicenter.cma
- Installed /home/opam/.opam/4.14/lib/cil/dataslicing.cma
- Installed /home/opam/.opam/4.14/lib/cil/cqualann.cma
- Installed /home/opam/.opam/4.14/lib/cil/ccl.cma
- Installed /home/opam/.opam/4.14/lib/cil/canonicalize.cma
- Installed /home/opam/.opam/4.14/lib/cil/callgraph.cma
- Installed /home/opam/.opam/4.14/lib/cil/blockinggraph.cma
- Installed /home/opam/.opam/4.14/lib/cil/cil.cma
- Installed /home/opam/.opam/4.14/lib/cil/META
- mkdir -p /home/opam/.opam/4.14/share/cil
- printf /home/opam/.opam/4.14/lib > ocamlpath
- /usr/bin/install -c -m 644 ocamlpath /home/opam/.opam/4.14/share/cil
- rm -f ocamlpath
- /usr/bin/make -C lib/perl5 DESTDIR= INSTALL_BASE=/home/opam/.opam/4.14 pure_install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4/lib/perl5'
- Installing /home/opam/.opam/4.14/lib/perl5/App/Cilly.pm
- Installing /home/opam/.opam/4.14/lib/perl5/App/Cilly/TempFile.pm
- Installing /home/opam/.opam/4.14/lib/perl5/App/Cilly/CilConfig.pm
- Installing /home/opam/.opam/4.14/lib/perl5/App/Cilly/CilCompiler.pm
- Installing /home/opam/.opam/4.14/lib/perl5/App/Cilly/OutputFile.pm
- Installing /home/opam/.opam/4.14/lib/perl5/App/Cilly/KeptFile.pm
- Installing /home/opam/.opam/4.14/bin/cilly
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/goblint-cil.1.7.4/lib/perl5'
- /usr/bin/install -c -m 0755 bin/cilly.* /home/opam/.opam/4.14/bin
-> installed goblint-cil.1.7.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:19.52 ---> saved as "38aa201c0863d076048b11186b20b0dca52ec1f94249fe55457d137bd5a92de1"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u goblint-cil:cb052c0ab71fa20c9a95d4203ac07ab1,zarith:3b44361746301ab81482c590499b76e3"))
2024-01-29 19:19.54 ---> saved as "6ebc80bc7167367eb7d8efde8f5baf768ae35b046f50d1f029d499844c7d5bb7"

/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.660425') && (for DATA in prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13,zarith.1.13-3b44361746301ab81482c590499b76e3,zarith.1.13 prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4,goblint-cil.1.7.4-cb052c0ab71fa20c9a95d4203ac07ab1,goblint-cil.1.7.4; 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/3b44361746301ab81482c590499b76e3/zarith/1.13,zarith.1.13-3b44361746301ab81482c590499b76e3,zarith.1.13 prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4,goblint-cil.1.7.4-cb052c0ab71fa20c9a95d4203ac07ab1,goblint-cil.1.7.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13,zarith.1.13-3b44361746301ab81482c590499b76e3,zarith.1.13 prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4,goblint-cil.1.7.4-cb052c0ab71fa20c9a95d4203ac07ab1,goblint-cil.1.7.4; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.660425
prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13/lib/
prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13/lib/zarith/
prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13/lib/zarith/zarith.ocamlobjinfo
prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13/lib/zarith/zarith_top.ocamlobjinfo
prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13/lib/zarith/META
prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13/lib/zarith/big_int_Z.cmi
prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13/lib/zarith/big_int_Z.cmti
prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13/lib/zarith/q.cmi
prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13/lib/zarith/q.cmti
prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13/lib/zarith/z.cmi
prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13/lib/zarith/z.cmti
prep/universes/3b44361746301ab81482c590499b76e3/zarith/1.13/opam
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/blockinggraph.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/callgraph.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/canonicalize.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/ccl.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cil.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cqualann.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/dataslicing.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/epicenter.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/heapify.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/inliner.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/liveness.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/llvm.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/logcalls.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/logwrites.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/oneret.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/partial.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/pta.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/sfi.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/simplemem.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/simplify.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/zrapp.ocamlobjinfo
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/META
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/alpha.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/availexps.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/availexpslv.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/bitmap.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/blockinggraph.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cabs.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cabs2cil.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cabshelper.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cabsvisit.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/callgraph.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/canonicalize.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/ccl.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cfg.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/check.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cil.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cilint.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cillower.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/ciloptions.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/ciltools.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cilutil.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cilversion.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/clexer.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/clist.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cparser.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cprint.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/cqualann.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/dataflow.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/dataslicing.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/deadcodeelim.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/dominators.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/epicenter.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/errormsg.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/escape.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/expcompare.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/feature.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/formatcil.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/formatlex.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/formatparse.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/frontc.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/golf.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/growArray.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/heap.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/heapify.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/inliner.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/inthash.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/lexerhack.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/liveness.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/llvm.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/llvmgen.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/llvmssa.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/llvmutils.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/logcalls.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/logwrites.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/longarray.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/machdep.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/machdepenv.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/mergecil.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/olf.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/oneret.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/partial.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/patch.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/pretty.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/ptranal.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/reachingdefs.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/rmciltmps.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/rmtmps.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/setp.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/sfi.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/simplemem.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/simplify.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/stats.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/steensgaard.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/trace.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/uref.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/usedef.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/util.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/whitetrack.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/lib/cil/zrapp.cmi
prep/universes/cb052c0ab71fa20c9a95d4203ac07ab1/goblint-cil/1.7.4/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:zarith.1.13-3b44361746301ab81482c590499b76e3:714ab3aff230ad37d0f113d9352b8eee3cfb974077322c3dfddee562403fc9d8
HASHES:goblint-cil.1.7.4-cb052c0ab71fa20c9a95d4203ac07ab1:07a69170678565b404d58d218d73559e93ef2eaa7c4c11bb1d33508c5dd7183a
2024-01-29 19:19.55 ---> saved as "cf0889e8cfc220fb87664d200b6d11b8c15e3d22577212853e2736cc6549f641"
Job succeeded
2024-01-29 19:25.27: goblint-cil.1.7.4-cb052c0ab71fa20c9a95d4203ac07ab1 -> 07a69170678565b404d58d218d73559e93ef2eaa7c4c11bb1d33508c5dd7183a
2024-01-29 19:25.27: zarith.1.13-3b44361746301ab81482c590499b76e3 -> 714ab3aff230ad37d0f113d9352b8eee3cfb974077322c3dfddee562403fc9d8
2024-01-29 19:25.27: Job succeeded