Build:
  1. 0
2024-09-12 08:35.55: New job: Voodoo prep esperanto.0.0.4; c237621fbf30ad9c5a90877e025f12eb
2024-09-12 08:35.55: Waiting for resource in pool OCluster
2024-09-12 21:35.07: Waiting for worker…
2024-09-12 21:35.07: Got resource from pool OCluster
2024-09-12 21:35.07: Using cache hint "docs-universe-prep-4.14.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
         (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:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
 (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 esperanto.0.0.4 esperanto-cosmopolitan.0.0.4 conf-which.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u esperanto:c237621fbf30ad9c5a90877e025f12eb,ocaml-config:c54fede9f57ee7af887a2e1508f1ea16,ocaml-base-compiler:d41d8cd98f00b204e9800998ecf8427e,ocaml:94b3b4ecae0be090a442860e21188ee6,esperanto-cosmopolitan:d41d8cd98f00b204e9800998ecf8427e"))
 (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.159451') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/esperanto-cosmopolitan/0.0.4,esperanto-cosmopolitan.0.0.4-d41d8cd98f00b204e9800998ecf8427e,esperanto-cosmopolitan.0.0.4 prep/universes/94b3b4ecae0be090a442860e21188ee6/ocaml/4.14.0,ocaml.4.14.0-94b3b4ecae0be090a442860e21188ee6,ocaml.4.14.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/ocaml-base-compiler/4.14.0,ocaml-base-compiler.4.14.0-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.4.14.0 prep/universes/c54fede9f57ee7af887a2e1508f1ea16/ocaml-config/2,ocaml-config.2-c54fede9f57ee7af887a2e1508f1ea16,ocaml-config.2 prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4,esperanto.0.0.4-c237621fbf30ad9c5a90877e025f12eb,esperanto.0.0.4; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/esperanto-cosmopolitan/0.0.4,esperanto-cosmopolitan.0.0.4-d41d8cd98f00b204e9800998ecf8427e,esperanto-cosmopolitan.0.0.4 prep/universes/94b3b4ecae0be090a442860e21188ee6/ocaml/4.14.0,ocaml.4.14.0-94b3b4ecae0be090a442860e21188ee6,ocaml.4.14.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/ocaml-base-compiler/4.14.0,ocaml-base-compiler.4.14.0-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.4.14.0 prep/universes/c54fede9f57ee7af887a2e1508f1ea16/ocaml-config/2,ocaml-config.2-c54fede9f57ee7af887a2e1508f1ea16,ocaml-config.2 prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4,esperanto.0.0.4-c237621fbf30ad9c5a90877e025f12eb,esperanto.0.0.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/esperanto-cosmopolitan/0.0.4,esperanto-cosmopolitan.0.0.4-d41d8cd98f00b204e9800998ecf8427e,esperanto-cosmopolitan.0.0.4 prep/universes/94b3b4ecae0be090a442860e21188ee6/ocaml/4.14.0,ocaml.4.14.0-94b3b4ecae0be090a442860e21188ee6,ocaml.4.14.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/ocaml-base-compiler/4.14.0,ocaml-base-compiler.4.14.0-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.4.14.0 prep/universes/c54fede9f57ee7af887a2e1508f1ea16/ocaml-config/2,ocaml-config.2-c54fede9f57ee7af887a2e1508f1ea16,ocaml-config.2 prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4,esperanto.0.0.4-c237621fbf30ad9c5a90877e025f12eb,esperanto.0.0.4; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 21:35.07: RETRYING: 2024-09-12/083555-voodoo-prep-18498e Number of retries: 0 (retriable error condition)
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
Updating files:  70% (22103/31435)
Updating files:  71% (22319/31435)
Updating files:  72% (22634/31435)
Updating files:  73% (22948/31435)
Updating files:  74% (23262/31435)
Updating files:  75% (23577/31435)
Updating files:  76% (23891/31435)
Updating files:  77% (24205/31435)
Updating files:  78% (24520/31435)
Updating files:  79% (24834/31435)
Updating files:  80% (25148/31435)
Updating files:  81% (25463/31435)
Updating files:  82% (25777/31435)
Updating files:  83% (26092/31435)
Updating files:  84% (26406/31435)
Updating files:  85% (26720/31435)
Updating files:  86% (27035/31435)
Updating files:  87% (27349/31435)
Updating files:  88% (27663/31435)
Updating files:  89% (27978/31435)
Updating files:  90% (28292/31435)
Updating files:  91% (28606/31435)
Updating files:  92% (28921/31435)
Updating files:  93% (29235/31435)
Updating files:  94% (29549/31435)
Updating files:  95% (29864/31435)
Updating files:  96% (30178/31435)
Updating files:  97% (30492/31435)
Updating files:  98% (30807/31435)
Updating files:  99% (31121/31435)
Updating files: 100% (31435/31435)
Updating files: 100% (31435/31435), done.
HEAD is now at 416bb59d4e Use parentheses in favour of precedence

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally
docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam
5bece21b072e: Pulling fs layer
5bece21b072e: Verifying Checksum
5bece21b072e: Download complete
5bece21b072e: Pull complete
Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
2024-09-12 21:28.00 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 21:28.00 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

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

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

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

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

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

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

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

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally
docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam
5bece21b072e: Pulling fs layer
5bece21b072e: Verifying Checksum
5bece21b072e: Download complete
5bece21b072e: Pull complete
Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
2024-09-12 21:28.00 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 21:28.00 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 21:28.00 ---> using "589fc247a47cee4820aea953ca0c6137d5c05903e8d36d67782083bf9b53dcd0" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 21:28.08 ---> saved as "5f49f3b5d42a3955a26a57aaf2be8918d9df1f2c54b45cd6fa52bd7c2c72fb86"

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 21:28.08 ---> saved as "e9b337ef4882a9e5fd9a77226fba66154e39f055176b9e8d6604acd1940480ce"

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 21:29.20 ---> saved as "fab9cc2a62c88de6647dd45deedb3d17049ae682537368227da546e86cf13000"

/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-09-12 21:29.41 ---> saved as "dc07aca1df7845d91f69b81531dbd8a12ffc09c132f3be67429cc82522ef5c57"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 21:29.42 ---> saved as "c7d81738f6e461d7ab851b77752a5c04252272e468f84532ed1e869398c931d7"

/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 esperanto.0.0.4 esperanto-cosmopolitan.0.0.4 conf-which.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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

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

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

<><> Carrying on to "opam depext -viy esperanto.0.0.4 esperanto-cosmopolitan.0.0.4 conf-which.1" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
debianutils
The following actions will be performed:
  - install ocaml-src              4.14.2 [required by esperanto]
  - install conf-which             1
  - install esperanto-cosmopolitan 0.0.4
  - install esperanto              0.0.4
===== 4 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/12: [esperanto.0.0.4: http]
Processing  3/12: [esperanto.0.0.4: http] [esperanto-cosmopolitan.0.0.4: http]
Processing  4/12: [esperanto.0.0.4: http] [esperanto-cosmopolitan.0.0.4: http]
Processing  5/12: [esperanto.0.0.4: http] [esperanto-cosmopolitan.0.0.4: http] [conf-which: which which]
Processing  5/12: [esperanto-cosmopolitan.0.0.4: http] [conf-which: which which]
Processing  5/12: [conf-which: which which]
-> retrieved ocaml-src.4.14.2  (cached)
Processing  6/12: [conf-which: which which]
Processing  7/12: [conf-which: which which] [ocaml-src: cp .]
- /usr/bin/which
-> compiled  conf-which.1
Processing  7/12: [ocaml-src: cp .]
-> retrieved esperanto.0.0.4  (https://github.com/dinosaure/esperanto/releases/download/v0.0.4/esperanto-v0.0.4.tar.gz)
-> retrieved esperanto-cosmopolitan.0.0.4  (https://github.com/dinosaure/esperanto/releases/download/v0.0.4/esperanto-v0.0.4.tar.gz)
Processing  8/12: [esperanto-cosmopolitan: sh] [ocaml-src: cp .]
-> installed ocaml-src.4.14.2
Processing  8/12: [esperanto-cosmopolitan: sh]
-> installed conf-which.1
Processing  9/12: [esperanto-cosmopolitan: sh]
+ /usr/bin/sh "-c" "cd toolchain && ./configure.sh --prefix=/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4)
- configure.sh: Using cc for host compiler (x86_64-linux-gnu)
- configure.sh: Checking that cc works: yes
- configure.sh: Using cc for target compiler (x86_64-linux-gnu)
- configure.sh: Checking if ld is available: yes
- configure.sh: Checking if ld is LLD: no
- configure.sh: Checking if ld understands x86_64: yes
- configure.sh: Checking if objcopy is available: yes
- configure.sh: Checking if objcopy understands x86_64: yes
- configure.sh: Checking if objcopy understands -w -G: yes
- configure.sh: Using ld for target linker
- configure.sh: Using objcopy for target objcopy
- configure.sh: Target toolchain triple is x86_64-esperanto-none-static
- configure.sh: cc is gcc 12
Processing  9/12: [esperanto-cosmopolitan: make toolchain]
+ /usr/bin/make "-C" "toolchain" "all" "V=1" (CWD=/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4)
- make: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4/toolchain'
- mkdir -p bin
- SUBST bin/x86_64-esperanto-none-static-cc
- SUBST bin/x86_64-esperanto-none-static-ld
- SUBST bin/x86_64-esperanto-none-static-objcopy
- UNZIP cosmopolitan.zip for dst/cosmopolitan.a
- GEN include/cosmopolitan/cosmopolitan.h
- HOSTCC startup.o
- cc -MT startup.o -MMD -MP -MF startup.Td -g -Os -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone -fno-omit-frame-pointer -pg -I/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4/toolchain/include -c startup.c -o startup.o
- mv -f startup.Td startup.d && touch startup.o
- HOSTCC startup_unix.o
- cc -MT startup_unix.o -MMD -MP -MF startup_unix.Td -g -Os -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone -fno-omit-frame-pointer -pg -I/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4/toolchain/include -c startup_unix.c -o startup_unix.o
- mv -f startup_unix.Td startup_unix.d && touch startup_unix.o
- HOSTCC fake_unix.o
- cc -MT fake_unix.o -MMD -MP -MF fake_unix.Td -g -Os -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone -fno-omit-frame-pointer -pg -I/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4/toolchain/include -c fake_unix.c -o fake_unix.o
- mv -f fake_unix.Td fake_unix.d && touch fake_unix.o
- HOSTCC startup_threads.o
- cc -MT startup_threads.o -MMD -MP -MF startup_threads.Td -g -Os -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone -fno-omit-frame-pointer -pg -I/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4/toolchain/include -c startup_threads.c -o startup_threads.o
- mv -f startup_threads.Td startup_threads.d && touch startup_threads.o
- HOSTCC fake_threads.o
- cc -MT fake_threads.o -MMD -MP -MF fake_threads.Td -g -Os -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone -fno-omit-frame-pointer -pg -I/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4/toolchain/include -c fake_threads.c -o fake_threads.o
- mv -f fake_threads.Td fake_threads.d && touch fake_threads.o
- HOSTCC cosmopolitan_syscalls.o
- cc -MT cosmopolitan_syscalls.o -MMD -MP -MF cosmopolitan_syscalls.Td -g -Os -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone -fno-omit-frame-pointer -pg -I/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4/toolchain/include -c cosmopolitan_syscalls.c -o cosmopolitan_syscalls.o
- mv -f cosmopolitan_syscalls.Td cosmopolitan_syscalls.d && touch cosmopolitan_syscalls.o
- GEN lib/cosmopolitan
- make: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4/toolchain'
-> compiled  esperanto-cosmopolitan.0.0.4
Processing 10/12: [esperanto-cosmopolitan: make toolchain]
+ /usr/bin/make "-C" "toolchain" "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4)
- make: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4/toolchain'
- INSTALL toolchain
- make: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto-cosmopolitan.0.0.4/toolchain'
-> installed esperanto-cosmopolitan.0.0.4
Processing 11/12: [esperanto: sh]
+ /usr/bin/sh "-c" "cd caml && ./configure.sh --prefix=/home/opam/.opam/4.14 --target=x86_64-esperanto-none-static" (CWD=/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4)
Processing 11/12: [esperanto: make caml]
+ /usr/bin/make "-C" "caml" "-j39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4)
- make: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml'
- cp -r `opam var prefix`/lib/ocaml-src ./ocaml
- sed -e 's!@@PREFIX@@!/home/opam/.opam/4.14!' \
-     esperanto.conf.in > esperanto.conf
- sed -e 's/\/lib\/cpp/\/usr\/bin\/cpp/g' ocaml/configure > ocaml/configure.sed
- mv ocaml/configure.sed ocaml/configure
- sed -e 's/otherlibraries="dynlink"/otherlibraries=""/g' ocaml/configure > ocaml/configure.sed
- mv ocaml/configure.sed ocaml/configure
- sed -e '/^char \$2 ()\;/s/^/\/\//' ocaml/configure > ocaml/configure.sed
- mv ocaml/configure.sed ocaml/configure
- sed -e 's/^return \$2 ()\;/return \&\$2\;/' ocaml/configure > ocaml/configure.sed
- mv ocaml/configure.sed ocaml/configure
- sed -e 's/oc_cflags="/oc_cflags="-z caml-startup $OC_CFLAGS /g' ocaml/configure > ocaml/configure.sed
- mv ocaml/configure.sed ocaml/configure
- sed -e 's/ocamlc_cflags="/ocamlc_cflags="$OCAMLC_CFLAGS /g' ocaml/configure > ocaml/configure.sed
- mv ocaml/configure.sed ocaml/configure
- sed -e 's/nativecclibs="$cclibs $DLLIBS"/nativecclibs="$GLOBAL_LIBS"/g' ocaml/configure > ocaml/configure.sed
- mv ocaml/configure.sed ocaml/configure
- sed -e 's/^all: $(BYTECODE_STATIC_LIBRARIES) $(BYTECODE_SHARED_LIBRARIES)/all: primitives ld.conf/' ocaml/runtime/Makefile > ocaml/runtime/Makefile.sed
- mv ocaml/runtime/Makefile.sed ocaml/runtime/Makefile
- sed -e 's/^ocamlrun$(EXE):.*/dummy:/g' ocaml/runtime/Makefile > ocaml/runtime/Makefile.sed
- mv ocaml/runtime/Makefile.sed ocaml/runtime/Makefile
- sed -e 's/^ocamlruni$(EXE):.*/dummyi:/g' ocaml/runtime/Makefile > ocaml/runtime/Makefile.sed
- mv ocaml/runtime/Makefile.sed ocaml/runtime/Makefile
- sed -e 's/^ocamlrund$(EXE):.*/dummyd:/g' ocaml/runtime/Makefile > ocaml/runtime/Makefile.sed
- mv ocaml/runtime/Makefile.sed ocaml/runtime/Makefile
- sed -e 's/write(/_write(/' ocaml/runtime/extern.c > ocaml/runtime/extern.c.sed
- mv ocaml/runtime/extern.c.sed ocaml/runtime/extern.c
- sed -e 's/\([^_]\)link/\1link_t/g' ocaml/runtime/roots_nat.c > ocaml/runtime/roots_nat.c.sed
- mv ocaml/runtime/roots_nat.c.sed ocaml/runtime/roots_nat.c
- cat esperanto_sys.c >> ocaml/runtime/sys.c
- cat esperanto_signals.c >> ocaml/runtime/signals.c
- cat esperanto_permission.c >> ocaml/otherlibs/unix/access.c
- cat esperanto_open.c >> ocaml/otherlibs/unix/open.c
- cat esperanto_socket.c >> ocaml/otherlibs/unix/socket.c
- cat esperanto_sockopt.c >> ocaml/otherlibs/unix/sockopt.c
- cat esperanto_unixsupport.c >> ocaml/otherlibs/unix/unixsupport.c
- cat esperanto_wait.c >> ocaml/otherlibs/unix/wait.c
- cat esperanto_unix_signals.c >> ocaml/otherlibs/unix/signals.c
- cat esperanto_systhreads_signals.c >> ocaml/otherlibs/systhreads/st_posix.h
- cat esperanto_termios.c >> ocaml/otherlibs/unix/termios.c
- patch ocaml/otherlibs/unix/gethost.c esperanto_gethost.patch
- patching file ocaml/otherlibs/unix/gethost.c
- patch ocaml/otherlibs/unix/socketaddr.c esperanto_socketaddr.4.14.patch
- patching file ocaml/otherlibs/unix/socketaddr.c
- sed -e '/ alloc /s/^/\/\//' ocaml/runtime/caml/compatibility.h > ocaml/runtime/caml/compatibility.h.sed
- mv ocaml/runtime/caml/compatibility.h.sed ocaml/runtime/caml/compatibility.h
- sed -e '/ callback /s/^/\/\//' ocaml/runtime/caml/compatibility.h > ocaml/runtime/caml/compatibility.h.sed
- mv ocaml/runtime/caml/compatibility.h.sed ocaml/runtime/caml/compatibility.h
- sed -e '/ flush /s/^/\/\//' ocaml/runtime/caml/compatibility.h > ocaml/runtime/caml/compatibility.h.sed
- mv ocaml/runtime/caml/compatibility.h.sed ocaml/runtime/caml/compatibility.h
- sed -e '/pthread_mutexattr_settype/s/^/\/\//' ocaml/otherlibs/systhreads/st_posix.h > ocaml/otherlibs/systhreads/st_posix.h.sed
- mv ocaml/otherlibs/systhreads/st_posix.h.sed ocaml/otherlibs/systhreads/st_posix.h
- printf "ocamlrun:\n\tcp /home/opam/.opam/4.14/bin/ocamlrun .\n" >> ocaml/runtime/Makefile
- printf "ocamlrund:\n\tcp /home/opam/.opam/4.14/bin/ocamlrund .\n" >> ocaml/runtime/Makefile
- printf "ocamlruni:\n\tcp /home/opam/.opam/4.14/bin/ocamlruni .\n" >> ocaml/runtime/Makefile
- touch ocaml/runtime/libcamlrun.a ocaml/runtime/libcamlrund.a ocaml/runtime/libcamlruni.a
- sed -e 's/^ocamlyacc$(EXE):.*/dummy:/g' ocaml/yacc/Makefile > ocaml/yacc/Makefile.sed
- mv ocaml/yacc/Makefile.sed ocaml/yacc/Makefile
- printf "ocamlyacc:\n\tcp /home/opam/.opam/4.14/bin/ocamlyacc .\n" >> ocaml/yacc/Makefile
- printf "objinfo_helper:\n\ttouch objinfo_helper\n" >> ocaml/tools/Makefile
- chmod +x ocaml/configure
- cd ocaml && \
- 	CC="x86_64-esperanto-none-static-cc" \
- 	OC_CFLAGS="-D__STRICT_ANSI__" \
- 	OCAMLC_CFLAGS="""" \
- 	AS="x86_64-esperanto-none-static-cc -c" \
- 	ASPP="x86_64-esperanto-none-static-cc -D__STRICT_ANSI__ -c" \
- 	CPPFLAGS="-D__STRICT_ANSI__" \
- 	LIBS="-nostdlib "\
- 	GLOBAL_LIBS="" \
- 	LD="x86_64-esperanto-none-static-ld" \
- 	ac_cv_prog_DIRECT_LD="x86_64-esperanto-none-static-ld" \
- 	ac_cv_lib_m_cos="no" \
-   ./configure \
- 	-host=x86_64-unknown-none \
- 	-prefix /home/opam/.opam/4.14/esperanto-sysroot \
- 	-disable-shared\
- 	-disable-instrumented-runtime\
- 	-disable-ocamltest\
- 	-disable-ocamldoc\
- 	-disable-debugger\
- 	
- configure: Configuring OCaml version 4.14.2
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-unknown-none
- checking target system type... x86_64-unknown-none
- checking for x86_64-unknown-none-ld... x86_64-esperanto-none-static-ld
- checking how to print strings... printf
- checking for x86_64-unknown-none-gcc... x86_64-esperanto-none-static-cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... 
- no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... no
- checking whether x86_64-esperanto-none-static-cc accepts -g... yes
- checking for x86_64-esperanto-none-static-cc option to accept ISO C89... none needed
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for non-GNU ld... x86_64-esperanto-none-static-ld
- checking if the linker (x86_64-esperanto-none-static-ld) is GNU ld... no
- checking for BSD- or MS-compatible name lister (nm)... no
- checking for x86_64-unknown-none-dumpbin... no
- checking for x86_64-unknown-none-link... no
- checking for dumpbin... no
- checking for link... link -dump
- checking the name lister (nm) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-none format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for x86_64-esperanto-none-static-ld option to reload object files... -r
- checking for x86_64-unknown-none-objdump... no
- checking for objdump... objdump
- checking how to recognize dependent libraries... unknown
- checking for x86_64-unknown-none-dlltool... no
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for x86_64-unknown-none-ar... no
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for x86_64-unknown-none-strip... no
- checking for strip... strip
- checking for x86_64-unknown-none-ranlib... no
- checking for ranlib... ranlib
- checking for gawk... no
- checking for mawk... mawk
- checking command to parse nm output from x86_64-esperanto-none-static-cc object... 
- ok
- checking for sysroot... no
- checking for a working dd... /usr/bin/dd
- checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
- checking for x86_64-unknown-none-mt... no
- checking for mt... no
- checking if : is a manifest tool... no
- checking how to run the C preprocessor... x86_64-esperanto-none-static-cc -E
- checking for ANSI C header files... no
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... no
- checking for strings.h... yes
- checking for inttypes.h... no
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... no
- checking for objdir... .libs
- checking for x86_64-esperanto-none-static-cc option to produce PIC...  -DPIC
- checking if x86_64-esperanto-none-static-cc PIC flag  -DPIC works... 
- yes
- checking if x86_64-esperanto-none-static-cc static flag  works... yes
- checking if x86_64-esperanto-none-static-cc supports -c -o file.o... yes
- checking if x86_64-esperanto-none-static-cc supports -c -o file.o... (cached) yes
- checking whether the x86_64-esperanto-none-static-cc linker (x86_64-esperanto-none-static-ld) supports shared libraries... no
- checking dynamic linker characteristics... no
- checking how to hardcode library paths into programs... unsupported
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... no
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking C compiler vendor... gcc-12-2
- checking whether host executables can be run in the build... yes
- checking whether #! works in shell scripts... yes
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for cos in -lm... (cached) no
- checking math.h usability... yes
- checking math.h presence... yes
- checking for math.h... yes
- checking for unistd.h... (cached) yes
- checking for stdint.h... (cached) yes
- checking for dirent.h... yes
- checking for sys/select.h... yes
- checking for off_t... 
- yes
- checking size of int... 4
- checking size of long... 8
- checking size of long *... 8
- checking size of short... 2
- checking size of long long... 
- 8
- configure: Target is a 64 bits architecture
- checking whether byte ordering is bigendian... no
- checking alignment of double... 8
- checking alignment of long... 8
- checking alignment of long long... 
- 8
- checking whether the C compiler supports __attribute__((aligned(n)))... yes
- checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
- checking for x86_64-unknown-none-ld... (cached) x86_64-esperanto-none-static-ld
- checking for rlwrap... no
- configure: checking semantics of signal handlers
- checking for sigaction... yes
- checking for sigprocmask... yes
- configure: POSIX signal handling found.
- checking for expm1... yes
- checking for log1p... yes
- checking for hypot... yes
- checking for fma... yes
- checking for exp2... yes
- checking for log2... 
- yes
- checking for cbrt... yes
- checking for acosh... yes
- checking for asinh... yes
- checking for atanh... 
- yes
- checking for erf... yes
- checking for erfc... yes
- checking for trunc... yes
- checking for round... 
- yes
- checking for copysign... yes
- checking whether round works... yes
- checking whether fma works... yes
- checking for getrusage... yes
- checking for times... 
- yes
- checking for secure_getenv... no
- checking for __secure_getenv... no
- checking for issetugid... yes
- checking for socket... yes
- checking for socketpair... 
- yes
- checking for bind... yes
- checking for listen... yes
- checking for accept... yes
- checking for connect... yes
- checking for socklen_t... yes
- checking for inet_aton... yes
- checking for struct sockaddr_in6... yes
- checking for getaddrinfo... yes
- checking for getnameinfo... 
- yes
- checking for inet_pton... yes
- checking for inet_ntop... yes
- checking for rewinddir... yes
- checking for lockf... yes
- checking for mkfifo... 
- yes
- checking for getcwd... yes
- checking whether system is declared... yes
- checking for sys/types.h... (cached) yes
- checking utime.h usability... no
- checking utime.h presence... no
- checking for utime.h... no
- checking for utimes... yes
- checking for fchmod... 
- yes
- checking for fchown... yes
- checking for truncate... yes
- checking for ftruncate... yes
- checking for select... yes
- checking for fd_set... 
- yes
- checking for nanosleep... yes
- checking for symlink... yes
- checking for readlink... yes
- checking for lstat... 
- yes
- checking for realpath... yes
- checking for waitpid... yes
- checking for wait4... yes
- checking for getgroups... yes
- checking for setgroups... 
- yes
- checking for initgroups... no
- checking termios.h usability... yes
- checking termios.h presence... yes
- checking for termios.h... yes
- checking for tcgetattr... yes
- checking for tcsetattr... yes
- checking for tcsendbreak... 
- yes
- checking for tcflush... yes
- checking for tcflow... yes
- checking for setitimer... yes
- checking for gethostname... 
- yes
- checking sys/utsname.h usability... no
- checking sys/utsname.h presence... no
- checking for sys/utsname.h... no
- checking for gettimeofday... yes
- checking for mktime... yes
- checking for setsid... yes
- checking for putenv... 
- yes
- checking for setenv... yes
- checking for unsetenv... yes
- checking locale.h usability... no
- checking locale.h presence... no
- checking for locale.h... no
- checking xlocale.h usability... no
- checking xlocale.h presence... no
- checking for xlocale.h... no
- checking for strtod_l... 
- yes
- configure: Dynamic loading of shared libraries is not supported.
- checking sys/mman.h usability... yes
- checking sys/mman.h presence... yes
- checking for sys/mman.h... yes
- checking for mmap... yes
- checking for munmap... yes
- checking for pwrite... yes
- checking whether the C compiler supports -fdebug-prefix-map... yes
- checking for struct stat.st_atim.tv_nsec... 
- yes
- configure: stat supports nanosecond precision
- checking how many arguments gethostbyname_r() takes... cannot find function declaration in netdb.h
- checking how many arguments gethostbyaddr_r() takes... cannot find function declaration in netdb.h
- checking for mkstemp... yes
- checking for nice... yes
- checking for dup3... yes
- checking for pipe2... 
- yes
- checking for accept4... yes
- checking for getauxval... yes
- checking sys/shm.h usability... no
- checking sys/shm.h presence... no
- checking for sys/shm.h... no
- checking for execvpe... yes
- checking spawn.h usability... 
- no
- checking spawn.h presence... no
- checking for spawn.h... no
- checking for ffs... yes
- checking whether _BitScanForward is declared... no
- configure: replay debugger disabled
- checking whether stack overflows can be detected... no
- checking whether x86_64-esperanto-none-static-cc is Clang... no
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... yes
- checking for joinable pthread attribute... 
- PTHREAD_CREATE_JOINABLE
- checking whether more special flags are required for pthreads... no
- checking for PTHREAD_PRIO_INHERIT... no
- configure: the POSIX threads library is supported
- checking for sigwait... no
- checking whether the assembler supports --debug-prefix-map... no
- checking whether the assembler supports CFI directives... yes
- configure: not using frame pointers
- checking whether mmap supports huge pages... yes
- configure: Disabling function sections.
- configure: creating ./config.status
- config.status: creating Makefile.build_config
- config.status: creating Makefile.config
- config.status: creating stdlib/sys.ml
- config.status: creating manual/src/version.tex
- config.status: creating manual/src/html_processing/src/common.ml
- config.status: creating tools/eventlog_metadata
- config.status: creating runtime/caml/m.h
- config.status: creating runtime/caml/s.h
- config.status: creating runtime/caml/version.h
- config.status: executing libtool commands
- echo "ARCH=amd64" >> ocaml/Makefile.config
- echo 'SAK_CC=cc' >> ocaml/Makefile.config
- echo 'SAK_CFLAGS=' >> ocaml/Makefile.config
- echo 'SAK_LINK=cc  $(OUTPUTEXE)$(1) $(2)' >> ocaml/Makefile.config
- echo '#undef OCAML_OS_TYPE' >> ocaml/runtime/caml/s.h
- echo '#define OCAML_OS_TYPE "None"' >> ocaml/runtime/caml/s.h
- /usr/bin/make -C ocaml world
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C runtime sak
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- cc -c  -o sak.o sak.c
- cc  -o sak sak.o
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- /usr/bin/make -C runtime all
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- cp primitives.new primitives
- echo "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/stublibs" > ld.conf
- cp /home/opam/.opam/4.14/bin/ocamlrun .
- cp /home/opam/.opam/4.14/bin/ocamlrund .
- echo "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml" >> ld.conf
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- /usr/bin/make -C stdlib \
-   OCAMLRUN='$(ROOTDIR)/runtime/ocamlrun' \
-   CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalFormatBasics.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalAtomic.mli
- echo '#!/home/opam/.opam/4.14/esperanto-sysroot/bin/ocamlrun' > camlheader
- echo '#!/home/opam/.opam/4.14/esperanto-sysroot/bin/ocamlrun' > target_camlheader
- echo '#!' | tr -d '\012' > camlheader_ur
- echo '#!/home/opam/.opam/4.14/esperanto-sysroot/bin/ocamlrund' > camlheaderd
- echo '#!/home/opam/.opam/4.14/esperanto-sysroot/bin/ocamlrund' > target_camlheaderd
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalAtomic.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalFormatBasics.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Pervasives.cmo -c pervasives.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Either.cmi -c either.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Sys.cmi -c sys.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Nativeint.cmi -c nativeint.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Int32.cmi -c int32.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalLazy.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Bool.cmi -c bool.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Char.cmi -c char.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Uchar.cmi -c uchar.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Int.cmi -c int.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Unit.cmi -c unit.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Marshal.cmi -c marshal.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Int64.cmi -c int64.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Lexing.cmi -c lexing.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Stream.cmi -c stream.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Arg.cmi -c arg.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Atomic.cmi -c atomic.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Printexc.cmi -c printexc.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Fun.cmi -c fun.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Digest.cmi -c digest.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
-          -o stdlib__Scanf.cmi -c scanf.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Callback.cmi -c callback.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Filename.cmi -c filename.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Complex.cmi -c complex.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__In_channel.cmi -c in_channel.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Out_channel.cmi -c out_channel.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c std_exit.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Either.cmo -c either.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Sys.cmo -c sys.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Obj.cmi -c obj.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Lazy.cmi -c lazy.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Seq.cmi -c seq.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Bool.cmo -c bool.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Char.cmo -c char.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Uchar.cmo -c uchar.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Int.cmo -c int.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Unit.cmo -c unit.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Int32.cmo -c int32.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Int64.cmo -c int64.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Nativeint.cmo -c nativeint.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Atomic.cmo -c atomic.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Fun.cmo -c fun.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Gc.cmi -c gc.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Random.cmi -c random.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Callback.cmo -c callback.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalOO.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalMod.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Genlex.cmi -c genlex.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Complex.cmo -c complex.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Bigarray.cmi -c bigarray.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Out_channel.cmo -c out_channel.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Obj.cmo -c obj.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalLazy.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Lazy.cmo -c lazy.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Parsing.cmi -c parsing.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Seq.cmo -c seq.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Option.cmi -c option.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Result.cmi -c result.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__List.cmi -c list.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Bytes.cmi -c bytes.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__String.cmi -c string.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Array.cmi -c array.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Float.cmi -c float.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Set.cmi -c set.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Map.cmi -c map.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Stack.cmi -c stack.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Queue.cmi -c queue.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A \
-          -o stdlib__Buffer.cmi -c buffer.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Hashtbl.cmi -c hashtbl.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -no-principal \
-          -o stdlib__Oo.cmi -c oo.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
-          -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
-          -o stdlib__ListLabels.cmi -c listLabels.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
-          -o stdlib__BytesLabels.cmi -c bytesLabels.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
-          -o stdlib__StringLabels.cmi -c stringLabels.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Option.cmo -c option.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Result.cmo -c result.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Queue.cmo -c queue.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Oo.cmo -c oo.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Array.cmo -c array.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Parsing.cmo -c parsing.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalMod.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match -c camlinternalFormat.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
-          -o stdlib__Printf.cmi -c printf.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Random.cmo -c random.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
-          -o stdlib__Format.cmi -c format.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__In_channel.cmo -c in_channel.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__List.cmo -c list.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Bytes.cmo -c bytes.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__String.cmo -c string.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Marshal.cmo -c marshal.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__Float.cmo -c float.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Lexing.cmo -c lexing.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Set.cmo -c set.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Map.cmo -c map.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Stack.cmo -c stack.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Stream.cmo -c stream.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A \
-          -o stdlib__Buffer.cmo -c buffer.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Arg.cmo -c arg.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Printexc.cmo -c printexc.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Gc.cmo -c gc.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Digest.cmo -c digest.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Hashtbl.cmo -c hashtbl.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Weak.cmi -c weak.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
-          -o stdlib__Scanf.cmo -c scanf.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalOO.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Genlex.cmo -c genlex.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Ephemeron.cmi -c ephemeron.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Filename.cmo -c filename.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__ListLabels.cmo -c listLabels.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__BytesLabels.cmo -c bytesLabels.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__StringLabels.cmo -c stringLabels.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
-          -o stdlib__MoreLabels.cmi -c moreLabels.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
-          -o stdlib__StdLabels.cmi -c stdLabels.mli
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Bigarray.cmo -c bigarray.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match -c camlinternalFormat.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
-          -o stdlib__Printf.cmo -c printf.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Weak.cmo -c weak.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
-          -o stdlib__Format.cmo -c format.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__StdLabels.cmo -c stdLabels.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Ephemeron.cmo -c ephemeron.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__MoreLabels.cmo -c moreLabels.ml
- ../runtime/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -a -o stdlib.cma camlinternalFormatBasics.cmo camlinternalAtomic.cmo stdlib.cmo stdlib__Pervasives.cmo stdlib__Either.cmo stdlib__Sys.cmo stdlib__Obj.cmo camlinternalLazy.cmo stdlib__Lazy.cmo stdlib__Seq.cmo stdlib__Option.cmo stdlib__Result.cmo stdlib__Bool.cmo stdlib__Char.cmo stdlib__Uchar.cmo stdlib__List.cmo stdlib__Int.cmo stdlib__Bytes.cmo stdlib__String.cmo stdlib__Unit.cmo stdlib__Marshal.cmo stdlib__Array.cmo stdlib__Float.cmo stdlib__Int32.cmo stdlib__Int64.cmo stdlib__Nativeint.cmo stdlib__Lexing.cmo stdlib__Parsing.cmo stdlib__Set.cmo stdlib__Map.cmo stdlib__Stack.cmo stdlib__Queue.cmo stdlib__Stream.cmo stdlib__Buffer.cmo camlinternalFormat.cmo stdlib__Printf.cmo stdlib__Arg.cmo stdlib__Atomic.cmo stdlib__Printexc.cmo stdlib__Fun.cmo stdlib__Gc.cmo stdlib__Digest.cmo stdlib__Random.cmo stdlib__Hashtbl.cmo stdlib__Weak.cmo stdlib__Format.cmo stdlib__Scanf.cmo stdlib__Callback.cmo camlinternalOO.cmo stdlib__Oo.cmo camlinternalMod.cmo stdlib__Genlex.cmo stdlib__Ephemeron.cmo stdlib__Filename.cmo stdlib__Complex.cmo stdlib__ArrayLabels.cmo stdlib__ListLabels.cmo stdlib__BytesLabels.cmo stdlib__StringLabels.cmo stdlib__MoreLabels.cmo stdlib__StdLabels.cmo stdlib__Bigarray.cmo stdlib__In_channel.cmo stdlib__Out_channel.cmo
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- cp runtime/ocamlrun boot/ocamlrun
- cd boot; rm -f stdlib.cma std_exit.cmo *.cmi camlheader
- cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
- cd boot; ln -sf ../runtime/libcamlrun.a .
- /usr/bin/make all
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C runtime  all
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- cd stdlib; ln -sf ../runtime/libcamlrun.a .
- /usr/bin/make ocamlc
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/warnings.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/longident.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/build_path_prefix_map.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/identifiable.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/load_path.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/allocated_const.mli
- /usr/bin/make -C utils config.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/config.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/arg_helper.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/profile.mli
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/utils'
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/local_store.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/terminfo.mli
- sed -e 's!%%AFL_INSTRUMENT%%!false!' \
-     -e 's!%%ARCH%%!amd64!' \
-     -e 's!%%ARCMD%%!ar!' \
-     -e 's!%%ASM%%!x86_64-esperanto-none-static-cc -c!' \
-     -e 's!%%ASM_CFI_SUPPORTED%%!true!' \
-     -e 's!%%BYTECCLIBS%%!!' \
-     -e 's!%%CC%%!x86_64-esperanto-none-static-cc!' \
-     -e 's!%%CCOMPTYPE%%!cc!' \
-     -e 's!%%OUTPUTOBJ%%!-o !' \
-     -e 's!%%EXT_ASM%%!.s!' \
-     -e 's!%%EXT_DLL%%!.so!' \
-     -e 's!%%EXE%%!!' \
-     -e 's!%%EXT_LIB%%!.a!' \
-     -e 's!%%EXT_OBJ%%!.o!' \
-     -e 's!%%FLAMBDA%%!false!' \
-     -e 's!%%WITH_FLAMBDA_INVARIANTS%%!false!' \
-     -e 's!%%WITH_CMM_INVARIANTS%%!false!' \
-     -e 's!%%FLEXLINK_FLAGS%%!!' \
-     -e 's!%%FLEXDLL_DIR%%!!' \
-     -e 's!%%HOST%%!x86_64-unknown-none!' \
-     -e 's!%%BINDIR%%!/home/opam/.opam/4.14/esperanto-sysroot/bin!' \
-     -e 's!%%LIBDIR%%!/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml!' \
-     -e 's!%%MKDLL%%!shared-libs-not-available!' \
-     -e 's!%%MKEXE%%!x86_64-esperanto-none-static-cc -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard   !' \
-     -e 's!%%FLEXLINK_LDFLAGS%%!!' \
-     -e 's!%%FLEXLINK_DLL_LDFLAGS%%!!' \
-     -e 's!%%MKMAINDLL%%!shared-libs-not-available!' \
-     -e 's!%%MODEL%%!default!' \
-     -e 's!%%NATIVECCLIBS%%!!' \
-     -e 's!%%OCAMLC_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv   !' \
-     -e 's!%%OCAMLC_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 -D__STRICT_ANSI__!' \
-     -e 's!%%OCAMLOPT_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv   !' \
-     -e 's!%%OCAMLOPT_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 -D__STRICT_ANSI__!' \
-     -e 's!%%PACKLD%%!x86_64-esperanto-none-static-ld -r -o !' \
-     -e 's!%%PROFINFO_WIDTH%%!0!' \
-     -e 's!%%RPATH%%!!' \
-     -e 's!%%MKSHAREDLIBRPATH%%!!' \
-     -e 's!%%FORCE_SAFE_STRING%%!true!' \
-     -e 's!%%DEFAULT_SAFE_STRING%%!true!' \
-     -e 's!%%WINDOWS_UNICODE%%!0!' \
-     -e 's!%%NAKED_POINTERS%%!true!' \
-     -e 's!%%SUPPORTS_SHARED_LIBRARIES%%!false!' \
-     -e 's!%%SYSTEM%%!unknown!' \
-     -e 's!%%SYSTHREAD_SUPPORT%%!true!' \
-     -e 's!%%TARGET%%!x86_64-unknown-none!' \
-     -e 's!%%WITH_FRAME_POINTERS%%!false!' \
-     -e 's!%%WITH_PROFINFO%%!false!' \
-     -e 's!%%FLAT_FLOAT_ARRAY%%!true!' \
-     -e 's!%%FUNCTION_SECTIONS%%!false!' \
-     -e 's!%%CC_HAS_DEBUG_PREFIX_MAP%%!true!' \
-     -e 's!%%AS_HAS_DEBUG_PREFIX_MAP%%!false!' \
-     config.mlp > config.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/ccomp.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/targetint.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/int_replace_polymorphic_compare.mli
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/utils'
- x86_64-esperanto-none-static-cc -E -I runtime/caml utils/domainstate.ml.c > utils/domainstate.ml
- x86_64-esperanto-none-static-cc -E -I runtime/caml utils/domainstate.mli.c > utils/domainstate.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/binutils.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/lazy_backtrack.mli
- cp boot/menhir/menhirLib.ml parsing/camlinternalMenhirLib.ml
- echo '[@@@ocaml.warning "-67"]' > parsing/camlinternalMenhirLib.mli
- ./boot/ocamlrun ./boot/ocamllex -q parsing/lexer.mll
- cat boot/menhir/menhirLib.mli >> parsing/camlinternalMenhirLib.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/switch.mli
- lambda/generate_runtimedef.sh runtime/caml/fail.h runtime/primitives > lambda/runtimedef.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/runtimedef.mli
- /usr/bin/make -C tools make_opcodes
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.mli
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main_args.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/makedepend.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.mli
- ../boot/ocamlrun ../boot/ocamllex -q make_opcodes.mll
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/errors.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/maindriver.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/location.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/misc.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/config.ml -I utils
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. make_opcodes.ml -o make_opcodes
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/build_path_prefix_map.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/arg_helper.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/local_store.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/terminfo.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/int_replace_polymorphic_compare.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/domainstate.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/binutils.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/lazy_backtrack.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/camlinternalMenhirLib.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/switch.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/runtimedef.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml -I bytecomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/domainstate.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/asttypes.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/annot.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/errors.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parsetree.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/ident.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/linkage_name.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/tag.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/static_exception.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/numbers.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/strongly_connected_components.mli
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- ./runtime/ocamlrun tools/make_opcodes -opcodes < runtime/caml/instruct.h > bytecomp/opcodes.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmxs_format.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/misc.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/identifiable.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/clflags.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/profile.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/load_path.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/warnings.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/consistbl.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/targetint.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/longident.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -i bytecomp/opcodes.ml > bytecomp/opcodes.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml -I bytecomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/camlinternalMenhirLib.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/path.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/debuginfo.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilation_unit.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/ccomp.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing_with_keys.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/location.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/docstrings.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/pprintast.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parse.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/printast.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_iterator.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/attr_helper.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/builtin_attributes.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_invariants.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/depend.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/ident.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/debuginfo.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/pparse.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/type_immediacy.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/shape.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/backend_var.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/numbers.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/clflags.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/consistbl.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/strongly_connected_components.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c utils/diffing_with_keys.ml -I utils
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/docstrings.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_helper.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/printast.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_iterator.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/attr_helper.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/builtin_attributes.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_invariants.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/depend.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/path.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/type_immediacy.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml -I bytecomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/pparse.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compenv.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/main_args.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/outcometree.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_id.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/export_id.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/primitive.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/oprint.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_origin.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/oprint.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/primitive.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/types.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/shape.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_helper.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/pprintast.ml -I parsing
- sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.ml > parsing/parser.ml
- sed "s/MenhirLib/CamlinternalMenhirLib/g" boot/menhir/parser.mli > parsing/parser.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parser.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parser.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/lexer.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/lexer.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c parsing/parse.ml -I parsing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/makedepend.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/subst.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmi_format.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/types.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/btype.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/predef.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/datarepr.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/errortrace.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/signature_group.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmi_format.ml -I file_formats
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/persistent_env.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/env.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/persistent_env.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/errortrace.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/btype.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/subst.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/predef.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/datarepr.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/signature_group.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/lambda.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/env.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedtree.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/ctype.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyp.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/mtype.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/envaux.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_properties.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_unboxed.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compmisc.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_properties.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_immediacy.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_separability.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmo_format.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/internal_variable_names.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda_primitives.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/envaux.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/lambda.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/printlambda.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translobj.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/tmc.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/simplif.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/instruct.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/ctype.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyp.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includeclass.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/mtype.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_unboxed.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_immediacy.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_separability.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translobj.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/tmc.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/simplif.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/variable.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedtree.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyped.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includecore.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_iterator.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_mapper.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/stypes.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmt_format.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/untypeast.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typetexp.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printpat.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/patterns.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/parmatch.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_variance.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeopt.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/rec_check.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typecore.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeclass.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/printlambda.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/matching.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translattribute.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translprim.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translcore.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translclass.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translmod.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile_common.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml -I bytecomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printtyped.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includeclass.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includecore.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_iterator.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/tast_mapper.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/stypes.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmt_format.ml -I file_formats
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/cmt2annot.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/untypeast.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typetexp.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/printpat.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/patterns.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/parmatch.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl_variance.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeopt.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/rec_check.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/matching.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translattribute.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translprim.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translcore.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translclass.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c lambda/translmod.ml -I lambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml -I bytecomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml -I bytecomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml -I bytecomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml -I bytecomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml -I bytecomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml -I bytecomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml -I bytecomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_element.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/symbol.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/parameter.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/mutable_variable.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod_errorprinter.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typedecl.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typecore.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typeclass.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typemod.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/maindriver.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/var_within_closure.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_id.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/includemod_errorprinter.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_origin.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c typing/typemod.ml -I typing
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compmisc.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/compile_common.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml -I bytecomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/projection.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/freshening.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simple_value_approx.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamlbytecomp.cma bytecomp/instruct.cmo bytecomp/bytegen.cmo bytecomp/printinstr.cmo bytecomp/emitcode.cmo bytecomp/bytelink.cmo bytecomp/bytelibrarian.cmo bytecomp/bytepackager.cmo driver/errors.cmo driver/compile.cmo driver/maindriver.cmo
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/cmx_format.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -linkall -o compilerlibs/ocamlcommon.cma utils/config.cmo utils/build_path_prefix_map.cmo utils/misc.cmo utils/identifiable.cmo utils/numbers.cmo utils/arg_helper.cmo utils/clflags.cmo utils/profile.cmo utils/local_store.cmo utils/load_path.cmo utils/terminfo.cmo utils/ccomp.cmo utils/warnings.cmo utils/consistbl.cmo utils/strongly_connected_components.cmo utils/targetint.cmo utils/int_replace_polymorphic_compare.cmo utils/domainstate.cmo utils/binutils.cmo utils/lazy_backtrack.cmo utils/diffing.cmo utils/diffing_with_keys.cmo parsing/location.cmo parsing/longident.cmo parsing/docstrings.cmo parsing/syntaxerr.cmo parsing/ast_helper.cmo parsing/pprintast.cmo parsing/camlinternalMenhirLib.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo parsing/ast_mapper.cmo parsing/ast_iterator.cmo parsing/attr_helper.cmo parsing/builtin_attributes.cmo parsing/ast_invariants.cmo parsing/depend.cmo typing/ident.cmo typing/path.cmo typing/primitive.cmo typing/type_immediacy.cmo typing/shape.cmo typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo typing/predef.cmo typing/datarepr.cmo file_formats/cmi_format.cmo typing/persistent_env.cmo typing/env.cmo typing/errortrace.cmo typing/typedtree.cmo typing/signature_group.cmo typing/printtyped.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/envaux.cmo typing/includecore.cmo typing/tast_iterator.cmo typing/tast_mapper.cmo typing/stypes.cmo file_formats/cmt_format.cmo typing/cmt2annot.cmo typing/untypeast.cmo typing/includemod.cmo typing/includemod_errorprinter.cmo typing/typetexp.cmo typing/printpat.cmo typing/patterns.cmo typing/parmatch.cmo typing/typedecl_properties.cmo typing/typedecl_variance.cmo typing/typedecl_unboxed.cmo typing/typedecl_immediacy.cmo typing/typedecl_separability.cmo typing/typedecl.cmo typing/typeopt.cmo typing/rec_check.cmo typing/typecore.cmo typing/typeclass.cmo typing/typemod.cmo lambda/debuginfo.cmo lambda/lambda.cmo lambda/printlambda.cmo lambda/switch.cmo lambda/matching.cmo lambda/translobj.cmo lambda/translattribute.cmo lambda/translprim.cmo lambda/translcore.cmo lambda/translclass.cmo lambda/translmod.cmo lambda/tmc.cmo lambda/simplif.cmo lambda/runtimedef.cmo bytecomp/meta.cmo bytecomp/opcodes.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo driver/pparse.cmo driver/compenv.cmo driver/main_args.cmo driver/compmisc.cmo driver/makedepend.cmo driver/compile_common.cmo
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives  -compat-32 -o ocamlc compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma driver/main.cmo
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make ocamllex ocamltools library
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C yacc  all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/yacc'
- cp /home/opam/.opam/4.14/bin/ocamlyacc .
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/backend_intf.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_cost.mli
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/yacc'
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/internal_variable_names.ml -I middle_end
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/linkage_name.ml -I middle_end
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilation_unit.ml -I middle_end
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/variable.ml -I middle_end
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_element.ml -I middle_end/flambda/base_types
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_id.ml -I middle_end/flambda/base_types
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/symbol.ml -I middle_end
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/backend_var.ml -I middle_end
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda_primitives.ml -I middle_end
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda_primitives.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/clambda.ml -I middle_end
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/semantics_of_primitives.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/convert_primitives.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/id_types.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/tag.ml -I middle_end/flambda/base_types
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/mutable_variable.ml -I middle_end/flambda/base_types
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_origin.ml -I middle_end/flambda/base_types
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/closure_origin.ml -I middle_end/flambda/base_types
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/var_within_closure.ml -I middle_end/flambda/base_types
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/static_exception.ml -I middle_end/flambda/base_types
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/pass_wrapper.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/allocated_const.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/parameter.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/projection.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_iterators.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_utils.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/effect_analysis.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info_for_pack.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilenv.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure_middle_end.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/import_approx.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_code.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion_aux.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/initialize_symbol_to_let_symbol.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_let_to_initialize_symbol.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/find_recursive_functions.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/invariant_params.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inconstant_idents.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/alias_analysis.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_constants.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/share_constants.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_common.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_arguments.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_closure_vars.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_program_constructs.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_primitives.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_free_vars_equal_to_args.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/ref_to_variables.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_invariants.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/traverse_for_exported_symbols.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/build_export_info.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_offsets.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/un_anf.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_to_clambda.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_middle_end.mli
- /usr/bin/make -C stdlib  all
- /usr/bin/make -C lex all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats_types.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_boxed_integer_ops_intf.mli
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/lex'
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot cset.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda_primitives.ml -I middle_end
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/printclambda.ml -I middle_end
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalFormatBasics.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalAtomic.mli
- ../yacc/ocamlyacc -v parser.mly
- ../boot/ocamlrun ../boot/ocamllex -q lexer.mll
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/semantics_of_primitives.ml -I middle_end
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot table.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/convert_primitives.ml -I middle_end
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/id_types.ml -I middle_end/flambda/base_types
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/export_id.ml -I middle_end/flambda/base_types
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalAtomic.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot cset.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/base_types/set_of_closures_id.ml -I middle_end/flambda/base_types
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot syntax.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/pass_wrapper.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_iterators.ml -I middle_end/flambda
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot table.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_utils.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/freshening.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/effect_analysis.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_cost.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simple_value_approx.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/export_info_for_pack.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/compilenv.ml -I middle_end
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure.ml -I middle_end/closure
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure/closure_middle_end.ml -I middle_end/closure
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot syntax.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/import_approx.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_code.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion_aux.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_conversion.ml -I middle_end/flambda
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot parser.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/initialize_symbol_to_let_symbol.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_let_to_initialize_symbol.ml -I middle_end/flambda
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexgen.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/find_recursive_functions.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/invariant_params.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inconstant_idents.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/alias_analysis.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/lift_constants.ml -I middle_end/flambda
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot parser.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/share_constants.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_common.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_arguments.ml -I middle_end/flambda
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexer.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexgen.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_closure_vars.ml -I middle_end/flambda
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot compact.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot common.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_unused_program_constructs.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_boxed_integer_ops.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats_types.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot lexer.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/remove_free_vars_equal_to_args.ml -I middle_end/flambda
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot compact.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/ref_to_variables.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_invariants.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/traverse_for_exported_symbols.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/closure_offsets.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/un_anf.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_to_clambda.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify_aux.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_boxed_integer_ops.ml -I middle_end/flambda
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalFormatBasics.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/simplify_primitives.ml -I middle_end/flambda
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot common.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_stats.ml -I middle_end/flambda
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot output.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot output.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A -safe-string -strict-sequence -strict-formats -bin-annot main.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision_intf.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify_aux.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/extract_projections.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/augment_specialised_args.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_free_vars_of_closures.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_specialised_args.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_closures.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/build_export_info.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/extract_projections.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_transforms.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_free_vars_of_closures.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/augment_specialised_args.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_specialised_args.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/unbox_closures.ml -I middle_end/flambda
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Pervasives.cmo -c pervasives.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/flambda_middle_end.ml -I middle_end/flambda
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Either.cmi -c either.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_transforms.ml -I middle_end/flambda
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Sys.cmi -c sys.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Nativeint.cmi -c nativeint.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inlining_decision.ml -I middle_end/flambda
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c middle_end/flambda/inline_and_simplify.ml -I middle_end/flambda
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Int32.cmi -c int32.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalLazy.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Bool.cmi -c bool.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Char.cmi -c char.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Uchar.cmi -c uchar.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Int.cmi -c int.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Unit.cmi -c unit.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Marshal.cmi -c marshal.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Int32.cmo -c int32.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Int64.cmi -c int64.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Nativeint.cmo -c nativeint.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Lexing.cmi -c lexing.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Stream.cmi -c stream.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Arg.cmi -c arg.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Atomic.cmi -c atomic.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Printexc.cmi -c printexc.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Fun.cmi -c fun.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Digest.cmi -c digest.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Random.cmi -c random.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
-          -o stdlib__Scanf.cmi -c scanf.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Callback.cmi -c callback.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Genlex.cmi -c genlex.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Filename.cmi -c filename.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Complex.cmi -c complex.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__In_channel.cmi -c in_channel.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Out_channel.cmi -c out_channel.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c std_exit.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Either.cmo -c either.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Sys.cmo -c sys.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Obj.cmi -c obj.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Lazy.cmi -c lazy.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Seq.cmi -c seq.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives  -compat-32 -o ocamllex cset.cmo syntax.cmo parser.cmo lexer.cmo table.cmo lexgen.cmo compact.cmo common.cmo output.cmo outputbis.cmo main.cmo
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Bool.cmo -c bool.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Char.cmo -c char.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Uchar.cmo -c uchar.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Int.cmo -c int.ml
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/lex'
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Unit.cmo -c unit.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Int64.cmo -c int64.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Parsing.cmi -c parsing.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Atomic.cmo -c atomic.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Fun.cmo -c fun.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Gc.cmi -c gc.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Hashtbl.cmi -c hashtbl.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Callback.cmo -c callback.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalOO.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalMod.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Complex.cmo -c complex.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
-          -o stdlib__ArrayLabels.cmi -c arrayLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
-          -o stdlib__ListLabels.cmi -c listLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
-          -o stdlib__BytesLabels.cmi -c bytesLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
-          -o stdlib__StringLabels.cmi -c stringLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Bigarray.cmi -c bigarray.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Out_channel.cmo -c out_channel.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Obj.cmo -c obj.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalLazy.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Lazy.cmo -c lazy.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Seq.cmo -c seq.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Option.cmi -c option.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Result.cmi -c result.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__List.cmi -c list.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Bytes.cmi -c bytes.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__String.cmi -c string.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Array.cmi -c array.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Float.cmi -c float.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Set.cmi -c set.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Map.cmi -c map.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Stack.cmi -c stack.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Queue.cmi -c queue.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A \
-          -o stdlib__Buffer.cmi -c buffer.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Digest.cmo -c digest.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Random.cmo -c random.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Hashtbl.cmo -c hashtbl.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Weak.cmi -c weak.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
-          -o stdlib__Format.cmi -c format.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalOO.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -no-principal \
-          -o stdlib__Oo.cmi -c oo.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -c camlinternalMod.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Genlex.cmo -c genlex.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamlmiddleend.cma middle_end/internal_variable_names.cmo middle_end/linkage_name.cmo middle_end/compilation_unit.cmo middle_end/variable.cmo middle_end/flambda/base_types/closure_element.cmo middle_end/flambda/base_types/closure_id.cmo middle_end/symbol.cmo middle_end/backend_var.cmo middle_end/clambda_primitives.cmo middle_end/printclambda_primitives.cmo middle_end/clambda.cmo middle_end/printclambda.cmo middle_end/semantics_of_primitives.cmo middle_end/convert_primitives.cmo middle_end/flambda/base_types/id_types.cmo middle_end/flambda/base_types/export_id.cmo middle_end/flambda/base_types/tag.cmo middle_end/flambda/base_types/mutable_variable.cmo middle_end/flambda/base_types/set_of_closures_id.cmo middle_end/flambda/base_types/set_of_closures_origin.cmo middle_end/flambda/base_types/closure_origin.cmo middle_end/flambda/base_types/var_within_closure.cmo middle_end/flambda/base_types/static_exception.cmo middle_end/flambda/pass_wrapper.cmo middle_end/flambda/allocated_const.cmo middle_end/flambda/parameter.cmo middle_end/flambda/projection.cmo middle_end/flambda/flambda.cmo middle_end/flambda/flambda_iterators.cmo middle_end/flambda/flambda_utils.cmo middle_end/flambda/freshening.cmo middle_end/flambda/effect_analysis.cmo middle_end/flambda/inlining_cost.cmo middle_end/flambda/simple_value_approx.cmo middle_end/flambda/export_info.cmo middle_end/flambda/export_info_for_pack.cmo middle_end/compilenv.cmo middle_end/closure/closure.cmo middle_end/closure/closure_middle_end.cmo middle_end/flambda/import_approx.cmo middle_end/flambda/lift_code.cmo middle_end/flambda/closure_conversion_aux.cmo middle_end/flambda/closure_conversion.cmo middle_end/flambda/initialize_symbol_to_let_symbol.cmo middle_end/flambda/lift_let_to_initialize_symbol.cmo middle_end/flambda/find_recursive_functions.cmo middle_end/flambda/invariant_params.cmo middle_end/flambda/inconstant_idents.cmo middle_end/flambda/alias_analysis.cmo middle_end/flambda/lift_constants.cmo middle_end/flambda/share_constants.cmo middle_end/flambda/simplify_common.cmo middle_end/flambda/remove_unused_arguments.cmo middle_end/flambda/remove_unused_closure_vars.cmo middle_end/flambda/remove_unused_program_constructs.cmo middle_end/flambda/simplify_boxed_integer_ops.cmo middle_end/flambda/simplify_primitives.cmo middle_end/flambda/inlining_stats_types.cmo middle_end/flambda/inlining_stats.cmo middle_end/flambda/inline_and_simplify_aux.cmo middle_end/flambda/remove_free_vars_equal_to_args.cmo middle_end/flambda/extract_projections.cmo middle_end/flambda/augment_specialised_args.cmo middle_end/flambda/unbox_free_vars_of_closures.cmo middle_end/flambda/unbox_specialised_args.cmo middle_end/flambda/unbox_closures.cmo middle_end/flambda/inlining_transforms.cmo middle_end/flambda/inlining_decision.cmo middle_end/flambda/inline_and_simplify.cmo middle_end/flambda/ref_to_variables.cmo middle_end/flambda/flambda_invariants.cmo middle_end/flambda/traverse_for_exported_symbols.cmo middle_end/flambda/build_export_info.cmo middle_end/flambda/closure_offsets.cmo middle_end/flambda/un_anf.cmo middle_end/flambda/flambda_to_clambda.cmo middle_end/flambda/flambda_middle_end.cmo
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Ephemeron.cmi -c ephemeron.mli
- /usr/bin/make -C tools all
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__ArrayLabels.cmo -c arrayLabels.ml
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__ListLabels.cmo -c listLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamldep.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__BytesLabels.cmo -c bytesLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamlprof.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamlcp.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__StringLabels.cmo -c stringLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamloptp.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamlmklib.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamlmktop.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - ocamlcmt.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
-          -o stdlib__MoreLabels.cmi -c moreLabels.mli
- ../runtime/ocamlrun make_opcodes -opnames < ../runtime/caml/instruct.h > opnames.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -pp "$AWK -f ./expand_module_aliases.awk" \
-          -o stdlib__StdLabels.cmi -c stdLabels.mli
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - objinfo.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - primreq.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - stripdebug.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - cmpbyt.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - profiling.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Bigarray.cmo -c bigarray.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__In_channel.cmo -c in_channel.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -compat-32 -I .. -o ocamldep ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ocamldep.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlmktop ../utils/config.cmo ../utils/build_path_prefix_map.cmo ../utils/misc.cmo ../utils/identifiable.cmo ../utils/numbers.cmo ../utils/arg_helper.cmo ../utils/clflags.cmo ../utils/local_store.cmo ../utils/load_path.cmo ../utils/profile.cmo ../utils/ccomp.cmo ocamlmktop.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - opnames.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - profiling.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Option.cmo -c option.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Result.cmo -c result.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - dumpobj.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o stripdebug ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma stripdebug.cmo
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__List.cmo -c list.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamloptp ../utils/config.cmo ../utils/build_path_prefix_map.cmo ../utils/misc.cmo ../utils/profile.cmo ../utils/warnings.cmo ../utils/identifiable.cmo ../utils/numbers.cmo ../utils/arg_helper.cmo ../utils/clflags.cmo ../utils/local_store.cmo ../utils/terminfo.cmo ../parsing/location.cmo ../utils/load_path.cmo ../utils/ccomp.cmo ../driver/compenv.cmo ../driver/main_args.cmo ocamloptp.cmo
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Bytes.cmo -c bytes.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__String.cmo -c string.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Marshal.cmo -c marshal.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Array.cmo -c array.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__Float.cmo -c float.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlcp ../utils/config.cmo ../utils/build_path_prefix_map.cmo ../utils/misc.cmo ../utils/profile.cmo ../utils/warnings.cmo ../utils/identifiable.cmo ../utils/numbers.cmo ../utils/arg_helper.cmo ../utils/clflags.cmo ../utils/local_store.cmo ../utils/terminfo.cmo ../parsing/location.cmo ../utils/load_path.cmo ../utils/ccomp.cmo ../driver/compenv.cmo ../driver/main_args.cmo ocamlcp.cmo
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Lexing.cmo -c lexing.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Parsing.cmo -c parsing.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o cmpbyt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma cmpbyt.cmo
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Set.cmo -c set.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o primreq ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma primreq.cmo
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Map.cmo -c map.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Stack.cmo -c stack.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Queue.cmo -c queue.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Stream.cmo -c stream.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A \
-          -o stdlib__Buffer.cmo -c buffer.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match -c camlinternalFormat.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
-          -o stdlib__Printf.cmi -c printf.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Weak.cmo -c weak.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Oo.cmo -c oo.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Ephemeron.cmo -c ephemeron.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__MoreLabels.cmo -c moreLabels.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nolabels -no-alias-deps \
-          -o stdlib__StdLabels.cmo -c stdLabels.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Arg.cmo -c arg.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Printexc.cmo -c printexc.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Gc.cmo -c gc.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
-          -o stdlib__Format.cmo -c format.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlobjinfo ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ../compilerlibs/ocamlmiddleend.cma objinfo.cmo
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
-          -o stdlib__Scanf.cmo -c scanf.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   \
-          -o stdlib__Filename.cmo -c filename.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlcmt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ocamlcmt.cmo
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match -c camlinternalFormat.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlmklib ../utils/config.cmo ../utils/build_path_prefix_map.cmo ../utils/misc.cmo ocamlmklib.cmo
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats  -w +A -w -fragile-match \
-          -o stdlib__Printf.cmo -c printf.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o ocamlprof ../utils/config.cmo ../utils/build_path_prefix_map.cmo ../utils/misc.cmo ../utils/identifiable.cmo ../utils/numbers.cmo ../utils/arg_helper.cmo ../utils/clflags.cmo ../utils/terminfo.cmo ../utils/warnings.cmo ../parsing/location.cmo ../parsing/longident.cmo ../parsing/docstrings.cmo ../parsing/syntaxerr.cmo ../parsing/ast_helper.cmo ../parsing/camlinternalMenhirLib.cmo ../parsing/parser.cmo ../parsing/pprintast.cmo ../parsing/lexer.cmo ../parsing/parse.cmo ocamlprof.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -I .. -o dumpobj ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma opnames.cmo dumpobj.cmo
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- ../boot/ocamlrun ../ocamlc -a -o stdlib.cma camlinternalFormatBasics.cmo camlinternalAtomic.cmo stdlib.cmo stdlib__Pervasives.cmo stdlib__Either.cmo stdlib__Sys.cmo stdlib__Obj.cmo camlinternalLazy.cmo stdlib__Lazy.cmo stdlib__Seq.cmo stdlib__Option.cmo stdlib__Result.cmo stdlib__Bool.cmo stdlib__Char.cmo stdlib__Uchar.cmo stdlib__List.cmo stdlib__Int.cmo stdlib__Bytes.cmo stdlib__String.cmo stdlib__Unit.cmo stdlib__Marshal.cmo stdlib__Array.cmo stdlib__Float.cmo stdlib__Int32.cmo stdlib__Int64.cmo stdlib__Nativeint.cmo stdlib__Lexing.cmo stdlib__Parsing.cmo stdlib__Set.cmo stdlib__Map.cmo stdlib__Stack.cmo stdlib__Queue.cmo stdlib__Stream.cmo stdlib__Buffer.cmo camlinternalFormat.cmo stdlib__Printf.cmo stdlib__Arg.cmo stdlib__Atomic.cmo stdlib__Printexc.cmo stdlib__Fun.cmo stdlib__Gc.cmo stdlib__Digest.cmo stdlib__Random.cmo stdlib__Hashtbl.cmo stdlib__Weak.cmo stdlib__Format.cmo stdlib__Scanf.cmo stdlib__Callback.cmo camlinternalOO.cmo stdlib__Oo.cmo camlinternalMod.cmo stdlib__Genlex.cmo stdlib__Ephemeron.cmo stdlib__Filename.cmo stdlib__Complex.cmo stdlib__ArrayLabels.cmo stdlib__ListLabels.cmo stdlib__BytesLabels.cmo stdlib__StringLabels.cmo stdlib__MoreLabels.cmo stdlib__StdLabels.cmo stdlib__Bigarray.cmo stdlib__In_channel.cmo stdlib__Out_channel.cmo
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make ocaml
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/expunge.ml -I toplevel
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/genprintval.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/trace.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/toploop.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topdirs.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topmain.mli
- cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topstart.ml -I toplevel
- cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topcommon.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/genprintval.ml -I toplevel
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives  -o expunge compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topeval.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topcommon.ml -I toplevel
- cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/toploop.ml -I toplevel
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/topdirs.ml -I toplevel
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/byte/topeval.ml -I toplevel/byte
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/byte/trace.ml -I toplevel/byte
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c toplevel/byte/topmain.ml -I toplevel/byte
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamltoplevel.cma -I toplevel/byte toplevel/genprintval.cmo toplevel/topcommon.cmo toplevel/byte/topeval.cmo toplevel/byte/trace.cmo toplevel/toploop.cmo toplevel/topdirs.cmo toplevel/byte/topmain.cmo
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives  -I toplevel/byte -linkall -o ocaml.tmp compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma compilerlibs/ocamltoplevel.cma toplevel/topstart.cmo
- ./boot/ocamlrun expunge ocaml.tmp ocaml  camlinternalFormatBasics camlinternalAtomic stdlib stdlib__Pervasives stdlib__Either stdlib__Sys stdlib__Obj camlinternalLazy stdlib__Lazy stdlib__Seq stdlib__Option stdlib__Result stdlib__Bool stdlib__Char stdlib__Uchar stdlib__List stdlib__Int stdlib__Bytes stdlib__String stdlib__Unit stdlib__Marshal stdlib__Array stdlib__Float stdlib__Int32 stdlib__Int64 stdlib__Nativeint stdlib__Lexing stdlib__Parsing stdlib__Set stdlib__Map stdlib__Stack stdlib__Queue stdlib__Stream stdlib__Buffer camlinternalFormat stdlib__Printf stdlib__Arg stdlib__Atomic stdlib__Printexc stdlib__Fun stdlib__Gc stdlib__Digest stdlib__Random stdlib__Hashtbl stdlib__Weak stdlib__Format stdlib__Scanf stdlib__Callback camlinternalOO stdlib__Oo camlinternalMod stdlib__Genlex stdlib__Ephemeron stdlib__Filename stdlib__Complex stdlib__ArrayLabels stdlib__ListLabels stdlib__BytesLabels stdlib__StringLabels stdlib__MoreLabels stdlib__StdLabels stdlib__Bigarray stdlib__In_channel stdlib__Out_channel outcometree topdirs toploop
- rm ocaml.tmp
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make otherlibraries   \
-          
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C yacc  all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/yacc'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/yacc'
- /usr/bin/make -C lex all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/lex'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/lex'
- /usr/bin/make -C tools all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- /usr/bin/make -C otherlibs all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs'
- make[5]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/unix'
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o accept.o accept.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o access.o access.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o addrofstr.o addrofstr.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o alarm.o alarm.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o bind.o bind.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o channels.o channels.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o chdir.o chdir.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o chmod.o chmod.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o chown.o chown.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o chroot.o chroot.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o close.o close.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o fsync.o fsync.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o closedir.o closedir.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o connect.o connect.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o cst2constr.o cst2constr.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o cstringv.o cstringv.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o dup.o dup.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o dup2.o dup2.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o envir.o envir.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o errmsg.o errmsg.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o execv.o execv.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o execve.o execve.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o execvp.o execvp.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o exit.o exit.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o fchmod.o fchmod.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o fchown.o fchown.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o fcntl.o fcntl.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o fork.o fork.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o ftruncate.o ftruncate.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getaddrinfo.o getaddrinfo.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getcwd.o getcwd.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getegid.o getegid.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o geteuid.o geteuid.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getgid.o getgid.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getgr.o getgr.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getgroups.o getgroups.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o gethost.o gethost.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o gethostname.o gethostname.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getlogin.o getlogin.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- addrofstr.c: In function 'unix_inet_addr_of_string':
- addrofstr.c:90:1: warning: control reaches end of non-void function [-Wreturn-type]
-    90 | }
-       | ^
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getnameinfo.o getnameinfo.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getpeername.o getpeername.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getpid.o getpid.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getppid.o getppid.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getproto.o getproto.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getpw.o getpw.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o gettimeofday.o gettimeofday.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getserv.o getserv.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getsockname.o getsockname.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getuid.o getuid.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o gmtime.o gmtime.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o initgroups.o initgroups.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o isatty.o isatty.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o itimer.o itimer.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o kill.o kill.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o link.o link.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o listen.o listen.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o lockf.o lockf.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o lseek.o lseek.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o mkdir.o mkdir.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o mkfifo.o mkfifo.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o mmap.o mmap.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o mmap_ba.o mmap_ba.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o nice.o nice.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o open.o open.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o opendir.o opendir.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o pipe.o pipe.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o putenv.o putenv.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o read.o read.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o realpath.o realpath.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o readdir.o readdir.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o readlink.o readlink.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o rename.o rename.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o rewinddir.o rewinddir.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o rmdir.o rmdir.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o select.o select.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o sendrecv.o sendrecv.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o setgid.o setgid.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o setgroups.o setgroups.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o setsid.o setsid.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o setuid.o setuid.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o shutdown.o shutdown.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o signals.o signals.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o sleep.o sleep.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o socket.o socket.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- initgroups.c: In function 'unix_initgroups':
- initgroups.c:44:56: warning: control reaches end of non-void function [-Wreturn-type]
-    44 | { caml_invalid_argument("initgroups not implemented"); }
-       |                                                        ^
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o socketaddr.o socketaddr.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o socketpair.o socketpair.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o sockopt.o sockopt.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o spawn.o spawn.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o stat.o stat.c
- mmap.c:20: warning: "_XOPEN_SOURCE" redefined
-    20 | #define _XOPEN_SOURCE 600
-       | 
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:35251: note: this is the location of the previous definition
- 35251 | #define _XOPEN_SOURCE   700
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o strofaddr.o strofaddr.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o symlink.o symlink.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o termios.o termios.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o time.o time.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o times.o times.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o truncate.o truncate.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o umask.o umask.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o unixsupport.o unixsupport.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o unlink.o unlink.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o utimes.o utimes.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o wait.o wait.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o write.o write.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.mli
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- sockopt.c: In function 'unix_getsockopt_aux':
- sockopt.c:229:1: warning: control reaches end of non-void function [-Wreturn-type]
-   229 | }
-       | ^
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels -pp "mawk -f ../../stdlib/expand_module_aliases.awk" unixLabels.mli
- ../../boot/ocamlrun ../../tools/ocamlmklib -oc unix accept.o access.o addrofstr.o alarm.o bind.o channels.o chdir.o chmod.o chown.o chroot.o close.o fsync.o closedir.o connect.o cst2constr.o cstringv.o dup.o dup2.o envir.o errmsg.o execv.o execve.o execvp.o exit.o fchmod.o fchown.o fcntl.o fork.o ftruncate.o getaddrinfo.o getcwd.o getegid.o geteuid.o getgid.o getgr.o getgroups.o gethost.o gethostname.o getlogin.o getnameinfo.o getpeername.o getpid.o getppid.o getproto.o getpw.o gettimeofday.o getserv.o getsockname.o getuid.o gmtime.o initgroups.o isatty.o itimer.o kill.o link.o listen.o lockf.o lseek.o mkdir.o mkfifo.o mmap.o mmap_ba.o nice.o open.o opendir.o pipe.o putenv.o read.o realpath.o readdir.o readlink.o rename.o rewinddir.o rmdir.o select.o sendrecv.o setgid.o setgroups.o setsid.o setuid.o shutdown.o signals.o sleep.o socket.o socketaddr.o socketpair.o sockopt.o spawn.o stat.o strofaddr.o symlink.o termios.o time.o times.o truncate.o umask.o unixsupport.o unlink.o utimes.o wait.o write.o 
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unixLabels.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
-          unix.cmo unixLabels.cmo 
- make[5]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/unix'
- make[5]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/bigarray'
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats  bigarray.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats  bigarray.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -o bigarray.cma -a -linkall bigarray.cmo 
- make[5]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/bigarray'
- make[5]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/str'
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o strstubs.o strstubs.c
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats  str.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats  str.ml
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o 
- ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
-          str.cmo 
- make[5]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/str'
- make[5]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/systhreads'
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g   -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime -D__STRICT_ANSI__ \
-   -o st_stubs.b.o st_stubs.c
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string mutex.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string thread.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string threadUnix.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string condition.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string event.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string semaphore.ml
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- ../../boot/ocamlrun ../../tools/ocamlmklib -o threads -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix' -linkall thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo semaphore.cmo
- ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs.b.o
- make[5]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/systhreads'
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C ocaml opt
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make runtimeopt
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C runtime  allopt
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- tr -d '\r' < caml/instruct.h | \
- sed -e '/\/\*/d' \
-     -e '/^#/d' \
-     -e 's/enum /static char * names_of_/' \
-     -e 's/{$/[] = {/' \
-     -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h
- tr -d '\r' < caml/instruct.h | \
- sed -n -e '/^  /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
-        -e '/^}/q' > caml/jumptbl.h
- echo '/* This file is generated from ../Makefile.config */' > build_config.h
- echo '#define OCAML_STDLIB_DIR "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"' >> build_config.h
- x86_64-esperanto-none-static-cc -D__STRICT_ANSI__ -c -DSYS_unknown -I../runtime -DMODEL_default -o amd64.o amd64.S || \
- { echo "If your assembler produced syntax errors, it is probably";\
-           echo "unhappy with the preprocessor. Check your assembler, or";\
-           echo "try producing amd64.o by hand.";\
-           exit 2; }
- echo '#define HOST "x86_64-unknown-none"' >> build_config.h
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o startup_aux.n.o startup_aux.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o startup_nat.n.o startup_nat.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o main.n.o main.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o fail_nat.n.o fail_nat.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o roots_nat.n.o roots_nat.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o signals.n.o signals.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o signals_nat.n.o signals_nat.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o misc.n.o misc.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o freelist.n.o freelist.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o major_gc.n.o major_gc.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o minor_gc.n.o minor_gc.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o memory.n.o memory.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o alloc.n.o alloc.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o compare.n.o compare.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o ints.n.o ints.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o floats.n.o floats.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o str.n.o str.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o array.n.o array.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o io.n.o io.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o extern.n.o extern.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o intern.n.o intern.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o hash.n.o hash.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o sys.n.o sys.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o parsing.n.o parsing.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o gc_ctrl.n.o gc_ctrl.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o eventlog.n.o eventlog.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o md5.n.o md5.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o obj.n.o obj.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o lexing.n.o lexing.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o unix.n.o unix.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o printexc.n.o printexc.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o callback.n.o callback.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o weak.n.o weak.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o compact.n.o compact.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o finalise.n.o finalise.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o custom.n.o custom.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o globroots.n.o globroots.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o backtrace_nat.n.o backtrace_nat.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o backtrace.n.o backtrace.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o dynlink_nat.n.o dynlink_nat.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o debugger.n.o debugger.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o meta.n.o meta.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o dynlink.n.o dynlink.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o clambda_checks.n.o clambda_checks.c
- sys.c: In function 'caml_sys_exit':
- sys.c:176:1: warning: control reaches end of non-void function [-Wreturn-type]
-   176 | }
-       | ^
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o afl.n.o afl.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o bigarray.n.o bigarray.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o memprof.n.o memprof.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o domain.n.o domain.c
- io.c: In function 'caml_channel_size':
- io.c:171:1: warning: control reaches end of non-void function [-Wreturn-type]
-   171 | }
-       | ^
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o skiplist.n.o skiplist.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ -o codefrag.n.o codefrag.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o startup_aux.nd.o startup_aux.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o startup_nat.nd.o startup_nat.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o main.nd.o main.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o fail_nat.nd.o fail_nat.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o roots_nat.nd.o roots_nat.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o signals.nd.o signals.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o signals_nat.nd.o signals_nat.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o misc.nd.o misc.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o freelist.nd.o freelist.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o major_gc.nd.o major_gc.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o minor_gc.nd.o minor_gc.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o memory.nd.o memory.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o alloc.nd.o alloc.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o compare.nd.o compare.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o ints.nd.o ints.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o floats.nd.o floats.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o str.nd.o str.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o array.nd.o array.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o io.nd.o io.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o extern.nd.o extern.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o intern.nd.o intern.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o hash.nd.o hash.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o sys.nd.o sys.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o parsing.nd.o parsing.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o gc_ctrl.nd.o gc_ctrl.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o eventlog.nd.o eventlog.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o md5.nd.o md5.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o obj.nd.o obj.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o lexing.nd.o lexing.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o unix.nd.o unix.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o printexc.nd.o printexc.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o callback.nd.o callback.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o weak.nd.o weak.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o compact.nd.o compact.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o finalise.nd.o finalise.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o custom.nd.o custom.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- io.c: In function 'caml_channel_size':
- io.c:171:1: warning: control reaches end of non-void function [-Wreturn-type]
-   171 | }
-       | ^
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- sys.c: In function 'caml_sys_exit':
- sys.c:176:1: warning: control reaches end of non-void function [-Wreturn-type]
-   176 | }
-       | ^
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o globroots.nd.o globroots.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o backtrace_nat.nd.o backtrace_nat.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o backtrace.nd.o backtrace.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o dynlink_nat.nd.o dynlink_nat.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o debugger.nd.o debugger.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o meta.nd.o meta.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o dynlink.nd.o dynlink.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o clambda_checks.nd.o clambda_checks.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o afl.nd.o afl.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o bigarray.nd.o bigarray.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o memprof.nd.o memprof.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o domain.nd.o domain.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o skiplist.nd.o skiplist.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g  -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -DCAMLDLLIMPORT= -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DDEBUG -D__STRICT_ANSI__ -o codefrag.nd.o codefrag.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- rm -f libasmrun.a && ar rc libasmrun.a  startup_aux.n.o startup_nat.n.o main.n.o fail_nat.n.o roots_nat.n.o signals.n.o signals_nat.n.o misc.n.o freelist.n.o major_gc.n.o minor_gc.n.o memory.n.o alloc.n.o compare.n.o ints.n.o floats.n.o str.n.o array.n.o io.n.o extern.n.o intern.n.o hash.n.o sys.n.o parsing.n.o gc_ctrl.n.o eventlog.n.o md5.n.o obj.n.o lexing.n.o unix.n.o printexc.n.o callback.n.o weak.n.o compact.n.o finalise.n.o custom.n.o globroots.n.o backtrace_nat.n.o backtrace.n.o dynlink_nat.n.o debugger.n.o meta.n.o dynlink.n.o clambda_checks.n.o afl.n.o bigarray.n.o memprof.n.o domain.n.o skiplist.n.o codefrag.n.o amd64.o
- rm -f libasmrund.a && ar rc libasmrund.a  startup_aux.nd.o startup_nat.nd.o main.nd.o fail_nat.nd.o roots_nat.nd.o signals.nd.o signals_nat.nd.o misc.nd.o freelist.nd.o major_gc.nd.o minor_gc.nd.o memory.nd.o alloc.nd.o compare.nd.o ints.nd.o floats.nd.o str.nd.o array.nd.o io.nd.o extern.nd.o intern.nd.o hash.nd.o sys.nd.o parsing.nd.o gc_ctrl.nd.o eventlog.nd.o md5.nd.o obj.nd.o lexing.nd.o unix.nd.o printexc.nd.o callback.nd.o weak.nd.o compact.nd.o finalise.nd.o custom.nd.o globroots.nd.o backtrace_nat.nd.o backtrace.nd.o dynlink_nat.nd.o debugger.nd.o meta.nd.o dynlink.nd.o clambda_checks.nd.o afl.nd.o bigarray.nd.o memprof.nd.o domain.nd.o skiplist.nd.o codefrag.nd.o amd64.o
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- cp runtime/libasmrun.a stdlib/libasmrun.a
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make ocamlopt
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_ast.mli
- cd asmcomp; ln -sf amd64/arch.ml .
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm.mli
- cd asmcomp; ln -sf amd64/proc.ml .
- cd asmcomp; ln -sf amd64/selection.ml .
- cd asmcomp; ln -sf amd64/CSE.ml .
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/coloring.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linscan.mli
- cd asmcomp; ln -sf amd64/reload.ml .
- cd asmcomp; ln -sf amd64/scheduling.ml .
- /usr/bin/make -C tools cvt_emit
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.mli
- ../boot/ocamlrun ../boot/ocamllex -q cvt_emit.mll
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/opterrors.mli
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda - cvt_emit.ml
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optcompile.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmaindriver.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_proc.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_dsl.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_gas.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_masm.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/arch.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reg.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/afl_instrument.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/strmatch.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen_state.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_invariants.mli
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -o cvt_emit cvt_emit.cmo
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/opterrors.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmain.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_proc.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_gas.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_masm.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/afl_instrument.ml -I asmcomp
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/x86_dsl.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.ml -I asmcomp
- echo \# 1 \"amd64/emit.mlp\" > asmcomp/emit.ml
- ./boot/ocamlrun tools/cvt_emit < asmcomp/amd64/emit.mlp >> asmcomp/emit.ml \
- || { rm -f asmcomp/emit.ml; exit 2; }
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen_state.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_helpers.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_invariants.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reg.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/mach.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/strmatch.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/mach.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/proc.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interval.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printmach.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/dataflow.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/polling.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selection.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/CSEgen.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/liveness.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/spill.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/split.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interf.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reload.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/deadcode.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linear.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/split.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/CSE.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/dataflow.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/proc.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/cmm_helpers.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/CSEgen.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/spill.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interf.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/coloring.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linscan.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/reload.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/deadcode.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linear.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linearize.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/linear_format.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation_intf.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emitenv.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emit.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optmaindriver.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/interval.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printmach.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/polling.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/selection.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/liveness.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/linearize.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c file_formats/linear_format.ml -I file_formats
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/emit.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.mli
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.ml -I asmcomp
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70 -warn-error +a -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -c driver/optcompile.ml -I driver
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamloptcomp.cma middle_end/internal_variable_names.cmo middle_end/linkage_name.cmo middle_end/compilation_unit.cmo middle_end/variable.cmo middle_end/flambda/base_types/closure_element.cmo middle_end/flambda/base_types/closure_id.cmo middle_end/symbol.cmo middle_end/backend_var.cmo middle_end/clambda_primitives.cmo middle_end/printclambda_primitives.cmo middle_end/clambda.cmo middle_end/printclambda.cmo middle_end/semantics_of_primitives.cmo middle_end/convert_primitives.cmo middle_end/flambda/base_types/id_types.cmo middle_end/flambda/base_types/export_id.cmo middle_end/flambda/base_types/tag.cmo middle_end/flambda/base_types/mutable_variable.cmo middle_end/flambda/base_types/set_of_closures_id.cmo middle_end/flambda/base_types/set_of_closures_origin.cmo middle_end/flambda/base_types/closure_origin.cmo middle_end/flambda/base_types/var_within_closure.cmo middle_end/flambda/base_types/static_exception.cmo middle_end/flambda/pass_wrapper.cmo middle_end/flambda/allocated_const.cmo middle_end/flambda/parameter.cmo middle_end/flambda/projection.cmo middle_end/flambda/flambda.cmo middle_end/flambda/flambda_iterators.cmo middle_end/flambda/flambda_utils.cmo middle_end/flambda/freshening.cmo middle_end/flambda/effect_analysis.cmo middle_end/flambda/inlining_cost.cmo middle_end/flambda/simple_value_approx.cmo middle_end/flambda/export_info.cmo middle_end/flambda/export_info_for_pack.cmo middle_end/compilenv.cmo middle_end/closure/closure.cmo middle_end/closure/closure_middle_end.cmo middle_end/flambda/import_approx.cmo middle_end/flambda/lift_code.cmo middle_end/flambda/closure_conversion_aux.cmo middle_end/flambda/closure_conversion.cmo middle_end/flambda/initialize_symbol_to_let_symbol.cmo middle_end/flambda/lift_let_to_initialize_symbol.cmo middle_end/flambda/find_recursive_functions.cmo middle_end/flambda/invariant_params.cmo middle_end/flambda/inconstant_idents.cmo middle_end/flambda/alias_analysis.cmo middle_end/flambda/lift_constants.cmo middle_end/flambda/share_constants.cmo middle_end/flambda/simplify_common.cmo middle_end/flambda/remove_unused_arguments.cmo middle_end/flambda/remove_unused_closure_vars.cmo middle_end/flambda/remove_unused_program_constructs.cmo middle_end/flambda/simplify_boxed_integer_ops.cmo middle_end/flambda/simplify_primitives.cmo middle_end/flambda/inlining_stats_types.cmo middle_end/flambda/inlining_stats.cmo middle_end/flambda/inline_and_simplify_aux.cmo middle_end/flambda/remove_free_vars_equal_to_args.cmo middle_end/flambda/extract_projections.cmo middle_end/flambda/augment_specialised_args.cmo middle_end/flambda/unbox_free_vars_of_closures.cmo middle_end/flambda/unbox_specialised_args.cmo middle_end/flambda/unbox_closures.cmo middle_end/flambda/inlining_transforms.cmo middle_end/flambda/inlining_decision.cmo middle_end/flambda/inline_and_simplify.cmo middle_end/flambda/ref_to_variables.cmo middle_end/flambda/flambda_invariants.cmo middle_end/flambda/traverse_for_exported_symbols.cmo middle_end/flambda/build_export_info.cmo middle_end/flambda/closure_offsets.cmo middle_end/flambda/un_anf.cmo middle_end/flambda/flambda_to_clambda.cmo middle_end/flambda/flambda_middle_end.cmo asmcomp/x86_proc.cmo asmcomp/x86_dsl.cmo asmcomp/x86_gas.cmo asmcomp/x86_masm.cmo asmcomp/arch.cmo asmcomp/cmm.cmo asmcomp/printcmm.cmo asmcomp/reg.cmo asmcomp/mach.cmo asmcomp/proc.cmo asmcomp/afl_instrument.cmo asmcomp/strmatch.cmo asmcomp/cmmgen_state.cmo asmcomp/cmm_helpers.cmo asmcomp/cmmgen.cmo asmcomp/cmm_invariants.cmo asmcomp/interval.cmo asmcomp/printmach.cmo asmcomp/dataflow.cmo asmcomp/polling.cmo asmcomp/selectgen.cmo asmcomp/selection.cmo asmcomp/comballoc.cmo asmcomp/CSEgen.cmo asmcomp/CSE.cmo asmcomp/liveness.cmo asmcomp/spill.cmo asmcomp/split.cmo asmcomp/interf.cmo asmcomp/coloring.cmo asmcomp/linscan.cmo asmcomp/reloadgen.cmo asmcomp/reload.cmo asmcomp/deadcode.cmo asmcomp/linear.cmo asmcomp/printlinear.cmo asmcomp/linearize.cmo file_formats/linear_format.cmo asmcomp/schedgen.cmo asmcomp/scheduling.cmo asmcomp/branch_relaxation_intf.cmo asmcomp/branch_relaxation.cmo asmcomp/emitaux.cmo asmcomp/emit.cmo asmcomp/asmgen.cmo asmcomp/asmlink.cmo asmcomp/asmlibrarian.cmo asmcomp/asmpackager.cmo driver/opterrors.cmo driver/optcompile.cmo driver/optmaindriver.cmo
- ./boot/ocamlrun ./boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives  -o ocamlopt compilerlibs/ocamlcommon.cma compilerlibs/ocamloptcomp.cma driver/optmain.cmo
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make libraryopt
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C stdlib  allopt
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -nopervasives -c camlinternalFormatBasics.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -nopervasives -c camlinternalAtomic.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -nopervasives -no-alias-deps -w -49  -pp "$AWK -f ./expand_module_aliases.awk" -c stdlib.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Pervasives.cmx -c pervasives.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Either.cmx -c either.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Sys.cmx -c sys.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Bool.cmx -c bool.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Char.cmx -c char.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Int.cmx -c int.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Unit.cmx -c unit.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Int64.cmx -c int64.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Atomic.cmx -c atomic.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Complex.cmx -c complex.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    -c std_exit.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Nativeint.cmx -c nativeint.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Int32.cmx -c int32.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Uchar.cmx -c uchar.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Obj.cmx -c obj.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -afl-inst-ratio 0 -c camlinternalLazy.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Callback.cmx -c callback.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Lazy.cmx -c lazy.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Seq.cmx -c seq.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Option.cmx -c option.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Result.cmx -c result.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__List.cmx -c list.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Bytes.cmx -c bytes.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Array.cmx -c array.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Map.cmx -c map.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Queue.cmx -c queue.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -nolabels -no-alias-deps \
-            -o stdlib__ArrayLabels.cmx -c arrayLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Bigarray.cmx -c bigarray.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -nolabels -no-alias-deps \
-            -o stdlib__Float.cmx -c float.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Set.cmx -c set.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Stack.cmx -c stack.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -nolabels -no-alias-deps \
-            -o stdlib__ListLabels.cmx -c listLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__String.cmx -c string.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Marshal.cmx -c marshal.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -nolabels -no-alias-deps \
-            -o stdlib__BytesLabels.cmx -c bytesLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Lexing.cmx -c lexing.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Stream.cmx -c stream.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -inline 3 \
-            -o stdlib__Buffer.cmx -c buffer.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Digest.cmx -c digest.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -inline 0 -afl-inst-ratio 0 -c camlinternalOO.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -nolabels -no-alias-deps \
-            -o stdlib__StringLabels.cmx -c stringLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -nolabels -no-alias-deps \
-            -o stdlib__StdLabels.cmx -c stdLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Random.cmx -c random.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Parsing.cmx -c parsing.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    -c camlinternalFormat.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Hashtbl.cmx -c hashtbl.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Oo.cmx -c oo.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    -c camlinternalMod.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Weak.cmx -c weak.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Genlex.cmx -c genlex.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Ephemeron.cmx -c ephemeron.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -nolabels -no-alias-deps \
-            -o stdlib__MoreLabels.cmx -c moreLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Printf.cmx -c printf.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Format.cmx -c format.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Arg.cmx -c arg.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Printexc.cmx -c printexc.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats   -inline 9 \
-            -o stdlib__Scanf.cmx -c scanf.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Filename.cmx -c filename.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Fun.cmx -c fun.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Gc.cmx -c gc.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__In_channel.cmx -c in_channel.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48-70 -g -warn-error +A -bin-annot -nostdlib -principal -safe-string -strict-formats    \
-            -o stdlib__Out_channel.cmx -c out_channel.ml
- ../boot/ocamlrun ../ocamlopt -a -o stdlib.cmxa camlinternalFormatBasics.cmx camlinternalAtomic.cmx stdlib.cmx stdlib__Pervasives.cmx stdlib__Either.cmx stdlib__Sys.cmx stdlib__Obj.cmx camlinternalLazy.cmx stdlib__Lazy.cmx stdlib__Seq.cmx stdlib__Option.cmx stdlib__Result.cmx stdlib__Bool.cmx stdlib__Char.cmx stdlib__Uchar.cmx stdlib__List.cmx stdlib__Int.cmx stdlib__Bytes.cmx stdlib__String.cmx stdlib__Unit.cmx stdlib__Marshal.cmx stdlib__Array.cmx stdlib__Float.cmx stdlib__Int32.cmx stdlib__Int64.cmx stdlib__Nativeint.cmx stdlib__Lexing.cmx stdlib__Parsing.cmx stdlib__Set.cmx stdlib__Map.cmx stdlib__Stack.cmx stdlib__Queue.cmx stdlib__Stream.cmx stdlib__Buffer.cmx camlinternalFormat.cmx stdlib__Printf.cmx stdlib__Arg.cmx stdlib__Atomic.cmx stdlib__Printexc.cmx stdlib__Fun.cmx stdlib__Gc.cmx stdlib__Digest.cmx stdlib__Random.cmx stdlib__Hashtbl.cmx stdlib__Weak.cmx stdlib__Format.cmx stdlib__Scanf.cmx stdlib__Callback.cmx camlinternalOO.cmx stdlib__Oo.cmx camlinternalMod.cmx stdlib__Genlex.cmx stdlib__Ephemeron.cmx stdlib__Filename.cmx stdlib__Complex.cmx stdlib__ArrayLabels.cmx stdlib__ListLabels.cmx stdlib__BytesLabels.cmx stdlib__StringLabels.cmx stdlib__MoreLabels.cmx stdlib__StdLabels.cmx stdlib__Bigarray.cmx stdlib__In_channel.cmx stdlib__Out_channel.cmx
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make otherlibrariesopt ocamltoolsopt
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C otherlibs allopt
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs'
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/unix'
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o accept.o accept.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o access.o access.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o addrofstr.o addrofstr.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o alarm.o alarm.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o bind.o bind.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o channels.o channels.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o chdir.o chdir.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o chmod.o chmod.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o chown.o chown.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o chroot.o chroot.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o close.o close.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o fsync.o fsync.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o closedir.o closedir.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o connect.o connect.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o cst2constr.o cst2constr.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o cstringv.o cstringv.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o dup.o dup.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o dup2.o dup2.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o envir.o envir.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o errmsg.o errmsg.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o execv.o execv.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o execve.o execve.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o execvp.o execvp.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o exit.o exit.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o fchmod.o fchmod.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o fchown.o fchown.c
- /usr/bin/make -C tools opt
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o fcntl.o fcntl.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o fork.o fork.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o ftruncate.o ftruncate.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getaddrinfo.o getaddrinfo.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getcwd.o getcwd.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getegid.o getegid.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o geteuid.o geteuid.c
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48-70 -strict-sequence -warn-error +A -principal -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../middle_end -I ../middle_end/closure -I ../middle_end/flambda -I ../middle_end/flambda/base_types -I ../driver -I ../toplevel -I ../file_formats -I ../lambda -c - profiling.ml
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getgid.o getgid.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getgr.o getgr.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getgroups.o getgroups.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o gethost.o gethost.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o gethostname.o gethostname.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getlogin.o getlogin.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getnameinfo.o getnameinfo.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getpeername.o getpeername.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getpid.o getpid.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getppid.o getppid.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getproto.o getproto.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getpw.o getpw.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o gettimeofday.o gettimeofday.c
- addrofstr.c: In function 'unix_inet_addr_of_string':
- addrofstr.c:90:1: warning: control reaches end of non-void function [-Wreturn-type]
-    90 | }
-       | ^
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getserv.o getserv.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getsockname.o getsockname.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o getuid.o getuid.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o gmtime.o gmtime.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o initgroups.o initgroups.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o isatty.o isatty.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o itimer.o itimer.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o kill.o kill.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o link.o link.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o listen.o listen.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o lockf.o lockf.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o lseek.o lseek.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o mkdir.o mkdir.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o mkfifo.o mkfifo.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o mmap.o mmap.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o mmap_ba.o mmap_ba.c
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o nice.o nice.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o open.o open.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o opendir.o opendir.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o pipe.o pipe.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o putenv.o putenv.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o read.o read.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o realpath.o realpath.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o readdir.o readdir.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o readlink.o readlink.c
- initgroups.c: In function 'unix_initgroups':
- initgroups.c:44:56: warning: control reaches end of non-void function [-Wreturn-type]
-    44 | { caml_invalid_argument("initgroups not implemented"); }
-       |                                                        ^
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o rename.o rename.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o rewinddir.o rewinddir.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o rmdir.o rmdir.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o select.o select.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o sendrecv.o sendrecv.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o setgid.o setgid.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o setgroups.o setgroups.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o setsid.o setsid.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o setuid.o setuid.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o shutdown.o shutdown.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o signals.o signals.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o sleep.o sleep.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o socket.o socket.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o socketaddr.o socketaddr.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o socketpair.o socketpair.c
- mmap.c:20: warning: "_XOPEN_SOURCE" redefined
-    20 | #define _XOPEN_SOURCE 600
-       | 
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:35251: note: this is the location of the previous definition
- 35251 | #define _XOPEN_SOURCE   700
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o sockopt.o sockopt.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o spawn.o spawn.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o stat.o stat.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o strofaddr.o strofaddr.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o symlink.o symlink.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o termios.o termios.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o time.o time.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o times.o times.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o truncate.o truncate.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o umask.o umask.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o unixsupport.o unixsupport.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o unlink.o unlink.c
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o utimes.o utimes.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o wait.o wait.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o write.o write.c
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels  unix.ml
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- sockopt.c: In function 'unix_getsockopt_aux':
- sockopt.c:229:1: warning: control reaches end of non-void function [-Wreturn-type]
-   229 | }
-       | ^
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- ../../boot/ocamlrun ../../tools/ocamlmklib -oc unix accept.o access.o addrofstr.o alarm.o bind.o channels.o chdir.o chmod.o chown.o chroot.o close.o fsync.o closedir.o connect.o cst2constr.o cstringv.o dup.o dup2.o envir.o errmsg.o execv.o execve.o execvp.o exit.o fchmod.o fchown.o fcntl.o fork.o ftruncate.o getaddrinfo.o getcwd.o getegid.o geteuid.o getgid.o getgr.o getgroups.o gethost.o gethostname.o getlogin.o getnameinfo.o getpeername.o getpid.o getppid.o getproto.o getpw.o gettimeofday.o getserv.o getsockname.o getuid.o gmtime.o initgroups.o isatty.o itimer.o kill.o link.o listen.o lockf.o lseek.o mkdir.o mkfifo.o mmap.o mmap_ba.o nice.o open.o opendir.o pipe.o putenv.o read.o realpath.o readdir.o readlink.o rename.o rewinddir.o rmdir.o select.o sendrecv.o setgid.o setgroups.o setsid.o setuid.o shutdown.o signals.o sleep.o socket.o socketaddr.o socketpair.o sockopt.o spawn.o stat.o strofaddr.o symlink.o termios.o time.o times.o truncate.o umask.o unixsupport.o unlink.o utimes.o wait.o write.o 
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels  unixLabels.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
-          unix.cmx unixLabels.cmx 
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/bigarray'
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats   bigarray.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -o bigarray.cmxa -a -linkall bigarray.cmx 
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/bigarray'
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/str'
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g    -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime  -D__STRICT_ANSI__ \
-   -o strstubs.o strstubs.c
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error +A -bin-annot -g -safe-string -strict-sequence -strict-formats   str.ml
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o 
- ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
-          str.cmx 
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/systhreads'
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g   -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_unknown -D__STRICT_ANSI__ \
-   -o st_stubs.n.o st_stubs.c
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string  thread.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string  mutex.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string  condition.ml
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string  event.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string  semaphore.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error +A -g -bin-annot -safe-string  threadUnix.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -linkall -a -cclib -lthreadsnat  -o threads.cmxa thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx semaphore.cmx
- ../../boot/ocamlrun ../../tools/ocamlmklib -o threadsnat st_stubs.n.o
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- make: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml'
-> compiled  esperanto.0.0.4
Processing 12/12: [esperanto: make caml]
+ /usr/bin/make "-C" "caml" "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4)
- make: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml'
- /usr/bin/make -C ocaml world
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C runtime all
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- /usr/bin/make -C stdlib \
-   OCAMLRUN='$(ROOTDIR)/runtime/ocamlrun' \
-   CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- cp runtime/ocamlrun boot/ocamlrun
- cd boot; rm -f stdlib.cma std_exit.cmo *.cmi camlheader
- cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
- cd boot; ln -sf ../runtime/libcamlrun.a .
- /usr/bin/make all
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C runtime  all
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- /usr/bin/make ocamlc
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- make[3]: 'ocamlc' is up to date.
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make ocamllex ocamltools library
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C yacc  all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/yacc'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/yacc'
- /usr/bin/make -C lex all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/lex'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/lex'
- /usr/bin/make -C tools all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- /usr/bin/make -C stdlib  all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make ocaml
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- make[3]: 'ocaml' is up to date.
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make otherlibraries   \
-          
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C yacc  all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/yacc'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/yacc'
- /usr/bin/make -C lex all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/lex'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/lex'
- /usr/bin/make -C tools all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- /usr/bin/make -C otherlibs all
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs'
- make[5]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/unix'
- make[5]: Nothing to be done for 'all'.
- make[5]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/unix'
- make[5]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/bigarray'
- make[5]: Nothing to be done for 'all'.
- make[5]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/bigarray'
- make[5]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/str'
- make[5]: Nothing to be done for 'all'.
- make[5]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/str'
- make[5]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/systhreads'
- x86_64-esperanto-none-static-cc -c -z caml-startup -D__STRICT_ANSI__ -O2 -fno-strict-aliasing -fwrapv  -Wall -Wdeclaration-after-statement -fno-common -fexcess-precision=standard -g   -D_FILE_OFFSET_BITS=64 -DCAML_NAME_SPACE  -I../../runtime -D__STRICT_ANSI__ \
-   -o st_stubs.b.o st_stubs.c
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/esperanto.h:41: warning: "NGROUPS_MAX" redefined
-    41 | #define NGROUPS_MAX _POSIX_NGROUPS_MAX
-       | 
- In file included from <command-line>:
- /home/opam/.opam/4.14/bin/../include/x86_64-esperanto-none-static/cosmopolitan.h:32426: note: this is the location of the previous definition
- 32426 | #define NGROUPS_MAX SYMBOLIC(NGROUPS_MAX)
-       | 
- ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs.b.o
- make[5]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/systhreads'
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C ocaml opt
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make runtimeopt
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C runtime  allopt
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- make[3]: Nothing to be done for 'allopt'.
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make ocamlopt
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- make[2]: 'ocamlopt' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make libraryopt
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C stdlib  allopt
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- make[3]: Nothing to be done for 'allopt'.
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make otherlibrariesopt ocamltoolsopt
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C otherlibs allopt
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs'
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/unix'
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/bigarray'
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/bigarray'
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/str'
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/systhreads'
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs'
- /usr/bin/make -C tools opt
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- make[3]: Nothing to be done for 'opt'.
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- MAKE=/usr/bin/make PREFIX=/home/opam/.opam/4.14 ./install.sh
- + prefix=/home/opam/.opam/4.14
- + [ /home/opam/.opam/4.14 =  ]
- + SYSROOT=/home/opam/.opam/4.14/esperanto-sysroot
- + mkdir -p /home/opam/.opam/4.14/esperanto-sysroot
- + MAKE=/usr/bin/make
- + /usr/bin/make -C ocaml install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- mkdir -p "/home/opam/.opam/4.14/esperanto-sysroot/bin"
- mkdir -p "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- mkdir -p "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/stublibs"
- mkdir -p "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- mkdir -p "/home/opam/.opam/4.14/esperanto-sysroot/share/doc/ocaml"
- /usr/bin/make -C runtime install
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- /usr/bin/install -c -p ocamlrun ocamlrund "/home/opam/.opam/4.14/esperanto-sysroot/bin"
- /usr/bin/install -c -p -m 644 ld.conf libcamlrun.a libcamlrund.a "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- mkdir -p "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/caml"
- /usr/bin/install -c -p -m 644 caml/domain_state.tbl caml/*.h "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/caml"
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- /usr/bin/install -c -p ocaml "/home/opam/.opam/4.14/esperanto-sysroot/bin"
- /usr/bin/install -c -p ocamlc "/home/opam/.opam/4.14/esperanto-sysroot/bin/ocamlc.byte"
- /usr/bin/make -C stdlib install
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- stale=""; \
-   if test -n "$stale" ; then \
-     echo "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml contains stale stdlib artefacts"; \
-     echo "Please rm /home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/stdlib__*.cm* and re-run make install"; \
-     exit 1; \
-   fi
- /usr/bin/install -c -p -m 644 \
-   stdlib.cma std_exit.cmo *.cmi camlheader_ur \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- /usr/bin/install -c -p -m 644 \
-   *.cmt *.cmti *.mli *.ml \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- /usr/bin/install -c -p -m 644 target_camlheader "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/camlheader"
- /usr/bin/install -c -p -m 644 target_camlheaderd "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/camlheaderd"
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- /usr/bin/install -c -p lex/ocamllex \
-   "/home/opam/.opam/4.14/esperanto-sysroot/bin/ocamllex.byte"
- /usr/bin/install -c -p yacc/ocamlyacc "/home/opam/.opam/4.14/esperanto-sysroot/bin"
- /usr/bin/install -c -p -m 644 \
-    utils/*.cmi \
-    parsing/*.cmi \
-    typing/*.cmi \
-    bytecomp/*.cmi \
-    file_formats/*.cmi \
-    lambda/*.cmi \
-    driver/*.cmi \
-    toplevel/*.cmi \
-    "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    toplevel/byte/*.cmi \
-    "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    utils/*.cmt utils/*.cmti utils/*.mli \
-    parsing/*.cmt parsing/*.cmti parsing/*.mli \
-    typing/*.cmt typing/*.cmti typing/*.mli \
-    file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
-    lambda/*.cmt lambda/*.cmti lambda/*.mli \
-    bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
-    driver/*.cmt driver/*.cmti driver/*.mli \
-    toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
-    "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    toplevel/byte/*.cmt \
-    "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-   compilerlibs/*.cma \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    driver/main.cmo toplevel/topstart.cmo \
-    "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p expunge "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- /usr/bin/install -c -p -m 644 \
-    toplevel/topdirs.cmi \
-    "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- /usr/bin/install -c -p -m 644 \
-    toplevel/topdirs.cmt \
-    toplevel/topdirs.cmti toplevel/topdirs.mli \
-    "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- /usr/bin/make -C tools install
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- /usr/bin/install -c -p -m 644 \
-   profiling.cmi profiling.cmo \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- /usr/bin/install -c -p -m 644 \
-   profiling.cmt profiling.cmti \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- for i in ocamldep ocamlprof ocamlcp ocamloptp ocamlmklib ocamlmktop ocamlobjinfo; \
- do \
-   /usr/bin/install -c -p "$i" "/home/opam/.opam/4.14/esperanto-sysroot/bin/$i.byte"; \
-   if test -f "$i".opt; then \
-     /usr/bin/install -c -p "$i.opt" "/home/opam/.opam/4.14/esperanto-sysroot/bin" && \
-     (cd "/home/opam/.opam/4.14/esperanto-sysroot/bin" && ln -sf "$i.opt" "$i"); \
-   else \
-     (cd "/home/opam/.opam/4.14/esperanto-sysroot/bin" && ln -sf "$i.byte" "$i"); \
-   fi; \
- done
- if test -f ocamlcmt.opt; then \
-   /usr/bin/install -c -p\
-     ocamlcmt.opt "/home/opam/.opam/4.14/esperanto-sysroot/bin/ocamlcmt"; \
- else \
-   /usr/bin/install -c -p ocamlcmt "/home/opam/.opam/4.14/esperanto-sysroot/bin"; \
- fi
- /usr/bin/install -c -p -m 644 \
-   eventlog_metadata \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- /usr/bin/make -C man install
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/man'
- mkdir -p '/home/opam/.opam/4.14/esperanto-sysroot/man/man1'
- /usr/bin/install -c -p -m 644 ocaml.1 ocamlc.1 ocamlc.opt.1 ocamlcp.1 ocamldebug.1 ocamldep.1 ocamldoc.1 ocamllex.1 ocamlmktop.1 ocamlopt.1 ocamlopt.opt.1 ocamloptp.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 '/home/opam/.opam/4.14/esperanto-sysroot/man/man1'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/man'
- for i in unix bigarray str systhreads; do \
-   /usr/bin/make -C otherlibs/$i install || exit $?; \
- done
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/unix'
- if test -f dllunix.so; then \
-   /usr/bin/install -c -p \
-     dllunix.so "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libunix.a "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/"
- /usr/bin/install -c -p -m 644 \
-   unix.cma unix.cmi unixLabels.cmi \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/"
- /usr/bin/install -c -p -m 644 \
-   unix.mli unixLabels.mli \
-           unix.cmti unixLabels.cmti \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/"
- if test -n "unixsupport.h socketaddr.h"; then \
-   /usr/bin/install -c -p -m 644 unixsupport.h socketaddr.h "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/caml/"; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/unix'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/bigarray'
- if test -f dllbigarray.so; then \
-   /usr/bin/install -c -p \
-     dllbigarray.so "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 \
-   bigarray.cma bigarray.cmi \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/"
- /usr/bin/install -c -p -m 644 \
-   bigarray.mli \
-           bigarray.cmti \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/"
- if test -n ""; then \
-   /usr/bin/install -c -p -m 644  "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/caml/"; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/bigarray'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/str'
- if test -f dllcamlstr.so; then \
-   /usr/bin/install -c -p \
-     dllcamlstr.so "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlstr.a "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/"
- /usr/bin/install -c -p -m 644 \
-   str.cma str.cmi \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/"
- /usr/bin/install -c -p -m 644 \
-   str.mli \
-           str.cmti \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/"
- if test -n ""; then \
-   /usr/bin/install -c -p -m 644  "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/caml/"; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/str'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/systhreads'
- if test -f dllthreads.so; then \
-   /usr/bin/install -c -p dllthreads.so "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libthreads.a "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- mkdir -p "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 \
-   thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi semaphore.cmi threads.cma \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 \
-   thread.cmti mutex.cmti condition.cmti event.cmti threadUnix.cmti semaphore.cmti \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 thread.mli mutex.mli condition.mli event.mli threadUnix.mli semaphore.mli "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 threads.h "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/caml"
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/systhreads'
- if test -n ""; then \
-   /usr/bin/make -C debugger install; \
- fi
- /usr/bin/install -c -p -m 644 Makefile.config "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "/home/opam/.opam/4.14/esperanto-sysroot/share/doc/ocaml"
- if test -f ocamlopt; then /usr/bin/make installopt; else \
-    cd "/home/opam/.opam/4.14/esperanto-sysroot/bin"; \
-    ln -sf ocamlc.byte ocamlc; \
-    ln -sf ocamllex.byte ocamllex; \
-    (test -f flexlink.byte && \
-       ln -sf flexlink.byte flexlink) || true; \
- fi
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- /usr/bin/make -C runtime installopt
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- /usr/bin/install -c -p -m 644 libasmrun.a libasmrund.a "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/runtime'
- /usr/bin/install -c -p ocamlopt "/home/opam/.opam/4.14/esperanto-sysroot/bin/ocamlopt.byte"
- /usr/bin/make -C stdlib installopt
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- stale=""; \
-   if test -n "$stale" ; then \
-     echo "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml contains stale stdlib artefacts"; \
-     echo "Please rm /home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/stdlib__*.cmx and re-run make install"; \
-     exit 1; \
-   fi
- /usr/bin/install -c -p -m 644 \
-   stdlib.cmxa stdlib.a std_exit.o *.cmx \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/stdlib'
- /usr/bin/install -c -p -m 644 \
-     middle_end/*.cmi \
-     "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/closure/*.cmi \
-     "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/flambda/*.cmi \
-     "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/flambda/base_types/*.cmi \
-     "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     asmcomp/*.cmi \
-     "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/*.cmt middle_end/*.cmti \
-     middle_end/*.mli \
-     "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/closure/*.cmt middle_end/closure/*.cmti \
-     middle_end/closure/*.mli \
-     "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
-     middle_end/flambda/*.mli \
-     "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/flambda/base_types/*.cmt \
-             middle_end/flambda/base_types/*.cmti \
-     middle_end/flambda/base_types/*.mli \
-     "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     asmcomp/*.cmt asmcomp/*.cmti \
-     asmcomp/*.mli \
-     "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     driver/optmain.cmo \
-     "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/compiler-libs"
- for i in unix bigarray str systhreads; do \
-   /usr/bin/make -C otherlibs/$i installopt || exit $?; \
- done
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/unix'
- /usr/bin/install -c -p -m 644 \
-    unix.cmx unixLabels.cmx unix.cmxa unix.a \
-    "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/"
- if test -f unix.cmxs; then \
-   /usr/bin/install -c -p unix.cmxs "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/unix'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/bigarray'
- /usr/bin/install -c -p -m 644 \
-    bigarray.cmx bigarray.cmxa bigarray.a \
-    "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/"
- if test -f bigarray.cmxs; then \
-   /usr/bin/install -c -p bigarray.cmxs "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/bigarray'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/str'
- /usr/bin/install -c -p -m 644 \
-    str.cmx str.cmxa str.a \
-    "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/"
- if test -f str.cmxs; then \
-   /usr/bin/install -c -p str.cmxs "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/str'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/systhreads'
- /usr/bin/install -c -p -m 644 libthreadsnat.a "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- /usr/bin/install -c -p -m 644 \
-   thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx semaphore.cmx threads.cmxa threads.a \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml/threads"
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/otherlibs/systhreads'
- if test -f ocamlopt.opt; then /usr/bin/make installoptopt; else \
-    cd "/home/opam/.opam/4.14/esperanto-sysroot/bin"; \
-    ln -sf ocamlc.byte ocamlc; \
-    ln -sf ocamlopt.byte ocamlopt; \
-    ln -sf ocamllex.byte ocamllex; \
-    (test -f flexlink.byte && \
-      ln -sf flexlink.byte flexlink) || true; \
- fi
- /usr/bin/make -C tools installopt
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- /usr/bin/install -c -p -m 644 \
-           profiling.cmx profiling.o \
-   "/home/opam/.opam/4.14/esperanto-sysroot/lib/ocaml"
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml/tools'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml/ocaml'
- + mkdir -p /home/opam/.opam/4.14/lib/findlib.conf.d
- + cp esperanto.conf /home/opam/.opam/4.14/lib/findlib.conf.d/esperanto.conf
- + mkdir -p /home/opam/.opam/4.14/esperanto-sysroot/lib/threads
- + cat
- + mkdir -p /home/opam/.opam/4.14/esperanto-sysroot/lib/is_esperanto
- + touch /home/opam/.opam/4.14/esperanto-sysroot/lib/is_esperanto/META
- make: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/esperanto.0.0.4/caml'
-> installed esperanto.0.0.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:32.53 ---> saved as "d4754b98d88a44b6498eb3e7b85aee18d51ef1f01c9e57fbd25b2d8497f10723"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u esperanto:c237621fbf30ad9c5a90877e025f12eb,ocaml-config:c54fede9f57ee7af887a2e1508f1ea16,ocaml-base-compiler:d41d8cd98f00b204e9800998ecf8427e,ocaml:94b3b4ecae0be090a442860e21188ee6,esperanto-cosmopolitan:d41d8cd98f00b204e9800998ecf8427e"))
2024-09-12 21:32.59 ---> saved as "330e03e46d0c407a8d2ba533fc659aebdd1085645db0024d729f55f324faf1ed"

/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.159451') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/esperanto-cosmopolitan/0.0.4,esperanto-cosmopolitan.0.0.4-d41d8cd98f00b204e9800998ecf8427e,esperanto-cosmopolitan.0.0.4 prep/universes/94b3b4ecae0be090a442860e21188ee6/ocaml/4.14.0,ocaml.4.14.0-94b3b4ecae0be090a442860e21188ee6,ocaml.4.14.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/ocaml-base-compiler/4.14.0,ocaml-base-compiler.4.14.0-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.4.14.0 prep/universes/c54fede9f57ee7af887a2e1508f1ea16/ocaml-config/2,ocaml-config.2-c54fede9f57ee7af887a2e1508f1ea16,ocaml-config.2 prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4,esperanto.0.0.4-c237621fbf30ad9c5a90877e025f12eb,esperanto.0.0.4; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/esperanto-cosmopolitan/0.0.4,esperanto-cosmopolitan.0.0.4-d41d8cd98f00b204e9800998ecf8427e,esperanto-cosmopolitan.0.0.4 prep/universes/94b3b4ecae0be090a442860e21188ee6/ocaml/4.14.0,ocaml.4.14.0-94b3b4ecae0be090a442860e21188ee6,ocaml.4.14.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/ocaml-base-compiler/4.14.0,ocaml-base-compiler.4.14.0-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.4.14.0 prep/universes/c54fede9f57ee7af887a2e1508f1ea16/ocaml-config/2,ocaml-config.2-c54fede9f57ee7af887a2e1508f1ea16,ocaml-config.2 prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4,esperanto.0.0.4-c237621fbf30ad9c5a90877e025f12eb,esperanto.0.0.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/esperanto-cosmopolitan/0.0.4,esperanto-cosmopolitan.0.0.4-d41d8cd98f00b204e9800998ecf8427e,esperanto-cosmopolitan.0.0.4 prep/universes/94b3b4ecae0be090a442860e21188ee6/ocaml/4.14.0,ocaml.4.14.0-94b3b4ecae0be090a442860e21188ee6,ocaml.4.14.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/ocaml-base-compiler/4.14.0,ocaml-base-compiler.4.14.0-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.4.14.0 prep/universes/c54fede9f57ee7af887a2e1508f1ea16/ocaml-config/2,ocaml-config.2-c54fede9f57ee7af887a2e1508f1ea16,ocaml-config.2 prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4,esperanto.0.0.4-c237621fbf30ad9c5a90877e025f12eb,esperanto.0.0.4; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.159451
prep/universes/d41d8cd98f00b204e9800998ecf8427e/esperanto-cosmopolitan/0.0.4/opam
FAILED:ocaml.4.14.0-94b3b4ecae0be090a442860e21188ee6
prep/universes/94b3b4ecae0be090a442860e21188ee6/ocaml/4.14.0/opam
prep/universes/94b3b4ecae0be090a442860e21188ee6/ocaml/4.14.0/opam.err.log
FAILED:ocaml-base-compiler.4.14.0-d41d8cd98f00b204e9800998ecf8427e
prep/universes/d41d8cd98f00b204e9800998ecf8427e/ocaml-base-compiler/4.14.0/opam
prep/universes/d41d8cd98f00b204e9800998ecf8427e/ocaml-base-compiler/4.14.0/opam.err.log
prep/universes/c54fede9f57ee7af887a2e1508f1ea16/ocaml-config/2/opam
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/is_esperanto/
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/is_esperanto/META
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/bigarray.ocamlobjinfo
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib.ocamlobjinfo
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/str.ocamlobjinfo
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/unix.ocamlobjinfo
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/bigarray.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/bigarray.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalAtomic.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalAtomic.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalAtomic.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalFormat.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalFormat.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalFormat.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalFormatBasics.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalFormatBasics.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalFormatBasics.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalLazy.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalLazy.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalLazy.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalMod.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalMod.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalMod.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalOO.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalOO.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/camlinternalOO.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ocamlbytecomp.ocamlobjinfo
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ocamlcommon.ocamlobjinfo
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ocamlmiddleend.ocamlobjinfo
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ocamloptcomp.ocamlobjinfo
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ocamltoplevel.ocamlobjinfo
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/CSE.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/CSE.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/CSEgen.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/CSEgen.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/CSEgen.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/afl_instrument.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/afl_instrument.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/afl_instrument.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/alias_analysis.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/alias_analysis.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/alias_analysis.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/allocated_const.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/allocated_const.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/allocated_const.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/annot.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/annot.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/arch.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/arch.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/arg_helper.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/arg_helper.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/arg_helper.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asmgen.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asmgen.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asmgen.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asmlibrarian.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asmlibrarian.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asmlibrarian.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asmlink.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asmlink.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asmlink.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asmpackager.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asmpackager.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asmpackager.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ast_helper.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ast_helper.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ast_helper.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ast_invariants.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ast_invariants.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ast_invariants.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ast_iterator.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ast_iterator.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ast_iterator.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ast_mapper.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ast_mapper.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ast_mapper.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asttypes.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/asttypes.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/attr_helper.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/attr_helper.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/attr_helper.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/augment_specialised_args.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/augment_specialised_args.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/augment_specialised_args.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/backend_intf.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/backend_intf.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/backend_var.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/backend_var.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/backend_var.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/binutils.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/binutils.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/binutils.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/branch_relaxation.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/branch_relaxation.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/branch_relaxation.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/branch_relaxation_intf.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/branch_relaxation_intf.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/btype.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/btype.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/btype.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/build_export_info.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/build_export_info.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/build_export_info.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/build_path_prefix_map.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/build_path_prefix_map.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/build_path_prefix_map.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/builtin_attributes.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/builtin_attributes.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/builtin_attributes.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytegen.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytegen.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytegen.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytelibrarian.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytelibrarian.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytelibrarian.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytelink.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytelink.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytelink.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytepackager.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytepackager.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytepackager.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytesections.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytesections.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/bytesections.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/camlinternalMenhirLib.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/camlinternalMenhirLib.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/camlinternalMenhirLib.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ccomp.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ccomp.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ccomp.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/clambda.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/clambda.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/clambda.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/clambda_primitives.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/clambda_primitives.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/clambda_primitives.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/clflags.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/clflags.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/clflags.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_conversion.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_conversion.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_conversion.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_conversion_aux.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_conversion_aux.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_conversion_aux.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_element.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_element.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_element.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_id.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_id.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_id.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_middle_end.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_middle_end.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_middle_end.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_offsets.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_offsets.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_offsets.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_origin.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_origin.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/closure_origin.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmi_format.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmi_format.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmi_format.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmm.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmm.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmm.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmm_helpers.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmm_helpers.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmm_helpers.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmm_invariants.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmm_invariants.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmm_invariants.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmmgen.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmmgen.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmmgen.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmmgen_state.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmmgen_state.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmmgen_state.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmo_format.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmo_format.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmt2annot.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmt2annot.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmt_format.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmt_format.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmt_format.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmx_format.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmx_format.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmxs_format.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/cmxs_format.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/coloring.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/coloring.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/coloring.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/comballoc.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/comballoc.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/comballoc.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compenv.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compenv.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compenv.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compilation_unit.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compilation_unit.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compilation_unit.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compile.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compile.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compile.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compile_common.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compile_common.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compile_common.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compilenv.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compilenv.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compilenv.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compmisc.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compmisc.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/compmisc.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/config.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/config.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/config.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/consistbl.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/consistbl.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/consistbl.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/convert_primitives.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/convert_primitives.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/convert_primitives.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ctype.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ctype.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ctype.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/dataflow.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/dataflow.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/dataflow.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/datarepr.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/datarepr.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/datarepr.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/deadcode.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/deadcode.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/deadcode.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/debuginfo.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/debuginfo.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/debuginfo.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/depend.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/depend.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/depend.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/diffing.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/diffing.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/diffing.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/diffing_with_keys.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/diffing_with_keys.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/diffing_with_keys.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/dll.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/dll.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/dll.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/docstrings.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/docstrings.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/docstrings.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/domainstate.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/domainstate.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/domainstate.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/effect_analysis.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/effect_analysis.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/effect_analysis.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/emit.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/emit.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/emit.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/emitaux.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/emitaux.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/emitaux.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/emitcode.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/emitcode.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/emitcode.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/emitenv.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/emitenv.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/env.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/env.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/env.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/envaux.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/envaux.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/envaux.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/errors.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/errors.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/errors.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/errortrace.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/errortrace.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/errortrace.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/export_id.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/export_id.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/export_id.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/export_info.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/export_info.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/export_info.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/export_info_for_pack.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/export_info_for_pack.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/export_info_for_pack.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/expunge.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/expunge.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/extract_projections.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/extract_projections.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/extract_projections.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/find_recursive_functions.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/find_recursive_functions.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/find_recursive_functions.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_invariants.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_invariants.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_invariants.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_iterators.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_iterators.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_iterators.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_middle_end.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_middle_end.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_middle_end.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_to_clambda.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_to_clambda.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_to_clambda.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_utils.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_utils.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/flambda_utils.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/freshening.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/freshening.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/freshening.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/genprintval.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/genprintval.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/genprintval.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/id_types.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/id_types.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/id_types.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ident.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ident.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ident.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/identifiable.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/identifiable.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/identifiable.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/import_approx.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/import_approx.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/import_approx.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/includeclass.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/includeclass.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/includeclass.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/includecore.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/includecore.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/includecore.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/includemod.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/includemod.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/includemod.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/includemod_errorprinter.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/includemod_errorprinter.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/includemod_errorprinter.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inconstant_idents.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inconstant_idents.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inconstant_idents.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/initialize_symbol_to_let_symbol.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inline_and_simplify.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inline_and_simplify.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inline_and_simplify.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inline_and_simplify_aux.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inline_and_simplify_aux.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inline_and_simplify_aux.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_cost.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_cost.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_cost.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_decision.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_decision.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_decision.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_decision_intf.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_decision_intf.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_stats.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_stats.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_stats.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_stats_types.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_stats_types.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_stats_types.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_transforms.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_transforms.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/inlining_transforms.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/instruct.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/instruct.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/instruct.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/int_replace_polymorphic_compare.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/int_replace_polymorphic_compare.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/int_replace_polymorphic_compare.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/interf.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/interf.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/interf.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/internal_variable_names.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/internal_variable_names.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/internal_variable_names.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/interval.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/interval.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/interval.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/invariant_params.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/invariant_params.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/invariant_params.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lambda.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lambda.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lambda.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lazy_backtrack.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lazy_backtrack.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lazy_backtrack.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lexer.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lexer.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lexer.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lift_code.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lift_code.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lift_code.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lift_constants.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lift_constants.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lift_constants.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/lift_let_to_initialize_symbol.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linear.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linear.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linear.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linear_format.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linear_format.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linear_format.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linearize.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linearize.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linearize.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linkage_name.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linkage_name.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linkage_name.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linscan.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linscan.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/linscan.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/liveness.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/liveness.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/liveness.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/load_path.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/load_path.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/load_path.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/local_store.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/local_store.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/local_store.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/location.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/location.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/location.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/longident.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/longident.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/longident.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/mach.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/mach.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/mach.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/main.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/main.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/main_args.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/main_args.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/main_args.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/maindriver.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/maindriver.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/maindriver.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/makedepend.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/makedepend.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/makedepend.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/matching.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/matching.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/matching.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/meta.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/meta.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/meta.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/misc.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/misc.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/misc.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/mtype.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/mtype.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/mtype.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/mutable_variable.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/mutable_variable.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/mutable_variable.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/numbers.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/numbers.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/numbers.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/opcodes.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/opcodes.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/opcodes.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/oprint.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/oprint.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/oprint.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/optcompile.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/optcompile.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/optcompile.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/opterrors.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/opterrors.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/opterrors.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/optmain.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/optmain.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/optmaindriver.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/optmaindriver.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/optmaindriver.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/outcometree.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/outcometree.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parameter.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parameter.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parameter.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parmatch.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parmatch.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parmatch.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parse.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parse.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parse.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parser.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parser.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parser.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parsetree.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/parsetree.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/pass_wrapper.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/pass_wrapper.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/pass_wrapper.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/path.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/path.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/path.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/patterns.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/patterns.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/patterns.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/persistent_env.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/persistent_env.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/persistent_env.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/polling.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/polling.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/polling.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/pparse.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/pparse.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/pparse.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/pprintast.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/pprintast.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/pprintast.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/predef.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/predef.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/predef.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/primitive.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/primitive.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/primitive.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printast.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printast.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printast.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printclambda.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printclambda.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printclambda.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printclambda_primitives.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printclambda_primitives.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printclambda_primitives.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printcmm.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printcmm.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printcmm.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printinstr.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printinstr.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printinstr.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printlambda.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printlambda.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printlambda.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printlinear.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printlinear.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printlinear.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printmach.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printmach.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printmach.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printpat.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printpat.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printpat.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printtyp.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printtyp.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printtyp.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printtyped.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printtyped.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/printtyped.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/proc.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/proc.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/proc.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/profile.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/profile.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/profile.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/projection.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/projection.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/projection.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/rec_check.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/rec_check.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/rec_check.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ref_to_variables.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ref_to_variables.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/ref_to_variables.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/reg.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/reg.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/reg.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/reload.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/reload.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/reload.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/reloadgen.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/reloadgen.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/reloadgen.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/remove_free_vars_equal_to_args.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/remove_unused_arguments.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/remove_unused_arguments.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/remove_unused_arguments.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/remove_unused_closure_vars.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/remove_unused_closure_vars.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/remove_unused_closure_vars.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/remove_unused_program_constructs.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/remove_unused_program_constructs.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/remove_unused_program_constructs.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/runtimedef.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/runtimedef.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/runtimedef.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/schedgen.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/schedgen.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/schedgen.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/scheduling.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/scheduling.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/scheduling.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/selectgen.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/selectgen.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/selectgen.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/selection.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/selection.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/selection.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/semantics_of_primitives.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/semantics_of_primitives.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/semantics_of_primitives.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/set_of_closures_id.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/set_of_closures_id.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/set_of_closures_id.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/set_of_closures_origin.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/set_of_closures_origin.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/set_of_closures_origin.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/shape.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/shape.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/shape.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/share_constants.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/share_constants.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/share_constants.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/signature_group.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/signature_group.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/signature_group.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simple_value_approx.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simple_value_approx.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simple_value_approx.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplif.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplif.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplif.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplify_boxed_integer_ops.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplify_boxed_integer_ops_intf.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplify_boxed_integer_ops_intf.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplify_common.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplify_common.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplify_common.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplify_primitives.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplify_primitives.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/simplify_primitives.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/spill.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/spill.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/spill.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/split.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/split.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/split.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/static_exception.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/static_exception.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/static_exception.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/strmatch.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/strmatch.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/strmatch.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/strongly_connected_components.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/strongly_connected_components.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/strongly_connected_components.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/stypes.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/stypes.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/stypes.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/subst.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/subst.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/subst.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/switch.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/switch.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/switch.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/symbol.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/symbol.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/symbol.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/symtable.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/symtable.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/symtable.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/syntaxerr.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/syntaxerr.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/syntaxerr.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/tag.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/tag.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/tag.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/targetint.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/targetint.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/targetint.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/tast_iterator.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/tast_iterator.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/tast_iterator.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/tast_mapper.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/tast_mapper.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/tast_mapper.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/terminfo.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/terminfo.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/terminfo.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/tmc.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/tmc.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/tmc.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topcommon.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topcommon.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topcommon.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topdirs.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topdirs.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topdirs.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topeval.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topeval.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topeval.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/toploop.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/toploop.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/toploop.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topmain.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topmain.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topmain.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topstart.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/topstart.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/trace.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/trace.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/trace.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translattribute.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translattribute.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translattribute.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translclass.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translclass.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translclass.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translcore.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translcore.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translcore.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translmod.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translmod.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translmod.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translobj.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translobj.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translobj.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translprim.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translprim.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/translprim.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/traverse_for_exported_symbols.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/traverse_for_exported_symbols.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/traverse_for_exported_symbols.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/type_immediacy.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/type_immediacy.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/type_immediacy.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typeclass.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typeclass.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typeclass.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typecore.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typecore.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typecore.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_immediacy.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_immediacy.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_immediacy.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_properties.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_properties.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_properties.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_separability.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_separability.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_separability.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_unboxed.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_unboxed.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_unboxed.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_variance.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_variance.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedecl_variance.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedtree.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedtree.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typedtree.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typemod.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typemod.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typemod.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typeopt.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typeopt.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typeopt.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/types.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/types.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/types.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typetexp.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typetexp.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/typetexp.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/un_anf.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/un_anf.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/un_anf.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/unbox_closures.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/unbox_closures.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/unbox_closures.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/unbox_free_vars_of_closures.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/unbox_specialised_args.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/unbox_specialised_args.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/unbox_specialised_args.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/untypeast.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/untypeast.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/untypeast.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/var_within_closure.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/var_within_closure.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/var_within_closure.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/variable.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/variable.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/variable.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/warnings.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/warnings.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/warnings.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_ast.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_ast.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_dsl.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_dsl.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_dsl.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_gas.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_gas.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_gas.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_masm.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_masm.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_masm.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_proc.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_proc.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/compiler-libs/x86_proc.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/profiling.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/profiling.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/profiling.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/std_exit.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/std_exit.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Arg.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Arg.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Arg.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Array.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Array.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Array.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__ArrayLabels.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__ArrayLabels.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__ArrayLabels.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Atomic.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Atomic.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Atomic.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Bigarray.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Bigarray.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Bigarray.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Bool.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Bool.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Bool.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Buffer.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Buffer.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Buffer.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Bytes.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Bytes.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Bytes.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__BytesLabels.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__BytesLabels.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__BytesLabels.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Callback.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Callback.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Callback.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Char.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Char.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Char.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Complex.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Complex.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Complex.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Digest.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Digest.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Digest.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Either.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Either.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Either.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Ephemeron.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Ephemeron.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Ephemeron.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Filename.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Filename.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Filename.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Float.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Float.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Float.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Format.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Format.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Format.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Fun.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Fun.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Fun.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Gc.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Gc.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Gc.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Genlex.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Genlex.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Genlex.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Hashtbl.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Hashtbl.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Hashtbl.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__In_channel.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__In_channel.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__In_channel.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Int.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Int.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Int.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Int32.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Int32.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Int32.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Int64.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Int64.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Int64.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Lazy.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Lazy.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Lazy.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Lexing.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Lexing.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Lexing.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__List.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__List.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__List.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__ListLabels.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__ListLabels.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__ListLabels.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Map.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Map.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Map.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Marshal.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Marshal.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Marshal.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__MoreLabels.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__MoreLabels.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__MoreLabels.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Nativeint.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Nativeint.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Nativeint.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Obj.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Obj.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Obj.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Oo.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Oo.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Oo.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Option.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Option.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Option.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Out_channel.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Out_channel.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Out_channel.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Parsing.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Parsing.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Parsing.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Pervasives.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Pervasives.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Printexc.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Printexc.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Printexc.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Printf.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Printf.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Printf.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Queue.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Queue.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Queue.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Random.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Random.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Random.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Result.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Result.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Result.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Scanf.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Scanf.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Scanf.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Seq.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Seq.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Seq.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Set.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Set.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Set.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Stack.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Stack.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Stack.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__StdLabels.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__StdLabels.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__StdLabels.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Stream.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Stream.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Stream.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__String.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__String.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__String.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__StringLabels.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__StringLabels.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__StringLabels.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Sys.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Sys.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Sys.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Uchar.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Uchar.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Uchar.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Unit.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Unit.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Unit.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Weak.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Weak.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/stdlib__Weak.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/str.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/str.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/threads.ocamlobjinfo
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/condition.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/condition.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/event.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/event.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/mutex.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/mutex.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/semaphore.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/semaphore.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/thread.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/thread.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/threadUnix.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/threads/threadUnix.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/topdirs.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/topdirs.cmt
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/topdirs.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/unix.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/unix.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/unixLabels.cmi
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/ocaml/unixLabels.cmti
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/threads/
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/esperanto-sysroot/lib/threads/META
prep/universes/c237621fbf30ad9c5a90877e025f12eb/esperanto/0.0.4/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:esperanto-cosmopolitan.0.0.4-d41d8cd98f00b204e9800998ecf8427e:4ca5222f0f985d090458d23e4fbed7c69414b6ea8a19bbe878f46aa104ccf3d9
HASHES:ocaml.4.14.0-94b3b4ecae0be090a442860e21188ee6:bd3a93f1d6c2f85e38e5d576c463a45e3ea6d985f3968cbed8c9aa5c386018ef
HASHES:ocaml-base-compiler.4.14.0-d41d8cd98f00b204e9800998ecf8427e:ba67911508a15e9505c5c0c2b128136fae70ce3e3d0e9d772cf6b84303f74307
HASHES:ocaml-config.2-c54fede9f57ee7af887a2e1508f1ea16:11ad4e29bad5ca03f366d87835e0fc73c1e384160528d9156635d1d6ae6875e6
HASHES:esperanto.0.0.4-c237621fbf30ad9c5a90877e025f12eb:d8e58c142bb216cd60931c3708afae99f6b1c46c4f06eb3273c3056d15d53546
2024-09-12 21:33.06 ---> saved as "bf6a23fad7c657c5ca929501e1447fc3632559119fd7fbfd630c6f7391fdf285"
Job succeeded
2024-09-12 21:40.42: Failed: ocaml.4.14.0-94b3b4ecae0be090a442860e21188ee6
2024-09-12 21:40.42: Failed: ocaml-base-compiler.4.14.0-d41d8cd98f00b204e9800998ecf8427e
2024-09-12 21:40.43: esperanto.0.0.4-c237621fbf30ad9c5a90877e025f12eb -> d8e58c142bb216cd60931c3708afae99f6b1c46c4f06eb3273c3056d15d53546
2024-09-12 21:40.43: ocaml-config.2-c54fede9f57ee7af887a2e1508f1ea16 -> 11ad4e29bad5ca03f366d87835e0fc73c1e384160528d9156635d1d6ae6875e6
2024-09-12 21:40.43: ocaml-base-compiler.4.14.0-d41d8cd98f00b204e9800998ecf8427e -> ba67911508a15e9505c5c0c2b128136fae70ce3e3d0e9d772cf6b84303f74307
2024-09-12 21:40.43: ocaml.4.14.0-94b3b4ecae0be090a442860e21188ee6 -> bd3a93f1d6c2f85e38e5d576c463a45e3ea6d985f3968cbed8c9aa5c386018ef
2024-09-12 21:40.43: esperanto-cosmopolitan.0.0.4-d41d8cd98f00b204e9800998ecf8427e -> 4ca5222f0f985d090458d23e4fbed7c69414b6ea8a19bbe878f46aa104ccf3d9
2024-09-12 21:40.43: Job succeeded