Build:
  1. 0
2024-01-29 15:19.06: New job: Voodoo prep herdtools7.7.48; 71ec1a5c3e6a60e46c05311eb0b7b7c7
2024-01-29 15:19.06: Waiting for resource in pool OCluster
2024-01-29 19:30.19: Waiting for worker…
2024-01-29 19:30.19: Got resource from pool OCluster
2024-01-29 19:30.19: 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/))
 (comment "no build system")
 (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 herdtools7.7.48 ocamlbuild.0.14.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u herdtools7:71ec1a5c3e6a60e46c05311eb0b7b7c7"))
 (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.452421') && (for DATA in prep/universes/71ec1a5c3e6a60e46c05311eb0b7b7c7/herdtools7/7.48,herdtools7.7.48-71ec1a5c3e6a60e46c05311eb0b7b7c7,herdtools7.7.48; 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/71ec1a5c3e6a60e46c05311eb0b7b7c7/herdtools7/7.48,herdtools7.7.48-71ec1a5c3e6a60e46c05311eb0b7b7c7,herdtools7.7.48; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/71ec1a5c3e6a60e46c05311eb0b7b7c7/herdtools7/7.48,herdtools7.7.48-71ec1a5c3e6a60e46c05311eb0b7b7c7,herdtools7.7.48; 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 7b9230f4e0f16686158b9465bda04972358c4375 --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:30.19: RETRYING: 2024-01-29/151906-voodoo-prep-deab7f Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 7b9230f4e0 Mark ocamlbuild.0.14.3 as not available on Windows

(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:25.27 ---> 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:25.27 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (655 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (1497 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:25.27 ---> 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 dune.3.13.0
-> installed bos.0.2.1
-> 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:25.27 ---> using "d95d2426ec6638d4946232810cc7377b78e0b12578cf93755f6aecdc254fcd78" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 19:25.27 ---> using "200b9dc9bbc6b05727626f4e73227cdcfa87e5df3b69dfe480b404d6323d60f8" from cache
2024-01-29 19:25.27 --> 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:25.27 ---> 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:25.27 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 19:25.29 ---> using "4f0d64dce57d310708ac2d937b83c61b05bbe55ccf21e55fd51a37cc93c27304" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:25.29 ---> using "2c7d1dc98a55a8bb1690327d76caa41e396f066dfa3cc9b1ede55343da69e288" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 19:25.29 ---> using "0b8074ff82fafa3254f631228dfde0b8e30321747b4c23367cf225304671f3f8" 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:25.29 ---> using "d495c28edfa35a412c5e1cef94f1d1d1d043413c999d4aa7a928d867e67cdef6" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:25.29 ---> using "126917995f66385af2dcc0f6472764d731e5fb2511391ebf04172841049b5181" from cache

/home/opam: (comment "no build system")

/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 herdtools7.7.48 ocamlbuild.0.14.3 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 (828 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 herdtools7.7.48 ocamlbuild.0.14.3" ><><><>

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
# No extra OS packages requirements found.
The following actions will be performed:
  - install ocamlbuild 0.14.3
  - install herdtools7 7.48
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/6:
Processing  2/6:
-> retrieved ocamlbuild.0.14.3  (cached)
Processing  3/6: [ocamlbuild: make configure.make]
-> retrieved herdtools7.7.48  (cached)
+ /usr/bin/make "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/4.14" "OCAMLBUILD_BINDIR=/home/opam/.opam/4.14/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/4.14/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/4.14/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.14.3)
- (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  3/6: [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  5/6: [herdtools7: ./build.sh]
+ /home/opam/.opam/4.14/.opam-switch/build/herdtools7.7.48/./build.sh "/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/herdtools7.7.48)
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/herd.ml > herd/herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/Archs.ml > lib/Archs.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/warn.mli > lib/warn.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/warn.cmi lib/warn.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/warn.cmi lib/warn.mli
- File "lib/warn.mli", line 21, characters 22-23:
- 21 | module Make : functor(O:Config) ->
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/checkName.mli > lib/checkName.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/StringSet.mli > lib/StringSet.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/mySet.mli > lib/mySet.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/mySet.cmi lib/mySet.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/StringSet.cmi lib/StringSet.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/constrGen.mli > lib/constrGen.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/debug_herd.mli > herd/debug_herd.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/graph.mli > herd/graph.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/lexConf_herd.mli > herd/lexConf_herd.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/lexRename.mli > lib/lexRename.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/tblRename.mli > lib/tblRename.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/tblRename.cmi lib/tblRename.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/misc.mli > lib/misc.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/model.mli > herd/model.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/AST.mli > lib/AST.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/modelOption.mli > lib/modelOption.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/txtLoc.mli > lib/txtLoc.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/modelOption.cmi lib/modelOption.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/txtLoc.cmi lib/txtLoc.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/Archs.cmo lib/Archs.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/Archs.cmo lib/Archs.ml
- File "lib/Archs.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/variant.mli > herd/variant.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/AST.cmi lib/AST.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/variant.cmi herd/variant.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/myLib.mli > lib/myLib.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/mySys.mli > lib/mySys.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/opts.mli > herd/opts.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/debug_herd.cmi herd/debug_herd.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/dotEdgeAttr.mli > herd/dotEdgeAttr.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/graph.cmi herd/graph.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/model.cmi herd/model.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/prettyConf.mli > herd/prettyConf.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/dotEdgeAttr.cmi herd/dotEdgeAttr.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/splines.mli > herd/splines.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/splines.cmi herd/splines.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/restrict.mli > herd/restrict.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/speed.mli > herd/speed.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/prettyConf.cmi herd/prettyConf.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/restrict.cmi herd/restrict.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/speed.cmi herd/speed.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/parseModel.mli > lib/parseModel.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/lexUtils.mli > lib/lexUtils.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/pos.mli > lib/pos.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/pos.cmi lib/pos.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexUtils.cmi lib/lexUtils.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexUtils.cmi lib/lexUtils.mli
- File "lib/lexUtils.mli", line 31, characters 23-24:
- 31 | module Make : functor (O:Config) -> sig
-                             ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/parseTag.mli > lib/parseTag.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/parseTest.mli > herd/parseTest.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/BellModel.mli > lib/BellModel.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/StringMap.mli > lib/StringMap.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/myMap.ml > lib/myMap.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/myMap.cmo lib/myMap.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/myMap.cmo lib/myMap.ml
- File "lib/myMap.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/StringRel.mli > lib/StringRel.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/innerRel.mli > lib/innerRel.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/rel.mli > lib/rel.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/rel.cmi lib/rel.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/innerRel.cmi lib/innerRel.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/StringMap.cmi lib/StringMap.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/StringRel.cmi lib/StringRel.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/genParser.mli > lib/genParser.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/archBase.mli > lib/archBase.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/label.mli > lib/label.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/PPMode.mli > lib/PPMode.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/parsedConstant.ml > lib/parsedConstant.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/symbConstant.mli > lib/symbConstant.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/constant.mli > lib/constant.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/scalar.mli > lib/scalar.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/scalar.cmi lib/scalar.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/constant.cmi lib/constant.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/symbConstant.cmi lib/symbConstant.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/pseudo.ml > lib/pseudo.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/label.cmi lib/label.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/PPMode.cmi lib/PPMode.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/parsedConstant.cmo lib/parsedConstant.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/pseudo.cmo lib/pseudo.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/parsedConstant.cmo lib/parsedConstant.ml
- File "lib/parsedConstant.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/pseudo.cmo lib/pseudo.ml
- File "lib/pseudo.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/constrGen.cmi lib/constrGen.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/miscParser.mli > lib/miscParser.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/BellInfo.mli > lib/BellInfo.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CAst.mli > lib/CAst.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CType.mli > lib/CType.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CType.cmi lib/CType.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellInfo.cmi lib/BellInfo.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CAst.cmi lib/CAst.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/splitter.mli > lib/splitter.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/name.mli > lib/name.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/name.cmi lib/name.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/archBase.cmi lib/archBase.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/miscParser.cmi lib/miscParser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/splitter.cmi lib/splitter.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/splitter.cmi lib/splitter.mli
- File "lib/splitter.mli", line 58, characters 23-24:
- 58 | module Make : functor (O:Config) -> sig
-                             ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/sem.mli > herd/sem.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/semExtra.ml > herd/semExtra.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/action.mli > herd/action.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/arch_herd.mli > herd/arch_herd.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/archExtra_herd.ml > herd/archExtra_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/location.ml > lib/location.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/misc.cmi lib/misc.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/value.mli > herd/value.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/op.mli > lib/op.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/op.cmi lib/op.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/location.cmo lib/location.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/value.cmi herd/value.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/location.cmo lib/location.ml
- File "lib/location.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/archExtra_herd.cmo herd/archExtra_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/archExtra_herd.cmo herd/archExtra_herd.ml
- File "herd/archExtra_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/dir.mli > herd/dir.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/arch_herd.cmi herd/arch_herd.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/dir.cmi herd/dir.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/branch.ml > herd/branch.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/monad.mli > herd/monad.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/event.ml > herd/event.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/action.cmi herd/action.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/valconstraint.ml > herd/valconstraint.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/partition.mli > herd/partition.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/partition.cmi herd/partition.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/event.cmo herd/event.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/valconstraint.cmo herd/valconstraint.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/valconstraint.cmo herd/valconstraint.ml
- File "herd/valconstraint.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/event.cmo herd/event.ml
- File "herd/event.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/monad.cmi herd/monad.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/constraints.ml > herd/constraints.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/eventsMonad.ml > herd/eventsMonad.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/test_herd.mli > herd/test_herd.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/branch.cmo herd/branch.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/constraints.cmo herd/constraints.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/eventsMonad.cmo herd/eventsMonad.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/test_herd.cmi herd/test_herd.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/branch.cmo herd/branch.ml
- File "herd/branch.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/constraints.cmo herd/constraints.ml
- File "herd/constraints.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/eventsMonad.cmo herd/eventsMonad.ml
- File "herd/eventsMonad.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/semExtra.cmo herd/semExtra.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/semExtra.cmo herd/semExtra.ml
- File "herd/semExtra.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/testHash.mli > lib/testHash.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/top_herd.ml > herd/top_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/flag.mli > lib/flag.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/handler.mli > herd/handler.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/mem.ml > herd/mem.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/memUtils.mli > herd/memUtils.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/Pretty.ml > herd/Pretty.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/prettyUtils.mli > herd/prettyUtils.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/show.mli > herd/show.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/prettyUtils.cmi herd/prettyUtils.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/show.cmi herd/show.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/show.cmi herd/show.mli
- File "herd/show.mli", line 19, characters 23-24:
- 19 | module Make : functor (O:PrettyConf.S)  -> sig
-                             ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/sem.cmi herd/sem.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/memUtils.cmi herd/memUtils.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/Pretty.cmo herd/Pretty.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/Pretty.cmo herd/Pretty.ml
- File "herd/Pretty.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/outMapping.mli > lib/outMapping.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/XXXMem.mli > herd/XXXMem.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/flag.cmi lib/flag.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/handler.cmi herd/handler.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/mem.cmo herd/mem.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/outMapping.cmi lib/outMapping.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/XXXMem.cmi herd/XXXMem.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/mem.cmo herd/mem.ml
- File "herd/mem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellModel.cmi lib/BellModel.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/genParser.cmi lib/genParser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/testHash.cmi lib/testHash.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/top_herd.cmo herd/top_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/genParser.cmi lib/genParser.mli
- File "lib/genParser.mli", line 63, characters 5-6:
- 63 |     (C:Config)
-           ^
- Warning 67 [unused-functor-parameter]: unused functor parameter C.
- File "lib/genParser.mli", line 65, characters 5-6:
- 65 |     (L:LexParse with type instruction = A.parsedPseudo) :
-           ^
- Warning 67 [unused-functor-parameter]: unused functor parameter L.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/top_herd.cmo herd/top_herd.ml
- File "herd/top_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/readBell.ml > lib/readBell.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/BellInterpreter.ml > lib/BellInterpreter.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/interpreter.ml > lib/interpreter.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/BellName.mli > lib/BellName.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/parseModel.cmi lib/parseModel.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/parseModel.cmi lib/parseModel.mli
- File "lib/parseModel.mli", line 24, characters 23-24:
- 24 | module Make : functor (O:Config)  -> sig
-                             ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellName.cmi lib/BellName.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/interpreter.cmo lib/interpreter.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/interpreter.cmo lib/interpreter.ml
- File "lib/interpreter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellInterpreter.cmo lib/BellInterpreter.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellInterpreter.cmo lib/BellInterpreter.ml
- File "lib/BellInterpreter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/Version_herd.ml > herd/Version_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules Version.ml > Version.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o Version.cmo Version.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o Version.cmo Version.ml
- File "Version.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/checkName.cmi lib/checkName.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/lexConf_herd.cmi herd/lexConf_herd.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexRename.cmi lib/lexRename.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/myLib.cmi lib/myLib.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/mySys.cmi lib/mySys.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/opts.cmi herd/opts.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/parseTag.cmi lib/parseTag.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/checkName.cmi lib/checkName.mli
- File "lib/checkName.mli", line 28, characters 4-5:
- 28 |    (I:sig
-          ^
- Warning 67 [unused-functor-parameter]: unused functor parameter I.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/parseTest.cmi herd/parseTest.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/myLib.cmi lib/myLib.mli
- File "lib/myLib.mli", line 24, characters 11-12:
- 24 |   functor (C:Config) ->
-                 ^
- Warning 67 [unused-functor-parameter]: unused functor parameter C.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/readBell.cmo lib/readBell.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexRename.cmi lib/lexRename.mli
- File "lib/lexRename.mli", line 25, characters 22-23:
- 25 | module Make : functor(O:Config) ->
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/Version_herd.cmo herd/Version_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/readBell.cmo lib/readBell.ml
- File "lib/readBell.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/Version_herd.cmo herd/Version_herd.ml
- File "herd/Version_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/parseTest.cmi herd/parseTest.mli
- File "herd/parseTest.mli", line 36, characters 11-12:
- 36 |   functor (C : Config) ->
-                 ^
- Warning 67 [unused-functor-parameter]: unused functor parameter C.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/herd.cmo herd/herd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/herd.cmo herd/herd.ml
- File "herd/herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/warn.ml > lib/warn.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/misc.ml > lib/misc.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/misc.cmx lib/misc.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/warn.cmx lib/warn.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/checkName.ml > lib/checkName.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/lexRename.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/lexRename.ml > lib/lexRename.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/lexMisc.ml > lib/lexMisc.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/lexMisc.mli > lib/lexMisc.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexMisc.cmi lib/lexMisc.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/pos.ml > lib/pos.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/tblRename.ml > lib/tblRename.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/StringMap.ml > lib/StringMap.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/myMap.cmx lib/myMap.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/myMap.cmx lib/myMap.ml
- File "lib/myMap.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/StringMap.cmx lib/StringMap.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexMisc.cmx lib/lexMisc.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/pos.cmx lib/pos.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/tblRename.cmx lib/tblRename.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/names.ml > lib/names.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/names.mli > lib/names.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/names.cmi lib/names.mli
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/splitter.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/splitter.ml > lib/splitter.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/Archs.cmx lib/Archs.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/Archs.cmx lib/Archs.ml
- File "lib/Archs.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/lexUtils.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/lexUtils.ml > lib/lexUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/miscParser.ml > lib/miscParser.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/BellInfo.ml > lib/BellInfo.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/constrGen.ml > lib/constrGen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/mySet.ml > lib/mySet.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/symbConstant.ml > lib/symbConstant.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/symbConstant.cmx lib/symbConstant.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/StringSet.ml > lib/StringSet.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/mySet.cmx lib/mySet.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellInfo.cmx lib/BellInfo.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/constrGen.cmx lib/constrGen.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/parsedConstant.cmx lib/parsedConstant.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/StringSet.cmx lib/StringSet.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/parsedConstant.cmx lib/parsedConstant.ml
- File "lib/parsedConstant.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CType.ml > lib/CType.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CType.cmx lib/CType.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexUtils.cmx lib/lexUtils.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/miscParser.cmx lib/miscParser.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/splitter.cmx lib/splitter.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/readNames.ml > lib/readNames.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/readNames.mli > lib/readNames.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/readNames.cmi lib/readNames.mli
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexRename.cmx lib/lexRename.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/names.cmx lib/names.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/readNames.cmx lib/readNames.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/debug_herd.ml > herd/debug_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/graph.ml > herd/graph.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q herd/lexConf_herd.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/lexConf_herd.ml > herd/lexConf_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/graph.cmx herd/graph.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/model.ml > herd/model.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/modelOption.ml > lib/modelOption.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/variant.ml > herd/variant.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/modelOption.cmx lib/modelOption.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/variant.cmx herd/variant.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/txtLoc.ml > lib/txtLoc.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/txtLoc.cmx lib/txtLoc.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/myLib.ml > lib/myLib.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/opts.ml > herd/opts.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/debug_herd.cmx herd/debug_herd.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/dotEdgeAttr.ml > herd/dotEdgeAttr.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/model.cmx herd/model.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/prettyConf.ml > herd/prettyConf.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/dotEdgeAttr.cmx herd/dotEdgeAttr.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/splines.ml > herd/splines.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/splines.cmx herd/splines.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/restrict.ml > herd/restrict.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/speed.ml > herd/speed.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/prettyConf.cmx herd/prettyConf.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/restrict.cmx herd/restrict.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/speed.cmx herd/speed.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/parseTag.ml > lib/parseTag.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o Version.cmx Version.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o Version.cmx Version.ml
- File "Version.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/myLib.cmx lib/myLib.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/opts.cmx herd/opts.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/parseTag.cmx lib/parseTag.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/Version_herd.cmx herd/Version_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/Version_herd.cmx herd/Version_herd.ml
- File "herd/Version_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/mySys.ml > lib/mySys.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/parseModel.ml > lib/parseModel.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/genParser.ml > lib/genParser.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/label.ml > lib/label.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/lexOutMapping.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/lexOutMapping.ml > lib/lexOutMapping.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/lexOutMapping.mli > lib/lexOutMapping.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexOutMapping.cmi lib/lexOutMapping.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/outMapping.ml > lib/outMapping.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexOutMapping.cmx lib/lexOutMapping.ml
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/stateLexer.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/stateLexer.ml > lib/stateLexer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/stateLexer.mli > lib/stateLexer.mli.depends
- /home/opam/.opam/4.14/bin/ocamlyacc lib/stateParser.mly
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/stateParser.mli > lib/stateParser.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/stateParser.cmi lib/stateParser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/stateLexer.cmi lib/stateLexer.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/stateLexer.cmi lib/stateLexer.mli
- File "lib/stateLexer.mli", line 19, characters 23-24:
- 19 | module Make : functor (O:LexUtils.Config) -> sig
-                             ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/stateParser.ml > lib/stateParser.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/stateParser.cmx lib/stateParser.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/testHash.ml > lib/testHash.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/label.cmx lib/label.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/pseudo.cmx lib/pseudo.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/pseudo.cmx lib/pseudo.ml
- File "lib/pseudo.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/outMapping.cmx lib/outMapping.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/stateLexer.cmx lib/stateLexer.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/testHash.cmx lib/testHash.ml
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/modelLexer.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/modelLexer.ml > lib/modelLexer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/modelLexer.mli > lib/modelLexer.mli.depends
- /home/opam/.opam/4.14/bin/ocamlyacc lib/modelParser.mly
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/modelParser.mli > lib/modelParser.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/modelParser.cmi lib/modelParser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/modelLexer.cmi lib/modelLexer.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/modelLexer.cmi lib/modelLexer.mli
- File "lib/modelLexer.mli", line 19, characters 22-23:
- 19 | module Make : functor(O:LexUtils.Config) -> sig
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/modelParser.ml > lib/modelParser.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/ASTUtils.ml > lib/ASTUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/ASTUtils.mli > lib/ASTUtils.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/ASTUtils.cmi lib/ASTUtils.mli
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/ASTUtils.cmx lib/ASTUtils.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/modelParser.cmx lib/modelParser.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/genParser.cmx lib/genParser.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/modelLexer.cmx lib/modelLexer.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/parseTest.ml > herd/parseTest.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/AArch64Arch_herd.ml > herd/AArch64Arch_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/AArch64Base.ml > lib/AArch64Base.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/metaConst.mli > lib/metaConst.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/metaConst.cmi lib/metaConst.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/AArch64Base.cmo lib/AArch64Base.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/AArch64Base.cmo lib/AArch64Base.ml
- File "lib/AArch64Base.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Arch_herd.cmo herd/AArch64Arch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Arch_herd.cmo herd/AArch64Arch_herd.ml
- File "herd/AArch64Arch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/metaConst.ml > lib/metaConst.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/metaConst.cmx lib/metaConst.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/location.cmx lib/location.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/location.cmx lib/location.ml
- File "lib/location.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/op.ml > lib/op.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/op.cmx lib/op.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/AArch64Base.cmx lib/AArch64Base.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/archExtra_herd.cmx herd/archExtra_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/AArch64Base.cmx lib/AArch64Base.ml
- File "lib/AArch64Base.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/archExtra_herd.cmx herd/archExtra_herd.ml
- File "herd/archExtra_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/AArch64Lexer.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/AArch64Lexer.ml > lib/AArch64Lexer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/AArch64Lexer.mli > lib/AArch64Lexer.mli.depends
- /home/opam/.opam/4.14/bin/ocamlyacc lib/AArch64Parser.mly
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/AArch64Parser.mli > lib/AArch64Parser.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/AArch64Parser.cmi lib/AArch64Parser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/AArch64Lexer.cmi lib/AArch64Lexer.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/AArch64Lexer.cmi lib/AArch64Lexer.mli
- File "lib/AArch64Lexer.mli", line 19, characters 22-23:
- 19 | module Make : functor(O:LexUtils.Config) -> sig
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/AArch64Parser.ml > lib/AArch64Parser.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/AArch64Parser.cmx lib/AArch64Parser.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/AArch64Mem.ml > herd/AArch64Mem.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/AArch64Barrier.mli > herd/AArch64Barrier.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/machModelChecker.ml > herd/machModelChecker.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/modelUtils.mli > herd/modelUtils.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/modelUtils.cmi herd/modelUtils.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/modelUtils.cmi herd/modelUtils.mli
- File "herd/modelUtils.mli", line 19, characters 23-24:
- 19 | module Make : functor (O:Model.Config) -> functor (S:SemExtra.S) -> sig
-                             ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Barrier.cmi herd/AArch64Barrier.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/machModelChecker.cmo herd/machModelChecker.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/machModelChecker.cmo herd/machModelChecker.ml
- File "herd/machModelChecker.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Mem.cmo herd/AArch64Mem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Mem.cmo herd/AArch64Mem.ml
- File "herd/AArch64Mem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "herd/AArch64Mem.ml", line 24, characters 5-6:
- 24 |     (B:AArch64Barrier.S with type a = S.barrier)
-           ^
- Warning 60 [unused-module]: unused module B.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/BellModel.ml > lib/BellModel.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/BellName.ml > lib/BellName.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/StringRel.ml > lib/StringRel.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/innerRel.ml > lib/innerRel.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/rel.ml > lib/rel.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/rel.cmx lib/rel.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/innerRel.cmx lib/innerRel.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellName.cmx lib/BellName.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/StringRel.cmx lib/StringRel.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellModel.cmx lib/BellModel.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/flag.ml > lib/flag.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/parseModel.cmx lib/parseModel.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/flag.cmx lib/flag.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/memUtils.ml > herd/memUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/dir.ml > herd/dir.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/prettyUtils.ml > herd/prettyUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/IntMap.ml > lib/IntMap.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/IntMap.mli > lib/IntMap.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/IntMap.cmi lib/IntMap.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/intOrd.ml > lib/intOrd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/intOrd.mli > lib/intOrd.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/intOrd.cmi lib/intOrd.mli
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/intOrd.cmx lib/intOrd.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/dir.cmx herd/dir.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/partition.ml > herd/partition.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/partition.cmx herd/partition.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/event.cmx herd/event.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/valconstraint.cmx herd/valconstraint.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/valconstraint.cmx herd/valconstraint.ml
- File "herd/valconstraint.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/event.cmx herd/event.ml
- File "herd/event.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/test_herd.ml > herd/test_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/loader.ml > herd/loader.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/loader.mli > herd/loader.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/loader.cmi herd/loader.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/symbReg.ml > lib/symbReg.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/symbReg.mli > lib/symbReg.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/symbReg.cmi lib/symbReg.mli
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/loader.cmx herd/loader.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/symbReg.cmx lib/symbReg.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/branch.cmx herd/branch.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/constraints.cmx herd/constraints.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/eventsMonad.cmx herd/eventsMonad.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/test_herd.cmx herd/test_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/branch.cmx herd/branch.ml
- File "herd/branch.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/constraints.cmx herd/constraints.ml
- File "herd/constraints.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/eventsMonad.cmx herd/eventsMonad.ml
- File "herd/eventsMonad.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/IntMap.cmx lib/IntMap.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/semExtra.cmx herd/semExtra.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/semExtra.cmx herd/semExtra.ml
- File "herd/semExtra.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/show.ml > herd/show.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/handler.ml > herd/handler.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/handler.cmx herd/handler.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/prettyUtils.cmx herd/prettyUtils.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/show.cmx herd/show.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/Pretty.cmx herd/Pretty.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/Pretty.cmx herd/Pretty.ml
- File "herd/Pretty.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/modelUtils.ml > herd/modelUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/memUtils.cmx herd/memUtils.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/interpreter.cmx lib/interpreter.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/modelUtils.cmx herd/modelUtils.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/interpreter.cmx lib/interpreter.ml
- File "lib/interpreter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/machModelChecker.cmx herd/machModelChecker.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/machModelChecker.cmx herd/machModelChecker.ml
- File "herd/machModelChecker.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/AArch64Sem.ml > herd/AArch64Sem.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/machAction.ml > herd/machAction.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/machAction.cmo herd/machAction.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/machAction.cmo herd/machAction.ml
- File "herd/machAction.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Sem.cmo herd/AArch64Sem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Sem.cmo herd/AArch64Sem.ml
- File "herd/AArch64Sem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Arch_herd.cmx herd/AArch64Arch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Arch_herd.cmx herd/AArch64Arch_herd.ml
- File "herd/AArch64Arch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/machAction.cmx herd/machAction.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/machAction.cmx herd/machAction.ml
- File "herd/machAction.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/ARMArch_herd.ml > herd/ARMArch_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/ARMBase.ml > lib/ARMBase.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/ARMBase.cmo lib/ARMBase.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/ARMBase.cmo lib/ARMBase.ml
- File "lib/ARMBase.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMArch_herd.cmo herd/ARMArch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMArch_herd.cmo herd/ARMArch_herd.ml
- File "herd/ARMArch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/ARMBase.cmx lib/ARMBase.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/ARMBase.cmx lib/ARMBase.ml
- File "lib/ARMBase.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/ARMLexer.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/ARMLexer.ml > lib/ARMLexer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/ARMLexer.mli > lib/ARMLexer.mli.depends
- /home/opam/.opam/4.14/bin/ocamlyacc lib/ARMParser.mly
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/ARMParser.mli > lib/ARMParser.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/ARMParser.cmi lib/ARMParser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/ARMLexer.cmi lib/ARMLexer.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/ARMLexer.cmi lib/ARMLexer.mli
- File "lib/ARMLexer.mli", line 19, characters 22-23:
- 19 | module Make : functor(O:LexUtils.Config) -> sig
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/ARMParser.ml > lib/ARMParser.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/ARMParser.cmx lib/ARMParser.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/ARMMem.ml > herd/ARMMem.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/ARMBarrier.mli > herd/ARMBarrier.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/AllBarrier.mli > herd/AllBarrier.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMBarrier.cmi herd/ARMBarrier.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/BellBarrier.mli > herd/BellBarrier.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/MIPSBarrier.mli > herd/MIPSBarrier.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/PPCBarrier.mli > herd/PPCBarrier.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/X86Barrier.mli > herd/X86Barrier.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellBarrier.cmi herd/BellBarrier.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSBarrier.cmi herd/MIPSBarrier.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCBarrier.cmi herd/PPCBarrier.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Barrier.cmi herd/X86Barrier.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/CAV12.ml > herd/CAV12.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AllBarrier.cmi herd/AllBarrier.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/SelaEvent.ml > herd/SelaEvent.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/SelaEvent.cmo herd/SelaEvent.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/SelaEvent.cmo herd/SelaEvent.ml
- File "herd/SelaEvent.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/minimal.ml > herd/minimal.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CAV12.cmo herd/CAV12.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/minimal.cmo herd/minimal.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/minimal.cmo herd/minimal.ml
- File "herd/minimal.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CAV12.cmo herd/CAV12.ml
- File "herd/CAV12.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMMem.cmo herd/ARMMem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMMem.cmo herd/ARMMem.ml
- File "herd/ARMMem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/AllBarrier.ml > herd/AllBarrier.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AllBarrier.cmx herd/AllBarrier.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/SelaEvent.cmx herd/SelaEvent.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/SelaEvent.cmx herd/SelaEvent.ml
- File "herd/SelaEvent.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CAV12.cmx herd/CAV12.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/minimal.cmx herd/minimal.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/minimal.cmx herd/minimal.ml
- File "herd/minimal.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CAV12.cmx herd/CAV12.ml
- File "herd/CAV12.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/ARMSem.ml > herd/ARMSem.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMSem.cmo herd/ARMSem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMSem.cmo herd/ARMSem.ml
- File "herd/ARMSem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMArch_herd.cmx herd/ARMArch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMArch_herd.cmx herd/ARMArch_herd.ml
- File "herd/ARMArch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/BellArch_herd.ml > herd/BellArch_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/BellBase.ml > lib/BellBase.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellBase.cmo lib/BellBase.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellBase.cmo lib/BellBase.ml
- File "lib/BellBase.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellArch_herd.cmo herd/BellArch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellArch_herd.cmo herd/BellArch_herd.ml
- File "herd/BellArch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellBase.cmx lib/BellBase.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellBase.cmx lib/BellBase.ml
- File "lib/BellBase.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/BellCheck.ml > herd/BellCheck.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/BellCheck.mli > herd/BellCheck.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellCheck.cmi herd/BellCheck.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellCheck.cmi herd/BellCheck.mli
- File "herd/BellCheck.mli", line 20, characters 9-10:
- 20 | functor (O:sig val debug : bool val compat :bool end) ->
-               ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- File "herd/BellCheck.mli", line 23, characters 9-10:
- 23 |         (C:sig
-               ^
- Warning 67 [unused-functor-parameter]: unused functor parameter C.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/BellLexer.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/BellLexer.ml > lib/BellLexer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/BellLexer.mli > lib/BellLexer.mli.depends
- /home/opam/.opam/4.14/bin/ocamlyacc lib/LISAParser.mly
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/LISAParser.mli > lib/LISAParser.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/LISAParser.cmi lib/LISAParser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellLexer.cmi lib/BellLexer.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellLexer.cmi lib/BellLexer.mli
- File "lib/BellLexer.mli", line 19, characters 22-23:
- 19 | module Make : functor(O:LexUtils.Config) -> sig
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/LISAParser.ml > lib/LISAParser.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/LISAParser.cmx lib/LISAParser.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/BellMem.ml > herd/BellMem.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellMem.cmo herd/BellMem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellMem.cmo herd/BellMem.ml
- File "herd/BellMem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/BellSem.ml > herd/BellSem.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/BellAction.ml > herd/BellAction.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellAction.cmo herd/BellAction.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellAction.cmo herd/BellAction.ml
- File "herd/BellAction.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellSem.cmo herd/BellSem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellSem.cmo herd/BellSem.ml
- File "herd/BellSem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellArch_herd.cmx herd/BellArch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellArch_herd.cmx herd/BellArch_herd.ml
- File "herd/BellArch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellAction.cmx herd/BellAction.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellAction.cmx herd/BellAction.ml
- File "herd/BellAction.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/CArch_herd.ml > herd/CArch_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CBase.ml > lib/CBase.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/memOrder.mli > lib/memOrder.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/memOrderOrAnnot.mli > lib/memOrderOrAnnot.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/memOrder.cmi lib/memOrder.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/memOrderOrAnnot.cmi lib/memOrderOrAnnot.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CBase.cmo lib/CBase.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CBase.cmo lib/CBase.ml
- File "lib/CBase.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CArch_herd.cmo herd/CArch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CArch_herd.cmo herd/CArch_herd.ml
- File "herd/CArch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/memOrder.ml > lib/memOrder.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/memOrderOrAnnot.ml > lib/memOrderOrAnnot.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/memOrder.cmx lib/memOrder.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/memOrderOrAnnot.cmx lib/memOrderOrAnnot.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CBase.cmx lib/CBase.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CBase.cmx lib/CBase.ml
- File "lib/CBase.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CGenParser_lib.ml > lib/CGenParser_lib.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CAstUtils.mli > lib/CAstUtils.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CTestHash.mli > lib/CTestHash.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/dumpCAst.mli > lib/dumpCAst.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CAstUtils.cmi lib/CAstUtils.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CTestHash.cmi lib/CTestHash.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/dumpCAst.cmi lib/dumpCAst.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CGenParser_lib.cmo lib/CGenParser_lib.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CGenParser_lib.cmo lib/CGenParser_lib.ml
- File "lib/CGenParser_lib.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CAstUtils.ml > lib/CAstUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CTestHash.ml > lib/CTestHash.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/dumpCAst.ml > lib/dumpCAst.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CAstUtils.cmx lib/CAstUtils.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CTestHash.cmx lib/CTestHash.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/dumpCAst.cmx lib/dumpCAst.ml
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/CLexer.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CLexer.ml > lib/CLexer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CLexer.mli > lib/CLexer.mli.depends
- /home/opam/.opam/4.14/bin/ocamlyacc lib/CParser.mly
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CParser.mli > lib/CParser.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CParser.cmi lib/CParser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CLexer.cmi lib/CLexer.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CLexer.cmi lib/CLexer.mli
- File "lib/CLexer.mli", line 17, characters 22-23:
- 17 | module Make : functor(O:LexUtils.Config) -> sig
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/CParser.ml > lib/CParser.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CParser.cmx lib/CParser.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/CMem.ml > herd/CMem.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CMem.cmo herd/CMem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CMem.cmo herd/CMem.ml
- File "herd/CMem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/CSem.ml > herd/CSem.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/CAction.ml > herd/CAction.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CAction.cmo herd/CAction.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CAction.cmo herd/CAction.ml
- File "herd/CAction.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CSem.cmo herd/CSem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CSem.cmo herd/CSem.ml
- File "herd/CSem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CArch_herd.cmx herd/CArch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CArch_herd.cmx herd/CArch_herd.ml
- File "herd/CArch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CAction.cmx herd/CAction.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CAction.cmx herd/CAction.ml
- File "herd/CAction.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/int32Value.ml > lib/int32Value.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/int32Constant.ml > lib/int32Constant.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/symbValue.mli > herd/symbValue.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int32Constant.cmo lib/int32Constant.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/symbValue.cmi herd/symbValue.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int32Constant.cmo lib/int32Constant.ml
- File "lib/int32Constant.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int32Value.cmo lib/int32Value.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int32Value.cmo lib/int32Value.ml
- File "lib/int32Value.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/symbValue.ml > herd/symbValue.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int32Constant.cmx lib/int32Constant.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/symbValue.cmx herd/symbValue.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int32Constant.cmx lib/int32Constant.ml
- File "lib/int32Constant.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/int64Value.ml > lib/int64Value.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/int64Constant.ml > lib/int64Constant.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int64Constant.cmo lib/int64Constant.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int64Constant.cmo lib/int64Constant.ml
- File "lib/int64Constant.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int64Value.cmo lib/int64Value.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int64Value.cmo lib/int64Value.ml
- File "lib/int64Value.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int64Constant.cmx lib/int64Constant.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int64Constant.cmx lib/int64Constant.ml
- File "lib/int64Constant.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/MIPSArch_herd.ml > herd/MIPSArch_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/MIPSBase.ml > lib/MIPSBase.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/MIPSBase.cmo lib/MIPSBase.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/MIPSBase.cmo lib/MIPSBase.ml
- File "lib/MIPSBase.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSArch_herd.cmo herd/MIPSArch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSArch_herd.cmo herd/MIPSArch_herd.ml
- File "herd/MIPSArch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/MIPSBase.cmx lib/MIPSBase.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/MIPSBase.cmx lib/MIPSBase.ml
- File "lib/MIPSBase.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/MIPSLexer.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/MIPSLexer.ml > lib/MIPSLexer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/MIPSLexer.mli > lib/MIPSLexer.mli.depends
- /home/opam/.opam/4.14/bin/ocamlyacc lib/MIPSParser.mly
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/MIPSParser.mli > lib/MIPSParser.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/MIPSParser.cmi lib/MIPSParser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/MIPSLexer.cmi lib/MIPSLexer.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/MIPSLexer.cmi lib/MIPSLexer.mli
- File "lib/MIPSLexer.mli", line 19, characters 22-23:
- 19 | module Make : functor(O:LexUtils.Config) -> sig
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/MIPSParser.ml > lib/MIPSParser.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/MIPSParser.cmx lib/MIPSParser.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/MIPSMem.ml > herd/MIPSMem.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSMem.cmo herd/MIPSMem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSMem.cmo herd/MIPSMem.ml
- File "herd/MIPSMem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/MIPSSem.ml > herd/MIPSSem.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSSem.cmo herd/MIPSSem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSSem.cmo herd/MIPSSem.ml
- File "herd/MIPSSem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSArch_herd.cmx herd/MIPSArch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSArch_herd.cmx herd/MIPSArch_herd.ml
- File "herd/MIPSArch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/PPCArch_herd.ml > herd/PPCArch_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/PPCBase.ml > lib/PPCBase.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/machSize.mli > lib/machSize.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/machSize.cmi lib/machSize.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/PPCBase.cmo lib/PPCBase.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/PPCBase.cmo lib/PPCBase.ml
- File "lib/PPCBase.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCArch_herd.cmo herd/PPCArch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCArch_herd.cmo herd/PPCArch_herd.ml
- File "herd/PPCArch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/machSize.ml > lib/machSize.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/machSize.cmx lib/machSize.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/PPCBase.cmx lib/PPCBase.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/PPCBase.cmx lib/PPCBase.ml
- File "lib/PPCBase.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/PPCLexer.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/PPCLexer.ml > lib/PPCLexer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/PPCLexer.mli > lib/PPCLexer.mli.depends
- /home/opam/.opam/4.14/bin/ocamlyacc lib/PPCParser.mly
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/PPCParser.mli > lib/PPCParser.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/PPCParser.cmi lib/PPCParser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/PPCLexer.cmi lib/PPCLexer.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/PPCLexer.cmi lib/PPCLexer.mli
- File "lib/PPCLexer.mli", line 19, characters 22-23:
- 19 | module Make : functor(O:LexUtils.Config) -> sig
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/PPCParser.ml > lib/PPCParser.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/PPCParser.cmx lib/PPCParser.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/PPCMem.ml > herd/PPCMem.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCMem.cmo herd/PPCMem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCMem.cmo herd/PPCMem.ml
- File "herd/PPCMem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/PPCSem.ml > herd/PPCSem.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCSem.cmo herd/PPCSem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCSem.cmo herd/PPCSem.ml
- File "herd/PPCSem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCArch_herd.cmx herd/PPCArch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCArch_herd.cmx herd/PPCArch_herd.ml
- File "herd/PPCArch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/RISCVArch_herd.ml > herd/RISCVArch_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/RISCVBase.ml > lib/RISCVBase.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/RISCVBase.cmo lib/RISCVBase.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/RISCVBase.cmo lib/RISCVBase.ml
- File "lib/RISCVBase.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/RISCVArch_herd.cmo herd/RISCVArch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/RISCVArch_herd.cmo herd/RISCVArch_herd.ml
- File "herd/RISCVArch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/RISCVBase.cmx lib/RISCVBase.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/RISCVBase.cmx lib/RISCVBase.ml
- File "lib/RISCVBase.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/RISCVLexer.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/RISCVLexer.ml > lib/RISCVLexer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/RISCVLexer.mli > lib/RISCVLexer.mli.depends
- /home/opam/.opam/4.14/bin/ocamlyacc lib/RISCVParser.mly
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/RISCVParser.mli > lib/RISCVParser.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/RISCVParser.cmi lib/RISCVParser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/RISCVLexer.cmi lib/RISCVLexer.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/RISCVLexer.cmi lib/RISCVLexer.mli
- File "lib/RISCVLexer.mli", line 19, characters 22-23:
- 19 | module Make : functor(O:LexUtils.Config) -> sig
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/RISCVParser.ml > lib/RISCVParser.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/RISCVParser.cmx lib/RISCVParser.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/RISCVMem.ml > herd/RISCVMem.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/RISCVMem.cmo herd/RISCVMem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/RISCVMem.cmo herd/RISCVMem.ml
- File "herd/RISCVMem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/RISCVSem.ml > herd/RISCVSem.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/RISCVSem.cmo herd/RISCVSem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/RISCVSem.cmo herd/RISCVSem.ml
- File "herd/RISCVSem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/RISCVArch_herd.cmx herd/RISCVArch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/RISCVArch_herd.cmx herd/RISCVArch_herd.ml
- File "herd/RISCVArch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/mem.cmx herd/mem.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/mem.cmx herd/mem.ml
- File "herd/mem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/X86Arch_herd.ml > herd/X86Arch_herd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/X86Base.ml > lib/X86Base.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/X86Base.cmo lib/X86Base.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/X86Base.cmo lib/X86Base.ml
- File "lib/X86Base.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Arch_herd.cmo herd/X86Arch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Arch_herd.cmo herd/X86Arch_herd.ml
- File "herd/X86Arch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/X86Base.cmx lib/X86Base.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/X86Base.cmx lib/X86Base.ml
- File "lib/X86Base.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/X86Lexer.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/X86Lexer.ml > lib/X86Lexer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/X86Lexer.mli > lib/X86Lexer.mli.depends
- /home/opam/.opam/4.14/bin/ocamlyacc lib/X86Parser.mly
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/X86Parser.mli > lib/X86Parser.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/X86Parser.cmi lib/X86Parser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/X86Lexer.cmi lib/X86Lexer.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/X86Lexer.cmi lib/X86Lexer.mli
- File "lib/X86Lexer.mli", line 19, characters 22-23:
- 19 | module Make : functor(O:LexUtils.Config) -> sig
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/X86Parser.ml > lib/X86Parser.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/X86Parser.cmx lib/X86Parser.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/X86Mem.ml > herd/X86Mem.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Mem.cmo herd/X86Mem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Mem.cmo herd/X86Mem.ml
- File "herd/X86Mem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "herd/X86Mem.ml", line 27, characters 5-6:
- 27 |     (B:X86Barrier.S with type a = S.barrier)
-           ^
- Warning 60 [unused-module]: unused module B.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules herd/X86Sem.ml > herd/X86Sem.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Sem.cmo herd/X86Sem.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Sem.cmo herd/X86Sem.ml
- File "herd/X86Sem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Arch_herd.cmx herd/X86Arch_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Arch_herd.cmx herd/X86Arch_herd.ml
- File "herd/X86Arch_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/AArch64Lexer.cmx lib/AArch64Lexer.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Mem.cmx herd/AArch64Mem.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Sem.cmx herd/AArch64Sem.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/ARMLexer.cmx lib/ARMLexer.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMMem.cmx herd/ARMMem.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMSem.cmx herd/ARMSem.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellCheck.cmx herd/BellCheck.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellLexer.cmx lib/BellLexer.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellMem.cmx herd/BellMem.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Mem.cmx herd/AArch64Mem.ml
- File "herd/AArch64Mem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "herd/AArch64Mem.ml", line 24, characters 5-6:
- 24 |     (B:AArch64Barrier.S with type a = S.barrier)
-           ^
- Warning 60 [unused-module]: unused module B.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellSem.cmx herd/BellSem.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMSem.cmx herd/ARMSem.ml
- File "herd/ARMSem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CGenParser_lib.cmx lib/CGenParser_lib.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/AArch64Sem.cmx herd/AArch64Sem.ml
- File "herd/AArch64Sem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CLexer.cmx lib/CLexer.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/CGenParser_lib.cmx lib/CGenParser_lib.ml
- File "lib/CGenParser_lib.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CMem.cmx herd/CMem.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CSem.cmx herd/CSem.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellMem.cmx herd/BellMem.ml
- File "herd/BellMem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int32Value.cmx lib/int32Value.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int32Value.cmx lib/int32Value.ml
- File "lib/int32Value.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int64Value.cmx lib/int64Value.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/int64Value.cmx lib/int64Value.ml
- File "lib/int64Value.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/MIPSLexer.cmx lib/MIPSLexer.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSMem.cmx herd/MIPSMem.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/BellSem.cmx herd/BellSem.ml
- File "herd/BellSem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSSem.cmx herd/MIPSSem.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/ARMMem.cmx herd/ARMMem.ml
- File "herd/ARMMem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/PPCLexer.cmx lib/PPCLexer.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CSem.cmx herd/CSem.ml
- File "herd/CSem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCMem.cmx herd/PPCMem.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCSem.cmx herd/PPCSem.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/CMem.cmx herd/CMem.ml
- File "herd/CMem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/RISCVLexer.cmx lib/RISCVLexer.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/RISCVMem.cmx herd/RISCVMem.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSSem.cmx herd/MIPSSem.ml
- File "herd/MIPSSem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/RISCVSem.cmx herd/RISCVSem.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCSem.cmx herd/PPCSem.ml
- File "herd/PPCSem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/top_herd.cmx herd/top_herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/MIPSMem.cmx herd/MIPSMem.ml
- File "herd/MIPSMem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/X86Lexer.cmx lib/X86Lexer.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Mem.cmx herd/X86Mem.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/RISCVSem.cmx herd/RISCVSem.ml
- File "herd/RISCVSem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Sem.cmx herd/X86Sem.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/RISCVMem.cmx herd/RISCVMem.ml
- File "herd/RISCVMem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/PPCMem.cmx herd/PPCMem.ml
- File "herd/PPCMem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Sem.cmx herd/X86Sem.ml
- File "herd/X86Sem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/top_herd.cmx herd/top_herd.ml
- File "herd/top_herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/X86Mem.cmx herd/X86Mem.ml
- File "herd/X86Mem.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "herd/X86Mem.ml", line 27, characters 5-6:
- 27 |     (B:X86Barrier.S with type a = S.barrier)
-           ^
- Warning 60 [unused-module]: unused module B.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellInterpreter.cmx lib/BellInterpreter.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/BellInterpreter.cmx lib/BellInterpreter.ml
- File "lib/BellInterpreter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/checkName.cmx lib/checkName.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/lexConf_herd.cmx herd/lexConf_herd.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/mySys.cmx lib/mySys.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/parseTest.cmx herd/parseTest.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/readBell.cmx lib/readBell.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/readBell.cmx lib/readBell.ml
- File "lib/readBell.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/herd.cmx herd/herd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I herd -I gen -I jingle -I lib -I litmus -I tools -o herd/herd.cmx herd/herd.ml
- File "herd/herd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I herd Version.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/misc.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/label.cmx lib/location.cmx lib/symbConstant.cmx lib/warn.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/op.cmx herd/archExtra_herd.cmx lib/Archs.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx herd/AArch64Arch_herd.cmx herd/dir.cmx herd/variant.cmx lib/rel.cmx lib/innerRel.cmx herd/event.cmx herd/partition.cmx herd/valconstraint.cmx herd/branch.cmx herd/constraints.cmx herd/debug_herd.cmx herd/dotEdgeAttr.cmx herd/eventsMonad.cmx herd/graph.cmx herd/handler.cmx herd/loader.cmx herd/splines.cmx herd/prettyConf.cmx lib/symbReg.cmx herd/test_herd.cmx herd/semExtra.cmx lib/intOrd.cmx lib/IntMap.cmx herd/prettyUtils.cmx herd/show.cmx herd/Pretty.cmx herd/memUtils.cmx lib/modelOption.cmx lib/pos.cmx lib/txtLoc.cmx herd/model.cmx herd/modelUtils.cmx lib/ASTUtils.cmx lib/BellName.cmx lib/StringRel.cmx lib/BellModel.cmx lib/flag.cmx lib/lexMisc.cmx lib/lexOutMapping.cmx lib/lexUtils.cmx lib/outMapping.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/modelParser.cmx lib/modelLexer.cmx lib/parseModel.cmx lib/interpreter.cmx herd/machModelChecker.cmx herd/AArch64Mem.cmx herd/machAction.cmx herd/AArch64Sem.cmx lib/ARMBase.cmx herd/ARMArch_herd.cmx herd/AllBarrier.cmx herd/SelaEvent.cmx herd/CAV12.cmx herd/minimal.cmx herd/ARMMem.cmx herd/ARMSem.cmx lib/BellBase.cmx herd/BellAction.cmx herd/BellArch_herd.cmx herd/BellCheck.cmx herd/BellMem.cmx herd/BellSem.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/CBase.cmx herd/CAction.cmx herd/CArch_herd.cmx herd/CMem.cmx herd/CSem.cmx lib/MIPSBase.cmx herd/MIPSArch_herd.cmx herd/MIPSMem.cmx herd/MIPSSem.cmx lib/machSize.cmx lib/PPCBase.cmx herd/PPCArch_herd.cmx herd/PPCMem.cmx herd/PPCSem.cmx lib/RISCVBase.cmx herd/RISCVArch_herd.cmx herd/RISCVMem.cmx herd/RISCVSem.cmx herd/Version_herd.cmx lib/X86Base.cmx herd/X86Arch_herd.cmx herd/X86Mem.cmx herd/X86Sem.cmx herd/restrict.cmx herd/speed.cmx herd/opts.cmx lib/myLib.cmx lib/parseTag.cmx herd/lexConf_herd.cmx herd/mem.cmx herd/symbValue.cmx herd/top_herd.cmx lib/AArch64Parser.cmx lib/AArch64Lexer.cmx lib/ARMParser.cmx lib/ARMLexer.cmx lib/LISAParser.cmx lib/BellLexer.cmx lib/CAstUtils.cmx lib/CTestHash.cmx lib/dumpCAst.cmx lib/CGenParser_lib.cmx lib/CParser.cmx lib/CLexer.cmx lib/MIPSParser.cmx lib/MIPSLexer.cmx lib/PPCParser.cmx lib/PPCLexer.cmx lib/RISCVParser.cmx lib/RISCVLexer.cmx lib/X86Parser.cmx lib/X86Lexer.cmx lib/int32Constant.cmx lib/int32Value.cmx lib/int64Constant.cmx lib/int64Value.cmx herd/parseTest.cmx lib/BellInterpreter.cmx lib/tblRename.cmx lib/lexRename.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/mySys.cmx lib/readBell.cmx herd/herd.cmx -o herd/herd.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/litmus.ml > litmus/litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/affinity.mli > litmus/affinity.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/align.mli > litmus/align.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/alloc.mli > litmus/alloc.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/barrier.mli > litmus/barrier.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/collect.mli > litmus/collect.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/crossrun.mli > litmus/crossrun.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/driver.mli > litmus/driver.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/launch.mli > litmus/launch.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/memory.mli > litmus/memory.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/mode.mli > litmus/mode.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/myName.mli > litmus/myName.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/option.mli > litmus/option.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/affinity.cmi litmus/affinity.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/align.cmi litmus/align.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/alloc.cmi litmus/alloc.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/barrier.cmi litmus/barrier.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/collect.cmi litmus/collect.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/crossrun.cmi litmus/crossrun.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/driver.cmi litmus/driver.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/launch.cmi litmus/launch.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/memory.cmi litmus/memory.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/mode.cmi litmus/mode.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/moreArch.mli > litmus/moreArch.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/preload.mli > litmus/preload.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/safer.mli > litmus/safer.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/smt.mli > litmus/smt.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/speedcheck.mli > litmus/speedcheck.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/stride.mli > litmus/stride.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/targetOS.mli > litmus/targetOS.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/threadStyle.mli > litmus/threadStyle.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/useArch.ml > litmus/useArch.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/word.mli > litmus/word.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/moreArch.cmi litmus/moreArch.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/preload.cmi litmus/preload.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/safer.cmi litmus/safer.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/smt.cmi litmus/smt.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/speedcheck.cmi litmus/speedcheck.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/stride.cmi litmus/stride.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/targetOS.cmi litmus/targetOS.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/threadStyle.cmi litmus/threadStyle.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/useArch.cmo litmus/useArch.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/word.cmi litmus/word.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/useArch.cmo litmus/useArch.ml
- File "litmus/useArch.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/tar.mli > lib/tar.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/top_litmus.mli > litmus/top_litmus.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/option.cmi litmus/option.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/tar.cmi lib/tar.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/tar.cmi lib/tar.mli
- File "lib/tar.mli", line 46, characters 12-13:
- 46 | module Make(O:Option) : S
-                  ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/Version_litmus.ml > litmus/Version_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/myName.cmi litmus/myName.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/top_litmus.cmi litmus/top_litmus.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/Version_litmus.cmo litmus/Version_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/top_litmus.cmi litmus/top_litmus.mli
- File "litmus/top_litmus.mli", line 99, characters 11-13:
- 99 | module Top(OT:TopConfig)(Tar:Tar.S) : sig
-                 ^^
- Warning 67 [unused-functor-parameter]: unused functor parameter OT.
- File "litmus/top_litmus.mli", line 99, characters 25-28:
- 99 | module Top(OT:TopConfig)(Tar:Tar.S) : sig
-                               ^^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Tar.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/Version_litmus.cmo litmus/Version_litmus.ml
- File "litmus/Version_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/litmus.cmo litmus/litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/litmus.cmo litmus/litmus.ml
- File "litmus/litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/affinity.ml > litmus/affinity.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/align.ml > litmus/align.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/lexSplit.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/lexSplit.ml > lib/lexSplit.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/lexSplit.mli > lib/lexSplit.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexSplit.cmi lib/lexSplit.mli
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexSplit.cmx lib/lexSplit.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/alloc.ml > litmus/alloc.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/barrier.ml > litmus/barrier.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/collect.ml > litmus/collect.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/crossrun.ml > litmus/crossrun.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/driver.ml > litmus/driver.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/launch.ml > litmus/launch.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/memory.ml > litmus/memory.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/mode.ml > litmus/mode.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/myName.ml > litmus/myName.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q litmus/lexConf_litmus.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/lexConf_litmus.ml > litmus/lexConf_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/lexConf_litmus.mli > litmus/lexConf_litmus.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/lexConf_litmus.cmi litmus/lexConf_litmus.mli
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/affinity.cmx litmus/affinity.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/alloc.cmx litmus/alloc.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/barrier.cmx litmus/barrier.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/collect.cmx litmus/collect.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/crossrun.cmx litmus/crossrun.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/driver.cmx litmus/driver.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/launch.cmx litmus/launch.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/memory.cmx litmus/memory.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/mode.cmx litmus/mode.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/moreArch.ml > litmus/moreArch.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/option.ml > litmus/option.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/moreArch.cmx litmus/moreArch.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/preload.ml > litmus/preload.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/safer.ml > litmus/safer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/smt.ml > litmus/smt.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/speedcheck.ml > litmus/speedcheck.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/stride.ml > litmus/stride.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/targetOS.ml > litmus/targetOS.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/threadStyle.ml > litmus/threadStyle.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/word.ml > litmus/word.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/align.cmx litmus/align.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/preload.cmx litmus/preload.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/safer.cmx litmus/safer.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/smt.cmx litmus/smt.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/speedcheck.cmx litmus/speedcheck.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/stride.cmx litmus/stride.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/targetOS.cmx litmus/targetOS.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/threadStyle.cmx litmus/threadStyle.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/useArch.cmx litmus/useArch.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/word.cmx litmus/word.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/useArch.cmx litmus/useArch.ml
- File "litmus/useArch.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/option.cmx litmus/option.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/lexConf_litmus.cmx litmus/lexConf_litmus.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/Version_litmus.cmx litmus/Version_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/Version_litmus.cmx litmus/Version_litmus.ml
- File "litmus/Version_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/tar.ml > lib/tar.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/top_litmus.ml > litmus/top_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/AArch64Arch_litmus.ml > litmus/AArch64Arch_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/archExtra_litmus.ml > litmus/archExtra_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/template.ml > litmus/template.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/outUtils.ml > litmus/outUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/outUtils.cmo litmus/outUtils.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/outUtils.cmo litmus/outUtils.ml
- File "litmus/outUtils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/template.cmo litmus/template.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/template.cmo litmus/template.ml
- File "litmus/template.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/arch_litmus.mli > litmus/arch_litmus.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/archExtra_litmus.cmo litmus/archExtra_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/archExtra_litmus.cmo litmus/archExtra_litmus.ml
- File "litmus/archExtra_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/target.mli > litmus/target.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/target.cmi litmus/target.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/arch_litmus.cmi litmus/arch_litmus.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/AArch64Arch_litmus.cmo litmus/AArch64Arch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/AArch64Arch_litmus.cmo litmus/AArch64Arch_litmus.ml
- File "litmus/AArch64Arch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/outUtils.cmx litmus/outUtils.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/outUtils.cmx litmus/outUtils.ml
- File "litmus/outUtils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/template.cmx litmus/template.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/template.cmx litmus/template.ml
- File "litmus/template.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/archExtra_litmus.cmx litmus/archExtra_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/archExtra_litmus.cmx litmus/archExtra_litmus.ml
- File "litmus/archExtra_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/AArch64Compile_litmus.ml > litmus/AArch64Compile_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/AArch64Compile_litmus.cmo litmus/AArch64Compile_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/AArch64Compile_litmus.cmo litmus/AArch64Compile_litmus.ml
- File "litmus/AArch64Compile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/AArch64Arch_litmus.cmx litmus/AArch64Arch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/AArch64Arch_litmus.cmx litmus/AArch64Arch_litmus.ml
- File "litmus/AArch64Arch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/ARMArch_litmus.ml > litmus/ARMArch_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/ARMArch_litmus.cmo litmus/ARMArch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/ARMArch_litmus.cmo litmus/ARMArch_litmus.ml
- File "litmus/ARMArch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/ARMCompile_litmus.ml > litmus/ARMCompile_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/ARMCompile_litmus.cmo litmus/ARMCompile_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/ARMCompile_litmus.cmo litmus/ARMCompile_litmus.ml
- File "litmus/ARMCompile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/ARMArch_litmus.cmx litmus/ARMArch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/ARMArch_litmus.cmx litmus/ARMArch_litmus.ml
- File "litmus/ARMArch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/ASMLang.ml > litmus/ASMLang.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/compile.ml > litmus/compile.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/constr.ml > litmus/constr.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/test_litmus.ml > litmus/test_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/constr.cmo litmus/constr.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/constr.cmo litmus/constr.ml
- File "litmus/constr.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/pseudoAbstract.mli > litmus/pseudoAbstract.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/testDump.ml > litmus/testDump.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/pseudoAbstract.cmi litmus/pseudoAbstract.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/simpleDumper_prime.ml > litmus/simpleDumper_prime.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/simpleDumper_prime.cmo litmus/simpleDumper_prime.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/simpleDumper_prime.cmo litmus/simpleDumper_prime.ml
- File "litmus/simpleDumper_prime.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/testDump.cmo litmus/testDump.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/testDump.cmo litmus/testDump.ml
- File "litmus/testDump.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/XXXCompile_litmus.mli > litmus/XXXCompile_litmus.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/test_litmus.cmo litmus/test_litmus.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/XXXCompile_litmus.cmi litmus/XXXCompile_litmus.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/test_litmus.cmo litmus/test_litmus.ml
- File "litmus/test_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/langUtils.mli > litmus/langUtils.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/skelUtil.ml > litmus/skelUtil.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/affi.mli > litmus/affi.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/compile.cmo litmus/compile.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/compile.cmo litmus/compile.ml
- File "litmus/compile.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/emitPrintf.mli > litmus/emitPrintf.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/indent.mli > litmus/indent.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/indent.cmi litmus/indent.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/indent.cmi litmus/indent.mli
- File "litmus/indent.mli", line 54, characters 23-27:
- 54 | module Make : functor (Chan : sig val hexa : bool val out : out_channel end) -> S
-                             ^^^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Chan.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/affi.cmi litmus/affi.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/emitPrintf.cmi litmus/emitPrintf.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/langUtils.cmi litmus/langUtils.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/skelUtil.cmo litmus/skelUtil.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/skelUtil.cmo litmus/skelUtil.ml
- File "litmus/skelUtil.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "litmus/skelUtil.ml", line 85, characters 29-30:
- 85 |       module Dump : functor (O:Indent.S) -> functor(EPF:EmitPrintf.S) -> sig
-                                   ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- File "litmus/skelUtil.ml", line 85, characters 52-55:
- 85 |       module Dump : functor (O:Indent.S) -> functor(EPF:EmitPrintf.S) -> sig
-                                                          ^^^
- Warning 67 [unused-functor-parameter]: unused functor parameter EPF.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/ASMLang.cmo litmus/ASMLang.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/ASMLang.cmo litmus/ASMLang.ml
- File "litmus/ASMLang.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/constr.cmx litmus/constr.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/constr.cmx litmus/constr.ml
- File "litmus/constr.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/simpleDumper_prime.cmx litmus/simpleDumper_prime.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/simpleDumper_prime.cmx litmus/simpleDumper_prime.ml
- File "litmus/simpleDumper_prime.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/testDump.cmx litmus/testDump.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/testDump.cmx litmus/testDump.ml
- File "litmus/testDump.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/test_litmus.cmx litmus/test_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/test_litmus.cmx litmus/test_litmus.ml
- File "litmus/test_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/langUtils.ml > litmus/langUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/affi.ml > litmus/affi.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/compile.cmx litmus/compile.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/compile.cmx litmus/compile.ml
- File "litmus/compile.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/indent.ml > litmus/indent.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/myName.cmx litmus/myName.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/affi.cmx litmus/affi.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/indent.cmx litmus/indent.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/langUtils.cmx litmus/langUtils.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/skelUtil.cmx litmus/skelUtil.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/skelUtil.cmx litmus/skelUtil.ml
- File "litmus/skelUtil.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "litmus/skelUtil.ml", line 85, characters 29-30:
- 85 |       module Dump : functor (O:Indent.S) -> functor(EPF:EmitPrintf.S) -> sig
-                                   ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- File "litmus/skelUtil.ml", line 85, characters 52-55:
- 85 |       module Dump : functor (O:Indent.S) -> functor(EPF:EmitPrintf.S) -> sig
-                                                          ^^^
- Warning 67 [unused-functor-parameter]: unused functor parameter EPF.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/answer.mli > litmus/answer.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/CArch_litmus.ml > litmus/CArch_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/CTarget.mli > litmus/CTarget.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CTarget.cmi litmus/CTarget.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CArch_litmus.cmo litmus/CArch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CArch_litmus.cmo litmus/CArch_litmus.ml
- File "litmus/CArch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/CTarget.ml > litmus/CTarget.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CTarget.cmx litmus/CTarget.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/CCompile_litmus.ml > litmus/CCompile_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/lexHaveRcu.mli > litmus/lexHaveRcu.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/lexHaveRcu.cmi litmus/lexHaveRcu.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CCompile_litmus.cmo litmus/CCompile_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CCompile_litmus.cmo litmus/CCompile_litmus.ml
- File "litmus/CCompile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q litmus/lexHaveRcu.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/lexHaveRcu.ml > litmus/lexHaveRcu.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/lexHaveRcu.cmx litmus/lexHaveRcu.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/CGenParser_litmus.ml > litmus/CGenParser_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CGenParser_litmus.cmo litmus/CGenParser_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CGenParser_litmus.cmo litmus/CGenParser_litmus.ml
- File "litmus/CGenParser_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "litmus/CGenParser_litmus.ml", line 78, characters 5-6:
- 78 |     (A:Arch_litmus.Base)
-           ^
- Warning 60 [unused-module]: unused module A.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/CLang.ml > litmus/CLang.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CLang.cmo litmus/CLang.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CLang.cmo litmus/CLang.ml
- File "litmus/CLang.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/CSymbReg.ml > litmus/CSymbReg.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CSymbReg.cmo litmus/CSymbReg.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CSymbReg.cmo litmus/CSymbReg.ml
- File "litmus/CSymbReg.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/dumpRun.ml > litmus/dumpRun.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/dumpRun.mli > litmus/dumpRun.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/answer.cmi litmus/answer.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/runUtils.ml > litmus/runUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/dumpParams.ml > litmus/dumpParams.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/dumpParams.cmo litmus/dumpParams.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/dumpParams.cmo litmus/dumpParams.ml
- File "litmus/dumpParams.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/runUtils.cmo litmus/runUtils.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/runUtils.cmo litmus/runUtils.ml
- File "litmus/runUtils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/dumpRun.cmi litmus/dumpRun.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/dumpRun.cmi litmus/dumpRun.mli
- File "litmus/dumpRun.mli", line 48, characters 11-12:
- 48 |   functor (O:Config) -> functor(Tar : Tar.S) -> functor (CT : OneTest) ->
-                 ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- File "litmus/dumpRun.mli", line 48, characters 32-35:
- 48 |   functor (O:Config) -> functor(Tar : Tar.S) -> functor (CT : OneTest) ->
-                                      ^^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Tar.
- File "litmus/dumpRun.mli", line 48, characters 57-59:
- 48 |   functor (O:Config) -> functor(Tar : Tar.S) -> functor (CT : OneTest) ->
-                                                               ^^
- Warning 67 [unused-functor-parameter]: unused functor parameter CT.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/generateCrossDoc.ml > litmus/generateCrossDoc.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/generateCrossDoc.cmo litmus/generateCrossDoc.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/generateCrossDoc.cmo litmus/generateCrossDoc.ml
- File "litmus/generateCrossDoc.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/objUtil.ml > litmus/objUtil.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/objUtil.cmo litmus/objUtil.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/objUtil.cmo litmus/objUtil.ml
- File "litmus/objUtil.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/tar.cmx lib/tar.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/dumpParams.cmx litmus/dumpParams.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/dumpParams.cmx litmus/dumpParams.ml
- File "litmus/dumpParams.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/generateCrossDoc.cmx litmus/generateCrossDoc.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/objUtil.cmx litmus/objUtil.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/runUtils.cmx litmus/runUtils.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/generateCrossDoc.cmx litmus/generateCrossDoc.ml
- File "litmus/generateCrossDoc.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/objUtil.cmx litmus/objUtil.ml
- File "litmus/objUtil.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/runUtils.cmx litmus/runUtils.ml
- File "litmus/runUtils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/hint.ml > lib/hint.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/hint.mli > lib/hint.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/hint.cmi lib/hint.mli
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/lexHint.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/lexHint.ml > lib/lexHint.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/lexHint.mli > lib/lexHint.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexHint.cmi lib/lexHint.mli
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/lexHint.cmx lib/lexHint.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/language.ml > litmus/language.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/language.cmo litmus/language.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/language.cmo litmus/language.ml
- File "litmus/language.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/litmusUtils.ml > litmus/litmusUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/litmusUtils.mli > litmus/litmusUtils.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/litmusUtils.cmi litmus/litmusUtils.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/litmusUtils.cmi litmus/litmusUtils.mli
- File "litmus/litmusUtils.mli", line 20, characters 22-23:
- 20 | module Hash : functor(O:Warn.Config) ->
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/MIPSArch_litmus.ml > litmus/MIPSArch_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/MIPSArch_litmus.cmo litmus/MIPSArch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/MIPSArch_litmus.cmo litmus/MIPSArch_litmus.ml
- File "litmus/MIPSArch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/MIPSCompile_litmus.ml > litmus/MIPSCompile_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/MIPSCompile_litmus.cmo litmus/MIPSCompile_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/MIPSCompile_litmus.cmo litmus/MIPSCompile_litmus.ml
- File "litmus/MIPSCompile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/MIPSArch_litmus.cmx litmus/MIPSArch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/MIPSArch_litmus.cmx litmus/MIPSArch_litmus.ml
- File "litmus/MIPSArch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/PPCArch_litmus.ml > litmus/PPCArch_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/PPCArch_litmus.cmo litmus/PPCArch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/PPCArch_litmus.cmo litmus/PPCArch_litmus.ml
- File "litmus/PPCArch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/PPCCompile_litmus.ml > litmus/PPCCompile_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/PPCCompile_litmus.cmo litmus/PPCCompile_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/PPCCompile_litmus.cmo litmus/PPCCompile_litmus.ml
- File "litmus/PPCCompile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/PPCArch_litmus.cmx litmus/PPCArch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/PPCArch_litmus.cmx litmus/PPCArch_litmus.ml
- File "litmus/PPCArch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/preSi.ml > litmus/preSi.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/compCond.mli > litmus/compCond.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/compCondUtils.mli > litmus/compCondUtils.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/compCondUtils.cmi litmus/compCondUtils.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/doEmitPrintf.ml > litmus/doEmitPrintf.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/fmt.mli > litmus/fmt.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/lexFmt.mli > litmus/lexFmt.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/fmt.cmi litmus/fmt.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/lexFmt.cmi litmus/lexFmt.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/topology.ml > litmus/topology.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/IntSet.mli > lib/IntSet.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/IntSet.cmi lib/IntSet.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/compCond.cmi litmus/compCond.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/doEmitPrintf.cmo litmus/doEmitPrintf.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/topology.cmo litmus/topology.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/compCond.cmi litmus/compCond.mli
- File "litmus/compCond.mli", line 17, characters 22-23:
- 17 | module Make: functor (O:Indent.S) -> functor (I:CompCondUtils.I) ->
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/doEmitPrintf.cmo litmus/doEmitPrintf.ml
- File "litmus/doEmitPrintf.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/topology.cmo litmus/topology.ml
- File "litmus/topology.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/preSi.cmo litmus/preSi.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/preSi.cmo litmus/preSi.ml
- File "litmus/preSi.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/compCond.ml > litmus/compCond.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/switch.ml > litmus/switch.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/switch.mli > litmus/switch.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/switch.cmi litmus/switch.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/switch.cmi litmus/switch.mli
- File "litmus/switch.mli", line 21, characters 23-24:
- 21 | module Make : functor (O:Indent.S) -> functor (I:CompCondUtils.I) ->
-                             ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/hashcons.ml > lib/hashcons.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/hashcons.mli > lib/hashcons.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/hashcons.cmi lib/hashcons.mli
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/hashcons.cmx lib/hashcons.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/switch.cmx litmus/switch.ml
- /home/opam/.opam/4.14/bin/ocamllex.opt -q litmus/lexFmt.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/lexFmt.ml > litmus/lexFmt.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/lexFmt.cmx litmus/lexFmt.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/language.cmx litmus/language.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/language.cmx litmus/language.ml
- File "litmus/language.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/IntSet.ml > lib/IntSet.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/IntSet.cmx lib/IntSet.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/compCond.cmx litmus/compCond.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/doEmitPrintf.cmx litmus/doEmitPrintf.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/topology.cmx litmus/topology.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/doEmitPrintf.cmx litmus/doEmitPrintf.ml
- File "litmus/doEmitPrintf.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/topology.cmx litmus/topology.ml
- File "litmus/topology.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/RISCVArch_litmus.ml > litmus/RISCVArch_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/RISCVArch_litmus.cmo litmus/RISCVArch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/RISCVArch_litmus.cmo litmus/RISCVArch_litmus.ml
- File "litmus/RISCVArch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/RISCVCompile_litmus.ml > litmus/RISCVCompile_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/RISCVCompile_litmus.cmo litmus/RISCVCompile_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/RISCVCompile_litmus.cmo litmus/RISCVCompile_litmus.ml
- File "litmus/RISCVCompile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/RISCVArch_litmus.cmx litmus/RISCVArch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/RISCVArch_litmus.cmx litmus/RISCVArch_litmus.ml
- File "litmus/RISCVArch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/run_litmus.ml > litmus/run_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/showcode.mli > litmus/showcode.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/showcode.cmi litmus/showcode.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/run_litmus.cmo litmus/run_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/run_litmus.cmo litmus/run_litmus.ml
- File "litmus/run_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q litmus/showcode.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/showcode.ml > litmus/showcode.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/showcode.cmx litmus/showcode.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/skel.ml > litmus/skel.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/defString.ml > litmus/defString.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/lexAffinity.mli > litmus/lexAffinity.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/prefetch.mli > litmus/prefetch.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/defString.cmo litmus/defString.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/lexAffinity.cmi litmus/lexAffinity.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/prefetch.cmi litmus/prefetch.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/defString.cmo litmus/defString.ml
- File "litmus/defString.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/skel.cmo litmus/skel.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/skel.cmo litmus/skel.ml
- File "litmus/skel.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q litmus/lexAffinity.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/lexAffinity.ml > litmus/lexAffinity.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q litmus/prefetch.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/prefetch.ml > litmus/prefetch.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/defString.cmx litmus/defString.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/lexAffinity.cmx litmus/lexAffinity.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/prefetch.cmx litmus/prefetch.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/defString.cmx litmus/defString.ml
- File "litmus/defString.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/X86Arch_litmus.ml > litmus/X86Arch_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/X86Arch_litmus.cmo litmus/X86Arch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/X86Arch_litmus.cmo litmus/X86Arch_litmus.ml
- File "litmus/X86Arch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/X86Compile_litmus.ml > litmus/X86Compile_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/X86Compile_litmus.cmo litmus/X86Compile_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/X86Compile_litmus.cmo litmus/X86Compile_litmus.ml
- File "litmus/X86Compile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/X86Arch_litmus.cmx litmus/X86Arch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/X86Arch_litmus.cmx litmus/X86Arch_litmus.ml
- File "litmus/X86Arch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/AArch64Compile_litmus.cmx litmus/AArch64Compile_litmus.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/ARMCompile_litmus.cmx litmus/ARMCompile_litmus.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/ASMLang.cmx litmus/ASMLang.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CArch_litmus.cmx litmus/CArch_litmus.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CCompile_litmus.cmx litmus/CCompile_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CArch_litmus.cmx litmus/CArch_litmus.ml
- File "litmus/CArch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CGenParser_litmus.cmx litmus/CGenParser_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CGenParser_litmus.cmx litmus/CGenParser_litmus.ml
- File "litmus/CGenParser_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "litmus/CGenParser_litmus.ml", line 78, characters 5-6:
- 78 |     (A:Arch_litmus.Base)
-           ^
- Warning 60 [unused-module]: unused module A.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CLang.cmx litmus/CLang.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CCompile_litmus.cmx litmus/CCompile_litmus.ml
- File "litmus/CCompile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CSymbReg.cmx litmus/CSymbReg.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/ARMCompile_litmus.cmx litmus/ARMCompile_litmus.ml
- File "litmus/ARMCompile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/dumpRun.cmx litmus/dumpRun.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/ASMLang.cmx litmus/ASMLang.ml
- File "litmus/ASMLang.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/hint.cmx lib/hint.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CLang.cmx litmus/CLang.ml
- File "litmus/CLang.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/litmusUtils.cmx litmus/litmusUtils.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/MIPSCompile_litmus.cmx litmus/MIPSCompile_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/CSymbReg.cmx litmus/CSymbReg.ml
- File "litmus/CSymbReg.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/PPCCompile_litmus.cmx litmus/PPCCompile_litmus.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/preSi.cmx litmus/preSi.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/AArch64Compile_litmus.cmx litmus/AArch64Compile_litmus.ml
- File "litmus/AArch64Compile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/RISCVCompile_litmus.cmx litmus/RISCVCompile_litmus.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/run_litmus.cmx litmus/run_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/MIPSCompile_litmus.cmx litmus/MIPSCompile_litmus.ml
- File "litmus/MIPSCompile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/skel.cmx litmus/skel.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/run_litmus.cmx litmus/run_litmus.ml
- File "litmus/run_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/X86Compile_litmus.cmx litmus/X86Compile_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/RISCVCompile_litmus.cmx litmus/RISCVCompile_litmus.ml
- File "litmus/RISCVCompile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/PPCCompile_litmus.cmx litmus/PPCCompile_litmus.ml
- File "litmus/PPCCompile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/X86Compile_litmus.cmx litmus/X86Compile_litmus.ml
- File "litmus/X86Compile_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/preSi.cmx litmus/preSi.ml
- File "litmus/preSi.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/skel.cmx litmus/skel.ml
- File "litmus/skel.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/top_litmus.cmx litmus/top_litmus.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/litmus.cmx litmus/litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/litmus.cmx litmus/litmus.ml
- File "litmus/litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I litmus Version.cmx lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx lib/AArch64Parser.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/AArch64Lexer.cmx lib/ARMBase.cmx lib/ARMParser.cmx lib/ARMLexer.cmx lib/BellInfo.cmx lib/CType.cmx lib/CAstUtils.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/op.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/CBase.cmx lib/CParser.cmx lib/CLexer.cmx lib/constrGen.cmx lib/miscParser.cmx lib/testHash.cmx lib/CTestHash.cmx lib/intOrd.cmx lib/IntMap.cmx lib/IntSet.cmx lib/MIPSBase.cmx lib/MIPSParser.cmx lib/MIPSLexer.cmx lib/machSize.cmx lib/PPCBase.cmx lib/PPCParser.cmx lib/PPCLexer.cmx lib/RISCVBase.cmx lib/RISCVParser.cmx lib/RISCVLexer.cmx lib/X86Base.cmx lib/X86Parser.cmx lib/X86Lexer.cmx lib/tblRename.cmx lib/lexRename.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/dumpCAst.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/genParser.cmx lib/hashcons.cmx lib/lexHint.cmx lib/hint.cmx lib/int32Constant.cmx lib/int64Constant.cmx lib/lexSplit.cmx lib/location.cmx lib/mySys.cmx lib/parseTag.cmx lib/symbReg.cmx lib/tar.cmx litmus/memory.cmx litmus/outUtils.cmx litmus/template.cmx litmus/archExtra_litmus.cmx litmus/AArch64Arch_litmus.cmx litmus/word.cmx litmus/AArch64Compile_litmus.cmx litmus/ARMArch_litmus.cmx litmus/moreArch.cmx litmus/ARMCompile_litmus.cmx litmus/Version_litmus.cmx litmus/affi.cmx litmus/affinity.cmx litmus/align.cmx litmus/alloc.cmx litmus/barrier.cmx litmus/collect.cmx litmus/constr.cmx litmus/simpleDumper_prime.cmx litmus/testDump.cmx litmus/test_litmus.cmx litmus/compile.cmx litmus/crossrun.cmx litmus/driver.cmx litmus/indent.cmx litmus/langUtils.cmx litmus/launch.cmx litmus/mode.cmx litmus/preload.cmx litmus/safer.cmx litmus/smt.cmx litmus/speedcheck.cmx litmus/stride.cmx litmus/targetOS.cmx litmus/threadStyle.cmx litmus/useArch.cmx litmus/option.cmx litmus/lexConf_litmus.cmx litmus/myName.cmx litmus/skelUtil.cmx litmus/ASMLang.cmx litmus/CTarget.cmx litmus/CArch_litmus.cmx litmus/lexHaveRcu.cmx litmus/CCompile_litmus.cmx litmus/CGenParser_litmus.cmx litmus/CLang.cmx litmus/CSymbReg.cmx litmus/MIPSArch_litmus.cmx litmus/MIPSCompile_litmus.cmx litmus/PPCArch_litmus.cmx litmus/PPCCompile_litmus.cmx litmus/RISCVArch_litmus.cmx litmus/RISCVCompile_litmus.cmx litmus/X86Arch_litmus.cmx litmus/X86Compile_litmus.cmx litmus/switch.cmx litmus/compCond.cmx litmus/defString.cmx litmus/lexFmt.cmx litmus/doEmitPrintf.cmx litmus/dumpParams.cmx litmus/generateCrossDoc.cmx litmus/objUtil.cmx litmus/runUtils.cmx litmus/dumpRun.cmx litmus/language.cmx litmus/lexAffinity.cmx litmus/litmusUtils.cmx litmus/topology.cmx litmus/preSi.cmx litmus/prefetch.cmx litmus/showcode.cmx litmus/run_litmus.cmx litmus/skel.cmx litmus/top_litmus.cmx litmus/litmus.cmx -o litmus/litmus.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/klitmus.ml > litmus/klitmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/KAffinity.mli > litmus/KAffinity.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/KBarrier.mli > litmus/KBarrier.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/kStride.mli > litmus/kStride.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/rcu.mli > litmus/rcu.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/top_klitmus.ml > litmus/top_klitmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/KAffinity.cmi litmus/KAffinity.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/KBarrier.cmi litmus/KBarrier.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/KSkel.ml > litmus/KSkel.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/kStride.cmi litmus/kStride.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/LISAArch_litmus.ml > litmus/LISAArch_litmus.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/LISACompile.ml > litmus/LISACompile.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/LISAArch_litmus.cmo litmus/LISAArch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/LISAArch_litmus.cmo litmus/LISAArch_litmus.ml
- File "litmus/LISAArch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/LISALang.ml > litmus/LISALang.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/rcu.cmi litmus/rcu.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/KSkel.cmo litmus/KSkel.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/LISACompile.cmo litmus/LISACompile.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/LISALang.cmo litmus/LISALang.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/LISALang.cmo litmus/LISALang.ml
- File "litmus/LISALang.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/LISACompile.cmo litmus/LISACompile.ml
- File "litmus/LISACompile.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/KSkel.cmo litmus/KSkel.ml
- File "litmus/KSkel.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/top_klitmus.cmo litmus/top_klitmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/top_klitmus.cmo litmus/top_klitmus.ml
- File "litmus/top_klitmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "litmus/top_klitmus.ml", line 244, characters 17-18:
- 244 |       let module V = SymbConstant in
-                        ^
- Warning 60 [unused-module]: unused module V.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/klitmus.cmo litmus/klitmus.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/klitmus.cmo litmus/klitmus.ml
- File "litmus/klitmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/KAffinity.ml > litmus/KAffinity.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/KBarrier.ml > litmus/KBarrier.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/kStride.ml > litmus/kStride.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules litmus/rcu.ml > litmus/rcu.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/KAffinity.cmx litmus/KAffinity.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/KBarrier.cmx litmus/KBarrier.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/kStride.cmx litmus/kStride.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/LISAArch_litmus.cmx litmus/LISAArch_litmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/LISAArch_litmus.cmx litmus/LISAArch_litmus.ml
- File "litmus/LISAArch_litmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/rcu.cmx litmus/rcu.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/KSkel.cmx litmus/KSkel.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/LISACompile.cmx litmus/LISACompile.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/LISALang.cmx litmus/LISALang.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/LISALang.cmx litmus/LISALang.ml
- File "litmus/LISALang.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/LISACompile.cmx litmus/LISACompile.ml
- File "litmus/LISACompile.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/KSkel.cmx litmus/KSkel.ml
- File "litmus/KSkel.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/top_klitmus.cmx litmus/top_klitmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/top_klitmus.cmx litmus/top_klitmus.ml
- File "litmus/top_klitmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "litmus/top_klitmus.ml", line 244, characters 17-18:
- 244 |       let module V = SymbConstant in
-                        ^
- Warning 60 [unused-module]: unused module V.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/klitmus.cmx litmus/klitmus.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I litmus -I gen -I herd -I jingle -I lib -I tools -o litmus/klitmus.cmx litmus/klitmus.ml
- File "litmus/klitmus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I litmus Version.cmx lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/mySet.cmx lib/StringSet.cmx lib/BellName.cmx lib/myMap.cmx lib/StringMap.cmx lib/label.cmx lib/metaConst.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/pseudo.cmx lib/BellBase.cmx lib/BellInfo.cmx lib/CType.cmx lib/constrGen.cmx lib/miscParser.cmx lib/LISAParser.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/BellLexer.cmx lib/CAstUtils.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/op.cmx lib/CBase.cmx lib/CParser.cmx lib/CLexer.cmx lib/testHash.cmx lib/CTestHash.cmx lib/intOrd.cmx lib/IntMap.cmx lib/IntSet.cmx lib/tblRename.cmx lib/lexRename.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/dumpCAst.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/genParser.cmx lib/hashcons.cmx lib/int32Constant.cmx lib/int64Constant.cmx lib/lexSplit.cmx lib/location.cmx lib/mySys.cmx lib/parseTag.cmx lib/symbReg.cmx lib/tar.cmx litmus/memory.cmx litmus/outUtils.cmx litmus/CTarget.cmx litmus/CArch_litmus.cmx litmus/template.cmx litmus/archExtra_litmus.cmx litmus/barrier.cmx litmus/constr.cmx litmus/simpleDumper_prime.cmx litmus/testDump.cmx litmus/test_litmus.cmx litmus/compile.cmx litmus/lexHaveRcu.cmx litmus/CCompile_litmus.cmx litmus/CGenParser_litmus.cmx litmus/langUtils.cmx litmus/mode.cmx litmus/CLang.cmx litmus/CSymbReg.cmx litmus/KAffinity.cmx litmus/KBarrier.cmx litmus/Version_litmus.cmx litmus/affi.cmx litmus/affinity.cmx litmus/align.cmx litmus/alloc.cmx litmus/collect.cmx litmus/indent.cmx litmus/switch.cmx litmus/compCond.cmx litmus/crossrun.cmx litmus/defString.cmx litmus/lexFmt.cmx litmus/doEmitPrintf.cmx litmus/driver.cmx litmus/stride.cmx litmus/dumpParams.cmx litmus/kStride.cmx litmus/language.cmx litmus/launch.cmx litmus/lexAffinity.cmx litmus/moreArch.cmx litmus/preload.cmx litmus/safer.cmx litmus/smt.cmx litmus/speedcheck.cmx litmus/targetOS.cmx litmus/threadStyle.cmx litmus/useArch.cmx litmus/word.cmx litmus/option.cmx litmus/lexConf_litmus.cmx litmus/myName.cmx litmus/objUtil.cmx litmus/prefetch.cmx litmus/skelUtil.cmx litmus/topology.cmx litmus/skel.cmx litmus/KSkel.cmx litmus/LISAArch_litmus.cmx litmus/LISACompile.cmx litmus/LISALang.cmx litmus/litmusUtils.cmx litmus/rcu.cmx litmus/top_klitmus.cmx litmus/klitmus.cmx -o litmus/klitmus.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mfind.ml > tools/mfind.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mfind.cmo tools/mfind.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mfind.cmo tools/mfind.ml
- File "tools/mfind.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mfind.cmx tools/mfind.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mfind.cmx tools/mfind.ml
- File "tools/mfind.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx tools/mfind.cmx -o tools/mfind.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/moutcomes.ml > tools/moutcomes.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/lexLog_tools.mli > tools/lexLog_tools.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/logState.mli > tools/logState.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/hashedPair.mli > tools/hashedPair.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/hashedString.mli > tools/hashedString.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/hashedString.cmi tools/hashedString.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/logConstr.ml > tools/logConstr.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/outMode.mli > tools/outMode.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/hashedPair.cmi tools/hashedPair.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/logConstr.cmo tools/logConstr.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/outMode.cmi tools/outMode.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/logConstr.cmo tools/logConstr.ml
- File "tools/logConstr.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/logState.cmi tools/logState.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/logState.cmi tools/logState.mli
- File "tools/logState.mli", line 90, characters 12-13:
- 90 | module Make(O:sig val verbose : int end) : sig
-                  ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/lexLog_tools.cmi tools/lexLog_tools.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/lexLog_tools.cmi tools/lexLog_tools.mli
- File "tools/lexLog_tools.mli", line 25, characters 12-13:
- 25 | module Make(O:Config) : sig
-                  ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/moutcomes.cmo tools/moutcomes.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/moutcomes.cmo tools/moutcomes.ml
- File "tools/moutcomes.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q tools/lexLog_tools.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/lexLog_tools.ml > tools/lexLog_tools.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/hashedPair.ml > tools/hashedPair.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/hashedString.ml > tools/hashedString.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/hashedString.cmx tools/hashedString.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/logState.ml > tools/logState.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/extArray.ml > lib/extArray.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/extArray.mli > lib/extArray.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/extArray.cmi lib/extArray.mli
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/hashedPair.cmx tools/hashedPair.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/logConstr.cmx tools/logConstr.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/logConstr.cmx tools/logConstr.ml
- File "tools/logConstr.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/outMode.ml > tools/outMode.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/extArray.cmx lib/extArray.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/outMode.cmx tools/outMode.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/logState.cmx tools/logState.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/lexLog_tools.cmx tools/lexLog_tools.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/moutcomes.cmx tools/moutcomes.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/moutcomes.cmx tools/moutcomes.ml
- File "tools/moutcomes.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/extArray.cmx lib/hashcons.cmx lib/int64Constant.cmx lib/stateParser.cmx lib/stateLexer.cmx tools/hashedString.cmx tools/hashedPair.cmx tools/logConstr.cmx tools/outMode.cmx tools/logState.cmx tools/lexLog_tools.cmx tools/moutcomes.cmx -o tools/moutcomes.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/splitcond.ml > tools/splitcond.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/condUtils.mli > tools/condUtils.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/condUtils.cmi tools/condUtils.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/splitcond.cmo tools/splitcond.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/splitcond.cmo tools/splitcond.ml
- File "tools/splitcond.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/splitcond.ml", line 41, characters 12-18:
- 41 | module Make(Config:Config)(Out:Out) =
-                  ^^^^^^
- Warning 60 [unused-module]: unused module Config.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/condUtils.ml > tools/condUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/condUtils.cmx tools/condUtils.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/splitcond.cmx tools/splitcond.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/splitcond.cmx tools/splitcond.ml
- File "tools/splitcond.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/splitcond.ml", line 41, characters 12-18:
- 41 | module Make(Config:Config)(Out:Out) =
-                  ^^^^^^
- Warning 60 [unused-module]: unused module Config.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/symbConstant.cmx lib/int64Constant.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/myMap.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/tar.cmx tools/logConstr.cmx tools/condUtils.cmx tools/splitcond.cmx -o tools/splitcond.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mshowhashes.ml > tools/mshowhashes.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/testInfo.mli > tools/testInfo.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/testInfo.cmi tools/testInfo.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mshowhashes.cmo tools/mshowhashes.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mshowhashes.cmo tools/mshowhashes.ml
- File "tools/mshowhashes.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/mshowhashes.ml", line 24, characters 9-26:
- 24 |          val verbose : int
-               ^^^^^^^^^^^^^^^^^
- Warning 32 [unused-value-declaration]: unused value verbose.
- File "tools/mshowhashes.ml", line 22, characters 5-8:
- 22 |     (Opt:
-           ^^^
- Warning 60 [unused-module]: unused module Opt.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/testInfo.ml > tools/testInfo.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/toolParse.ml > tools/toolParse.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/toolParse.mli > tools/toolParse.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/toolParse.cmi tools/toolParse.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/toolParse.cmi tools/toolParse.mli
- File "tools/toolParse.mli", line 23, characters 15-16:
- 23 |       functor (B: functor(A:ArchBase.S) ->
-                     ^
- Warning 67 [unused-functor-parameter]: unused functor parameter B.
- File "tools/toolParse.mli", line 31, characters 15-16:
- 31 |       functor (B: functor(A:ArchBase.S) ->
-                     ^
- Warning 67 [unused-functor-parameter]: unused functor parameter B.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/toolParse.cmx tools/toolParse.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/testInfo.cmx tools/testInfo.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/testInfo.cmx tools/testInfo.ml
- File "tools/testInfo.ml", line 38, characters 12-13:
- 38 | module Make(A:ArchBase.S) = struct
-                  ^
- Warning 60 [unused-module]: unused module A.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mshowhashes.cmx tools/mshowhashes.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mshowhashes.cmx tools/mshowhashes.ml
- File "tools/mshowhashes.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/mshowhashes.ml", line 24, characters 9-26:
- 24 |          val verbose : int
-               ^^^^^^^^^^^^^^^^^
- Warning 32 [unused-value-declaration]: unused value verbose.
- File "tools/mshowhashes.ml", line 22, characters 5-8:
- 22 |     (Opt:
-           ^^^
- Warning 60 [unused-module]: unused module Opt.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx lib/AArch64Parser.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/AArch64Lexer.cmx lib/ARMBase.cmx lib/ARMParser.cmx lib/ARMLexer.cmx lib/BellName.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/BellBase.cmx lib/BellInfo.cmx lib/CType.cmx lib/constrGen.cmx lib/miscParser.cmx lib/LISAParser.cmx lib/BellLexer.cmx lib/CAstUtils.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/op.cmx lib/CBase.cmx lib/testHash.cmx lib/CTestHash.cmx lib/dumpCAst.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/CGenParser_lib.cmx lib/CParser.cmx lib/CLexer.cmx lib/MIPSBase.cmx lib/MIPSParser.cmx lib/MIPSLexer.cmx lib/machSize.cmx lib/PPCBase.cmx lib/PPCParser.cmx lib/PPCLexer.cmx lib/RISCVBase.cmx lib/RISCVParser.cmx lib/RISCVLexer.cmx lib/X86Base.cmx lib/X86Parser.cmx lib/X86Lexer.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/genParser.cmx tools/toolParse.cmx tools/testInfo.cmx tools/mshowhashes.cmx -o tools/mshowhashes.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mlog2cond.ml > tools/mlog2cond.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/condPP.mli > tools/condPP.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/condPP.cmi tools/condPP.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mlog2cond.cmo tools/mlog2cond.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mlog2cond.cmo tools/mlog2cond.ml
- File "tools/mlog2cond.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/condPP.ml > tools/condPP.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/condPP.cmx tools/condPP.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mlog2cond.cmx tools/mlog2cond.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mlog2cond.cmx tools/mlog2cond.ml
- File "tools/mlog2cond.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/extArray.cmx lib/hashcons.cmx lib/int64Constant.cmx lib/stateParser.cmx lib/stateLexer.cmx tools/condPP.cmx tools/hashedString.cmx tools/hashedPair.cmx tools/logConstr.cmx tools/outMode.cmx tools/logState.cmx tools/lexLog_tools.cmx tools/mlog2cond.cmx -o tools/mlog2cond.native
- /home/opam/.opam/4.14/bin/ocamllex.opt -q tools/mflags.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mflags.ml > tools/mflags.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mflags.cmo tools/mflags.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mflags.cmo tools/mflags.ml
- File "tools/mflags.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mflags.cmx tools/mflags.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mflags.cmx tools/mflags.ml
- File "tools/mflags.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/myMap.cmx lib/StringMap.cmx lib/misc.cmx lib/mySet.cmx lib/StringSet.cmx lib/readNames.cmx tools/mflags.cmx -o tools/mflags.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mdiag.ml > tools/mdiag.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mdiag.cmo tools/mdiag.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mdiag.cmo tools/mdiag.ml
- File "tools/mdiag.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/mdiag.ml", line 21, characters 9-26:
- 21 |          val verbose : int
-               ^^^^^^^^^^^^^^^^^
- Warning 32 [unused-value-declaration]: unused value verbose.
- File "tools/mdiag.ml", line 19, characters 5-8:
- 19 |     (Opt:
-           ^^^
- Warning 60 [unused-module]: unused module Opt.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mdiag.cmx tools/mdiag.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mdiag.cmx tools/mdiag.ml
- File "tools/mdiag.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/mdiag.ml", line 21, characters 9-26:
- 21 |          val verbose : int
-               ^^^^^^^^^^^^^^^^^
- Warning 32 [unused-value-declaration]: unused value verbose.
- File "tools/mdiag.ml", line 19, characters 5-8:
- 19 |     (Opt:
-           ^^^
- Warning 60 [unused-module]: unused module Opt.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx lib/AArch64Parser.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/AArch64Lexer.cmx lib/ARMBase.cmx lib/ARMParser.cmx lib/ARMLexer.cmx lib/BellName.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/BellBase.cmx lib/BellInfo.cmx lib/CType.cmx lib/constrGen.cmx lib/miscParser.cmx lib/LISAParser.cmx lib/BellLexer.cmx lib/CAstUtils.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/op.cmx lib/CBase.cmx lib/testHash.cmx lib/CTestHash.cmx lib/dumpCAst.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/CGenParser_lib.cmx lib/CParser.cmx lib/CLexer.cmx lib/MIPSBase.cmx lib/MIPSParser.cmx lib/MIPSLexer.cmx lib/machSize.cmx lib/PPCBase.cmx lib/PPCParser.cmx lib/PPCLexer.cmx lib/RISCVBase.cmx lib/RISCVParser.cmx lib/RISCVLexer.cmx lib/X86Base.cmx lib/X86Parser.cmx lib/X86Lexer.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/genParser.cmx tools/toolParse.cmx tools/testInfo.cmx tools/mdiag.cmx -o tools/mdiag.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/recond.ml > tools/recond.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/dumpUtils.mli > lib/dumpUtils.mli.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/echo.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/echo.ml > lib/echo.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/outStd.mli > lib/outStd.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/outTests.mli > lib/outTests.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/outTests.cmi lib/outTests.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/outTar.mli > lib/outTar.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/dumpUtils.cmi lib/dumpUtils.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/echo.cmo lib/echo.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/outStd.cmi lib/outStd.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/outTar.cmi lib/outTar.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/outTar.cmi lib/outTar.mli
- File "lib/outTar.mli", line 20, characters 23-24:
- 20 | module Make : functor (O:Tar.Option) -> OutTests.S
-                             ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/echo.cmo lib/echo.ml
- File "lib/echo.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/recond.cmo tools/recond.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/recond.cmo tools/recond.ml
- File "tools/recond.ml", line 175, characters 32-50:
- 175 |                     reparse map Lexing.from_string f
-                                       ^^^^^^^^^^^^^^^^^^
- Warning 48 [eliminated-optional-arguments]: implicit elimination of optional argument ?with_positions
- File "tools/recond.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/dumpUtils.ml > lib/dumpUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/outStd.ml > lib/outStd.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/outTar.ml > lib/outTar.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/dumpUtils.cmx lib/dumpUtils.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/echo.cmx lib/echo.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/outStd.cmx lib/outStd.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/outTar.cmx lib/outTar.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/echo.cmx lib/echo.ml
- File "lib/echo.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/recond.cmx tools/recond.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/recond.cmx tools/recond.ml
- File "tools/recond.ml", line 175, characters 32-50:
- 175 |                     reparse map Lexing.from_string f
-                                       ^^^^^^^^^^^^^^^^^^
- Warning 48 [eliminated-optional-arguments]: implicit elimination of optional argument ?with_positions
- File "tools/recond.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/dumpUtils.cmx lib/echo.cmx lib/int64Constant.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/outStd.cmx lib/tar.cmx lib/outTar.cmx lib/stateParser.cmx lib/stateLexer.cmx tools/logConstr.cmx tools/condUtils.cmx tools/recond.cmx -o tools/recond.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mcycles.ml > tools/mcycles.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcycles.cmo tools/mcycles.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcycles.cmo tools/mcycles.ml
- File "tools/mcycles.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcycles.cmx tools/mcycles.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcycles.cmx tools/mcycles.ml
- File "tools/mcycles.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/myMap.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx tools/mcycles.cmx -o tools/mcycles.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mmixer.ml > tools/mmixer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/archExtra_tools.mli > tools/archExtra_tools.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/arch_tools.mli > tools/arch_tools.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/arch_tools.cmi tools/arch_tools.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/dumper.ml > tools/dumper.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/simpleDumper.ml > lib/simpleDumper.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/simpleDumper.cmo lib/simpleDumper.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/simpleDumper.cmo lib/simpleDumper.ml
- File "lib/simpleDumper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mixMerge.ml > tools/mixMerge.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/alpha.ml > tools/alpha.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/collectRegs.mli > tools/collectRegs.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/dumper.cmo tools/dumper.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/dumper.cmo tools/dumper.ml
- File "tools/dumper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mixOption.ml > tools/mixOption.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/collectRegs.cmi tools/collectRegs.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mixOption.cmo tools/mixOption.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mixOption.cmo tools/mixOption.ml
- File "tools/mixOption.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mixPerm.ml > tools/mixPerm.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/alpha.cmo tools/alpha.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mixPerm.cmo tools/mixPerm.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mixPerm.cmo tools/mixPerm.ml
- File "tools/mixPerm.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/alpha.cmo tools/alpha.ml
- File "tools/alpha.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/archExtra_tools.cmi tools/archExtra_tools.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mixMerge.cmo tools/mixMerge.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/archExtra_tools.cmi tools/archExtra_tools.mli
- File "tools/archExtra_tools.mli", line 19, characters 13-14:
- 19 |     functor (O : sig val hexa : bool end) ->
-                   ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mixMerge.cmo tools/mixMerge.ml
- File "tools/mixMerge.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mmixer.cmo tools/mmixer.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mmixer.cmo tools/mmixer.ml
- File "tools/mmixer.ml", line 20, characters 0-14:
- 20 | open MixOption
-      ^^^^^^^^^^^^^^
- Warning 44 [open-shadow-identifier]: this open statement shadows the module identifier Action (which is later used)
- File "tools/mmixer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/archExtra_tools.ml > tools/archExtra_tools.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/simpleDumper.cmx lib/simpleDumper.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/simpleDumper.cmx lib/simpleDumper.ml
- File "lib/simpleDumper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/collectRegs.ml > tools/collectRegs.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/dumper.cmx tools/dumper.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/dumper.cmx tools/dumper.ml
- File "tools/dumper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/collectRegs.cmx tools/collectRegs.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mixOption.cmx tools/mixOption.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mixOption.cmx tools/mixOption.ml
- File "tools/mixOption.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/alpha.cmx tools/alpha.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mixPerm.cmx tools/mixPerm.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mixPerm.cmx tools/mixPerm.ml
- File "tools/mixPerm.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/alpha.cmx tools/alpha.ml
- File "tools/alpha.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/archExtra_tools.cmx tools/archExtra_tools.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mixMerge.cmx tools/mixMerge.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mixMerge.cmx tools/mixMerge.ml
- File "tools/mixMerge.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mmixer.cmx tools/mmixer.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mmixer.cmx tools/mmixer.ml
- File "tools/mmixer.ml", line 20, characters 0-14:
- 20 | open MixOption
-      ^^^^^^^^^^^^^^
- Warning 44 [open-shadow-identifier]: this open statement shadows the module identifier Action (which is later used)
- File "tools/mmixer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I herd -I tools lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/misc.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/label.cmx lib/location.cmx lib/symbConstant.cmx lib/warn.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/op.cmx herd/archExtra_herd.cmx herd/dir.cmx lib/Archs.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx lib/AArch64Parser.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/AArch64Lexer.cmx lib/ARMBase.cmx lib/ARMParser.cmx lib/ARMLexer.cmx lib/BellName.cmx lib/BellBase.cmx lib/LISAParser.cmx lib/BellLexer.cmx lib/CAstUtils.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/CBase.cmx lib/testHash.cmx lib/CTestHash.cmx lib/dumpCAst.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/CGenParser_lib.cmx lib/CParser.cmx lib/CLexer.cmx lib/MIPSBase.cmx lib/MIPSParser.cmx lib/MIPSLexer.cmx lib/machSize.cmx lib/PPCBase.cmx lib/PPCParser.cmx lib/PPCLexer.cmx lib/RISCVBase.cmx lib/RISCVParser.cmx lib/RISCVLexer.cmx lib/X86Base.cmx lib/X86Parser.cmx lib/X86Lexer.cmx lib/dumpUtils.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/genParser.cmx lib/lexSplit.cmx lib/parseTag.cmx lib/simpleDumper.cmx lib/symbReg.cmx tools/collectRegs.cmx tools/dumper.cmx tools/mixOption.cmx tools/alpha.cmx tools/archExtra_tools.cmx tools/mixPerm.cmx tools/mixMerge.cmx tools/toolParse.cmx tools/mmixer.cmx -o tools/mmixer.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/knames.ml > tools/knames.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/knames.cmo tools/knames.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/knames.cmo tools/knames.ml
- File "tools/knames.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/knames.cmx tools/knames.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/knames.cmx tools/knames.ml
- File "tools/knames.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/extArray.cmx lib/hashcons.cmx lib/symbConstant.cmx lib/int64Constant.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/stateParser.cmx lib/stateLexer.cmx tools/hashedString.cmx tools/hashedPair.cmx tools/logConstr.cmx tools/outMode.cmx tools/logState.cmx tools/knames.cmx -o tools/knames.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mdiff.ml > tools/mdiff.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mdiff.cmo tools/mdiff.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mdiff.cmo tools/mdiff.ml
- File "tools/mdiff.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mdiff.cmx tools/mdiff.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mdiff.cmx tools/mdiff.ml
- File "tools/mdiff.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/extArray.cmx lib/hashcons.cmx lib/int64Constant.cmx lib/stateParser.cmx lib/stateLexer.cmx tools/hashedString.cmx tools/hashedPair.cmx tools/logConstr.cmx tools/outMode.cmx tools/logState.cmx tools/lexLog_tools.cmx tools/mdiff.cmx -o tools/mdiff.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mcmp.ml > tools/mcmp.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcmp.cmo tools/mcmp.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcmp.cmo tools/mcmp.ml
- File "tools/mcmp.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcmp.cmx tools/mcmp.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcmp.cmx tools/mcmp.ml
- File "tools/mcmp.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/extArray.cmx lib/hashcons.cmx lib/int64Constant.cmx lib/stateParser.cmx lib/stateLexer.cmx tools/hashedString.cmx tools/hashedPair.cmx tools/logConstr.cmx tools/outMode.cmx tools/logState.cmx tools/lexLog_tools.cmx tools/mcmp.cmx -o tools/mcmp.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/madd.ml > tools/madd.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/madd.cmo tools/madd.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/madd.cmo tools/madd.ml
- File "tools/madd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/madd.ml", line 34, characters 16-17:
- 34 |     module Make(A:ArchBase.S) = struct
-                      ^
- Warning 60 [unused-module]: unused module A.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/madd.cmx tools/madd.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/madd.cmx tools/madd.ml
- File "tools/madd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/madd.ml", line 34, characters 16-17:
- 34 |     module Make(A:ArchBase.S) = struct
-                      ^
- Warning 60 [unused-module]: unused module A.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx lib/AArch64Parser.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/AArch64Lexer.cmx lib/ARMBase.cmx lib/ARMParser.cmx lib/ARMLexer.cmx lib/BellName.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/BellBase.cmx lib/BellInfo.cmx lib/CType.cmx lib/constrGen.cmx lib/miscParser.cmx lib/LISAParser.cmx lib/BellLexer.cmx lib/CAstUtils.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/op.cmx lib/CBase.cmx lib/testHash.cmx lib/CTestHash.cmx lib/dumpCAst.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/CGenParser_lib.cmx lib/CParser.cmx lib/CLexer.cmx lib/MIPSBase.cmx lib/MIPSParser.cmx lib/MIPSLexer.cmx lib/machSize.cmx lib/PPCBase.cmx lib/PPCParser.cmx lib/PPCLexer.cmx lib/RISCVBase.cmx lib/RISCVParser.cmx lib/RISCVLexer.cmx lib/X86Base.cmx lib/X86Parser.cmx lib/X86Lexer.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/genParser.cmx lib/tblRename.cmx lib/lexRename.cmx tools/toolParse.cmx tools/madd.cmx -o tools/madd.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mtopos.ml > tools/mtopos.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mtopos.cmo tools/mtopos.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mtopos.cmo tools/mtopos.ml
- File "tools/mtopos.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mtopos.cmx tools/mtopos.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mtopos.cmx tools/mtopos.ml
- File "tools/mtopos.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/extArray.cmx lib/hashcons.cmx lib/int64Constant.cmx lib/stateParser.cmx lib/stateLexer.cmx tools/hashedString.cmx tools/hashedPair.cmx tools/logConstr.cmx tools/outMode.cmx tools/logState.cmx tools/lexLog_tools.cmx tools/mtopos.cmx -o tools/mtopos.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mfilter.ml > tools/mfilter.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mfilter.cmo tools/mfilter.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mfilter.cmo tools/mfilter.ml
- File "tools/mfilter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mfilter.cmx tools/mfilter.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mfilter.cmx tools/mfilter.ml
- File "tools/mfilter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/extArray.cmx lib/hashcons.cmx lib/int64Constant.cmx lib/stateParser.cmx lib/stateLexer.cmx tools/hashedString.cmx tools/hashedPair.cmx tools/logConstr.cmx tools/outMode.cmx tools/logState.cmx tools/lexLog_tools.cmx tools/mfilter.cmx -o tools/mfilter.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mapply.ml > tools/mapply.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mapply.cmo tools/mapply.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mapply.cmo tools/mapply.ml
- File "tools/mapply.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mapply.cmx tools/mapply.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mapply.cmx tools/mapply.ml
- File "tools/mapply.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx tools/mapply.cmx -o tools/mapply.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mcompare.ml > tools/mcompare.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/key.mli > tools/key.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/matrix.mli > tools/matrix.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/key.cmi tools/key.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/key.cmi tools/key.mli
- File "tools/key.mli", line 35, characters 12-15:
- 35 | module Make(Opt:Config) : sig
-                  ^^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Opt.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/matrix.cmi tools/matrix.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/matrix.cmi tools/matrix.mli
- File "tools/matrix.mli", line 87, characters 12-15:
- 87 | module Dump(Opt:Config) :
-                  ^^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Opt.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcompare.cmo tools/mcompare.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcompare.cmo tools/mcompare.ml
- File "tools/mcompare.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/key.ml > tools/key.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/matrix.ml > tools/matrix.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/key.cmx tools/key.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/matrix.cmx tools/matrix.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcompare.cmx tools/mcompare.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcompare.cmx tools/mcompare.ml
- File "tools/mcompare.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/extArray.cmx lib/hashcons.cmx lib/int64Constant.cmx lib/parseTag.cmx lib/stateParser.cmx lib/stateLexer.cmx tools/condPP.cmx tools/hashedString.cmx tools/hashedPair.cmx tools/logConstr.cmx tools/outMode.cmx tools/logState.cmx tools/key.cmx tools/lexLog_tools.cmx tools/matrix.cmx tools/mcompare.cmx -o tools/mcompare.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mhash.ml > tools/mhash.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/lexHashLog.mli > tools/lexHashLog.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/lexHashLog.cmi tools/lexHashLog.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/lexHashLog.cmi tools/lexHashLog.mli
- File "tools/lexHashLog.mli", line 26, characters 10-11:
- 26 |  functor (C:Config) -> sig
-                ^
- Warning 67 [unused-functor-parameter]: unused functor parameter C.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mhash.cmo tools/mhash.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mhash.cmo tools/mhash.ml
- File "tools/mhash.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/mhash.ml", line 53, characters 16-17:
- 53 |     module Make(A:ArchBase.S) = struct
-                      ^
- Warning 60 [unused-module]: unused module A.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q tools/lexHashLog.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/lexHashLog.ml > tools/lexHashLog.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/lexHashLog.cmx tools/lexHashLog.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mhash.cmx tools/mhash.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mhash.cmx tools/mhash.ml
- File "tools/mhash.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/mhash.ml", line 53, characters 16-17:
- 53 |     module Make(A:ArchBase.S) = struct
-                      ^
- Warning 60 [unused-module]: unused module A.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx lib/AArch64Parser.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/AArch64Lexer.cmx lib/ARMBase.cmx lib/ARMParser.cmx lib/ARMLexer.cmx lib/BellName.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/BellBase.cmx lib/BellInfo.cmx lib/CType.cmx lib/constrGen.cmx lib/miscParser.cmx lib/LISAParser.cmx lib/BellLexer.cmx lib/CAstUtils.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/op.cmx lib/CBase.cmx lib/testHash.cmx lib/CTestHash.cmx lib/dumpCAst.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/CGenParser_lib.cmx lib/CParser.cmx lib/CLexer.cmx lib/MIPSBase.cmx lib/MIPSParser.cmx lib/MIPSLexer.cmx lib/machSize.cmx lib/PPCBase.cmx lib/PPCParser.cmx lib/PPCLexer.cmx lib/RISCVBase.cmx lib/RISCVParser.cmx lib/RISCVLexer.cmx lib/X86Base.cmx lib/X86Parser.cmx lib/X86Lexer.cmx lib/tblRename.cmx lib/lexRename.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/genParser.cmx lib/mySys.cmx lib/parseTag.cmx tools/lexHashLog.cmx tools/toolParse.cmx tools/mhash.cmx -o tools/mhash.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mrcu.ml > tools/mrcu.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mrcu.cmo tools/mrcu.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mrcu.cmo tools/mrcu.ml
- File "tools/mrcu.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mrcu.cmx tools/mrcu.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mrcu.cmx tools/mrcu.ml
- File "tools/mrcu.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/mySet.cmx lib/StringSet.cmx lib/BellName.cmx lib/myMap.cmx lib/StringMap.cmx lib/label.cmx lib/metaConst.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/pseudo.cmx lib/BellBase.cmx lib/BellInfo.cmx lib/CType.cmx lib/constrGen.cmx lib/miscParser.cmx lib/LISAParser.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/BellLexer.cmx lib/dumpUtils.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/location.cmx lib/simpleDumper.cmx lib/symbReg.cmx tools/archExtra_tools.cmx tools/collectRegs.cmx tools/dumper.cmx tools/mrcu.cmx -o tools/mrcu.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mprog.ml > tools/mprog.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/dumperMiscParser.ml > tools/dumperMiscParser.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/prettyProg.ml > tools/prettyProg.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/transposeDumper.ml > tools/transposeDumper.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/dumperMiscParser.cmo tools/dumperMiscParser.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/prettyProg.cmo tools/prettyProg.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/transposeDumper.cmo tools/transposeDumper.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/dumperMiscParser.cmo tools/dumperMiscParser.ml
- File "tools/dumperMiscParser.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/transposeDumper.cmo tools/transposeDumper.ml
- File "tools/transposeDumper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/prettyProg.cmo tools/prettyProg.ml
- File "tools/prettyProg.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mprog.cmo tools/mprog.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mprog.cmo tools/mprog.ml
- File "tools/mprog.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/mprog.ml", line 25, characters 9-26:
- 25 |          val verbose : int
-               ^^^^^^^^^^^^^^^^^
- Warning 32 [unused-value-declaration]: unused value verbose.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/dumperMiscParser.cmx tools/dumperMiscParser.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/prettyProg.cmx tools/prettyProg.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/transposeDumper.cmx tools/transposeDumper.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/dumperMiscParser.cmx tools/dumperMiscParser.ml
- File "tools/dumperMiscParser.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/transposeDumper.cmx tools/transposeDumper.ml
- File "tools/transposeDumper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/prettyProg.cmx tools/prettyProg.ml
- File "tools/prettyProg.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mprog.cmx tools/mprog.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mprog.cmx tools/mprog.ml
- File "tools/mprog.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/mprog.ml", line 25, characters 9-26:
- 25 |          val verbose : int
-               ^^^^^^^^^^^^^^^^^
- Warning 32 [unused-value-declaration]: unused value verbose.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx lib/AArch64Parser.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/AArch64Lexer.cmx lib/ARMBase.cmx lib/ARMParser.cmx lib/ARMLexer.cmx lib/BellName.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/BellBase.cmx lib/BellInfo.cmx lib/CType.cmx lib/constrGen.cmx lib/miscParser.cmx lib/LISAParser.cmx lib/BellLexer.cmx lib/CAstUtils.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/op.cmx lib/CBase.cmx lib/testHash.cmx lib/CTestHash.cmx lib/dumpCAst.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/CGenParser_lib.cmx lib/CParser.cmx lib/CLexer.cmx lib/MIPSBase.cmx lib/MIPSParser.cmx lib/MIPSLexer.cmx lib/machSize.cmx lib/PPCBase.cmx lib/PPCParser.cmx lib/PPCLexer.cmx lib/RISCVBase.cmx lib/RISCVParser.cmx lib/RISCVLexer.cmx lib/X86Base.cmx lib/X86Parser.cmx lib/X86Lexer.cmx lib/dumpUtils.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/genParser.cmx lib/location.cmx lib/parseTag.cmx lib/simpleDumper.cmx lib/symbReg.cmx tools/archExtra_tools.cmx tools/dumper.cmx tools/dumperMiscParser.cmx tools/outMode.cmx tools/prettyProg.cmx tools/toolParse.cmx tools/transposeDumper.cmx tools/mprog.cmx -o tools/mprog.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mnames.ml > tools/mnames.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mnames.cmo tools/mnames.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mnames.cmo tools/mnames.ml
- File "tools/mnames.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mnames.cmx tools/mnames.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mnames.cmx tools/mnames.ml
- File "tools/mnames.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx tools/mnames.cmx -o tools/mnames.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/ksort.ml > tools/ksort.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/edgeName.mli > tools/edgeName.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/lexName.mli > tools/lexName.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/edgeName.cmi tools/edgeName.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/lexName.cmi tools/lexName.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/ksort.cmo tools/ksort.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/ksort.cmo tools/ksort.ml
- File "tools/ksort.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/edgeName.ml > tools/edgeName.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q tools/lexName.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/lexName.ml > tools/lexName.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/edgeName.cmx tools/edgeName.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/lexName.cmx tools/lexName.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/ksort.cmx tools/ksort.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/ksort.cmx tools/ksort.ml
- File "tools/ksort.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx tools/edgeName.cmx tools/lexName.cmx tools/ksort.cmx -o tools/ksort.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mobserved.ml > tools/mobserved.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mobserved.cmo tools/mobserved.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mobserved.cmo tools/mobserved.ml
- File "tools/mobserved.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/mobserved.ml", line 26, characters 12-18:
- 26 | module Make(Config:Config) =
-                  ^^^^^^
- Warning 60 [unused-module]: unused module Config.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mobserved.cmx tools/mobserved.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mobserved.cmx tools/mobserved.ml
- File "tools/mobserved.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/mobserved.ml", line 26, characters 12-18:
- 26 | module Make(Config:Config) =
-                  ^^^^^^
- Warning 60 [unused-module]: unused module Config.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/echo.cmx lib/symbConstant.cmx lib/int64Constant.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/myMap.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx tools/logConstr.cmx tools/mobserved.cmx -o tools/mobserved.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/msort.ml > tools/msort.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/msort.cmo tools/msort.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/msort.cmo tools/msort.ml
- File "tools/msort.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/msort.cmx tools/msort.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/msort.cmx tools/msort.ml
- File "tools/msort.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx lib/AArch64Parser.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/AArch64Lexer.cmx lib/ARMBase.cmx lib/ARMParser.cmx lib/ARMLexer.cmx lib/BellName.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/BellBase.cmx lib/BellInfo.cmx lib/CType.cmx lib/constrGen.cmx lib/miscParser.cmx lib/LISAParser.cmx lib/BellLexer.cmx lib/CAstUtils.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/op.cmx lib/CBase.cmx lib/testHash.cmx lib/CTestHash.cmx lib/dumpCAst.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/CGenParser_lib.cmx lib/CParser.cmx lib/CLexer.cmx lib/MIPSBase.cmx lib/MIPSParser.cmx lib/MIPSLexer.cmx lib/machSize.cmx lib/PPCBase.cmx lib/PPCParser.cmx lib/PPCLexer.cmx lib/RISCVBase.cmx lib/RISCVParser.cmx lib/RISCVLexer.cmx lib/X86Base.cmx lib/X86Parser.cmx lib/X86Lexer.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/genParser.cmx lib/tblRename.cmx lib/lexRename.cmx tools/toolParse.cmx tools/msort.cmx -o tools/msort.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/msum.ml > tools/msum.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/msum.cmo tools/msum.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/msum.cmo tools/msum.ml
- File "tools/msum.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/msum.cmx tools/msum.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/msum.cmx tools/msum.ml
- File "tools/msum.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/extArray.cmx lib/hashcons.cmx lib/int64Constant.cmx lib/stateParser.cmx lib/stateLexer.cmx tools/hashedString.cmx tools/hashedPair.cmx tools/logConstr.cmx tools/outMode.cmx tools/logState.cmx tools/lexLog_tools.cmx tools/msum.cmx -o tools/msum.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mselect.ml > tools/mselect.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/interval.mli > tools/interval.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/lexInterval.mli > tools/lexInterval.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/interval.cmi tools/interval.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/lexInterval.cmi tools/lexInterval.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mselect.cmo tools/mselect.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mselect.cmo tools/mselect.ml
- File "tools/mselect.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/interval.ml > tools/interval.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q tools/lexInterval.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/lexInterval.ml > tools/lexInterval.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/interval.cmx tools/interval.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/lexInterval.cmx tools/lexInterval.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mselect.cmx tools/mselect.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mselect.cmx tools/mselect.ml
- File "tools/mselect.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx lib/AArch64Parser.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/AArch64Lexer.cmx lib/ARMBase.cmx lib/ARMParser.cmx lib/ARMLexer.cmx lib/BellName.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/BellBase.cmx lib/BellInfo.cmx lib/CType.cmx lib/constrGen.cmx lib/miscParser.cmx lib/LISAParser.cmx lib/BellLexer.cmx lib/CAstUtils.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/op.cmx lib/CBase.cmx lib/testHash.cmx lib/CTestHash.cmx lib/dumpCAst.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/CGenParser_lib.cmx lib/CParser.cmx lib/CLexer.cmx lib/MIPSBase.cmx lib/MIPSParser.cmx lib/MIPSLexer.cmx lib/machSize.cmx lib/PPCBase.cmx lib/PPCParser.cmx lib/PPCLexer.cmx lib/RISCVBase.cmx lib/RISCVParser.cmx lib/RISCVLexer.cmx lib/X86Base.cmx lib/X86Parser.cmx lib/X86Lexer.cmx lib/tblRename.cmx lib/lexRename.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/genParser.cmx lib/parseTag.cmx tools/interval.cmx tools/lexInterval.cmx tools/toolParse.cmx tools/mselect.cmx -o tools/mselect.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mcond.ml > tools/mcond.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcond.cmo tools/mcond.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcond.cmo tools/mcond.ml
- File "tools/mcond.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcond.cmx tools/mcond.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mcond.cmx tools/mcond.ml
- File "tools/mcond.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/echo.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/myMap.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/readNames.cmx lib/splitter.cmx tools/mcond.cmx -o tools/mcond.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mproj.ml > tools/mproj.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mproj.cmo tools/mproj.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mproj.cmo tools/mproj.ml
- File "tools/mproj.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mproj.cmx tools/mproj.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mproj.cmx tools/mproj.ml
- File "tools/mproj.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/symbConstant.cmx lib/int64Constant.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx tools/logConstr.cmx tools/mproj.cmx -o tools/mproj.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/rehash.ml > tools/rehash.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/rehash.cmo tools/rehash.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/rehash.cmo tools/rehash.ml
- File "tools/rehash.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/rehash.cmx tools/rehash.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/rehash.cmx tools/rehash.ml
- File "tools/rehash.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/echo.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/outStd.cmx lib/tar.cmx lib/outTar.cmx lib/readNames.cmx lib/splitter.cmx tools/rehash.cmx -o tools/rehash.native
- /home/opam/.opam/4.14/bin/ocamllex.opt -q tools/splitdot.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/splitdot.ml > tools/splitdot.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/splitdot.cmo tools/splitdot.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/splitdot.cmo tools/splitdot.ml
- File "tools/splitdot.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/splitdot.cmx tools/splitdot.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/splitdot.cmx tools/splitdot.ml
- File "tools/splitdot.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I tools tools/splitdot.cmx -o tools/splitdot.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mlock.ml > tools/mlock.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/CDumper.ml > tools/CDumper.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/CDumper.cmo tools/CDumper.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/CDumper.cmo tools/CDumper.ml
- File "tools/CDumper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mlock.cmo tools/mlock.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mlock.cmo tools/mlock.ml
- File "tools/mlock.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/CDumper.cmx tools/CDumper.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/CDumper.cmx tools/CDumper.ml
- File "tools/CDumper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mlock.cmx tools/mlock.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mlock.cmx tools/mlock.ml
- File "tools/mlock.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/CAstUtils.cmx lib/myMap.cmx lib/StringMap.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/op.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/pseudo.cmx lib/CBase.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/label.cmx lib/miscParser.cmx lib/testHash.cmx lib/CTestHash.cmx lib/dumpCAst.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/CGenParser_lib.cmx lib/CParser.cmx lib/CLexer.cmx lib/dumpUtils.cmx lib/outStd.cmx lib/tar.cmx lib/outTar.cmx lib/parseTag.cmx lib/simpleDumper.cmx tools/CDumper.cmx tools/mlock.cmx -o tools/mlock.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mtrue.ml > tools/mtrue.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/trTrue.mli > tools/trTrue.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/trTrue.cmi tools/trTrue.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/trTrue.cmi tools/trTrue.mli
- File "tools/trTrue.mli", line 28, characters 12-13:
- 28 | module Make(O:Config)(Out:Out) : sig
-                  ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mtrue.cmo tools/mtrue.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mtrue.cmo tools/mtrue.ml
- File "tools/mtrue.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q tools/trTrue.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/trTrue.ml > tools/trTrue.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/trTrue.cmx tools/trTrue.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mtrue.cmx tools/mtrue.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mtrue.cmx tools/mtrue.ml
- File "tools/mtrue.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/pos.cmx lib/tblRename.cmx lib/lexRename.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/splitter.cmx lib/names.cmx lib/readNames.cmx lib/checkName.cmx lib/echo.cmx lib/outStd.cmx lib/tar.cmx lib/outTar.cmx tools/trTrue.cmx tools/mtrue.cmx -o tools/mtrue.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules tools/mlisa2c.ml > tools/mlisa2c.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mlisa2c.cmo tools/mlisa2c.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mlisa2c.cmo tools/mlisa2c.ml
- File "tools/mlisa2c.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mlisa2c.cmx tools/mlisa2c.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I tools -I gen -I herd -I jingle -I lib -I litmus -o tools/mlisa2c.cmx tools/mlisa2c.ml
- File "tools/mlisa2c.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I tools lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/mySet.cmx lib/StringSet.cmx lib/BellName.cmx lib/myMap.cmx lib/StringMap.cmx lib/label.cmx lib/metaConst.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/pseudo.cmx lib/BellBase.cmx lib/BellInfo.cmx lib/CType.cmx lib/constrGen.cmx lib/miscParser.cmx lib/LISAParser.cmx lib/lexMisc.cmx lib/pos.cmx lib/lexUtils.cmx lib/BellLexer.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/op.cmx lib/CBase.cmx lib/dumpUtils.cmx lib/lexOutMapping.cmx lib/outMapping.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/outStd.cmx lib/tar.cmx lib/outTar.cmx lib/parseTag.cmx lib/simpleDumper.cmx tools/CDumper.cmx tools/mlisa2c.cmx -o tools/mlisa2c.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/readRelax.ml > gen/readRelax.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/lexUtil.mli > gen/lexUtil.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/logRelax.ml > gen/logRelax.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q gen/lexLog_gen.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/lexLog_gen.ml > gen/lexLog_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lexUtil.cmi gen/lexUtil.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lexLog_gen.cmo gen/lexLog_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lexLog_gen.cmo gen/lexLog_gen.ml
- File "gen/lexLog_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/util.mli > gen/util.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/logRelax.cmo gen/logRelax.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/util.cmi gen/util.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/logRelax.cmo gen/logRelax.ml
- File "gen/logRelax.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/readRelax.cmo gen/readRelax.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/readRelax.cmo gen/readRelax.ml
- File "gen/readRelax.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q gen/lexUtil.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/lexUtil.ml > gen/lexUtil.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lexUtil.cmx gen/lexUtil.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lexLog_gen.cmx gen/lexLog_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lexLog_gen.cmx gen/lexLog_gen.ml
- File "gen/lexLog_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/util.ml > gen/util.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/logRelax.cmx gen/logRelax.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/util.cmx gen/util.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/logRelax.cmx gen/logRelax.ml
- File "gen/logRelax.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/readRelax.cmx gen/readRelax.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/readRelax.cmx gen/readRelax.ml
- File "gen/readRelax.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I gen -I lib gen/lexUtil.cmx lib/misc.cmx gen/lexLog_gen.cmx lib/warn.cmx gen/logRelax.cmx lib/Archs.cmx gen/util.cmx lib/mySet.cmx gen/readRelax.cmx -o gen/readRelax.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/atoms.ml > gen/atoms.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/AArch64Arch_gen.ml > gen/AArch64Arch_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/archExtra_gen.ml > gen/archExtra_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/code.mli > gen/code.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/code.cmi gen/code.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/dep.mli > gen/dep.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/machMixed.ml > gen/machMixed.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/scopeGen.ml > gen/scopeGen.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/archExtra_gen.cmo gen/archExtra_gen.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/dep.cmi gen/dep.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/machMixed.cmo gen/machMixed.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/scopeGen.cmo gen/scopeGen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/machMixed.cmo gen/machMixed.ml
- File "gen/machMixed.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/scopeGen.cmo gen/scopeGen.ml
- File "gen/scopeGen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/archExtra_gen.cmo gen/archExtra_gen.ml
- File "gen/archExtra_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/ARMArch_gen.ml > gen/ARMArch_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/machAtom.mli > gen/machAtom.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/atom.mli > gen/atom.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/atom.cmi gen/atom.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/machAtom.cmi gen/machAtom.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/machAtom.cmi gen/machAtom.mli
- File "gen/machAtom.mli", line 24, characters 23-24:
- 24 | module Make : functor (C:Config) ->
-                             ^
- Warning 67 [unused-functor-parameter]: unused functor parameter C.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/BellArch_gen.ml > gen/BellArch_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/annot.mli > gen/annot.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/classicDep.mli > gen/classicDep.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/debug_gen.mli > gen/debug_gen.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/noMixed.mli > gen/noMixed.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/annot.cmi gen/annot.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/classicDep.cmi gen/classicDep.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/debug_gen.cmi gen/debug_gen.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/noMixed.cmi gen/noMixed.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/annot.cmi gen/annot.mli
- File "gen/annot.mli", line 19, characters 23-24:
- 19 | module Make : functor (O:LexUtils.Config) -> sig
-                             ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/CArch_gen.ml > gen/CArch_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/cDep.mli > gen/cDep.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/typBase.mli > gen/typBase.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/cDep.cmi gen/cDep.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/typBase.cmi gen/typBase.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/config.ml > gen/config.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/scope.mli > gen/scope.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/Version_gen.ml > gen/Version_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/scope.cmi gen/scope.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/Version_gen.cmo gen/Version_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/Version_gen.cmo gen/Version_gen.ml
- File "gen/Version_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/edge.ml > gen/edge.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/fence.mli > gen/fence.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/fence.cmi gen/fence.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/MIPSArch_gen.ml > gen/MIPSArch_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/PPCArch_gen.ml > gen/PPCArch_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/RISCVArch_gen.ml > gen/RISCVArch_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/X86Arch_gen.ml > gen/X86Arch_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/AArch64Arch_gen.cmo gen/AArch64Arch_gen.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/ARMArch_gen.cmo gen/ARMArch_gen.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/BellArch_gen.cmo gen/BellArch_gen.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/CArch_gen.cmo gen/CArch_gen.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/config.cmo gen/config.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/ARMArch_gen.cmo gen/ARMArch_gen.ml
- File "gen/ARMArch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/edge.cmo gen/edge.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/CArch_gen.cmo gen/CArch_gen.ml
- File "gen/CArch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/MIPSArch_gen.cmo gen/MIPSArch_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/AArch64Arch_gen.cmo gen/AArch64Arch_gen.ml
- File "gen/AArch64Arch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/PPCArch_gen.cmo gen/PPCArch_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/config.cmo gen/config.ml
- File "gen/config.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/RISCVArch_gen.cmo gen/RISCVArch_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/BellArch_gen.cmo gen/BellArch_gen.ml
- File "gen/BellArch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/X86Arch_gen.cmo gen/X86Arch_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/MIPSArch_gen.cmo gen/MIPSArch_gen.ml
- File "gen/MIPSArch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/PPCArch_gen.cmo gen/PPCArch_gen.ml
- File "gen/PPCArch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/X86Arch_gen.cmo gen/X86Arch_gen.ml
- File "gen/X86Arch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/RISCVArch_gen.cmo gen/RISCVArch_gen.ml
- File "gen/RISCVArch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/edge.cmo gen/edge.ml
- File "gen/edge.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/atoms.cmo gen/atoms.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/atoms.cmo gen/atoms.ml
- File "gen/atoms.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/code.ml > gen/code.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/code.cmx gen/code.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/dep.ml > gen/dep.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/archExtra_gen.cmx gen/archExtra_gen.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/dep.cmx gen/dep.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/machMixed.cmx gen/machMixed.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/scopeGen.cmx gen/scopeGen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/machMixed.cmx gen/machMixed.ml
- File "gen/machMixed.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/archExtra_gen.cmx gen/archExtra_gen.ml
- File "gen/archExtra_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/scopeGen.cmx gen/scopeGen.ml
- File "gen/scopeGen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/machAtom.ml > gen/machAtom.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/machAtom.cmx gen/machAtom.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/annot.ml > gen/annot.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/classicDep.ml > gen/classicDep.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/debug_gen.ml > gen/debug_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/noMixed.ml > gen/noMixed.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/annot.cmx gen/annot.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/classicDep.cmx gen/classicDep.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/debug_gen.cmx gen/debug_gen.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/noMixed.cmx gen/noMixed.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/cDep.ml > gen/cDep.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/typBase.ml > gen/typBase.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/cDep.cmx gen/cDep.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/typBase.cmx gen/typBase.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/scope.ml > gen/scope.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/scopeLexer.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/scopeLexer.ml > lib/scopeLexer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/scopeLexer.mli > lib/scopeLexer.mli.depends
- /home/opam/.opam/4.14/bin/ocamlyacc lib/scopeParser.mly
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/scopeParser.mli > lib/scopeParser.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/scopeParser.cmi lib/scopeParser.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/scopeLexer.cmi lib/scopeLexer.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/scopeLexer.cmi lib/scopeLexer.mli
- File "lib/scopeLexer.mli", line 19, characters 22-23:
- 19 | module Make : functor(O:LexUtils.Config) -> sig
-                            ^
- Warning 67 [unused-functor-parameter]: unused functor parameter O.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules lib/scopeParser.ml > lib/scopeParser.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/scopeParser.cmx lib/scopeParser.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I lib -I gen -I herd -I jingle -I litmus -I tools -o lib/scopeLexer.cmx lib/scopeLexer.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/scope.cmx gen/scope.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/Version_gen.cmx gen/Version_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/Version_gen.cmx gen/Version_gen.ml
- File "gen/Version_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/AArch64Arch_gen.cmx gen/AArch64Arch_gen.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/ARMArch_gen.cmx gen/ARMArch_gen.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/BellArch_gen.cmx gen/BellArch_gen.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/CArch_gen.cmx gen/CArch_gen.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/config.cmx gen/config.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/ARMArch_gen.cmx gen/ARMArch_gen.ml
- File "gen/ARMArch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/edge.cmx gen/edge.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/CArch_gen.cmx gen/CArch_gen.ml
- File "gen/CArch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/MIPSArch_gen.cmx gen/MIPSArch_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/AArch64Arch_gen.cmx gen/AArch64Arch_gen.ml
- File "gen/AArch64Arch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/PPCArch_gen.cmx gen/PPCArch_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/config.cmx gen/config.ml
- File "gen/config.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/RISCVArch_gen.cmx gen/RISCVArch_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/BellArch_gen.cmx gen/BellArch_gen.ml
- File "gen/BellArch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/X86Arch_gen.cmx gen/X86Arch_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/MIPSArch_gen.cmx gen/MIPSArch_gen.ml
- File "gen/MIPSArch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/PPCArch_gen.cmx gen/PPCArch_gen.ml
- File "gen/PPCArch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/X86Arch_gen.cmx gen/X86Arch_gen.ml
- File "gen/X86Arch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/RISCVArch_gen.cmx gen/RISCVArch_gen.ml
- File "gen/RISCVArch_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/edge.cmx gen/edge.ml
- File "gen/edge.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/atoms.cmx gen/atoms.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/atoms.cmx gen/atoms.ml
- File "gen/atoms.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I gen -I lib Version.cmx gen/code.cmx lib/myMap.cmx lib/StringMap.cmx lib/misc.cmx lib/warn.cmx gen/archExtra_gen.cmx gen/dep.cmx lib/machSize.cmx gen/machMixed.cmx lib/BellInfo.cmx lib/mySet.cmx lib/StringSet.cmx lib/BellName.cmx lib/rel.cmx lib/innerRel.cmx lib/StringRel.cmx lib/BellModel.cmx gen/scopeGen.cmx lib/Archs.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx gen/AArch64Arch_gen.cmx gen/machAtom.cmx lib/ARMBase.cmx gen/ARMArch_gen.cmx lib/modelOption.cmx lib/pos.cmx lib/txtLoc.cmx lib/ASTUtils.cmx lib/CType.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/lexOutMapping.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/outMapping.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/modelParser.cmx lib/modelLexer.cmx gen/annot.cmx gen/classicDep.cmx gen/debug_gen.cmx gen/noMixed.cmx lib/BellBase.cmx lib/flag.cmx lib/parseModel.cmx lib/interpreter.cmx lib/BellInterpreter.cmx lib/myLib.cmx lib/readBell.cmx gen/BellArch_gen.cmx gen/cDep.cmx gen/typBase.cmx lib/memOrder.cmx gen/CArch_gen.cmx lib/MIPSBase.cmx gen/MIPSArch_gen.cmx lib/PPCBase.cmx gen/PPCArch_gen.cmx lib/RISCVBase.cmx gen/RISCVArch_gen.cmx gen/Version_gen.cmx lib/X86Base.cmx gen/X86Arch_gen.cmx lib/lexSplit.cmx lib/scopeParser.cmx lib/scopeLexer.cmx gen/scope.cmx gen/util.cmx lib/mySys.cmx gen/config.cmx gen/lexUtil.cmx gen/edge.cmx gen/atoms.cmx -o gen/atoms.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/dont.ml > gen/dont.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoConf.mli > gen/autoConf.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoArch.ml > gen/autoArch.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/arch_gen.mli > gen/arch_gen.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/relax.ml > gen/relax.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/arch_gen.cmi gen/arch_gen.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/relax.cmo gen/relax.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/relax.cmo gen/relax.ml
- File "gen/relax.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoInterpret.mli > gen/autoInterpret.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoOpt.mli > gen/autoOpt.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoArch.cmo gen/autoArch.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoInterpret.cmi gen/autoInterpret.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoOpt.cmi gen/autoOpt.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoArch.cmo gen/autoArch.ml
- File "gen/autoArch.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamllex.opt -q gen/autoLex.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoLex.ml > gen/autoLex.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoRun.mli > gen/autoRun.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoConf.cmi gen/autoConf.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoLex.cmo gen/autoLex.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoRun.cmi gen/autoRun.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoRun.cmi gen/autoRun.mli
- File "gen/autoRun.mli", line 20, characters 12-13:
- 20 | module Make(C:AutoConf.S) : sig
-                  ^
- Warning 67 [unused-functor-parameter]: unused functor parameter C.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoLex.cmo gen/autoLex.ml
- File "gen/autoLex.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/dont.cmo gen/dont.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/dont.cmo gen/dont.ml
- File "gen/dont.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoConf.ml > gen/autoConf.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/relax.cmx gen/relax.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/relax.cmx gen/relax.ml
- File "gen/relax.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoMulti.ml > gen/autoMulti.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoMulti.cmo gen/autoMulti.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoMulti.cmo gen/autoMulti.ml
- File "gen/autoMulti.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoArch.cmx gen/autoArch.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoArch.cmx gen/autoArch.ml
- File "gen/autoArch.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoOpt.ml > gen/autoOpt.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoSingle.ml > gen/autoSingle.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoSingle.cmo gen/autoSingle.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoSingle.cmo gen/autoSingle.ml
- File "gen/autoSingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoMulti.cmx gen/autoMulti.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoOpt.cmx gen/autoOpt.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoSingle.cmx gen/autoSingle.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoSingle.cmx gen/autoSingle.ml
- File "gen/autoSingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoMulti.cmx gen/autoMulti.ml
- File "gen/autoMulti.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoRun.ml > gen/autoRun.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoBase.ml > gen/autoBase.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoBase.mli > gen/autoBase.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoPhase.mli > gen/autoPhase.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoPhase.cmi gen/autoPhase.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoBase.cmi gen/autoBase.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoPhase.ml > gen/autoPhase.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoPhase.cmx gen/autoPhase.ml
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoCom.ml > gen/autoCom.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoCom.mli > gen/autoCom.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoCom.cmi gen/autoCom.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoCom.cmi gen/autoCom.mli
- File "gen/autoCom.mli", line 30, characters 12-13:
- 30 | module Make(C:Config) : S
-                  ^
- Warning 67 [unused-functor-parameter]: unused functor parameter C.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoConf.cmx gen/autoConf.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoLex.cmx gen/autoLex.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoLex.cmx gen/autoLex.ml
- File "gen/autoLex.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoOuts.ml > gen/autoOuts.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoOuts.cmo gen/autoOuts.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoOuts.cmo gen/autoOuts.ml
- File "gen/autoOuts.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoUtils.ml > gen/autoUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/autoUtils.mli > gen/autoUtils.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoUtils.cmi gen/autoUtils.mli
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoBase.cmx gen/autoBase.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoCom.cmx gen/autoCom.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoOuts.cmx gen/autoOuts.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoUtils.cmx gen/autoUtils.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoOuts.cmx gen/autoOuts.ml
- File "gen/autoOuts.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoRun.cmx gen/autoRun.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/autoRun.cmx gen/autoRun.ml
- File "gen/autoRun.ml", line 20, characters 0-14:
- 20 | open AutoUtils
-      ^^^^^^^^^^^^^^
- Warning 44 [open-shadow-identifier]: this open statement shadows the module identifier StringMap (which is later used)
- File "gen/autoRun.ml", line 174, characters 24-40:
- 174 |        ok : Outs.outs ; no : Outs.outs ;
-                               ^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field no is never read.
- (However, this field is used to build or mutate values.)
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/dont.cmx gen/dont.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/dont.cmx gen/dont.ml
- File "gen/dont.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I gen -I lib Version.cmx gen/code.cmx lib/myMap.cmx lib/StringMap.cmx lib/misc.cmx lib/warn.cmx gen/archExtra_gen.cmx gen/dep.cmx lib/machSize.cmx gen/machMixed.cmx gen/machAtom.cmx lib/BellInfo.cmx lib/mySet.cmx lib/StringSet.cmx lib/BellName.cmx lib/rel.cmx lib/innerRel.cmx lib/StringRel.cmx lib/BellModel.cmx gen/scopeGen.cmx lib/Archs.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/ARMBase.cmx gen/ARMArch_gen.cmx lib/MIPSBase.cmx gen/MIPSArch_gen.cmx lib/PPCBase.cmx gen/PPCArch_gen.cmx gen/Version_gen.cmx gen/noMixed.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/X86Base.cmx gen/X86Arch_gen.cmx lib/modelOption.cmx lib/pos.cmx lib/txtLoc.cmx lib/ASTUtils.cmx lib/CType.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/lexOutMapping.cmx lib/lexUtils.cmx lib/miscParser.cmx lib/outMapping.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/modelParser.cmx lib/modelLexer.cmx gen/annot.cmx gen/lexUtil.cmx gen/edge.cmx gen/lexLog_gen.cmx gen/logRelax.cmx gen/relax.cmx gen/autoArch.cmx gen/autoPhase.cmx gen/autoBase.cmx lib/mySys.cmx gen/autoCom.cmx gen/autoMulti.cmx gen/autoOpt.cmx gen/autoSingle.cmx gen/autoConf.cmx gen/autoLex.cmx gen/autoOuts.cmx gen/autoUtils.cmx gen/debug_gen.cmx lib/lexSplit.cmx lib/scopeParser.cmx lib/scopeLexer.cmx gen/scope.cmx gen/typBase.cmx gen/util.cmx lib/flag.cmx lib/parseModel.cmx lib/interpreter.cmx lib/BellInterpreter.cmx lib/readBell.cmx gen/config.cmx gen/autoRun.cmx gen/dont.cmx -o gen/dont.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/diycross.ml > gen/diycross.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/AArch64Compile_gen.ml > gen/AArch64Compile_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/compileCommon.ml > gen/compileCommon.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/cycle.ml > gen/cycle.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/cycle.cmo gen/cycle.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/cycle.cmo gen/cycle.ml
- File "gen/cycle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/XXXCompile_gen.mli > gen/XXXCompile_gen.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/compileCommon.cmo gen/compileCommon.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/compileCommon.cmo gen/compileCommon.ml
- File "gen/compileCommon.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/XXXCompile_gen.cmi gen/XXXCompile_gen.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/ARMCompile_gen.ml > gen/ARMCompile_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/BellCompile.ml > gen/BellCompile.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/builder.mli > gen/builder.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/archRun.mli > gen/archRun.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/archLoc.mli > gen/archLoc.mli.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/archLoc.cmi gen/archLoc.mli
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/archRun.cmi gen/archRun.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/CCompile_gen.ml > gen/CCompile_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/builder.cmi gen/builder.mli
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/final.ml > gen/final.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/run_gen.ml > gen/run_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/run_gen.cmo gen/run_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/run_gen.cmo gen/run_gen.ml
- File "gen/run_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/topUtils.ml > gen/topUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/top_gen.ml > gen/top_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/final.cmo gen/final.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/final.cmo gen/final.ml
- File "gen/final.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "gen/final.ml", line 25, characters 23-24:
- 25 | module Make : functor (O:Config) -> functor (C:ArchRun.S) ->
-                             ^
- Warning 60 [unused-module]: unused module O.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/topUtils.cmo gen/topUtils.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/topUtils.cmo gen/topUtils.ml
- File "gen/topUtils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "gen/topUtils.ml", line 25, characters 23-24:
- 25 | module Make : functor (O:Config) -> functor (C:ArchRun.S) ->
-                             ^
- Warning 60 [unused-module]: unused module O.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/top_gen.cmo gen/top_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/top_gen.cmo gen/top_gen.ml
- File "gen/top_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/dumpAll.mli > gen/dumpAll.mli.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/MIPSCompile_gen.ml > gen/MIPSCompile_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/namer.ml > gen/namer.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/normaliser.ml > gen/normaliser.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/PPCCompile_gen.ml > gen/PPCCompile_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/RISCVCompile_gen.ml > gen/RISCVCompile_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/varAtomic.ml > gen/varAtomic.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/X86Compile_gen.ml > gen/X86Compile_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/AArch64Compile_gen.cmo gen/AArch64Compile_gen.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/ARMCompile_gen.cmo gen/ARMCompile_gen.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/BellCompile.cmo gen/BellCompile.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/CCompile_gen.cmo gen/CCompile_gen.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/dumpAll.cmi gen/dumpAll.mli
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/dumpAll.cmi gen/dumpAll.mli
- File "gen/dumpAll.mli", line 33, characters 12-18:
- 33 | module Make(Config:Config) (T:Builder.S) : sig
-                  ^^^^^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Config.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/MIPSCompile_gen.cmo gen/MIPSCompile_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/BellCompile.cmo gen/BellCompile.ml
- File "gen/BellCompile.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/namer.cmo gen/namer.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/ARMCompile_gen.cmo gen/ARMCompile_gen.ml
- File "gen/ARMCompile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/normaliser.cmo gen/normaliser.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/MIPSCompile_gen.cmo gen/MIPSCompile_gen.ml
- File "gen/MIPSCompile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/PPCCompile_gen.cmo gen/PPCCompile_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/namer.cmo gen/namer.ml
- File "gen/namer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/RISCVCompile_gen.cmo gen/RISCVCompile_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/AArch64Compile_gen.cmo gen/AArch64Compile_gen.ml
- File "gen/AArch64Compile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/varAtomic.cmo gen/varAtomic.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/normaliser.cmo gen/normaliser.ml
- File "gen/normaliser.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "gen/normaliser.ml", line 334, characters 31-49:
- 334 |             mutable next : t ; mutable prev : t ; }
-                                      ^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field prev is never read.
- (However, this field is used to build or mutate values.)
- File "gen/normaliser.ml", line 26, characters 23-24:
- 26 | module Make : functor (C:Config) -> functor (E:Edge.S) ->
-                             ^
- Warning 60 [unused-module]: unused module C.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/X86Compile_gen.cmo gen/X86Compile_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/varAtomic.cmo gen/varAtomic.ml
- File "gen/varAtomic.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/X86Compile_gen.cmo gen/X86Compile_gen.ml
- File "gen/X86Compile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/PPCCompile_gen.cmo gen/PPCCompile_gen.ml
- File "gen/PPCCompile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/CCompile_gen.cmo gen/CCompile_gen.ml
- File "gen/CCompile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/RISCVCompile_gen.cmo gen/RISCVCompile_gen.ml
- File "gen/RISCVCompile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/diycross.cmo gen/diycross.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/diycross.cmo gen/diycross.ml
- File "gen/diycross.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/cycle.cmx gen/cycle.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/cycle.cmx gen/cycle.ml
- File "gen/cycle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/compileCommon.cmx gen/compileCommon.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/compileCommon.cmx gen/compileCommon.ml
- File "gen/compileCommon.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/run_gen.cmx gen/run_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/run_gen.cmx gen/run_gen.ml
- File "gen/run_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/final.cmx gen/final.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/final.cmx gen/final.ml
- File "gen/final.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "gen/final.ml", line 25, characters 23-24:
- 25 | module Make : functor (O:Config) -> functor (C:ArchRun.S) ->
-                             ^
- Warning 60 [unused-module]: unused module O.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/topUtils.cmx gen/topUtils.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/topUtils.cmx gen/topUtils.ml
- File "gen/topUtils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "gen/topUtils.ml", line 25, characters 23-24:
- 25 | module Make : functor (O:Config) -> functor (C:ArchRun.S) ->
-                             ^
- Warning 60 [unused-module]: unused module O.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/top_gen.cmx gen/top_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/top_gen.cmx gen/top_gen.ml
- File "gen/top_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/dumpAll.ml > gen/dumpAll.ml.depends
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/namer.cmx gen/namer.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/normaliser.cmx gen/normaliser.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/namer.cmx gen/namer.ml
- File "gen/namer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/normaliser.cmx gen/normaliser.ml
- File "gen/normaliser.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "gen/normaliser.ml", line 334, characters 31-49:
- 334 |             mutable next : t ; mutable prev : t ; }
-                                      ^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field prev is never read.
- (However, this field is used to build or mutate values.)
- File "gen/normaliser.ml", line 26, characters 23-24:
- 26 | module Make : functor (C:Config) -> functor (E:Edge.S) ->
-                             ^
- Warning 60 [unused-module]: unused module C.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/AArch64Compile_gen.cmx gen/AArch64Compile_gen.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/ARMCompile_gen.cmx gen/ARMCompile_gen.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/BellCompile.cmx gen/BellCompile.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/CCompile_gen.cmx gen/CCompile_gen.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/dumpAll.cmx gen/dumpAll.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/MIPSCompile_gen.cmx gen/MIPSCompile_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/BellCompile.cmx gen/BellCompile.ml
- File "gen/BellCompile.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/PPCCompile_gen.cmx gen/PPCCompile_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/ARMCompile_gen.cmx gen/ARMCompile_gen.ml
- File "gen/ARMCompile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/RISCVCompile_gen.cmx gen/RISCVCompile_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/AArch64Compile_gen.cmx gen/AArch64Compile_gen.ml
- File "gen/AArch64Compile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/varAtomic.cmx gen/varAtomic.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/MIPSCompile_gen.cmx gen/MIPSCompile_gen.ml
- File "gen/MIPSCompile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/X86Compile_gen.cmx gen/X86Compile_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/varAtomic.cmx gen/varAtomic.ml
- File "gen/varAtomic.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/PPCCompile_gen.cmx gen/PPCCompile_gen.ml
- File "gen/PPCCompile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/X86Compile_gen.cmx gen/X86Compile_gen.ml
- File "gen/X86Compile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/RISCVCompile_gen.cmx gen/RISCVCompile_gen.ml
- File "gen/RISCVCompile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/CCompile_gen.cmx gen/CCompile_gen.ml
- File "gen/CCompile_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/diycross.cmx gen/diycross.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/diycross.cmx gen/diycross.ml
- File "gen/diycross.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I gen -I lib Version.cmx gen/code.cmx lib/myMap.cmx lib/StringMap.cmx lib/misc.cmx lib/warn.cmx gen/archExtra_gen.cmx gen/dep.cmx lib/machSize.cmx gen/machMixed.cmx lib/BellInfo.cmx lib/mySet.cmx lib/StringSet.cmx lib/BellName.cmx lib/rel.cmx lib/innerRel.cmx lib/StringRel.cmx lib/BellModel.cmx gen/scopeGen.cmx lib/Archs.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx gen/AArch64Arch_gen.cmx gen/lexUtil.cmx gen/edge.cmx lib/intOrd.cmx lib/IntSet.cmx gen/cycle.cmx gen/relax.cmx gen/typBase.cmx lib/symbConstant.cmx lib/parsedConstant.cmx gen/compileCommon.cmx gen/AArch64Compile_gen.cmx gen/machAtom.cmx lib/ARMBase.cmx gen/ARMArch_gen.cmx gen/ARMCompile_gen.cmx lib/modelOption.cmx lib/pos.cmx lib/txtLoc.cmx lib/ASTUtils.cmx lib/CType.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/lexOutMapping.cmx lib/lexUtils.cmx lib/miscParser.cmx lib/outMapping.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/modelParser.cmx lib/modelLexer.cmx gen/annot.cmx gen/classicDep.cmx gen/debug_gen.cmx gen/noMixed.cmx lib/BellBase.cmx lib/flag.cmx lib/parseModel.cmx lib/interpreter.cmx lib/BellInterpreter.cmx lib/myLib.cmx lib/readBell.cmx gen/BellArch_gen.cmx gen/BellCompile.cmx gen/cDep.cmx lib/memOrder.cmx gen/CArch_gen.cmx gen/Version_gen.cmx lib/lexSplit.cmx lib/scopeParser.cmx lib/scopeLexer.cmx gen/scope.cmx gen/util.cmx lib/mySys.cmx gen/config.cmx gen/run_gen.cmx gen/final.cmx gen/topUtils.cmx lib/lexHint.cmx lib/hint.cmx gen/top_gen.cmx gen/CCompile_gen.cmx lib/MIPSBase.cmx gen/MIPSArch_gen.cmx gen/MIPSCompile_gen.cmx lib/PPCBase.cmx gen/PPCArch_gen.cmx gen/PPCCompile_gen.cmx lib/RISCVBase.cmx gen/RISCVArch_gen.cmx gen/RISCVCompile_gen.cmx lib/X86Base.cmx gen/X86Arch_gen.cmx gen/X86Compile_gen.cmx gen/namer.cmx gen/normaliser.cmx lib/tar.cmx gen/dumpAll.cmx gen/varAtomic.cmx gen/diycross.cmx -o gen/diycross.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/mexpand.ml > gen/mexpand.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/mexpand.cmo gen/mexpand.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/mexpand.cmo gen/mexpand.ml
- File "gen/mexpand.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "gen/mexpand.ml", line 29, characters 12-14:
- 29 | module Make(Co:Config) (A:Arch_gen.S) = struct
-                  ^^
- Warning 60 [unused-module]: unused module Co.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/mexpand.cmx gen/mexpand.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/mexpand.cmx gen/mexpand.ml
- File "gen/mexpand.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "gen/mexpand.ml", line 29, characters 12-14:
- 29 | module Make(Co:Config) (A:Arch_gen.S) = struct
-                  ^^
- Warning 60 [unused-module]: unused module Co.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I gen -I lib Version.cmx gen/code.cmx lib/myMap.cmx lib/StringMap.cmx lib/misc.cmx lib/warn.cmx gen/archExtra_gen.cmx gen/dep.cmx lib/machSize.cmx gen/machMixed.cmx lib/BellInfo.cmx lib/mySet.cmx lib/StringSet.cmx lib/BellName.cmx lib/rel.cmx lib/innerRel.cmx lib/StringRel.cmx lib/BellModel.cmx gen/scopeGen.cmx lib/Archs.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx gen/AArch64Arch_gen.cmx gen/machAtom.cmx lib/ARMBase.cmx gen/ARMArch_gen.cmx lib/modelOption.cmx lib/pos.cmx lib/txtLoc.cmx lib/ASTUtils.cmx lib/CType.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/lexOutMapping.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/outMapping.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/modelParser.cmx lib/modelLexer.cmx gen/annot.cmx gen/classicDep.cmx gen/debug_gen.cmx gen/noMixed.cmx lib/BellBase.cmx lib/flag.cmx lib/parseModel.cmx lib/interpreter.cmx lib/BellInterpreter.cmx lib/myLib.cmx lib/readBell.cmx gen/BellArch_gen.cmx lib/MIPSBase.cmx gen/MIPSArch_gen.cmx lib/PPCBase.cmx gen/PPCArch_gen.cmx gen/Version_gen.cmx lib/X86Base.cmx gen/X86Arch_gen.cmx lib/lexSplit.cmx lib/scopeParser.cmx lib/scopeLexer.cmx gen/scope.cmx gen/typBase.cmx gen/util.cmx lib/mySys.cmx gen/config.cmx gen/lexUtil.cmx gen/edge.cmx gen/mexpand.cmx -o gen/mexpand.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/atomize.ml > gen/atomize.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/atomize.cmo gen/atomize.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/atomize.cmo gen/atomize.ml
- File "gen/atomize.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/atomize.cmx gen/atomize.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/atomize.cmx gen/atomize.ml
- File "gen/atomize.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I gen -I lib Version.cmx gen/code.cmx lib/myMap.cmx lib/StringMap.cmx lib/misc.cmx lib/warn.cmx gen/archExtra_gen.cmx gen/dep.cmx lib/machSize.cmx gen/machMixed.cmx lib/BellInfo.cmx lib/mySet.cmx lib/StringSet.cmx lib/BellName.cmx lib/rel.cmx lib/innerRel.cmx lib/StringRel.cmx lib/BellModel.cmx gen/scopeGen.cmx lib/Archs.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx gen/AArch64Arch_gen.cmx gen/machAtom.cmx lib/ARMBase.cmx gen/ARMArch_gen.cmx lib/modelOption.cmx lib/pos.cmx lib/txtLoc.cmx lib/ASTUtils.cmx lib/CType.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/lexOutMapping.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/outMapping.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/modelParser.cmx lib/modelLexer.cmx gen/annot.cmx gen/classicDep.cmx gen/debug_gen.cmx gen/noMixed.cmx lib/BellBase.cmx lib/flag.cmx lib/parseModel.cmx lib/interpreter.cmx lib/BellInterpreter.cmx lib/myLib.cmx lib/readBell.cmx gen/BellArch_gen.cmx gen/cDep.cmx gen/typBase.cmx lib/memOrder.cmx gen/CArch_gen.cmx lib/MIPSBase.cmx gen/MIPSArch_gen.cmx lib/PPCBase.cmx gen/PPCArch_gen.cmx lib/RISCVBase.cmx gen/RISCVArch_gen.cmx gen/Version_gen.cmx lib/X86Base.cmx gen/X86Arch_gen.cmx lib/lexSplit.cmx lib/scopeParser.cmx lib/scopeLexer.cmx gen/scope.cmx gen/util.cmx lib/mySys.cmx gen/config.cmx gen/lexUtil.cmx gen/edge.cmx gen/namer.cmx gen/normaliser.cmx gen/atomize.cmx -o gen/atomize.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/diyone.ml > gen/diyone.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/lineUtils.ml > gen/lineUtils.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lineUtils.cmo gen/lineUtils.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lineUtils.cmo gen/lineUtils.ml
- File "gen/lineUtils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/diyone.cmo gen/diyone.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/diyone.cmo gen/diyone.ml
- File "gen/diyone.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lineUtils.cmx gen/lineUtils.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lineUtils.cmx gen/lineUtils.ml
- File "gen/lineUtils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/diyone.cmx gen/diyone.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/diyone.cmx gen/diyone.ml
- File "gen/diyone.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I gen -I lib Version.cmx gen/code.cmx lib/myMap.cmx lib/StringMap.cmx lib/misc.cmx lib/warn.cmx gen/archExtra_gen.cmx gen/dep.cmx lib/machSize.cmx gen/machMixed.cmx lib/BellInfo.cmx lib/mySet.cmx lib/StringSet.cmx lib/BellName.cmx lib/rel.cmx lib/innerRel.cmx lib/StringRel.cmx lib/BellModel.cmx gen/scopeGen.cmx lib/Archs.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx gen/AArch64Arch_gen.cmx gen/lexUtil.cmx gen/edge.cmx lib/intOrd.cmx lib/IntSet.cmx gen/cycle.cmx gen/relax.cmx gen/typBase.cmx lib/symbConstant.cmx lib/parsedConstant.cmx gen/compileCommon.cmx gen/AArch64Compile_gen.cmx gen/machAtom.cmx lib/ARMBase.cmx gen/ARMArch_gen.cmx gen/ARMCompile_gen.cmx lib/modelOption.cmx lib/pos.cmx lib/txtLoc.cmx lib/ASTUtils.cmx lib/CType.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/lexOutMapping.cmx lib/lexUtils.cmx lib/miscParser.cmx lib/outMapping.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/modelParser.cmx lib/modelLexer.cmx gen/annot.cmx gen/classicDep.cmx gen/debug_gen.cmx gen/noMixed.cmx lib/BellBase.cmx lib/flag.cmx lib/parseModel.cmx lib/interpreter.cmx lib/BellInterpreter.cmx lib/myLib.cmx lib/readBell.cmx gen/BellArch_gen.cmx gen/BellCompile.cmx gen/cDep.cmx lib/memOrder.cmx gen/CArch_gen.cmx gen/Version_gen.cmx lib/lexSplit.cmx lib/scopeParser.cmx lib/scopeLexer.cmx gen/scope.cmx gen/util.cmx lib/mySys.cmx gen/config.cmx gen/run_gen.cmx gen/final.cmx gen/topUtils.cmx lib/lexHint.cmx lib/hint.cmx gen/top_gen.cmx gen/CCompile_gen.cmx lib/MIPSBase.cmx gen/MIPSArch_gen.cmx gen/MIPSCompile_gen.cmx lib/PPCBase.cmx gen/PPCArch_gen.cmx gen/PPCCompile_gen.cmx lib/RISCVBase.cmx gen/RISCVArch_gen.cmx gen/RISCVCompile_gen.cmx lib/X86Base.cmx gen/X86Arch_gen.cmx gen/X86Compile_gen.cmx gen/namer.cmx gen/normaliser.cmx lib/tar.cmx gen/dumpAll.cmx gen/lineUtils.cmx gen/diyone.cmx -o gen/diyone.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/nexts.ml > gen/nexts.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/nexts.cmo gen/nexts.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/nexts.cmo gen/nexts.ml
- File "gen/nexts.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/nexts.cmx gen/nexts.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/nexts.cmx gen/nexts.ml
- File "gen/nexts.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I gen -I lib Version.cmx gen/code.cmx lib/myMap.cmx lib/StringMap.cmx lib/misc.cmx lib/warn.cmx gen/archExtra_gen.cmx gen/dep.cmx lib/machSize.cmx gen/machMixed.cmx lib/BellInfo.cmx lib/mySet.cmx lib/StringSet.cmx lib/BellName.cmx lib/rel.cmx lib/innerRel.cmx lib/StringRel.cmx lib/BellModel.cmx gen/scopeGen.cmx lib/Archs.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx gen/AArch64Arch_gen.cmx gen/machAtom.cmx lib/ARMBase.cmx gen/ARMArch_gen.cmx lib/modelOption.cmx lib/pos.cmx lib/txtLoc.cmx lib/ASTUtils.cmx lib/CType.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/lexOutMapping.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/outMapping.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/modelParser.cmx lib/modelLexer.cmx gen/annot.cmx gen/classicDep.cmx gen/debug_gen.cmx gen/noMixed.cmx lib/BellBase.cmx lib/flag.cmx lib/parseModel.cmx lib/interpreter.cmx lib/BellInterpreter.cmx lib/myLib.cmx lib/readBell.cmx gen/BellArch_gen.cmx lib/MIPSBase.cmx gen/MIPSArch_gen.cmx lib/PPCBase.cmx gen/PPCArch_gen.cmx gen/Version_gen.cmx lib/X86Base.cmx gen/X86Arch_gen.cmx lib/lexSplit.cmx lib/scopeParser.cmx lib/scopeLexer.cmx gen/scope.cmx gen/typBase.cmx gen/util.cmx lib/mySys.cmx gen/config.cmx gen/lexUtil.cmx gen/edge.cmx gen/nexts.cmx -o gen/nexts.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/classify.ml > gen/classify.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/classify.cmo gen/classify.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/classify.cmo gen/classify.ml
- File "gen/classify.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/classify.cmx gen/classify.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/classify.cmx gen/classify.ml
- File "gen/classify.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I gen -I lib Version.cmx gen/code.cmx lib/myMap.cmx lib/StringMap.cmx lib/misc.cmx lib/warn.cmx gen/archExtra_gen.cmx gen/dep.cmx lib/machSize.cmx gen/machMixed.cmx lib/BellInfo.cmx lib/mySet.cmx lib/StringSet.cmx lib/BellName.cmx lib/rel.cmx lib/innerRel.cmx lib/StringRel.cmx lib/BellModel.cmx gen/scopeGen.cmx lib/Archs.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx gen/AArch64Arch_gen.cmx gen/machAtom.cmx lib/ARMBase.cmx gen/ARMArch_gen.cmx lib/modelOption.cmx lib/pos.cmx lib/txtLoc.cmx lib/ASTUtils.cmx lib/CType.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/lexOutMapping.cmx lib/lexUtils.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/outMapping.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/modelParser.cmx lib/modelLexer.cmx gen/annot.cmx gen/classicDep.cmx gen/debug_gen.cmx gen/noMixed.cmx lib/BellBase.cmx lib/flag.cmx lib/parseModel.cmx lib/interpreter.cmx lib/BellInterpreter.cmx lib/myLib.cmx lib/readBell.cmx gen/BellArch_gen.cmx gen/cDep.cmx gen/typBase.cmx lib/memOrder.cmx gen/CArch_gen.cmx lib/MIPSBase.cmx gen/MIPSArch_gen.cmx lib/PPCBase.cmx gen/PPCArch_gen.cmx lib/RISCVBase.cmx gen/RISCVArch_gen.cmx gen/Version_gen.cmx lib/X86Base.cmx gen/X86Arch_gen.cmx lib/lexSplit.cmx lib/scopeParser.cmx lib/scopeLexer.cmx gen/scope.cmx gen/util.cmx lib/mySys.cmx gen/config.cmx gen/lexUtil.cmx gen/edge.cmx gen/lineUtils.cmx gen/namer.cmx gen/normaliser.cmx gen/classify.cmx -o gen/classify.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/diy.ml > gen/diy.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/alt.ml > gen/alt.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q gen/lexConf_gen.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules gen/lexConf_gen.ml > gen/lexConf_gen.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/alt.cmo gen/alt.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lexConf_gen.cmo gen/lexConf_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lexConf_gen.cmo gen/lexConf_gen.ml
- File "gen/lexConf_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/alt.cmo gen/alt.ml
- File "gen/alt.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/diy.cmo gen/diy.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/diy.cmo gen/diy.ml
- File "gen/diy.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/alt.cmx gen/alt.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lexConf_gen.cmx gen/lexConf_gen.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/lexConf_gen.cmx gen/lexConf_gen.ml
- File "gen/lexConf_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/alt.cmx gen/alt.ml
- File "gen/alt.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/diy.cmx gen/diy.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I gen -I herd -I jingle -I lib -I litmus -I tools -o gen/diy.cmx gen/diy.ml
- File "gen/diy.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I gen -I lib Version.cmx gen/code.cmx lib/myMap.cmx lib/StringMap.cmx lib/misc.cmx lib/warn.cmx gen/archExtra_gen.cmx gen/dep.cmx lib/machSize.cmx gen/machMixed.cmx lib/BellInfo.cmx lib/mySet.cmx lib/StringSet.cmx lib/BellName.cmx lib/rel.cmx lib/innerRel.cmx lib/StringRel.cmx lib/BellModel.cmx gen/scopeGen.cmx lib/Archs.cmx lib/label.cmx lib/metaConst.cmx lib/pseudo.cmx lib/AArch64Base.cmx gen/AArch64Arch_gen.cmx gen/lexUtil.cmx gen/edge.cmx lib/intOrd.cmx lib/IntSet.cmx gen/cycle.cmx gen/relax.cmx gen/typBase.cmx lib/symbConstant.cmx lib/parsedConstant.cmx gen/compileCommon.cmx gen/AArch64Compile_gen.cmx gen/machAtom.cmx lib/ARMBase.cmx gen/ARMArch_gen.cmx gen/ARMCompile_gen.cmx lib/modelOption.cmx lib/pos.cmx lib/txtLoc.cmx lib/ASTUtils.cmx lib/CType.cmx lib/constrGen.cmx lib/lexMisc.cmx lib/lexOutMapping.cmx lib/lexUtils.cmx lib/miscParser.cmx lib/outMapping.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/modelParser.cmx lib/modelLexer.cmx gen/annot.cmx gen/classicDep.cmx gen/debug_gen.cmx gen/noMixed.cmx lib/BellBase.cmx lib/flag.cmx lib/parseModel.cmx lib/interpreter.cmx lib/BellInterpreter.cmx lib/myLib.cmx lib/readBell.cmx gen/BellArch_gen.cmx gen/BellCompile.cmx gen/cDep.cmx lib/memOrder.cmx gen/CArch_gen.cmx gen/Version_gen.cmx lib/lexSplit.cmx lib/scopeParser.cmx lib/scopeLexer.cmx gen/scope.cmx gen/util.cmx lib/mySys.cmx gen/config.cmx gen/run_gen.cmx gen/final.cmx gen/topUtils.cmx lib/lexHint.cmx lib/hint.cmx gen/top_gen.cmx gen/CCompile_gen.cmx lib/MIPSBase.cmx gen/MIPSArch_gen.cmx gen/MIPSCompile_gen.cmx lib/PPCBase.cmx gen/PPCArch_gen.cmx gen/PPCCompile_gen.cmx lib/RISCVBase.cmx gen/RISCVArch_gen.cmx gen/RISCVCompile_gen.cmx lib/X86Base.cmx gen/X86Arch_gen.cmx gen/X86Compile_gen.cmx gen/namer.cmx gen/normaliser.cmx lib/tar.cmx gen/dumpAll.cmx gen/alt.cmx gen/lexConf_gen.cmx gen/varAtomic.cmx gen/diy.cmx -o gen/diy.native
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules jingle/jingle.ml > jingle/jingle.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules jingle/AArch64Arch_jingle.ml > jingle/AArch64Arch_jingle.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules jingle/arch.ml > jingle/arch.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/arch.cmo jingle/arch.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/arch.cmo jingle/arch.ml
- File "jingle/arch.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules jingle/ARMArch_jingle.ml > jingle/ARMArch_jingle.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules jingle/BellArch_jingle.ml > jingle/BellArch_jingle.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules jingle/CArch_jingle.ml > jingle/CArch_jingle.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules jingle/cDumper.ml > jingle/cDumper.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules jingle/mapping.ml > jingle/mapping.ml.depends
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules jingle/PPCArch_jingle.ml > jingle/PPCArch_jingle.ml.depends
- /home/opam/.opam/4.14/bin/ocamllex.opt -q jingle/parseMap.mll
- /home/opam/.opam/4.14/bin/ocamldep.opt -modules jingle/parseMap.ml > jingle/parseMap.ml.depends
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/AArch64Arch_jingle.cmo jingle/AArch64Arch_jingle.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/ARMArch_jingle.cmo jingle/ARMArch_jingle.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/BellArch_jingle.cmo jingle/BellArch_jingle.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/CArch_jingle.cmo jingle/CArch_jingle.ml
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/cDumper.cmo jingle/cDumper.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/AArch64Arch_jingle.cmo jingle/AArch64Arch_jingle.ml
- File "jingle/AArch64Arch_jingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/mapping.cmo jingle/mapping.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/BellArch_jingle.cmo jingle/BellArch_jingle.ml
- File "jingle/BellArch_jingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/PPCArch_jingle.cmo jingle/PPCArch_jingle.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/cDumper.cmo jingle/cDumper.ml
- File "jingle/cDumper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/parseMap.cmo jingle/parseMap.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/CArch_jingle.cmo jingle/CArch_jingle.ml
- File "jingle/CArch_jingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/ARMArch_jingle.cmo jingle/ARMArch_jingle.ml
- File "jingle/ARMArch_jingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/parseMap.cmo jingle/parseMap.ml
- File "jingle/parseMap.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/mapping.cmo jingle/mapping.ml
- File "jingle/mapping.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/PPCArch_jingle.cmo jingle/PPCArch_jingle.ml
- File "jingle/PPCArch_jingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/jingle.cmo jingle/jingle.ml
- + /home/opam/.opam/4.14/bin/ocamlc.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -g -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/jingle.cmo jingle/jingle.ml
- File "jingle/jingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/arch.cmx jingle/arch.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/arch.cmx jingle/arch.ml
- File "jingle/arch.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/AArch64Arch_jingle.cmx jingle/AArch64Arch_jingle.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/ARMArch_jingle.cmx jingle/ARMArch_jingle.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/BellArch_jingle.cmx jingle/BellArch_jingle.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/CArch_jingle.cmx jingle/CArch_jingle.ml
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/cDumper.cmx jingle/cDumper.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/cDumper.cmx jingle/cDumper.ml
- File "jingle/cDumper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/mapping.cmx jingle/mapping.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/BellArch_jingle.cmx jingle/BellArch_jingle.ml
- File "jingle/BellArch_jingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/PPCArch_jingle.cmx jingle/PPCArch_jingle.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/AArch64Arch_jingle.cmx jingle/AArch64Arch_jingle.ml
- File "jingle/AArch64Arch_jingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/parseMap.cmx jingle/parseMap.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/CArch_jingle.cmx jingle/CArch_jingle.ml
- File "jingle/CArch_jingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/ARMArch_jingle.cmx jingle/ARMArch_jingle.ml
- File "jingle/ARMArch_jingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/parseMap.cmx jingle/parseMap.ml
- File "jingle/parseMap.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/mapping.cmx jingle/mapping.ml
- File "jingle/mapping.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/PPCArch_jingle.cmx jingle/PPCArch_jingle.ml
- File "jingle/PPCArch_jingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/jingle.cmx jingle/jingle.ml
- + /home/opam/.opam/4.14/bin/ocamlopt.opt -c -w +a-3-4-9-27-29-33-41-45 -strict-sequence -dtypes -safe-string -I jingle -I gen -I herd -I lib -I litmus -I tools -o jingle/jingle.cmx jingle/jingle.ml
- File "jingle/jingle.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa str.cmxa -I lib -I jingle lib/misc.cmx lib/warn.cmx lib/Archs.cmx lib/BellInfo.cmx lib/CType.cmx lib/myMap.cmx lib/StringMap.cmx lib/mySet.cmx lib/StringSet.cmx lib/constrGen.cmx lib/symbConstant.cmx lib/parsedConstant.cmx lib/miscParser.cmx lib/dumpUtils.cmx lib/label.cmx lib/lexMisc.cmx lib/lexOutMapping.cmx lib/pos.cmx lib/lexUtils.cmx lib/outMapping.cmx lib/pseudo.cmx lib/splitter.cmx lib/stateParser.cmx lib/stateLexer.cmx lib/testHash.cmx lib/genParser.cmx lib/metaConst.cmx lib/simpleDumper.cmx jingle/arch.cmx lib/AArch64Base.cmx jingle/AArch64Arch_jingle.cmx lib/ARMBase.cmx jingle/ARMArch_jingle.cmx lib/BellName.cmx lib/BellBase.cmx jingle/BellArch_jingle.cmx lib/memOrder.cmx lib/memOrderOrAnnot.cmx lib/op.cmx lib/CBase.cmx jingle/CArch_jingle.cmx lib/machSize.cmx lib/PPCBase.cmx jingle/PPCArch_jingle.cmx lib/dumpCAst.cmx jingle/cDumper.cmx jingle/mapping.cmx jingle/parseMap.cmx lib/AArch64Parser.cmx lib/AArch64Lexer.cmx lib/ARMParser.cmx lib/ARMLexer.cmx lib/LISAParser.cmx lib/BellLexer.cmx lib/CAstUtils.cmx lib/CTestHash.cmx lib/CGenParser_lib.cmx lib/CParser.cmx lib/CLexer.cmx lib/PPCParser.cmx lib/PPCLexer.cmx lib/outStd.cmx lib/tar.cmx lib/outTar.cmx jingle/jingle.cmx -o jingle/jingle.native
- # Parallel statistics: { count(total): 96(1301), max: 29, min: 2, average(total): 3.729(1.201) }
-> compiled  herdtools7.7.48
Processing  6/6: [herdtools7: ./install.sh]
+ /home/opam/.opam/4.14/.opam-switch/build/herdtools7.7.48/./install.sh "/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/herdtools7.7.48)
-> installed herdtools7.7.48
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:28.05 ---> saved as "2f34cb4754816a4e5f357c824a9a07bf8c03ca07f9aebdd254c263ca3a541b57"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u herdtools7:71ec1a5c3e6a60e46c05311eb0b7b7c7"))
2024-01-29 19:28.06 ---> saved as "8582b5bbae41e682708e6b30e33d122d84a8f71333c5c01cbfd06993aef49997"

/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.452421') && (for DATA in prep/universes/71ec1a5c3e6a60e46c05311eb0b7b7c7/herdtools7/7.48,herdtools7.7.48-71ec1a5c3e6a60e46c05311eb0b7b7c7,herdtools7.7.48; 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/71ec1a5c3e6a60e46c05311eb0b7b7c7/herdtools7/7.48,herdtools7.7.48-71ec1a5c3e6a60e46c05311eb0b7b7c7,herdtools7.7.48; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/71ec1a5c3e6a60e46c05311eb0b7b7c7/herdtools7/7.48,herdtools7.7.48-71ec1a5c3e6a60e46c05311eb0b7b7c7,herdtools7.7.48; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.452421
prep/universes/71ec1a5c3e6a60e46c05311eb0b7b7c7/herdtools7/7.48/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:herdtools7.7.48-71ec1a5c3e6a60e46c05311eb0b7b7c7:5bfdf87a7a7ffd6c9b8f29d7c7f1aca902d9a422006fe28bcc49cd32412dc915
2024-01-29 19:28.07 ---> saved as "9f75d7b48989ffce06db3b5c533d19cff6d3fe9fe7358ea463ad8a1eb842615b"
Job succeeded
2024-01-29 19:35.22: herdtools7.7.48-71ec1a5c3e6a60e46c05311eb0b7b7c7 -> 5bfdf87a7a7ffd6c9b8f29d7c7f1aca902d9a422006fe28bcc49cd32412dc915
2024-01-29 19:35.22: Job succeeded