Build:
  1. 0
2024-09-12 08:35.52: New job: Voodoo prep irmin.0.11.0; d03dfebed499c519e90e6881cefac8f5
2024-09-12 08:35.52: Waiting for resource in pool OCluster
2024-09-12 18:47.46: Waiting for worker…
2024-09-12 18:47.46: Got resource from pool OCluster
2024-09-12 18:47.46: Using cache hint "docs-universe-prep-4.05.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
         (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.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy irmin.0.11.0 variantslib.v0.13.0 uutf.1.0.3 uri.4.2.0 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 sexplib.v0.13.0 seq.0.3.1 result.1.5 re.1.7.1 ptime.0.8.6 ppxlib.0.13.0 ppx_variants_conv.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_fields_conv.v0.13.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.13.0 ppx_compare.v0.13.0 parsexp.v0.13.0 ocplib-endian.1.2 ocamlgraph.2.0.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-syntax-shims.1.0.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 num.0 mstruct.1.4.0 mmap.1.2.0 mirage-tc.0.3.0 lwt.5.5.0 logs.0.7.0 jsonm.1.0.2 jbuilder.1.0+beta20.2 host-arch-x86_64.1 hex.1.4.0 fmt.0.8.9 fieldslib.v0.13.0 ezjsonm.0.4.3 dune-configurator.3.16.0 dune.3.16.0 cstruct.6.0.1 csexp.1.5.2 crunch.3.2.0 cppo.1.7.0 conf-pkg-config.3 cmdliner.1.0.4 bin_prot.v0.13.0 bigstringaf.0.8.0 bigarray-compat.1.1.0 base-num.base base-bytes.base base.v0.13.2 angstrom.0.16.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u irmin:d03dfebed499c519e90e6881cefac8f5"))
 (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.503521') && (for DATA in prep/universes/d03dfebed499c519e90e6881cefac8f5/irmin/0.11.0,irmin.0.11.0-d03dfebed499c519e90e6881cefac8f5,irmin.0.11.0; 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/d03dfebed499c519e90e6881cefac8f5/irmin/0.11.0,irmin.0.11.0-d03dfebed499c519e90e6881cefac8f5,irmin.0.11.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d03dfebed499c519e90e6881cefac8f5/irmin/0.11.0,irmin.0.11.0-d03dfebed499c519e90e6881cefac8f5,irmin.0.11.0; 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 5ee688bb15d6f6e2321121b77eb06b2139310f2b --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.05.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 18:47.46: RETRYING: 2024-09-12/083552-voodoo-prep-dd8cb5 Number of retries: 0 (retriable error condition)
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
Updating files:  59% (19084/32136)
Updating files:  60% (19282/32136)
Updating files:  61% (19603/32136)
Updating files:  62% (19925/32136)
Updating files:  63% (20246/32136)
Updating files:  64% (20568/32136)
Updating files:  65% (20889/32136)
Updating files:  66% (21210/32136)
Updating files:  67% (21532/32136)
Updating files:  68% (21853/32136)
Updating files:  69% (22174/32136)
Updating files:  70% (22496/32136)
Updating files:  71% (22817/32136)
Updating files:  72% (23138/32136)
Updating files:  73% (23460/32136)
Updating files:  74% (23781/32136)
Updating files:  75% (24102/32136)
Updating files:  76% (24424/32136)
Updating files:  77% (24745/32136)
Updating files:  78% (25067/32136)
Updating files:  79% (25388/32136)
Updating files:  80% (25709/32136)
Updating files:  81% (26031/32136)
Updating files:  82% (26352/32136)
Updating files:  83% (26673/32136)
Updating files:  84% (26995/32136)
Updating files:  85% (27316/32136)
Updating files:  86% (27637/32136)
Updating files:  87% (27959/32136)
Updating files:  88% (28280/32136)
Updating files:  89% (28602/32136)
Updating files:  90% (28923/32136)
Updating files:  91% (29244/32136)
Updating files:  92% (29566/32136)
Updating files:  93% (29887/32136)
Updating files:  94% (30208/32136)
Updating files:  95% (30530/32136)
Updating files:  96% (30851/32136)
Updating files:  97% (31172/32136)
Updating files:  98% (31494/32136)
Updating files:  99% (31815/32136)
Updating files: 100% (32136/32136)
Updating files: 100% (32136/32136), done.
HEAD is now at 5ee688bb15 Windows support for ocaml-secondary-compiler.4.14.2

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
2024-09-12 18:40.32 ---> using "7c8c890fbdf3a5ce9ada73a70c4872c63f6da4c66697c2f0b58387309e41a001" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 18:40.32 ---> using "20c183f0d0338fbcef1c46f42e8678e12d47780c46d34e49189d2f9667146690" 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 (994 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.9 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 18:40.32 ---> using "8c0f8771fbef6314a3959e88202d1780ecd2b0743dffb0ee03d00fa52dbfc6fb" from cache

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

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

The following actions will be performed:
  - install ocamlbuild          0.14.3 [required by bos]
  - install cmdliner            1.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.16.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install seq                 0.3.1  [required by fmt]
  - install result              1.5    [required by rresult]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.7.0  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.6  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.6  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.7.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.8.9] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.0] found in cache
[opam-core.2.1.6] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.6] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[seq.0.3.1] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed seq.0.3.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed rresult.0.6.0
-> installed cppo.1.7.0
-> installed re.1.11.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.0
-> installed opam-core.2.1.6
-> installed opam-format.2.1.6
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 18:40.32 ---> using "92b96a9320a3c564e921cf6f693e681f388ab6efdb6d4fb243d4b61a1bead82f" from cache

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

(from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
2024-09-12 18:40.32 ---> using "7c8c890fbdf3a5ce9ada73a70c4872c63f6da4c66697c2f0b58387309e41a001" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 18:40.32 ---> using "20c183f0d0338fbcef1c46f42e8678e12d47780c46d34e49189d2f9667146690" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 18:40.32 ---> using "21dd1d46569643818950834cd483e48a237692c6efc675d8e7e354e7f652bc6b" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 18:40.34 ---> using "bdd649aab34b1134d0a1d1f4d8a1c472f6b3d197803cfa06f8fa38e9beaa03c1" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 18:40.34 ---> using "8530c0e970da716a7118739cf17c14b0aadb6194090b6192d0fa9760246cd64d" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 18:40.34 ---> using "0d790a0e0ac9d70553b28b185b8ae8478a30cbfaf5251ca59249220b072d1554" from cache

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

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 18:40.34 ---> using "35a4c8191d89e46ab11a70ddbd50646a393279028012b633e37c2d525e25da58" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 18:40.34 ---> using "d493f1ac3b1f6be40b0289b7ce7f81b7848f398d9b55f1132ed99f623c7a33d9" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy irmin.0.11.0 variantslib.v0.13.0 uutf.1.0.3 uri.4.2.0 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 sexplib.v0.13.0 seq.0.3.1 result.1.5 re.1.7.1 ptime.0.8.6 ppxlib.0.13.0 ppx_variants_conv.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_fields_conv.v0.13.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.13.0 ppx_compare.v0.13.0 parsexp.v0.13.0 ocplib-endian.1.2 ocamlgraph.2.0.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-syntax-shims.1.0.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 num.0 mstruct.1.4.0 mmap.1.2.0 mirage-tc.0.3.0 lwt.5.5.0 logs.0.7.0 jsonm.1.0.2 jbuilder.1.0+beta20.2 host-arch-x86_64.1 hex.1.4.0 fmt.0.8.9 fieldslib.v0.13.0 ezjsonm.0.4.3 dune-configurator.3.16.0 dune.3.16.0 cstruct.6.0.1 csexp.1.5.2 crunch.3.2.0 cppo.1.7.0 conf-pkg-config.3 cmdliner.1.0.4 bin_prot.v0.13.0 bigstringaf.0.8.0 bigarray-compat.1.1.0 base-num.base base-bytes.base base.v0.13.2 angstrom.0.16.0 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 (995 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 irmin.0.11.0 variantslib.v0.13.0 uutf.1.0.3 uri.4.2.0 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 sexplib.v0.13.0 seq.0.3.1 result.1.5 re.1.7.1 ptime.0.8.6 ppxlib.0.13.0 ppx_variants_conv.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_fields_conv.v0.13.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.13.0 ppx_compare.v0.13.0 parsexp.v0.13.0 ocplib-endian.1.2 ocamlgraph.2.0.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-syntax-shims.1.0.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 num.0 mstruct.1.4.0 mmap.1.2.0 mirage-tc.0.3.0 lwt.5.5.0 logs.0.7.0 jsonm.1.0.2 jbuilder.1.0+beta20.2 host-arch-x86_64.1 hex.1.4.0 fmt.0.8.9 fieldslib.v0.13.0 ezjsonm.0.4.3 dune-configurator.3.16.0 dune.3.16.0 cstruct.6.0.1 csexp.1.5.2 crunch.3.2.0 cppo.1.7.0 conf-pkg-config.3 cmdliner.1.0.4 bin_prot.v0.13.0 bigstringaf.0.8.0 bigarray-compat.1.1.0 base-num.base base-bytes.base base.v0.13.2 angstrom.0.16.0" 

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:
pkg-config
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install ppx_derivers            1.2.1
  - install ocamlbuild              0.14.3
  - install sexplib0                v0.13.0
  - install bigarray-compat         1.1.0
  - install ocaml-compiler-libs     v0.12.4
  - install base-bytes              base
  - install ocaml-syntax-shims      1.0.0
  - install stdlib-shims            0.3.0
  - install cmdliner                1.0.4
  - install seq                     0.3.1
  - install conf-pkg-config         3
  - install stringext               1.6.0
  - install jbuilder                1.0+beta20.2
  - install result                  1.5
  - install csexp                   1.5.2
  - install base-num                base
  - install cppo                    1.7.0
  - install topkg                   1.0.7
  - install mmap                    1.2.0
  - install cstruct                 6.0.1
  - install re                      1.7.1
  - install ocamlgraph              2.0.0
  - install bigstringaf             0.8.0
  - install ocaml-migrate-parsetree 1.8.0
  - install dune-configurator       3.16.0
  - install num                     0
  - install ocplib-endian           1.2
  - install uutf                    1.0.3
  - install ptime                   0.8.6
  - install fmt                     0.8.9
  - install mstruct                 1.4.0
  - install hex                     1.4.0
  - install angstrom                0.16.0
  - install base                    v0.13.2
  - install lwt                     5.5.0
  - install jsonm                   1.0.2
  - install crunch                  3.2.0
  - install uri                     4.2.0
  - install variantslib             v0.13.0
  - install stdio                   v0.13.0
  - install parsexp                 v0.13.0
  - install fieldslib               v0.13.0
  - install logs                    0.7.0
  - install ppxlib                  0.13.0
  - install sexplib                 v0.13.0
  - install ppx_variants_conv       v0.13.0
  - install ppx_sexp_conv           v0.13.0
  - install ppx_fields_conv         v0.13.0
  - install ppx_compare             v0.13.0
  - install ezjsonm                 0.4.3
  - install ppx_custom_printf       v0.13.0
  - install bin_prot                v0.13.0
  - install mirage-tc               0.3.0
  - install irmin                   0.11.0
===== 54 to install =====

The following system packages will first need to be installed:
    pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 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 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) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/162:
Processing  2/162:
Processing  3/162:
Processing  4/162:
Processing  5/162:
Processing  6/162:
Processing  7/162:
-> installed base-bytes.base
Processing  8/162:
-> installed base-num.base
Processing  9/162:
-> retrieved angstrom.0.16.0  (cached)
Processing 10/162:
-> retrieved base.v0.13.2  (cached)
Processing 11/162: [bin_prot.v0.13.0: http]
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 12/162: [bin_prot.v0.13.0: http]
Processing 13/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build]
-> retrieved bigstringaf.0.8.0  (cached)
Processing 14/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build]
Processing 15/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build]
Processing 16/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build] [conf-pkg-config: pkg-config]
-> retrieved cmdliner.1.0.4  (cached)
Processing 17/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build] [conf-pkg-config: pkg-config]
Processing 18/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build] [cmdliner: make all] [conf-pkg-config: pkg-config]
-> retrieved cppo.1.7.0  (cached)
Processing 19/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build] [cmdliner: make all] [conf-pkg-config: pkg-config]
Processing 20/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build] [cmdliner: make all] [conf-pkg-config: pkg-config] [cppo: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 20/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build]
-> installed conf-pkg-config.3
Processing 21/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build]
-> retrieved crunch.3.2.0  (cached)
Processing 22/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 23/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build]
Processing 24/162: [bin_prot.v0.13.0: http] [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
Processing 24/162: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved cstruct.6.0.1  (cached)
Processing 25/162: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved bin_prot.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/bin_prot-v0.13.0.tar.gz)
Processing 26/162: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved ezjsonm.0.4.3  (cached)
Processing 27/162: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved fieldslib.v0.13.0  (cached)
Processing 28/162: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved fmt.0.8.9  (cached)
Processing 29/162: [irmin.0.11.0: http] [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved hex.1.4.0  (cached)
Processing 30/162: [irmin.0.11.0: http] [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 30/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> installed bigarray-compat.1.1.0
Processing 31/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
Processing 32/162: [irmin.0.11.0: http] [bigstringaf: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
Processing 33/162: [irmin.0.11.0: http] [bigstringaf: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [cstruct: dune build]
-> retrieved jbuilder.1.0+beta20.2  (cached)
Processing 34/162: [irmin.0.11.0: http] [bigstringaf: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [cstruct: dune build]
Processing 35/162: [irmin.0.11.0: http] [bigstringaf: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [cstruct: dune build] [jbuilder: ocaml configure.ml]
-> compiled  csexp.1.5.2
Processing 35/162: [irmin.0.11.0: http] [bigstringaf: dune build] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml configure.ml]
-> installed csexp.1.5.2
Processing 36/162: [irmin.0.11.0: http] [bigstringaf: dune build] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml configure.ml]
-> retrieved jsonm.1.0.2  (cached)
Processing 37/162: [irmin.0.11.0: http] [bigstringaf: dune build] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml configure.ml]
-> retrieved logs.0.7.0  (cached)
Processing 38/162: [irmin.0.11.0: http] [bigstringaf: dune build] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml configure.ml]
Processing 38/162: [irmin.0.11.0: http] [bigstringaf: dune build] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml]
-> retrieved lwt.5.5.0  (cached)
Processing 39/162: [irmin.0.11.0: http] [bigstringaf: dune build] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml]
- (cd _build/default/lib/freestanding && /usr/bin/gmake)
- touch libbigstringaf_freestanding_stubs.a
-> compiled  bigstringaf.0.8.0
Processing 39/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml]
-> installed bigstringaf.0.8.0
Processing 40/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml]
-> retrieved mirage-tc.0.3.0  (cached)
Processing 41/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml]
-> retrieved mmap.1.2.0  (cached)
Processing 42/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml]
Processing 43/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build]
-> retrieved mstruct.1.4.0  (cached)
Processing 44/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build]
Processing 45/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build]
Processing 46/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build]
-> installed num.0
Processing 47/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 48/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build]
Processing 49/162: [irmin.0.11.0: http] [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build] [ocaml-compiler-libs: dune build]
Processing 49/162: [cmdliner: make all] [cppo: dune build] [cstruct: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build] [ocaml-compiler-libs: dune build]
-> compiled  cstruct.6.0.1
Processing 49/162: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build] [ocaml-compiler-libs: dune build]
-> installed cstruct.6.0.1
Processing 50/162: [cmdliner: make all] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build] [ocaml-compiler-libs: dune build]
Processing 51/162: [cmdliner: make all] [cppo: dune build] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build] [ocaml-compiler-libs: dune build]
-> retrieved irmin.0.11.0  (https://github.com/mirage/irmin/archive/0.11.0.tar.gz)
Processing 52/162: [cmdliner: make all] [cppo: dune build] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
Processing 53/162: [cmdliner: make all] [cppo: dune build] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build] [ocaml-compiler-libs: dune build]
Processing 54/162: [cmdliner: make all] [cppo: dune build] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 55/162: [cmdliner: make all] [cppo: dune build] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> compiled  mmap.1.2.0
Processing 55/162: [cmdliner: make all] [cppo: dune build] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> installed mmap.1.2.0
Processing 56/162: [cmdliner: make all] [cppo: dune build] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 57/162: [cmdliner: make all] [cppo: dune build] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
Processing 58/162: [cmdliner: make all] [cppo: dune build] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 59/162: [cmdliner: make all] [cppo: dune build] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make]
Processing 60/162: [cmdliner: make all] [cppo: dune build] [dune-configurator: rm] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make]
-> compiled  cppo.1.7.0
Processing 60/162: [cmdliner: make all] [dune-configurator: rm] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make]
-> installed cppo.1.7.0
Processing 61/162: [cmdliner: make all] [dune-configurator: rm] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 61/162: [cmdliner: make all] [dune-configurator: rm] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make]
-> installed ocaml-compiler-libs.v0.12.4
Processing 62/162: [cmdliner: make all] [dune-configurator: rm] [hex: dune build] [jbuilder: ocaml bootstrap.ml] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make]
-> compiled  hex.1.4.0
Processing 62/162: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make]
-> installed hex.1.4.0
Processing 63/162: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocaml-syntax-shims: dune build] [ocamlbuild: make configure.make]
-> compiled  ocaml-syntax-shims.1.0.0
Processing 63/162: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make configure.make]
-> installed ocaml-syntax-shims.1.0.0
Processing 64/162: [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make configure.make]
Processing 65/162: [angstrom: dune build] [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make configure.make]
-> retrieved ocamlgraph.2.0.0  (cached)
Processing 66/162: [ppx_compare.v0.13.0: http] [angstrom: dune build] [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make configure.make]
-> retrieved ocplib-endian.1.2  (cached)
Processing 67/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [angstrom: dune build] [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make configure.make]
Processing 68/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [angstrom: dune build] [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make configure.make] [ocplib-endian: dune build]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.05"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.05/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.05/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.05/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.05"; \
- echo "BINDIR=/home/opam/.opam/4.05/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.05/lib"; \
- echo "MANDIR=/home/opam/.opam/4.05/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.05/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.05/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.05/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.05/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 68/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [angstrom: dune build] [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build]
-> retrieved parsexp.v0.13.0  (cached)
Processing 69/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [angstrom: dune build] [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 70/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [angstrom: dune build] [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build]
Processing 71/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [angstrom: dune build] [cmdliner: make all] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build]
Processing 71/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [angstrom: dune build] [cmdliner: make all] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build]
-> retrieved ppx_fields_conv.v0.13.0  (cached)
Processing 72/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [angstrom: dune build] [cmdliner: make all] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build]
-> retrieved ppx_sexp_conv.v0.13.0  (cached)
Processing 73/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [ppx_variants_conv.v0.13.0: http] [angstrom: dune build] [cmdliner: make all] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.0.4
Processing 73/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [ppx_variants_conv.v0.13.0: http] [angstrom: dune build] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build]
Processing 74/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [ppx_variants_conv.v0.13.0: http] [angstrom: dune build] [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build] [cmdliner: make install]
- '/home/opam/.opam/4.05/bin/ocamllex.opt' -q src/meta_lexer.mll
- '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
- '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
- '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
- '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
- '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt
- '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt
- '/home/opam/.opam/4.05/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
- '/home/opam/.opam/4.05/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml
Processing 74/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [ppx_variants_conv.v0.13.0: http] [angstrom: dune build] [dune-configurator: dune build] [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build] [cmdliner: make install]
-> compiled  angstrom.0.16.0
Processing 74/162: [ppx_compare.v0.13.0: http] [ppx_custom_printf.v0.13.0: http] [ppx_variants_conv.v0.13.0: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build] [cmdliner: make install]
Processing 74/162: [ppx_custom_printf.v0.13.0: http] [ppx_variants_conv.v0.13.0: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build] [cmdliner: make install]
Processing 74/162: [ppx_variants_conv.v0.13.0: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [ocplib-endian: dune build] [ppx_derivers: dune build] [cmdliner: make install]
-> compiled  ocplib-endian.1.2
Processing 74/162: [ppx_variants_conv.v0.13.0: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [cmdliner: make install]
-> compiled  ppx_derivers.1.2.1
Processing 74/162: [ppx_variants_conv.v0.13.0: http] [dune-configurator: dune build] [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install]
-> compiled  dune-configurator.3.16.0
Processing 74/162: [ppx_variants_conv.v0.13.0: http] [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install]
Processing 74/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install]
- install -d /home/opam/.opam/4.05/lib/cmdliner
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/4.05/lib/cmdliner
- install cmdliner.opam /home/opam/.opam/4.05/lib/cmdliner/opam
- install _build/cmdliner.cma /home/opam/.opam/4.05/lib/cmdliner
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_docgen.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_suggest.cmx _build/cmdliner_term.cmx _build/cmdliner_trie.cmx \
-   /home/opam/.opam/4.05/lib/cmdliner
- install _build/cmdliner.cmxs /home/opam/.opam/4.05/lib/cmdliner
Processing 74/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install-doc]
-> retrieved ppx_compare.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_compare-v0.13.0.tar.gz)
Processing 75/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install-doc]
-> retrieved ppx_custom_printf.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_custom_printf-v0.13.0.tar.gz)
Processing 76/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install-doc]
-> retrieved ppx_variants_conv.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_variants_conv-v0.13.0.tar.gz)
Processing 77/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install-doc]
- install -d /home/opam/.opam/4.05/doc/cmdliner
- install CHANGES.md LICENSE.md README.md /home/opam/.opam/4.05/doc/cmdliner
-> installed cmdliner.1.0.4
Processing 77/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled]
-> installed angstrom.0.16.0
Processing 78/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled]
-> installed dune-configurator.3.16.0
Processing 79/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled]
-> installed ocplib-endian.1.2
Processing 80/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled]
-> installed ppx_derivers.1.2.1
Processing 81/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled]
-> retrieved ppxlib.0.13.0  (cached)
Processing 82/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled]
-> retrieved ptime.0.8.6  (cached)
Processing 83/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled]
-> retrieved re.1.7.1  (cached)
Processing 84/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled]
-> retrieved result.1.5  (cached)
Processing 85/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled]
Processing 86/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [result: dune build]
-> retrieved seq.0.3.1  (cached)
Processing 87/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [result: dune build]
Processing 88/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [result: dune build] [seq: dune build]
-> retrieved sexplib.v0.13.0  (cached)
Processing 89/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [result: dune build] [seq: dune build]
-> retrieved sexplib0.v0.13.0  (cached)
Processing 90/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [result: dune build] [seq: dune build]
Processing 91/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [result: dune build] [seq: dune build] [sexplib0: dune build]
-> retrieved stdio.v0.13.0  (cached)
Processing 92/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [result: dune build] [seq: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 93/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [result: dune build] [seq: dune build] [sexplib0: dune build]
Processing 94/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved stringext.1.6.0  (cached)
Processing 95/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 96/162: [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> retrieved topkg.1.0.7  (cached)
Processing 97/162: [variantslib.v0.13.0: http] [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [result: dune build] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> retrieved uutf.1.0.3  (cached)
-> retrieved uri.4.2.0  (cached)
-> compiled  result.1.5
Processing 97/162: [variantslib.v0.13.0: http] [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> installed result.1.5
Processing 98/162: [variantslib.v0.13.0: http] [jbuilder: ./boot.exe 39] [ocamlbuild: make check-if-preinstalled] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build]
Processing 99/162: [variantslib.v0.13.0: http] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [seq: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> compiled  seq.0.3.1
Processing 99/162: [variantslib.v0.13.0: http] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> installed seq.0.3.1
Processing 100/162: [variantslib.v0.13.0: http] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build]
Processing 101/162: [variantslib.v0.13.0: http] [jbuilder: ./boot.exe 39] [lwt: dune exec] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build]
Processing 101/162: [jbuilder: ./boot.exe 39] [lwt: dune exec] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> retrieved variantslib.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/variantslib-v0.13.0.tar.gz)
-> compiled  stringext.1.6.0
Processing 101/162: [jbuilder: ./boot.exe 39] [lwt: dune exec] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed stringext.1.6.0
Processing 102/162: [jbuilder: ./boot.exe 39] [lwt: dune exec] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 103/162: [jbuilder: ./boot.exe 39] [lwt: dune exec] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build] [uri: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 103/162: [jbuilder: ./boot.exe 39] [lwt: dune exec] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [uri: dune build]
-> installed stdlib-shims.0.3.0
Processing 104/162: [jbuilder: ./boot.exe 39] [lwt: dune exec] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [uri: dune build]
Processing 105/162: [jbuilder: ./boot.exe 39] [lwt: dune exec] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: dune build] [sexplib0: dune build] [uri: dune build]
-> compiled  sexplib0.v0.13.0
Processing 105/162: [jbuilder: ./boot.exe 39] [lwt: dune exec] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: dune build] [uri: dune build]
-> installed sexplib0.v0.13.0
Processing 106/162: [jbuilder: ./boot.exe 39] [lwt: dune exec] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: dune build] [uri: dune build]
Processing 107/162: [base: dune build] [jbuilder: ./boot.exe 39] [lwt: dune exec] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: dune build] [uri: dune build]
Processing 107/162: [base: dune build] [jbuilder: ./boot.exe 39] [lwt: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: dune build] [uri: dune build]
- if test -d /home/opam/.opam/4.05/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.05/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing 107/162: [base: dune build] [jbuilder: ./boot.exe 39] [lwt: dune build] [ocaml-migrate-parsetree: dune build] [ocamlgraph: dune build] [uri: dune build]
-> installed ocamlbuild.0.14.3
Processing 108/162: [base: dune build] [jbuilder: ./boot.exe 39] [lwt: dune build] [ocaml-migrate-parsetree: dune build] [ocamlgraph: dune build] [uri: dune build]
Processing 109/162: [base: dune build] [jbuilder: ./boot.exe 39] [lwt: dune build] [ocaml-migrate-parsetree: dune build] [ocamlgraph: dune build] [re: ocaml setup.ml] [uri: dune build]
Processing 110/162: [base: dune build] [jbuilder: ./boot.exe 39] [lwt: dune build] [ocaml-migrate-parsetree: dune build] [ocamlgraph: dune build] [re: ocaml setup.ml] [topkg: ocaml build] [uri: dune build]
-> compiled  ocamlgraph.2.0.0
Processing 110/162: [base: dune build] [jbuilder: ./boot.exe 39] [lwt: dune build] [ocaml-migrate-parsetree: dune build] [re: ocaml setup.ml] [topkg: ocaml build] [uri: dune build]
-> installed ocamlgraph.2.0.0
Processing 111/162: [base: dune build] [jbuilder: ./boot.exe 39] [lwt: dune build] [ocaml-migrate-parsetree: dune build] [re: ocaml setup.ml] [topkg: ocaml build] [uri: dune build]
-> compiled  uri.4.2.0
Processing 111/162: [base: dune build] [jbuilder: ./boot.exe 39] [lwt: dune build] [ocaml-migrate-parsetree: dune build] [re: ocaml setup.ml] [topkg: ocaml build]
-> installed uri.4.2.0
Processing 112/162: [base: dune build] [jbuilder: ./boot.exe 39] [lwt: dune build] [ocaml-migrate-parsetree: dune build] [re: ocaml setup.ml] [topkg: ocaml build]
-> compiled  lwt.5.5.0
Processing 112/162: [base: dune build] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [re: ocaml setup.ml] [topkg: ocaml build]
-> installed lwt.5.5.0
Processing 113/162: [base: dune build] [jbuilder: ./boot.exe 39] [ocaml-migrate-parsetree: dune build] [re: ocaml setup.ml] [topkg: ocaml build]
-> compiled  jbuilder.1.0+beta20.2
Processing 113/162: [base: dune build] [ocaml-migrate-parsetree: dune build] [re: ocaml setup.ml] [topkg: ocaml build]
-> installed jbuilder.1.0+beta20.2
Processing 114/162: [base: dune build] [ocaml-migrate-parsetree: dune build] [re: ocaml setup.ml] [topkg: ocaml build]
Processing 115/162: [base: dune build] [mstruct: jbuilder build] [ocaml-migrate-parsetree: dune build] [re: ocaml setup.ml] [topkg: ocaml build]
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.05/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.05/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.05/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.05/bin/ocamlbuild
- Package name: ........................................ re
- Package version: ..................................... 1.7.1
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.05.0
- standard_library_default: ............................ /home/opam/.opam/4.05/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.05/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.05/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.05
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ......................................
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: .........................
- Enable building benchmarks: .......................... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_bytes: ........................................... /home/opam/.opam/4.05/lib/bytes
- ocamldoc: ............................................ /home/opam/.opam/4.05/bin/ocamldoc
- 
-       ocamlc lib/.mstruct.objs/mstruct.{cmo,cmt}
- File "lib/mstruct.ml", line 42, characters 2-13:
- Warning 3: deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/mstruct.ml", line 143, characters 8-30:
- Warning 3: deprecated: Cstruct.blit_to_string
- Use blit_to_bytes instead, blit_to_string will be removed in cstruct 5.0.0
- File "lib/mstruct.ml", line 152, characters 4-26:
- Warning 3: deprecated: Cstruct.blit_to_string
- Use blit_to_bytes instead, blit_to_string will be removed in cstruct 5.0.0
-     ocamlopt lib/.mstruct.objs/mstruct.{cmx,o}
- File "lib/mstruct.ml", line 42, characters 2-13:
- Warning 3: deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/mstruct.ml", line 143, characters 8-30:
- Warning 3: deprecated: Cstruct.blit_to_string
- Use blit_to_bytes instead, blit_to_string will be removed in cstruct 5.0.0
- File "lib/mstruct.ml", line 152, characters 4-26:
- Warning 3: deprecated: Cstruct.blit_to_string
- Use blit_to_bytes instead, blit_to_string will be removed in cstruct 5.0.0
-> compiled  mstruct.1.4.0
Processing 115/162: [base: dune build] [ocaml-migrate-parsetree: dune build] [re: ocaml setup.ml] [topkg: ocaml build]
-> installed mstruct.1.4.0
Processing 116/162: [base: dune build] [ocaml-migrate-parsetree: dune build] [re: ocaml setup.ml] [topkg: ocaml build]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 116/162: [base: dune build] [re: ocaml setup.ml] [topkg: ocaml build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 117/162: [base: dune build] [re: ocaml setup.ml] [topkg: ocaml build]
- ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends
- ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli
- ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends
- ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends
- ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli
- ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli
- ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli
- ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli
- ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml
- ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml
- ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends
- ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli
- ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends
- ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli
- ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml
- ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml
- ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml
- ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli
- ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml
- ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli
- ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends
- ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends
- ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml
- ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml
- ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli
- ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml
- ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml
- ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends
- ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml
- ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmo src/topkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmo src/topkg_build.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmo src/topkg_cmd.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmo src/topkg_codec.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmo src/topkg_distrib.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmo src/topkg_fexts.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmo src/topkg_install.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmo src/topkg_ipc.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmo src/topkg_log.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmo src/topkg_opam.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmo src/topkg_pkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmo src/topkg_publish.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmo src/topkg_result.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmo src/topkg_test.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml
- ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma
- # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) }
-> compiled  topkg.1.0.7
Processing 117/162: [base: dune build] [re: ocaml setup.ml]
-> installed topkg.1.0.7
Processing 118/162: [base: dune build] [re: ocaml setup.ml]
Processing 119/162: [base: dune build] [fmt: ocaml build] [re: ocaml setup.ml]
Processing 120/162: [base: dune build] [fmt: ocaml build] [ptime: ocaml build] [re: ocaml setup.ml]
Processing 121/162: [base: dune build] [fmt: ocaml build] [ptime: ocaml build] [re: ocaml setup.ml] [uutf: ocaml build]
- ocamlfind ocamldep -modules src/uutf.ml > src/uutf.ml.depends
- ocamlfind ocamldep -modules src/uutf.mli > src/uutf.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/uutf.cmi src/uutf.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/uutf.cmx src/uutf.ml
- ocamlfind ocamlopt -a -I src src/uutf.cmx -o src/uutf.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/uutf.cmxa -o src/uutf.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/uutf.cmo src/uutf.ml
- ocamlfind ocamlc -a -I src src/uutf.cmo -o src/uutf.cma
- ocamlfind ocamldep -package unix -package cmdliner -modules test/utftrip.ml > test/utftrip.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package cmdliner -I test -I src -o test/utftrip.cmo test/utftrip.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package cmdliner -I test -I src -o test/utftrip.cmx test/utftrip.ml
- ocamlfind ocamlopt -linkpkg -g -package unix -package cmdliner -I src -I test src/uutf.cmx test/utftrip.cmx -o test/utftrip.native
- # No parallelism done
-> compiled  uutf.1.0.3
Processing 121/162: [base: dune build] [fmt: ocaml build] [ptime: ocaml build] [re: ocaml setup.ml]
-> installed uutf.1.0.3
Processing 122/162: [base: dune build] [fmt: ocaml build] [ptime: ocaml build] [re: ocaml setup.ml]
Processing 123/162: [base: dune build] [fmt: ocaml build] [jsonm: ocaml build] [ptime: ocaml build] [re: ocaml setup.ml]
- ocamlfind ocamldep -package seq -package stdlib-shims -modules src/fmt.ml > src/fmt.ml.depends
- ocamlfind ocamldep -package seq -package stdlib-shims -modules src/fmt.mli > src/fmt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmi src/fmt.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmx src/fmt.ml
- ocamlfind ocamlopt -a -package seq -package stdlib-shims -I src src/fmt.cmx -o src/fmt.cmxa
- ocamlfind ocamlopt -shared -linkall -package seq -package stdlib-shims -I src src/fmt.cmxa -o src/fmt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmo src/fmt.ml
- ocamlfind ocamlc -a -package seq -package stdlib-shims -I src src/fmt.cmo -o src/fmt.cma
- ocamlfind ocamldep -package unix -package seq -package stdlib-shims -modules src/fmt_tty.ml > src/fmt_tty.ml.depends
- ocamlfind ocamldep -package unix -package seq -package stdlib-shims -modules src/fmt_tty.mli > src/fmt_tty.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmi src/fmt_tty.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml
- ocamlfind ocamlopt -a -package unix -package seq -package stdlib-shims -I src src/fmt_tty.cmx -o src/fmt_tty.cmxa
- ocamlfind ocamlopt -shared -linkall -package unix -package seq -package stdlib-shims -I src src/fmt_tty.cmxa -o src/fmt_tty.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml
- ocamlfind ocamlc -a -package unix -package seq -package stdlib-shims -I src src/fmt_tty.cmo -o src/fmt_tty.cma
- ocamlfind ocamldep -package cmdliner -package seq -package stdlib-shims -modules src/fmt_cli.ml > src/fmt_cli.ml.depends
- ocamlfind ocamldep -package cmdliner -package seq -package stdlib-shims -modules src/fmt_cli.mli > src/fmt_cli.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -package seq -package stdlib-shims -I src -I test -o src/fmt_cli.cmi src/fmt_cli.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -package seq -package stdlib-shims -I src -I test -o src/fmt_cli.cmx src/fmt_cli.ml
- ocamlfind ocamlopt -a -package cmdliner -package seq -package stdlib-shims -I src src/fmt_cli.cmx -o src/fmt_cli.cmxa
- ocamlfind ocamlopt -shared -linkall -package cmdliner -package seq -package stdlib-shims -I src src/fmt_cli.cmxa -o src/fmt_cli.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -package seq -package stdlib-shims -I src -I test -o src/fmt_cli.cmo src/fmt_cli.ml
- ocamlfind ocamlc -a -package cmdliner -package seq -package stdlib-shims -I src src/fmt_cli.cmo -o src/fmt_cli.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -package seq -package stdlib-shims -modules src/fmt_top.ml > src/fmt_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -I src -I test -o src/fmt_top.cmo src/fmt_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -I src -I test -o src/fmt_top.cmo src/fmt_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -I src -I test -o src/fmt_top.cmx src/fmt_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -I src -I test -o src/fmt_top.cmx src/fmt_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmx -o src/fmt_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmx -o src/fmt_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmxa -o src/fmt_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmxa -o src/fmt_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmo -o src/fmt_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmo -o src/fmt_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- # No parallelism done
-> compiled  fmt.0.8.9
Processing 123/162: [base: dune build] [jsonm: ocaml build] [ptime: ocaml build] [re: ocaml setup.ml]
-> installed fmt.0.8.9
Processing 124/162: [base: dune build] [jsonm: ocaml build] [ptime: ocaml build] [re: ocaml setup.ml]
Processing 125/162: [base: dune build] [jsonm: ocaml build] [logs: ocaml build] [ptime: ocaml build] [re: ocaml setup.ml]
- (cd _build/default && /home/opam/.opam/4.05/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.base.objs/byte -I /home/opam/.opam/4.05/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I hash_types/src/.base_internalhash_types.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/byte -no-alias-deps -open Base__ -o src/.base.objs/byte/base__Import0.cmo -c -impl src/import0.ml)
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 118, characters 10-20:
- Warning 3: deprecated: module Pervasives
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Pervasives instead
- (cd _build/default && /home/opam/.opam/4.05/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/4.05/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I compiler-stdlib/src/.caml.objs/native -I hash_types/src/.base_internalhash_types.objs/byte -I hash_types/src/.base_internalhash_types.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base__Import0.cmx -c -impl src/import0.ml)
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 118, characters 10-20:
- Warning 3: deprecated: module Pervasives
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Pervasives instead
- (cd _build/default && /home/opam/.opam/4.05/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.base.objs/byte -I /home/opam/.opam/4.05/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I hash_types/src/.base_internalhash_types.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/byte -no-alias-deps -open Base__ -o src/.base.objs/byte/base.cmo -c -impl src/base.ml)
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- (cd _build/default && /home/opam/.opam/4.05/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/4.05/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I compiler-stdlib/src/.caml.objs/native -I hash_types/src/.base_internalhash_types.objs/byte -I hash_types/src/.base_internalhash_types.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base.cmx -c -impl src/base.ml)
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
-> compiled  base.v0.13.2
Processing 125/162: [jsonm: ocaml build] [logs: ocaml build] [ptime: ocaml build] [re: ocaml setup.ml]
-> installed base.v0.13.2
Processing 126/162: [jsonm: ocaml build] [logs: ocaml build] [ptime: ocaml build] [re: ocaml setup.ml]
Processing 127/162: [fieldslib: dune build] [jsonm: ocaml build] [logs: ocaml build] [ptime: ocaml build] [re: ocaml setup.ml]
Processing 128/162: [fieldslib: dune build] [jsonm: ocaml build] [logs: ocaml build] [parsexp: dune build] [ptime: ocaml build] [re: ocaml setup.ml]
Processing 129/162: [fieldslib: dune build] [jsonm: ocaml build] [logs: ocaml build] [parsexp: dune build] [ptime: ocaml build] [re: ocaml setup.ml] [stdio: dune build]
Processing 130/162: [fieldslib: dune build] [jsonm: ocaml build] [logs: ocaml build] [parsexp: dune build] [ptime: ocaml build] [re: ocaml setup.ml] [stdio: dune build] [variantslib: dune build]
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind ocamldep -modules src/ptime.ml > src/ptime.ml.depends
- ocamlfind ocamldep -modules src/ptime.mli > src/ptime.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/ptime.cmi src/ptime.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -o src/ptime.cmx src/ptime.ml
- ocamlfind ocamlopt -a -I src src/ptime.cmx -o src/ptime.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/ptime.cmxa -o src/ptime.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/ptime.cmo src/ptime.ml
- ocamlfind ocamlc -a -I src src/ptime.cmo -o src/ptime.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -modules src/ptime_top.ml > src/ptime_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -o src/ptime_top.cmo src/ptime_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -o src/ptime_top.cmo src/ptime_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -o src/ptime_top.cmx src/ptime_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -o src/ptime_top.cmx src/ptime_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/ptime_top.cmx -o src/ptime_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/ptime_top.cmx -o src/ptime_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/ptime_top.cmxa -o src/ptime_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/ptime_top.cmxa -o src/ptime_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/ptime_top.cmo -o src/ptime_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/ptime_top.cmo -o src/ptime_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamldep -modules src/ptime_clock.mli > src/ptime_clock.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/ptime_clock.cmi src/ptime_clock.mli
- ocamlfind ocamlc -g -c src-os/ptime_clock_stubs.c
- mv ptime_clock_stubs.o src-os/ptime_clock_stubs.o
- ocamlfind ocamlmklib -o src-os/ptime_clock_stubs -g src-os/ptime_clock_stubs.o
- ocamlfind ocamldep -modules src-os/ptime_clock.ml > src-os/ptime_clock.ml.depends
- ocamlfind ocamldep -modules src-os/ptime_clock.mli > src-os/ptime_clock.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src-os -I src -o src-os/ptime_clock.cmi src-os/ptime_clock.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src-os -I src -o src-os/ptime_clock.cmx src-os/ptime_clock.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src-os -I src -o src-os/ptime_clock.cmx src-os/ptime_clock.ml
- findlib: [WARNING] Interface ptime_clock.cmi occurs in several directories: src, src-os
- ocamlfind ocamlopt -a -cclib -lptime_clock_stubs -cclib -lrt -I src-os src-os/ptime_clock.cmx -o src-os/ptime_clock.cmxa
- ocamlfind ocamlopt -shared -linkall src-os/libptime_clock_stubs.a -I src-os src-os/ptime_clock.cmxa -o src-os/ptime_clock.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src-os -I src -o src-os/ptime_clock.cmo src-os/ptime_clock.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src-os -I src -o src-os/ptime_clock.cmo src-os/ptime_clock.ml
- findlib: [WARNING] Interface ptime_clock.cmi occurs in several directories: src, src-os
- ocamlfind ocamlc -a -dllib -lptime_clock_stubs -cclib -lrt -cclib -lptime_clock_stubs -cclib -lrt -I src-os src-os/ptime_clock.cmo -o src-os/ptime_clock.cma
- # No parallelism done
-> compiled  ptime.0.8.6
Processing 130/162: [fieldslib: dune build] [jsonm: ocaml build] [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml] [stdio: dune build] [variantslib: dune build]
-> installed ptime.0.8.6
Processing 131/162: [fieldslib: dune build] [jsonm: ocaml build] [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml] [stdio: dune build] [variantslib: dune build]
Processing 132/162: [crunch: dune build] [fieldslib: dune build] [jsonm: ocaml build] [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml] [stdio: dune build] [variantslib: dune build]
-> compiled  fieldslib.v0.13.0
Processing 132/162: [crunch: dune build] [jsonm: ocaml build] [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml] [stdio: dune build] [variantslib: dune build]
-> installed fieldslib.v0.13.0
Processing 133/162: [crunch: dune build] [jsonm: ocaml build] [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml] [stdio: dune build] [variantslib: dune build]
-> compiled  variantslib.v0.13.0
Processing 133/162: [crunch: dune build] [jsonm: ocaml build] [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml] [stdio: dune build]
-> installed variantslib.v0.13.0
Processing 134/162: [crunch: dune build] [jsonm: ocaml build] [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml] [stdio: dune build]
- ocamlfind ocamldep -package uutf -modules src/jsonm.ml > src/jsonm.ml.depends
- ocamlfind ocamldep -package uutf -modules src/jsonm.mli > src/jsonm.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package uutf -I src -I test -o src/jsonm.cmi src/jsonm.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package uutf -I src -I test -o src/jsonm.cmx src/jsonm.ml
- ocamlfind ocamlopt -a -package uutf -I src src/jsonm.cmx -o src/jsonm.cmxa
- ocamlfind ocamlopt -shared -linkall -package uutf -I src src/jsonm.cmxa -o src/jsonm.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package uutf -I src -I test -o src/jsonm.cmo src/jsonm.ml
- ocamlfind ocamlc -a -package uutf -I src src/jsonm.cmo -o src/jsonm.cma
- ocamlfind ocamldep -package unix -package uutf -modules test/jsontrip.ml > test/jsontrip.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package uutf -I test -I src -o test/jsontrip.cmo test/jsontrip.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package uutf -I test -I src -o test/jsontrip.cmx test/jsontrip.ml
- ocamlfind ocamlopt -linkpkg -g -package unix -package uutf -I src -I test src/jsonm.cmx test/jsontrip.cmx -o test/jsontrip.native
- # No parallelism done
-> compiled  jsonm.1.0.2
Processing 134/162: [crunch: dune build] [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml] [stdio: dune build]
-> installed jsonm.1.0.2
Processing 135/162: [crunch: dune build] [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml] [stdio: dune build]
-> compiled  crunch.3.2.0
Processing 135/162: [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml] [stdio: dune build]
-> installed crunch.3.2.0
Processing 136/162: [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml] [stdio: dune build]
-> compiled  stdio.v0.13.0
Processing 136/162: [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml]
-> installed stdio.v0.13.0
Processing 137/162: [logs: ocaml build] [parsexp: dune build] [re: ocaml setup.ml]
Processing 138/162: [logs: ocaml build] [parsexp: dune build] [ppxlib: dune build] [re: ocaml setup.ml]
- ocamlfind ocamldep -modules src/logs.ml > src/logs.ml.depends
- ocamlfind ocamldep -modules src/logs.mli > src/logs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmi src/logs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmx src/logs.ml
- ocamlfind ocamlopt -a -I src src/logs.cmx -o src/logs.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/logs.cmxa -o src/logs.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmo src/logs.ml
- ocamlfind ocamlc -a -I src src/logs.cmo -o src/logs.cma
- ocamlfind ocamldep -package fmt -modules src/logs_fmt.ml > src/logs_fmt.ml.depends
- ocamlfind ocamldep -package fmt -modules src/logs_fmt.mli > src/logs_fmt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package fmt -I src -I test -o src/logs_fmt.cmi src/logs_fmt.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package fmt -I src -I test -o src/logs_fmt.cmx src/logs_fmt.ml
- ocamlfind ocamlopt -a -package fmt -I src src/logs_fmt.cmx -o src/logs_fmt.cmxa
- ocamlfind ocamlopt -shared -linkall -package fmt -I src src/logs_fmt.cmxa -o src/logs_fmt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package fmt -I src -I test -o src/logs_fmt.cmo src/logs_fmt.ml
- ocamlfind ocamlc -a -package fmt -I src src/logs_fmt.cmo -o src/logs_fmt.cma
- ocamlfind ocamldep -package cmdliner -modules src/logs_cli.ml > src/logs_cli.ml.depends
- ocamlfind ocamldep -package cmdliner -modules src/logs_cli.mli > src/logs_cli.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmi src/logs_cli.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmx src/logs_cli.ml
- ocamlfind ocamlopt -a -package cmdliner -I src src/logs_cli.cmx -o src/logs_cli.cmxa
- ocamlfind ocamlopt -shared -linkall -package cmdliner -I src src/logs_cli.cmxa -o src/logs_cli.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmo src/logs_cli.ml
- ocamlfind ocamlc -a -package cmdliner -I src src/logs_cli.cmo -o src/logs_cli.cma
- ocamlfind ocamldep -package lwt -modules src/logs_lwt.ml > src/logs_lwt.ml.depends
- ocamlfind ocamldep -package lwt -modules src/logs_lwt.mli > src/logs_lwt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt -I src -I test -o src/logs_lwt.cmi src/logs_lwt.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package lwt -I src -I test -o src/logs_lwt.cmx src/logs_lwt.ml
- ocamlfind ocamlopt -a -package lwt -I src src/logs_lwt.cmx -o src/logs_lwt.cmxa
- ocamlfind ocamlopt -shared -linkall -package lwt -I src src/logs_lwt.cmxa -o src/logs_lwt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt -I src -I test -o src/logs_lwt.cmo src/logs_lwt.ml
- ocamlfind ocamlc -a -package lwt -I src src/logs_lwt.cmo -o src/logs_lwt.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -modules src/logs_top.ml > src/logs_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmo src/logs_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmo src/logs_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmx src/logs_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/logs_top.cmx src/logs_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/logs_top.cmx -o src/logs_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/logs_top.cmx -o src/logs_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/logs_top.cmxa -o src/logs_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/logs_top.cmxa -o src/logs_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/logs_top.cmo -o src/logs_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/logs_top.cmo -o src/logs_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind ocamldep -package threads -modules src/logs_threaded.ml > src/logs_threaded.ml.depends
- ocamlfind ocamldep -package threads -modules src/logs_threaded.mli > src/logs_threaded.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmi src/logs_threaded.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmx src/logs_threaded.ml
- ocamlfind ocamlopt -a -thread -package threads -I src src/logs_threaded.cmx -o src/logs_threaded.cmxa
- ocamlfind ocamlopt -shared -linkall -thread -package threads -I src src/logs_threaded.cmxa -o src/logs_threaded.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmo src/logs_threaded.ml
- ocamlfind ocamlc -a -thread -package threads -I src src/logs_threaded.cmo -o src/logs_threaded.cma
- # No parallelism done
-> compiled  logs.0.7.0
Processing 138/162: [parsexp: dune build] [ppxlib: dune build] [re: ocaml setup.ml]
-> installed logs.0.7.0
Processing 139/162: [parsexp: dune build] [ppxlib: dune build] [re: ocaml setup.ml]
- /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "_tags", line 43, characters 34-43:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 49, characters 36-45:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 55, characters 37-46:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 61, characters 36-45:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 67, characters 35-44:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 76, characters 36-45:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 81, characters 38-52:
- Warning: the tag "pkg_core_bench" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 85, characters 25-39:
- Warning: the tag "pkg_core_bench" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 91, characters 36-45:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 94, characters 23-32:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re.mli > lib/re.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re.cmi lib/re.mli
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re.cmi lib/re.mli
- File "lib/re.mli", line 130, characters 17-34:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 137, characters 17-34:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 143, characters 17-34:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 151, characters 17-34:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 157, characters 17-34:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 165, characters 17-34:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 175, characters 17-34:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 180, characters 17-34:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 185, characters 17-34:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 187, characters 17-78:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 188, characters 17-38:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 190, characters 16-43:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 197, characters 17-34:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 199, characters 17-78:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 200, characters 17-38:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 201, characters 17-42:
- Warning 50: unattached documentation comment (ignored)
- File "lib/re.mli", line 202, characters 17-44:
- Warning 50: unattached documentation comment (ignored)
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re.ml > lib/re.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_automata.mli > lib/re_automata.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_cset.mli > lib/re_cset.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_cset.cmi lib/re_cset.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_fmt.ml > lib/re_fmt.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_automata.cmi lib/re_automata.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_fmt.cmo lib/re_fmt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_cset.ml > lib/re_cset.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_automata.ml > lib/re_automata.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re.cmo lib/re.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_cset.cmo lib/re_cset.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_automata.cmo lib/re_automata.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/re_fmt.cmo lib/re_cset.cmo lib/re_automata.cmo lib/re.cmo -o lib/re.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_fmt.cmx lib/re_fmt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_cset.cmx lib/re_cset.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_automata.cmx lib/re_automata.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re.cmx lib/re.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/re_fmt.cmx lib/re_cset.cmx lib/re_automata.cmx lib/re.cmx -o lib/re.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib lib/re.cmxa lib/re_fmt.cmx lib/re_cset.cmx lib/re_automata.cmx lib/re.cmx -o lib/re.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_emacs.mli > lib/re_emacs.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_emacs.cmi lib/re_emacs.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_emacs.ml > lib/re_emacs.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_emacs.cmo lib/re_emacs.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/re_emacs.cmo -o lib/re_emacs.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_emacs.cmx lib/re_emacs.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/re_emacs.cmx -o lib/re_emacs.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib lib/re_emacs.cmxa lib/re_emacs.cmx -o lib/re_emacs.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_str.mli > lib/re_str.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_str.cmi lib/re_str.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_str.ml > lib/re_str.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_str.cmo lib/re_str.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/re_str.cmo -o lib/re_str.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_str.cmx lib/re_str.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/re_str.cmx -o lib/re_str.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib lib/re_str.cmxa lib/re_str.cmx -o lib/re_str.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_posix.mli > lib/re_posix.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_posix.cmi lib/re_posix.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_posix.ml > lib/re_posix.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_posix.cmo lib/re_posix.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/re_posix.cmo -o lib/re_posix.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_posix.cmx lib/re_posix.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/re_posix.cmx -o lib/re_posix.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib lib/re_posix.cmxa lib/re_posix.cmx -o lib/re_posix.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_glob.mli > lib/re_glob.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_glob.cmi lib/re_glob.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_glob.ml > lib/re_glob.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_glob.cmo lib/re_glob.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/re_glob.cmo -o lib/re_glob.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_glob.cmx lib/re_glob.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/re_glob.cmx -o lib/re_glob.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib lib/re_glob.cmxa lib/re_glob.cmx -o lib/re_glob.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_perl.mli > lib/re_perl.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_perl.cmi lib/re_perl.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_perl.ml > lib/re_perl.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_perl.cmo lib/re_perl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/re_perl.cmo -o lib/re_perl.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_perl.cmx lib/re_perl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/re_perl.cmx -o lib/re_perl.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib lib/re_perl.cmxa lib/re_perl.cmx -o lib/re_perl.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_pcre.mli > lib/re_pcre.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_pcre.cmi lib/re_pcre.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules lib/re_pcre.ml > lib/re_pcre.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_pcre.cmo lib/re_pcre.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/re_pcre.cmo -o lib/re_pcre.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -w +a-40-42-44-3-4-48 -warn-error +1..49 -g -annot -bin-annot -I lib -I lib -I lib -package bytes -I lib -o lib/re_pcre.cmx lib/re_pcre.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/re_pcre.cmx -o lib/re_pcre.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib lib/re_pcre.cmxa lib/re_pcre.cmx -o lib/re_pcre.cmxs
-> compiled  re.1.7.1
Processing 139/162: [parsexp: dune build] [ppxlib: dune build]
Processing 140/162: [parsexp: dune build] [ppxlib: dune build] [re: ocaml setup.ml]
-> compiled  parsexp.v0.13.0
Processing 140/162: [ppxlib: dune build] [re: ocaml setup.ml]
- Installed /home/opam/.opam/4.05/lib/re/re.mli
- Installed /home/opam/.opam/4.05/lib/re/re.cma
- Installed /home/opam/.opam/4.05/lib/re/re.cmxa
- Installed /home/opam/.opam/4.05/lib/re/re.a
- Installed /home/opam/.opam/4.05/lib/re/re.cmxs
- Installed /home/opam/.opam/4.05/lib/re/re.cmi
- Installed /home/opam/.opam/4.05/lib/re/re.cmti
- Installed /home/opam/.opam/4.05/lib/re/re.cmt
- Installed /home/opam/.opam/4.05/lib/re/re.annot
- Installed /home/opam/.opam/4.05/lib/re/re_automata.cmx
- Installed /home/opam/.opam/4.05/lib/re/re_cset.cmx
- Installed /home/opam/.opam/4.05/lib/re/re_fmt.cmx
- Installed /home/opam/.opam/4.05/lib/re/re.cmx
- Installed /home/opam/.opam/4.05/lib/re/re_str.mli
- Installed /home/opam/.opam/4.05/lib/re/re_str.cma
- Installed /home/opam/.opam/4.05/lib/re/re_str.cmxa
- Installed /home/opam/.opam/4.05/lib/re/re_str.a
- Installed /home/opam/.opam/4.05/lib/re/re_str.cmxs
- Installed /home/opam/.opam/4.05/lib/re/re_str.cmi
- Installed /home/opam/.opam/4.05/lib/re/re_str.cmti
- Installed /home/opam/.opam/4.05/lib/re/re_str.cmt
- Installed /home/opam/.opam/4.05/lib/re/re_str.annot
- Installed /home/opam/.opam/4.05/lib/re/re_str.cmx
- Installed /home/opam/.opam/4.05/lib/re/re_posix.mli
- Installed /home/opam/.opam/4.05/lib/re/re_posix.cma
- Installed /home/opam/.opam/4.05/lib/re/re_posix.cmxa
- Installed /home/opam/.opam/4.05/lib/re/re_posix.a
- Installed /home/opam/.opam/4.05/lib/re/re_posix.cmxs
- Installed /home/opam/.opam/4.05/lib/re/re_posix.cmi
- Installed /home/opam/.opam/4.05/lib/re/re_posix.cmti
- Installed /home/opam/.opam/4.05/lib/re/re_posix.cmt
- Installed /home/opam/.opam/4.05/lib/re/re_posix.annot
- Installed /home/opam/.opam/4.05/lib/re/re_posix.cmx
- Installed /home/opam/.opam/4.05/lib/re/re_perl.mli
- Installed /home/opam/.opam/4.05/lib/re/re_perl.cma
- Installed /home/opam/.opam/4.05/lib/re/re_perl.cmxa
- Installed /home/opam/.opam/4.05/lib/re/re_perl.a
- Installed /home/opam/.opam/4.05/lib/re/re_perl.cmxs
- Installed /home/opam/.opam/4.05/lib/re/re_perl.cmi
- Installed /home/opam/.opam/4.05/lib/re/re_perl.cmti
- Installed /home/opam/.opam/4.05/lib/re/re_perl.cmt
- Installed /home/opam/.opam/4.05/lib/re/re_perl.annot
- Installed /home/opam/.opam/4.05/lib/re/re_perl.cmx
- Installed /home/opam/.opam/4.05/lib/re/re_pcre.mli
- Installed /home/opam/.opam/4.05/lib/re/re_pcre.cma
- Installed /home/opam/.opam/4.05/lib/re/re_pcre.cmxa
- Installed /home/opam/.opam/4.05/lib/re/re_pcre.a
- Installed /home/opam/.opam/4.05/lib/re/re_pcre.cmxs
- Installed /home/opam/.opam/4.05/lib/re/re_pcre.cmi
- Installed /home/opam/.opam/4.05/lib/re/re_pcre.cmti
- Installed /home/opam/.opam/4.05/lib/re/re_pcre.cmt
- Installed /home/opam/.opam/4.05/lib/re/re_pcre.annot
- Installed /home/opam/.opam/4.05/lib/re/re_pcre.cmx
- Installed /home/opam/.opam/4.05/lib/re/re_glob.mli
- Installed /home/opam/.opam/4.05/lib/re/re_glob.cma
- Installed /home/opam/.opam/4.05/lib/re/re_glob.cmxa
- Installed /home/opam/.opam/4.05/lib/re/re_glob.a
- Installed /home/opam/.opam/4.05/lib/re/re_glob.cmxs
- Installed /home/opam/.opam/4.05/lib/re/re_glob.cmi
- Installed /home/opam/.opam/4.05/lib/re/re_glob.cmti
- Installed /home/opam/.opam/4.05/lib/re/re_glob.cmt
- Installed /home/opam/.opam/4.05/lib/re/re_glob.annot
- Installed /home/opam/.opam/4.05/lib/re/re_glob.cmx
- Installed /home/opam/.opam/4.05/lib/re/re_emacs.mli
- Installed /home/opam/.opam/4.05/lib/re/re_emacs.cma
- Installed /home/opam/.opam/4.05/lib/re/re_emacs.cmxa
- Installed /home/opam/.opam/4.05/lib/re/re_emacs.a
- Installed /home/opam/.opam/4.05/lib/re/re_emacs.cmxs
- Installed /home/opam/.opam/4.05/lib/re/re_emacs.cmi
- Installed /home/opam/.opam/4.05/lib/re/re_emacs.cmti
- Installed /home/opam/.opam/4.05/lib/re/re_emacs.cmt
- Installed /home/opam/.opam/4.05/lib/re/re_emacs.annot
- Installed /home/opam/.opam/4.05/lib/re/re_emacs.cmx
- Installed /home/opam/.opam/4.05/lib/re/META
- W: Nothing to install for findlib library 'fort_unit'
-> installed re.1.7.1
Processing 140/162: [ppxlib: dune build]
-> installed parsexp.v0.13.0
Processing 141/162: [ppxlib: dune build]
Processing 142/162: [ppxlib: dune build] [sexplib: dune build]
-> compiled  sexplib.v0.13.0
Processing 142/162: [ppxlib: dune build]
-> installed sexplib.v0.13.0
Processing 143/162: [ppxlib: dune build]
Processing 144/162: [ezjsonm: ./configure] [ppxlib: dune build]
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.05/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.05/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.05/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.05/bin/ocamlbuild
- Package name: ........................................ ezjsonm
- Package version: ..................................... 0.4.3
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.05.0
- standard_library_default: ............................ /home/opam/.opam/4.05/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.05/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.05/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.05
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- build the support for Lwt streams: ................... true
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_jsonm: ........................................... /home/opam/.opam/4.05/lib/jsonm
- pkg_hex: ............................................. /home/opam/.opam/4.05/lib/hex
- pkg_uutf: ............................................ /home/opam/.opam/4.05/lib/uutf
- pkg_sexplib: ......................................... /home/opam/.opam/4.05/lib/sexplib
- pkg_lwt: ............................................. /home/opam/.opam/4.05/lib/lwt
- ocamldoc: ............................................ /home/opam/.opam/4.05/bin/ocamldoc
- 
Processing 144/162: [ezjsonm: make] [ppxlib: dune build]
- ocaml setup.ml -build 
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "_tags", line 28, characters 22-34:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 37, characters 23-35:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package hex -package jsonm -package lwt -package sexplib -package uutf -modules lib/ezjsonm.mli > lib/ezjsonm.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package hex -package jsonm -package lwt -package sexplib -package uutf -I lib -o lib/ezjsonm.cmi lib/ezjsonm.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package hex -package jsonm -package lwt -package sexplib -package uutf -modules lib/ezjsonm.ml > lib/ezjsonm.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package hex -package jsonm -package lwt -package sexplib -package uutf -I lib -o lib/ezjsonm.cmo lib/ezjsonm.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package hex -package jsonm -package lwt -package sexplib -package uutf -I lib -o lib/ezjsonm.cmo lib/ezjsonm.ml
- File "lib/ezjsonm.ml", line 262, characters 15-21:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/ezjsonm.cmo -o lib/ezjsonm.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package hex -package jsonm -package lwt -package sexplib -package uutf -I lib -o lib/ezjsonm.cmx lib/ezjsonm.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package hex -package jsonm -package lwt -package sexplib -package uutf -I lib -o lib/ezjsonm.cmx lib/ezjsonm.ml
- File "lib/ezjsonm.ml", line 262, characters 15-21:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/ezjsonm.cmx -o lib/ezjsonm.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -linkall -I lib lib/ezjsonm.cmxa -o lib/ezjsonm.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package hex -package jsonm -package lwt -package sexplib -package uutf -modules lib/ezjsonm_lwt.mli > lib/ezjsonm_lwt.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package hex -package jsonm -package lwt -package sexplib -package uutf -I lib -o lib/ezjsonm_lwt.cmi lib/ezjsonm_lwt.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package hex -package jsonm -package lwt -package sexplib -package uutf -modules lib/ezjsonm_lwt.ml > lib/ezjsonm_lwt.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package hex -package jsonm -package lwt -package sexplib -package uutf -I lib -o lib/ezjsonm_lwt.cmo lib/ezjsonm_lwt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/ezjsonm_lwt.cmo -o lib/ezjsonm-lwt.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package hex -package jsonm -package lwt -package sexplib -package uutf -I lib -o lib/ezjsonm_lwt.cmx lib/ezjsonm_lwt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/ezjsonm_lwt.cmx -o lib/ezjsonm-lwt.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -linkall -I lib lib/ezjsonm-lwt.cmxa -o lib/ezjsonm-lwt.cmxs
- + /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 518, characters 43-62:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
-> compiled  ezjsonm.0.4.3
Processing 144/162: [ppxlib: dune build]
Processing 145/162: [ppxlib: dune build] [ezjsonm: make install]
- ocaml setup.ml -install 
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm.mli
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm.cma
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm.cmxa
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm.a
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm.cmxs
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm.cmi
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm.cmti
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm.cmt
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm.annot
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm.cmx
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm_lwt.mli
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm-lwt.cma
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm-lwt.cmxa
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm-lwt.a
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm-lwt.cmxs
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm_lwt.cmi
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm_lwt.cmti
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm_lwt.cmt
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm_lwt.annot
- Installed /home/opam/.opam/4.05/lib/ezjsonm/ezjsonm_lwt.cmx
- Installed /home/opam/.opam/4.05/lib/ezjsonm/META
-> installed ezjsonm.0.4.3
Processing 145/162: [ppxlib: dune build]
+ /home/opam/.opam/4.05/bin/dune "build" "-p" "ppxlib" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ppxlib.0.13.0)
-> compiled  ppxlib.0.13.0
-> installed ppxlib.0.13.0
Processing 147/162: [ppx_compare: dune build]
Processing 148/162: [ppx_compare: dune build] [ppx_fields_conv: dune build]
Processing 149/162: [ppx_compare: dune build] [ppx_fields_conv: dune build] [ppx_sexp_conv: dune build]
Processing 150/162: [ppx_compare: dune build] [ppx_fields_conv: dune build] [ppx_sexp_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_variants_conv.v0.13.0
Processing 150/162: [ppx_compare: dune build] [ppx_fields_conv: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_variants_conv.v0.13.0
Processing 151/162: [ppx_compare: dune build] [ppx_fields_conv: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_fields_conv.v0.13.0
Processing 151/162: [ppx_compare: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_fields_conv.v0.13.0
Processing 152/162: [ppx_compare: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_compare.v0.13.0
Processing 152/162: [ppx_sexp_conv: dune build]
-> installed ppx_compare.v0.13.0
Processing 153/162: [ppx_sexp_conv: dune build]
+ /home/opam/.opam/4.05/bin/dune "build" "-p" "ppx_sexp_conv" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ppx_sexp_conv.v0.13.0)
-> compiled  ppx_sexp_conv.v0.13.0
-> installed ppx_sexp_conv.v0.13.0
Processing 155/162: [ppx_custom_printf: dune build]
+ /home/opam/.opam/4.05/bin/dune "build" "-p" "ppx_custom_printf" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ppx_custom_printf.v0.13.0)
-> compiled  ppx_custom_printf.v0.13.0
-> installed ppx_custom_printf.v0.13.0
Processing 157/162: [bin_prot: dune build]
+ /home/opam/.opam/4.05/bin/dune "build" "-p" "bin_prot" "-j" "39" (CWD=/home/opam/.opam/4.05/.opam-switch/build/bin_prot.v0.13.0)
-> compiled  bin_prot.v0.13.0
-> installed bin_prot.v0.13.0
Processing 159/162: [mirage-tc: ./configure]
+ /home/opam/.opam/4.05/.opam-switch/build/mirage-tc.0.3.0/./configure "--prefix" "/home/opam/.opam/4.05" (CWD=/home/opam/.opam/4.05/.opam-switch/build/mirage-tc.0.3.0)
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.05/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.05/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.05/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.05/bin/ocamlbuild
- Package name: ........................................ tc
- Package version: ..................................... 0.2.1
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.05.0
- standard_library_default: ............................ /home/opam/.opam/4.05/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.05/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.05/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.05
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_ezjsonm: ......................................... /home/opam/.opam/4.05/lib/ezjsonm
- pkg_sexplib: ......................................... /home/opam/.opam/4.05/lib/sexplib
- pkg_bin_prot: ........................................ /home/opam/.opam/4.05/lib/bin_prot
- pkg_mstruct: ......................................... /home/opam/.opam/4.05/lib/mstruct
- pkg_cstruct: ......................................... /home/opam/.opam/4.05/lib/cstruct
- 
Processing 159/162: [mirage-tc: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.05/.opam-switch/build/mirage-tc.0.3.0)
- ocaml setup.ml -build 
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "_tags", line 25, characters 31-43:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 30, characters 31-40:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 33, characters 23-35:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 38, characters 23-32:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bin_prot -package cstruct -package ezjsonm -package mstruct -package sexplib -modules lib/tc.mli > lib/tc.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bin_prot -package cstruct -package ezjsonm -package mstruct -package sexplib -w A-4-41-44 -I lib -o lib/tc.cmi lib/tc.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bin_prot -package cstruct -package ezjsonm -package mstruct -package sexplib -modules lib/tc.ml > lib/tc.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bin_prot -package cstruct -package ezjsonm -package mstruct -package sexplib -w A-4-41-44 -I lib -o lib/tc.cmo lib/tc.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/tc.cmo -o lib/tc.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package bin_prot -package cstruct -package ezjsonm -package mstruct -package sexplib -w A-4-41-44 -I lib -o lib/tc.cmx lib/tc.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/tc.cmx -o lib/tc.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib lib/tc.cmxa lib/tc.cmx -o lib/tc.cmxs
- + /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 518, characters 43-62:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
-> compiled  mirage-tc.0.3.0
Processing 160/162: [mirage-tc: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/mirage-tc.0.3.0)
- ocaml setup.ml -install 
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- Installed /home/opam/.opam/4.05/lib/tc/tc.mli
- Installed /home/opam/.opam/4.05/lib/tc/tc.cma
- Installed /home/opam/.opam/4.05/lib/tc/tc.cmxa
- Installed /home/opam/.opam/4.05/lib/tc/tc.a
- Installed /home/opam/.opam/4.05/lib/tc/tc.cmxs
- Installed /home/opam/.opam/4.05/lib/tc/tc.cmi
- Installed /home/opam/.opam/4.05/lib/tc/tc.cmti
- Installed /home/opam/.opam/4.05/lib/tc/tc.cmt
- Installed /home/opam/.opam/4.05/lib/tc/tc.annot
- Installed /home/opam/.opam/4.05/lib/tc/tc.cmx
- Installed /home/opam/.opam/4.05/lib/tc/META
-> installed mirage-tc.0.3.0
Processing 161/162: [irmin: ./configure]
+ /home/opam/.opam/4.05/.opam-switch/build/irmin.0.11.0/./configure "--prefix" "/home/opam/.opam/4.05" "--disable-http" "--disable-git" "--disable-unix" "--disable-mirage" (CWD=/home/opam/.opam/4.05/.opam-switch/build/irmin.0.11.0)
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.05/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.05/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.05/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.05/bin/ocamlbuild
- Package name: ........................................ irmin
- Package version: ..................................... 0.11.0
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.05.0
- standard_library_default: ............................ /home/opam/.opam/4.05/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.05/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.05/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.05
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- build the unix libraries: ............................ false
- build the http libraries: ............................ false
- build the git libraries: ............................. false
- build the MirageOS libraries: ........................ false
- build the examples: .................................. false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_ezjsonm: ......................................... /home/opam/.opam/4.05/lib/ezjsonm
- pkg_ocamlgraph: ...................................... /home/opam/.opam/4.05/lib/ocamlgraph
- pkg_lwt: ............................................. /home/opam/.opam/4.05/lib/lwt
- pkg_logs: ............................................ /home/opam/.opam/4.05/lib/logs
- pkg_cstruct: ......................................... /home/opam/.opam/4.05/lib/cstruct
- pkg_tc: .............................................. /home/opam/.opam/4.05/lib/tc
- pkg_mstruct: ......................................... /home/opam/.opam/4.05/lib/mstruct
- pkg_uri: ............................................. /home/opam/.opam/4.05/lib/uri
- pkg_stringext: ....................................... /home/opam/.opam/4.05/lib/stringext
- pkg_hex: ............................................. /home/opam/.opam/4.05/lib/hex
- ocamldoc: ............................................ /home/opam/.opam/4.05/bin/ocamldoc
- 
Processing 161/162: [irmin: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.05/.opam-switch/build/irmin.0.11.0)
- echo "let current = \"0.11.0\"" > lib/ir_version.ml
- cd lib/http/ && ./make_static.sh
- Generating irmin_http_static.ml
- Skipping generation of .mli
- ocaml setup.ml -build 
- /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "_tags", line 46, characters 22-29:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 71, characters 23-42:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 89, characters 23-37:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 90, characters 23-42:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 94, characters 23-30:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 95, characters 23-35:
- Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 114, characters 25-39:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 115, characters 25-44:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 119, characters 25-32:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 120, characters 25-39:
- Warning: the tag "pkg_git.mirage" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 139, characters 26-40:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 140, characters 26-45:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 146, characters 26-33:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 147, characters 26-38:
- Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 168, characters 18-32:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 169, characters 18-37:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 175, characters 18-25:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 176, characters 18-30:
- Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 197, characters 31-43:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 198, characters 31-45:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 199, characters 31-50:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 203, characters 31-38:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 204, characters 31-43:
- Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 223, characters 23-35:
- Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 224, characters 23-37:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 225, characters 23-42:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 229, characters 23-30:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 230, characters 23-35:
- Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 250, characters 36-50:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 251, characters 36-55:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 255, characters 36-43:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 256, characters 36-48:
- Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 275, characters 39-53:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 276, characters 39-58:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 280, characters 39-46:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 281, characters 39-51:
- Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 300, characters 32-46:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 301, characters 32-51:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 305, characters 32-39:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 306, characters 32-44:
- Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 325, characters 33-47:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 326, characters 33-52:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 330, characters 33-40:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 331, characters 33-45:
- Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 350, characters 34-48:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 351, characters 34-53:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 355, characters 34-41:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 356, characters 34-46:
- Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 375, characters 31-45:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 376, characters 31-50:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 380, characters 31-38:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 381, characters 31-43:
- Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 399, characters 23-37:
- Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 400, characters 23-42:
- Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 404, characters 23-30:
- Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 405, characters 23-35:
- Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/irmin.mli > lib/irmin.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_merge.mli > lib/ir_merge.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_merge.cmi lib/ir_merge.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/irmin.cmi lib/irmin.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/irmin.ml > lib/irmin.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_bc.mli > lib/ir_bc.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_s.mli > lib/ir_s.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_conf.mli > lib/ir_conf.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_hum.ml > lib/ir_hum.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_task.mli > lib/ir_task.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_watch.mli > lib/ir_watch.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_conf.cmi lib/ir_conf.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_hum.cmo lib/ir_hum.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_task.cmi lib/ir_task.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_watch.cmi lib/ir_watch.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_s.cmi lib/ir_s.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_commit.mli > lib/ir_commit.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_contents.mli > lib/ir_contents.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_path.mli > lib/ir_path.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_path.cmi lib/ir_path.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_dot.mli > lib/ir_dot.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_hash.mli > lib/ir_hash.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_lock.mli > lib/ir_lock.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_node.mli > lib/ir_node.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_ref.mli > lib/ir_ref.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_slice.mli > lib/ir_slice.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_sync.mli > lib/ir_sync.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_sync_ext.mli > lib/ir_sync_ext.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_version.ml > lib/ir_version.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_view.mli > lib/ir_view.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_bc.cmi lib/ir_bc.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_commit.cmi lib/ir_commit.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_contents.cmi lib/ir_contents.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_dot.cmi lib/ir_dot.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_hash.cmi lib/ir_hash.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_lock.cmi lib/ir_lock.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_node.cmi lib/ir_node.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_ref.cmi lib/ir_ref.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_slice.cmi lib/ir_slice.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_sync.cmi lib/ir_sync.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_sync_ext.cmi lib/ir_sync_ext.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_version.cmo lib/ir_version.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_view.cmi lib/ir_view.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_misc.mli > lib/ir_misc.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_misc.cmi lib/ir_misc.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_misc.ml > lib/ir_misc.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_graph.mli > lib/ir_graph.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_graph.cmi lib/ir_graph.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_graph.ml > lib/ir_graph.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_hash.ml > lib/ir_hash.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_slice.ml > lib/ir_slice.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_conf.ml > lib/ir_conf.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_lock.ml > lib/ir_lock.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_commit.ml > lib/ir_commit.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_ref.ml > lib/ir_ref.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_contents.ml > lib/ir_contents.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_node.ml > lib/ir_node.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_dot.ml > lib/ir_dot.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_path.ml > lib/ir_path.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_watch.ml > lib/ir_watch.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_merge.ml > lib/ir_merge.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_view.ml > lib/ir_view.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_task.ml > lib/ir_task.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_bc.ml > lib/ir_bc.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_sync.ml > lib/ir_sync.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_sync_ext.ml > lib/ir_sync_ext.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/irmin.cmo lib/irmin.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/irmin.cmo lib/irmin.ml
- File "lib/irmin.ml", line 63, characters 8-28:
- Warning 60: unused module Path.
- File "lib/irmin.ml", line 165, characters 0-74:
- Warning 60: unused module History.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_misc.cmo lib/ir_misc.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_graph.cmo lib/ir_graph.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_hash.cmo lib/ir_hash.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_hash.cmo lib/ir_hash.ml
- File "lib/ir_hash.ml", line 26, characters 14-25:
- Warning 3: deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/ir_hash.ml", line 73, characters 17-28:
- Warning 3: deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/ir_hash.ml", line 144, characters 7-18:
- Warning 3: deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/ir_hash.ml", line 167, characters 7-18:
- Warning 3: deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/ir_hash.ml", line 1:
- Error: Some fatal warnings were triggered (4 occurrences)
- Command exited with code 2.
- E: Failure("Command ''/home/opam/.opam/4.05/bin/ocamlbuild' lib/irmin.cma lib/irmin.cmxa lib/irmin.a lib/irmin.cmxs lib/mem/irmin-mem.cma lib/mem/irmin-mem.cmxa lib/mem/irmin-mem.a lib/mem/irmin-mem.cmxs lib/fs/irmin-fs.cma lib/fs/irmin-fs.cmxa lib/fs/irmin-fs.a lib/fs/irmin-fs.cmxs -tag debug' terminated with error code 10")
- make: *** [Makefile:13: build] Error 1
[ERROR] The compilation of irmin.0.11.0 failed at "make".

#=== ERROR while compiling irmin.0.11.0 =======================================#
# context              2.1.6 | linux/x86_64 | ocaml-base-compiler.4.05.0 | file:///src
# path                 ~/.opam/4.05/.opam-switch/build/irmin.0.11.0
# command              /usr/bin/make
# exit-code            2
# env-file             ~/.opam/log/irmin-115-b36060.env
# output-file          ~/.opam/log/irmin-115-b36060.out
### output ###
# echo "let current = \"0.11.0\"" > lib/ir_version.ml
# cd lib/http/ && ./make_static.sh
# Generating irmin_http_static.ml
# Skipping generation of .mli
# ocaml setup.ml -build 
# /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
# File "_tags", line 46, characters 22-29:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 71, characters 23-42:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 89, characters 23-37:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 90, characters 23-42:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 94, characters 23-30:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 95, characters 23-35:
# Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 114, characters 25-39:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 115, characters 25-44:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 119, characters 25-32:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 120, characters 25-39:
# Warning: the tag "pkg_git.mirage" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 139, characters 26-40:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 140, characters 26-45:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 146, characters 26-33:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 147, characters 26-38:
# Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 168, characters 18-32:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 169, characters 18-37:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 175, characters 18-25:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 176, characters 18-30:
# Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 197, characters 31-43:
# Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 198, characters 31-45:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 199, characters 31-50:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 203, characters 31-38:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 204, characters 31-43:
# Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 223, characters 23-35:
# Warning: the tag "pkg_alcotest" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 224, characters 23-37:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 225, characters 23-42:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 229, characters 23-30:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 230, characters 23-35:
# Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 250, characters 36-50:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 251, characters 36-55:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 255, characters 36-43:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 256, characters 36-48:
# Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 275, characters 39-53:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 276, characters 39-58:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 280, characters 39-46:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 281, characters 39-51:
# Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 300, characters 32-46:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 301, characters 32-51:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 305, characters 32-39:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 306, characters 32-44:
# Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 325, characters 33-47:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 326, characters 33-52:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 330, characters 33-40:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 331, characters 33-45:
# Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 350, characters 34-48:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 351, characters 34-53:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 355, characters 34-41:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 356, characters 34-46:
# Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 375, characters 31-45:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 376, characters 31-50:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 380, characters 31-38:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 381, characters 31-43:
# Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 399, characters 23-37:
# Warning: the tag "pkg_cohttp.lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 400, characters 23-42:
# Warning: the tag "pkg_cohttp.lwt-core" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 404, characters 23-30:
# Warning: the tag "pkg_git" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# File "_tags", line 405, characters 23-35:
# Warning: the tag "pkg_git.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/irmin.mli > lib/irmin.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_merge.mli > lib/ir_merge.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_merge.cmi lib/ir_merge.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/irmin.cmi lib/irmin.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/irmin.ml > lib/irmin.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_bc.mli > lib/ir_bc.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_s.mli > lib/ir_s.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_conf.mli > lib/ir_conf.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_hum.ml > lib/ir_hum.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_task.mli > lib/ir_task.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_watch.mli > lib/ir_watch.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_conf.cmi lib/ir_conf.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_hum.cmo lib/ir_hum.ml
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_task.cmi lib/ir_task.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_watch.cmi lib/ir_watch.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_s.cmi lib/ir_s.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_commit.mli > lib/ir_commit.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_contents.mli > lib/ir_contents.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_path.mli > lib/ir_path.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_path.cmi lib/ir_path.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_dot.mli > lib/ir_dot.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_hash.mli > lib/ir_hash.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_lock.mli > lib/ir_lock.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_node.mli > lib/ir_node.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_ref.mli > lib/ir_ref.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_slice.mli > lib/ir_slice.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_sync.mli > lib/ir_sync.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_sync_ext.mli > lib/ir_sync_ext.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_version.ml > lib/ir_version.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_view.mli > lib/ir_view.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_bc.cmi lib/ir_bc.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_commit.cmi lib/ir_commit.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_contents.cmi lib/ir_contents.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_dot.cmi lib/ir_dot.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_hash.cmi lib/ir_hash.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_lock.cmi lib/ir_lock.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_node.cmi lib/ir_node.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_ref.cmi lib/ir_ref.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_slice.cmi lib/ir_slice.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_sync.cmi lib/ir_sync.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_sync_ext.cmi lib/ir_sync_ext.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_version.cmo lib/ir_version.ml
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_view.cmi lib/ir_view.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_misc.mli > lib/ir_misc.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_misc.cmi lib/ir_misc.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_misc.ml > lib/ir_misc.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_graph.mli > lib/ir_graph.mli.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_graph.cmi lib/ir_graph.mli
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_graph.ml > lib/ir_graph.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_hash.ml > lib/ir_hash.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_slice.ml > lib/ir_slice.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_conf.ml > lib/ir_conf.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_lock.ml > lib/ir_lock.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_commit.ml > lib/ir_commit.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_ref.ml > lib/ir_ref.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_contents.ml > lib/ir_contents.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_node.ml > lib/ir_node.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_dot.ml > lib/ir_dot.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_path.ml > lib/ir_path.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_watch.ml > lib/ir_watch.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_merge.ml > lib/ir_merge.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_view.ml > lib/ir_view.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_task.ml > lib/ir_task.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_bc.ml > lib/ir_bc.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_sync.ml > lib/ir_sync.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -modules lib/ir_sync_ext.ml > lib/ir_sync_ext.ml.depends
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/irmin.cmo lib/irmin.ml
# + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/irmin.cmo lib/irmin.ml
# File "lib/irmin.ml", line 63, characters 8-28:
# Warning 60: unused module Path.
# File "lib/irmin.ml", line 165, characters 0-74:
# Warning 60: unused module History.
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_misc.cmo lib/ir_misc.ml
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_graph.cmo lib/ir_graph.ml
# /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_hash.cmo lib/ir_hash.ml
# + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -short-paths -package cstruct -package ezjsonm -package hex -package logs -package lwt -package mstruct -package ocamlgraph -package stringext -package tc -package uri -warn-error +1..49 -w A-4-41-44 -I lib -o lib/ir_hash.cmo lib/ir_hash.ml
# File "lib/ir_hash.ml", line 26, characters 14-25:
# Warning 3: deprecated: Cstruct.len
# len is deprecated, you should use length instead.
# File "lib/ir_hash.ml", line 73, characters 17-28:
# Warning 3: deprecated: Cstruct.len
# len is deprecated, you should use length instead.
# File "lib/ir_hash.ml", line 144, characters 7-18:
# Warning 3: deprecated: Cstruct.len
# len is deprecated, you should use length instead.
# File "lib/ir_hash.ml", line 167, characters 7-18:
# Warning 3: deprecated: Cstruct.len
# len is deprecated, you should use length instead.
# File "lib/ir_hash.ml", line 1:
# Error: Some fatal warnings were triggered (4 occurrences)
# Command exited with code 2.
# E: Failure("Command ''/home/opam/.opam/4.05/bin/ocamlbuild' lib/irmin.cma lib/irmin.cmxa lib/irmin.a lib/irmin.cmxs lib/mem/irmin-mem.cma lib/mem/irmin-mem.cmxa lib/mem/irmin-mem.a lib/mem/irmin-mem.cmxs lib/fs/irmin-fs.cma lib/fs/irmin-fs.cmxa lib/fs/irmin-fs.a lib/fs/irmin-fs.cmxs -tag debug' terminated with error code 10")
# make: *** [Makefile:13: build] Error 1



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build irmin 0.11.0
+- 
+- The following changes have been performed
| - install angstrom                0.16.0
| - install base                    v0.13.2
| - install base-bytes              base
| - install base-num                base
| - install bigarray-compat         1.1.0
| - install bigstringaf             0.8.0
| - install bin_prot                v0.13.0
| - install cmdliner                1.0.4
| - install conf-pkg-config         3
| - install cppo                    1.7.0
| - install crunch                  3.2.0
| - install csexp                   1.5.2
| - install cstruct                 6.0.1
| - install dune-configurator       3.16.0
| - install ezjsonm                 0.4.3
| - install fieldslib               v0.13.0
| - install fmt                     0.8.9
| - install hex                     1.4.0
| - install jbuilder                1.0+beta20.2
| - install jsonm                   1.0.2
| - install logs                    0.7.0
| - install lwt                     5.5.0
| - install mirage-tc               0.3.0
| - install mmap                    1.2.0
| - install mstruct                 1.4.0
| - install num                     0
| - install ocaml-compiler-libs     v0.12.4
| - install ocaml-migrate-parsetree 1.8.0
| - install ocaml-syntax-shims      1.0.0
| - install ocamlbuild              0.14.3
| - install ocamlgraph              2.0.0
| - install ocplib-endian           1.2
| - install parsexp                 v0.13.0
| - install ppx_compare             v0.13.0
| - install ppx_custom_printf       v0.13.0
| - install ppx_derivers            1.2.1
| - install ppx_fields_conv         v0.13.0
| - install ppx_sexp_conv           v0.13.0
| - install ppx_variants_conv       v0.13.0
| - install ppxlib                  0.13.0
| - install ptime                   0.8.6
| - install re                      1.7.1
| - install result                  1.5
| - install seq                     0.3.1
| - install sexplib                 v0.13.0
| - install sexplib0                v0.13.0
| - install stdio                   v0.13.0
| - install stdlib-shims            0.3.0
| - install stringext               1.6.0
| - install topkg                   1.0.7
| - install uri                     4.2.0
| - install uutf                    1.0.3
| - install variantslib             v0.13.0
+- 
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.05/.opam-switch/backup/state-20240912184154.export"
'opam --cli=2.1 install irmin.0.11.0 variantslib.v0.13.0 uutf.1.0.3 uri.4.2.0 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 sexplib.v0.13.0 seq.0.3.1 result.1.5 re.1.7.1 ptime.0.8.6 ppxlib.0.13.0 ppx_variants_conv.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_fields_conv.v0.13.0 ppx_derivers.1.2.1 ppx_custom_printf.v0.13.0 ppx_compare.v0.13.0 parsexp.v0.13.0 ocplib-endian.1.2 ocamlgraph.2.0.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-syntax-shims.1.0.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 num.0 mstruct.1.4.0 mmap.1.2.0 mirage-tc.0.3.0 lwt.5.5.0 logs.0.7.0 jsonm.1.0.2 jbuilder.1.0+beta20.2 host-arch-x86_64.1 hex.1.4.0 fmt.0.8.9 fieldslib.v0.13.0 ezjsonm.0.4.3 dune-configurator.3.16.0 dune.3.16.0 cstruct.6.0.1 csexp.1.5.2 crunch.3.2.0 cppo.1.7.0 conf-pkg-config.3 cmdliner.1.0.4 bin_prot.v0.13.0 bigstringaf.0.8.0 bigarray-compat.1.1.0 base-num.base base-bytes.base base.v0.13.2 angstrom.0.16.0 --verbose --yes --confirm-level=unsafe-yes' failed.
2024-09-12 18:43.24 ---> saved as "0e8d13fd8084810ff819f53d4faff7d70731aa717dfdeb4a6239bd66e3469e93"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u irmin:d03dfebed499c519e90e6881cefac8f5"))
2024-09-12 18:43.25 ---> saved as "ac6ea7e8b4ec9c62daae6b3d87d50dfb52f6b45f35f04861cc4744194faa5f30"

/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.503521') && (for DATA in prep/universes/d03dfebed499c519e90e6881cefac8f5/irmin/0.11.0,irmin.0.11.0-d03dfebed499c519e90e6881cefac8f5,irmin.0.11.0; 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/d03dfebed499c519e90e6881cefac8f5/irmin/0.11.0,irmin.0.11.0-d03dfebed499c519e90e6881cefac8f5,irmin.0.11.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d03dfebed499c519e90e6881cefac8f5/irmin/0.11.0,irmin.0.11.0-d03dfebed499c519e90e6881cefac8f5,irmin.0.11.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.503521
FAILED:irmin.0.11.0-d03dfebed499c519e90e6881cefac8f5
prep/universes/d03dfebed499c519e90e6881cefac8f5/irmin/0.11.0/opam
prep/universes/d03dfebed499c519e90e6881cefac8f5/irmin/0.11.0/opam.err.log
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:irmin.0.11.0-d03dfebed499c519e90e6881cefac8f5:fd5424aee9813403aa03633276dd7b55109bd9eb252d66dacfc8fb96b2295819
2024-09-12 18:43.27 ---> saved as "8cb0cbb23fb44c683663d3b258a600e58aec49733096fa25915719902cf208ff"
Job succeeded
2024-09-12 18:50.53: Failed: irmin.0.11.0-d03dfebed499c519e90e6881cefac8f5
2024-09-12 18:50.53: irmin.0.11.0-d03dfebed499c519e90e6881cefac8f5 -> fd5424aee9813403aa03633276dd7b55109bd9eb252d66dacfc8fb96b2295819
2024-09-12 18:50.53: Job succeeded