Build:
  1. 0
2024-01-29 15:19.01: New job: Voodoo prep git.1.4.6; 81c23be32d6355eed161d24ecf7a89bf
2024-01-29 15:19.01: Waiting for resource in pool OCluster
2024-01-29 18:33.47: Waiting for worker…
2024-01-29 18:34.24: Got resource from pool OCluster
2024-01-29 18:34.24: 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:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
         (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:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
 (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.1.11.4 ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy git.1.4.6 zarith.1.13 uri.4.2.0 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 sexplib0.v0.13.0 sexplib.v0.13.0 seq.0.2.2 result.1.5 ppxlib.0.20.0 ppx_sexp_conv.v0.13.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 parsexp.v0.13.0 ocplib-endian.1.2 ocb-stubblr.0.1.1-1 ocamlgraph.1.8.8 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.2.1.0 ocaml-compiler-libs.v0.12.3 num.0 nocrypto.0.5.4-2 mstruct.1.4.0 mmap.1.2.0 mirage-no-xen.1 mirage-no-solo5.1 lwt.5.2.0 jbuilder.transition hex.1.4.0 dune-configurator.1.0.0 dune.1.11.4 dolog.3.0 cstruct-lwt.3.1.1 cstruct.3.1.1 cpuid.0.1.2 cppo.1.6.9 conf-zlib.1 conf-pkg-config.3 conf-gmp.4 cmdliner.1.0.4 camlzip.1.10 bigstringaf.0.6.1 bigarray-compat.1.1.0 base-num.base base-bytes.base base.v0.13.2 astring.0.8.5 angstrom.0.14.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u git:81c23be32d6355eed161d24ecf7a89bf"))
 (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.193635') && (for DATA in prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6,git.1.4.6-81c23be32d6355eed161d24ecf7a89bf,git.1.4.6; 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/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6,git.1.4.6-81c23be32d6355eed161d24ecf7a89bf,git.1.4.6; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6,git.1.4.6-81c23be32d6355eed161d24ecf7a89bf,git.1.4.6; 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 0855f65024f070b192f85e54dbfde14e2f834105 --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-01-29 18:34.24: RETRYING: 2024-01-29/151901-voodoo-prep-444cf2 Number of retries: 0 (retriable error condition)
Building on marpe.caelum.ci.dev
All commits already cached
Updating files:  91% (29973/32623)
Updating files:  92% (30014/32623)
Updating files:  93% (30340/32623)
Updating files:  94% (30666/32623)
Updating files:  95% (30992/32623)
Updating files:  96% (31319/32623)
Updating files:  97% (31645/32623)
Updating files:  98% (31971/32623)
Updating files:  99% (32297/32623)
Updating files: 100% (32623/32623)
Updating files: 100% (32623/32623), done.
HEAD is now at 0855f65024 fix old release tarballs for ocamlgraph

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85' locally
docker.io/ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85: Pulling from ocaml/opam
dbd5af0f204b: Pulling fs layer
dbd5af0f204b: Verifying Checksum
dbd5af0f204b: Download complete
dbd5af0f204b: Pull complete
Digest: sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
Status: Downloaded newer image for ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
2024-01-29 18:29.25 ---> using "b1e21d37cd49b6148620a316f1dc69cb8535bfcbe1ed382a11dd76411eef0ac6" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 1s (451 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 (792 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 18:29.25 ---> using "49b3b286b358d7259d401e37eb99aa4c941901605954f155ad62f727d8f7c7f8" 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.13.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.6.9  [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.5  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.5  [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.6.9] found in cache
[dune.3.13.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.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[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.13.0
-> installed result.1.5
-> installed seq.0.3.1
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed cppo.1.6.9
-> installed rresult.0.6.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.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:29.25 ---> using "eeb612487fd8dcd7dea2991932fe507ef16bd9a1345d4af6c7c19ccb634d66b8" from cache

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

(from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85' locally
docker.io/ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85: Pulling from ocaml/opam
dbd5af0f204b: Pulling fs layer
dbd5af0f204b: Verifying Checksum
dbd5af0f204b: Download complete
dbd5af0f204b: Pull complete
Digest: sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
Status: Downloaded newer image for ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
2024-01-29 18:29.25 ---> using "b1e21d37cd49b6148620a316f1dc69cb8535bfcbe1ed382a11dd76411eef0ac6" from cache

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

/: (workdir /home/opam)

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

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 18:29.26 ---> using "da4120a2d28a3c44fa99ae029f5614a3999baed3f805fc2870c42826f8f90496" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:29.26 ---> using "47cfc63d4a7b9ebf7421a4dbdf58948a20d4c66c9dd49e379a28972933b3ee33" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 18:29.26 ---> using "1ae74f2f7c8cbf09a337300870c960f46b737d7a5b390849f80d856c556c2052" 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-01-29 18:29.26 ---> using "be648e6d08ba352e69f19139076c6d3b4bbe8b7f2ed298e6966244cea262a309" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:29.26 ---> using "375cf3c914b4fee17620af180465fdd8ee6455802780bc660ed4ce9e56b970fd" 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.1.11.4 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      1.11.4
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.1.11.4  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.1.11.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:29.26 ---> using "d120aa4d4e38e78977c07c3774acf7636d4d9c05674a109637bc2d7c024f7df2" from cache

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy git.1.4.6 zarith.1.13 uri.4.2.0 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 sexplib0.v0.13.0 sexplib.v0.13.0 seq.0.2.2 result.1.5 ppxlib.0.20.0 ppx_sexp_conv.v0.13.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 parsexp.v0.13.0 ocplib-endian.1.2 ocb-stubblr.0.1.1-1 ocamlgraph.1.8.8 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.2.1.0 ocaml-compiler-libs.v0.12.3 num.0 nocrypto.0.5.4-2 mstruct.1.4.0 mmap.1.2.0 mirage-no-xen.1 mirage-no-solo5.1 lwt.5.2.0 jbuilder.transition hex.1.4.0 dune-configurator.1.0.0 dune.1.11.4 dolog.3.0 cstruct-lwt.3.1.1 cstruct.3.1.1 cpuid.0.1.2 cppo.1.6.9 conf-zlib.1 conf-pkg-config.3 conf-gmp.4 cmdliner.1.0.4 camlzip.1.10 bigstringaf.0.6.1 bigarray-compat.1.1.0 base-num.base base-bytes.base base.v0.13.2 astring.0.8.5 angstrom.0.14.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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

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

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

<><> Carrying on to "opam depext -viy git.1.4.6 zarith.1.13 uri.4.2.0 topkg.1.0.7 stringext.1.6.0 stdlib-shims.0.3.0 sexplib0.v0.13.0 sexplib.v0.13.0 seq.0.2.2 result.1.5 ppxlib.0.20.0 ppx_sexp_conv.v0.13.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 parsexp.v0.13.0 ocplib-endian.1.2 ocb-stubblr.0.1.1-1 ocamlgraph.1.8.8 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.2.1.0 ocaml-compiler-libs.v0.12.3 num.0 nocrypto.0.5.4-2 mstruct.1.4.0 mmap.1.2.0 mirage-no-xen.1 mirage-no-solo5.1 lwt.5.2.0 jbuilder.transition hex.1.4.0 dune-configurator.1.0.0 dune.1.11.4 dolog.3.0 cstruct-lwt.3.1.1 cstruct.3.1.1 cpuid.0.1.2 cppo.1.6.9 conf-zlib.1 conf-pkg-config.3 conf-gmp.4 cmdliner.1.0.4 camlzip.1.10 bigstringaf.0.6.1 bigarray-compat.1.1.0 base-num.base base-bytes.base base.v0.13.2 astring.0.8.5 angstrom.0.14.1" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libgmp-dev
pkg-config
zlib1g-dev
[NOTE] Package dune is already installed (current version is 1.11.4).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo                    1.6.9
  - install dune-configurator       1.0.0
  - install ppx_derivers            1.2.1
  - install ocamlbuild              0.14.3
  - install ocamlgraph              1.8.8
  - install mirage-no-xen           1
  - install mirage-no-solo5         1
  - install sexplib0                v0.13.0
  - install ocaml-compiler-libs     v0.12.3
  - install bigarray-compat         1.1.0
  - install seq                     0.2.2
  - install base-bytes              base
  - install stdlib-shims            0.3.0
  - install jbuilder                transition
  - install cpuid                   0.1.2
  - install cmdliner                1.0.4
  - install conf-gmp                4
  - install conf-pkg-config         3
  - install stringext               1.6.0
  - install result                  1.5
  - install base-num                base
  - install ocaml-migrate-parsetree 2.1.0
  - install topkg                   1.0.7
  - install dolog                   3.0
  - install base                    v0.13.2
  - install mmap                    1.2.0
  - install bigstringaf             0.6.1
  - install ocplib-endian           1.2
  - install zarith                  1.13
  - install conf-zlib               1
  - install num                     0
  - install ppxlib                  0.20.0
  - install astring                 0.8.5
  - install parsexp                 v0.13.0
  - install angstrom                0.14.1
  - install lwt                     5.2.0
  - install camlzip                 1.10
  - install ppx_sexp_conv           v0.13.0
  - install ppx_deriving            5.2.1
  - install ocb-stubblr             0.1.1-1
  - install sexplib                 v0.13.0
  - install uri                     4.2.0
  - install cstruct                 3.1.1
  - install mstruct                 1.4.0
  - install hex                     1.4.0
  - install cstruct-lwt             3.1.1
  - install nocrypto                0.5.4-2
  - install git                     1.4.6
===== 48 to install =====

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/144:
Processing  2/144:
Processing  3/144:
-> retrieved astring.0.8.5  (cached)
Processing  4/144:
Processing  5/144:
Processing  6/144:
Processing  7/144:
Processing  8/144:
-> installed base-bytes.base
Processing  9/144:
-> installed base-num.base
Processing 10/144:
-> retrieved angstrom.0.14.1  (cached)
Processing 11/144:
-> retrieved base.v0.13.2  (cached)
Processing 12/144:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 13/144:
Processing 14/144: [bigarray-compat: dune build]
-> retrieved bigstringaf.0.6.1  (cached)
Processing 15/144: [bigarray-compat: dune build]
Processing 16/144: [bigarray-compat: dune build]
Processing 17/144: [bigarray-compat: dune build]
Processing 18/144: [bigarray-compat: dune build]
Processing 19/144: [bigarray-compat: dune build] [conf-gmp: sh]
Processing 20/144: [bigarray-compat: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved camlzip.1.10  (cached)
Processing 21/144: [bigarray-compat: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved cmdliner.1.0.4  (cached)
Processing 22/144: [bigarray-compat: dune build] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 23/144: [bigarray-compat: dune build] [cmdliner: make all] [conf-gmp: sh] [conf-pkg-config: pkg-config]
-> retrieved cppo.1.6.9  (cached)
Processing 24/144: [bigarray-compat: dune build] [cmdliner: make all] [conf-gmp: sh] [conf-pkg-config: pkg-config]
Processing 25/144: [bigarray-compat: dune build] [cmdliner: make all] [conf-gmp: sh] [conf-pkg-config: pkg-config] [cppo: dune build]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 25/144: [bigarray-compat: dune build] [cmdliner: make all] [conf-pkg-config: pkg-config] [cppo: dune build]
-> installed conf-gmp.4
Processing 26/144: [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 26/144: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build]
-> installed conf-pkg-config.3
Processing 27/144: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build]
Processing 28/144: [bigarray-compat: dune build] [cmdliner: make all] [conf-zlib: pkg-config zlib] [cppo: dune build]
-> retrieved cpuid.0.1.2  (cached)
Processing 29/144: [bigarray-compat: dune build] [cmdliner: make all] [conf-zlib: pkg-config zlib] [cppo: dune build]
Processing 30/144: [bigarray-compat: dune build] [cmdliner: make all] [conf-zlib: pkg-config zlib] [cppo: dune build] [cpuid: dune build]
-> retrieved cstruct.3.1.1  (cached)
Processing 31/144: [bigarray-compat: dune build] [cmdliner: make all] [conf-zlib: pkg-config zlib] [cppo: dune build] [cpuid: dune build]
Processing 32/144: [git.1.4.6: http] [bigarray-compat: dune build] [cmdliner: make all] [conf-zlib: pkg-config zlib] [cppo: dune build] [cpuid: dune build]
Processing 33/144: [git.1.4.6: http] [bigarray-compat: dune build] [cmdliner: make all] [conf-zlib: pkg-config zlib] [cppo: dune build] [cpuid: dune build]
-> installed dune-configurator.1.0.0
Processing 34/144: [git.1.4.6: http] [bigarray-compat: dune build] [cmdliner: make all] [conf-zlib: pkg-config zlib] [cppo: dune build] [cpuid: dune build]
-> retrieved cstruct-lwt.3.1.1  (cached)
Processing 35/144: [git.1.4.6: http] [bigarray-compat: dune build] [cmdliner: make all] [conf-zlib: pkg-config zlib] [cppo: dune build] [cpuid: dune build]
-> compiled  conf-zlib.1
Processing 35/144: [git.1.4.6: http] [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
-> installed conf-zlib.1
Processing 36/144: [git.1.4.6: http] [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
Processing 37/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
-> retrieved dolog.3.0  (cached)
Processing 38/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
Processing 39/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
Processing 40/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
-> installed jbuilder.transition
Processing 41/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
-> retrieved hex.1.4.0  (cached)
Processing 42/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
Processing 43/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
Processing 44/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
Processing 45/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
Processing 46/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
-> installed mirage-no-solo5.1
Processing 47/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
-> installed mirage-no-xen.1
Processing 48/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
-> retrieved lwt.5.2.0  (cached)
Processing 49/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
-> retrieved mmap.1.2.0  (cached)
Processing 50/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
-> retrieved mstruct.1.4.0  (cached)
Processing 51/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
Processing 52/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
Processing 53/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
-> installed num.0
Processing 54/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
-> retrieved ocaml-compiler-libs.v0.12.3  (cached)
Processing 55/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build]
Processing 56/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocaml-migrate-parsetree.2.1.0  (cached)
Processing 57/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build] [ocaml-compiler-libs: dune build]
Processing 58/144: [git.1.4.6: http] [bigarray-compat: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 58/144: [git.1.4.6: http] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build]
-> installed bigarray-compat.1.1.0
Processing 59/144: [git.1.4.6: http] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build]
Processing 60/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build]
Processing 61/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 62/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build]
Processing 63/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [cpuid: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make configure.make]
-> compiled  cpuid.0.1.2
Processing 63/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make configure.make]
-> installed cpuid.0.1.2
Processing 64/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make configure.make]
-> retrieved ocamlgraph.1.8.8  (cached)
Processing 65/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make configure.make]
Processing 66/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make configure.make] [ocamlgraph: touch]
- (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 66/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: touch]
-> retrieved ocb-stubblr.0.1.1-1  (cached)
Processing 67/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make all] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: touch]
- ocamlfind ocamlc -g -safe-string -c -ccopt -g  zlibstubs.c
- ocamlfind ocamlmklib -oc camlzip zlibstubs.o \
-              -lz
- ocamlfind ocamlc -g -safe-string -c zlib.mli
- ocamlfind ocamlc -g -safe-string -c zlib.ml
- ocamlfind ocamlc -g -safe-string -c zip.mli
- ocamlfind ocamlc -g -safe-string -c zip.ml
- ocamlfind ocamlc -g -safe-string -c gzip.mli
- ocamlfind ocamlc -g -safe-string -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo \
-              -lz
Processing 67/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: touch]
Processing 67/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure]
-> retrieved ocplib-endian.1.2  (cached)
Processing 68/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure]
-> retrieved parsexp.v0.13.0  (cached)
Processing 69/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 70/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure]
Processing 71/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build]
-> retrieved ppx_deriving.5.2.1  (cached)
Processing 72/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build]
-> retrieved ppx_sexp_conv.v0.13.0  (cached)
Processing 73/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [mmap: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build]
-> compiled  mmap.1.2.0
Processing 73/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build]
-> installed mmap.1.2.0
Processing 74/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build]
-> retrieved nocrypto.0.5.4-2  (cached)
Processing 75/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build]
-> retrieved ppxlib.0.20.0  (cached)
Processing 76/144: [git.1.4.6: http] [bigstringaf: dune build] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build]
-> compiled  bigstringaf.0.6.1
Processing 76/144: [git.1.4.6: http] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build]
-> installed bigstringaf.0.6.1
Processing 77/144: [git.1.4.6: http] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
Processing 78/144: [git.1.4.6: http] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build]
Processing 79/144: [git.1.4.6: http] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build]
-> retrieved seq.0.2.2  (cached)
Processing 80/144: [git.1.4.6: http] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build]
Processing 81/144: [git.1.4.6: http] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build] [seq: dune build]
-> retrieved sexplib.v0.13.0  (cached)
Processing 82/144: [git.1.4.6: http] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build] [seq: dune build]
-> retrieved sexplib0.v0.13.0  (cached)
Processing 83/144: [git.1.4.6: http] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build] [seq: dune build]
Processing 84/144: [git.1.4.6: http] [camlzip: make allopt] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build]
- ocamlfind ocamlopt -safe-string -c zlib.ml
- ocamlfind ocamlopt -safe-string -c zip.ml
- ocamlfind ocamlopt -safe-string -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx \
-              -lz
- ocamlfind ocamlopt -safe-string -shared -linkall -I ./ -o zip.cmxs zip.cmxa
-> compiled  camlzip.1.10
Processing 84/144: [git.1.4.6: http] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build]
Processing 85/144: [git.1.4.6: http] [cmdliner: make all] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [camlzip: make install-findlib]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.0.4
Processing 85/144: [git.1.4.6: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [camlzip: make install-findlib]
-> compiled  cppo.1.6.9
Processing 85/144: [git.1.4.6: http] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [camlzip: make install-findlib]
Processing 85/144: [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [camlzip: make install-findlib]
-> compiled  ocaml-compiler-libs.v0.12.3
Processing 85/144: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [camlzip: make install-findlib]
-> compiled  ocaml-migrate-parsetree.2.1.0
Processing 85/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: ./configure] [ppx_derivers: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [camlzip: make install-findlib]
- checking for ocamlc... ocamlc
- ocaml version is 4.05.0
- ocaml library path is /home/opam/.opam/4.05/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking ocamlopt version... ok
- checking for ocamlc.opt... ocamlc.opt
- checking ocamlc.opt version... ok
- checking for ocamlopt.opt... ocamlopt.opt
- checking ocamlc.opt version... ok
- checking for ocamldep... ocamldep
- checking for ocamllex... ocamllex
- checking for ocamllex.opt... ocamllex.opt
- checking for ocamlyacc... ocamlyacc
- checking for ocamldoc... ocamldoc
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamlweb... true
- checking for ocamlfind... ocamlfind
- OCamlfind detected and enabled
- ocamlfind: Package `lablgtk2' not found
- checking for /home/opam/.opam/4.05/lib/ocaml/lablgtk2/lablgtk.cmxa... no
- checking Win32 platform... no
- configure: WARNING: lablgnomecanvas not found: the graph editor and view_graph will not be compiled
- configure: creating ./config.status
- config.status: creating Makefile
Processing 85/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ppx_derivers: dune build] [result: dune build] [seq: dune build] [sexplib0: dune build] [camlzip: make install-findlib]
-> compiled  ppx_derivers.1.2.1
Processing 85/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [result: dune build] [seq: dune build] [sexplib0: dune build] [camlzip: make install-findlib]
-> compiled  result.1.5
Processing 85/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [seq: dune build] [sexplib0: dune build] [camlzip: make install-findlib]
-> compiled  seq.0.2.2
Processing 85/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [sexplib0: dune build] [camlzip: make install-findlib]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 86/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [sexplib0: dune build] [camlzip: make install-findlib]
Processing 87/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [sexplib0: dune build] [stdlib-shims: dune build] [camlzip: make install-findlib]
-> retrieved stringext.1.6.0  (cached)
Processing 88/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [sexplib0: dune build] [stdlib-shims: dune build] [camlzip: make install-findlib]
Processing 89/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build] [camlzip: make install-findlib]
-> compiled  sexplib0.v0.13.0
Processing 89/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [stdlib-shims: dune build] [stringext: dune build] [camlzip: make install-findlib]
- cp META-zip META && \
-         ocamlfind install zip META *.mli *.a *.cmi *.cma gzip.cmx zip.cmx zlib.cmx zip.cmxa zip.cmxs dllcamlzip.so && \
-         rm META
- Installed /home/opam/.opam/4.05/lib/zip/zip.cmxs
- Installed /home/opam/.opam/4.05/lib/zip/zip.cmxa
- Installed /home/opam/.opam/4.05/lib/zip/zlib.cmx
- Installed /home/opam/.opam/4.05/lib/zip/zip.cmx
- Installed /home/opam/.opam/4.05/lib/zip/gzip.cmx
- Installed /home/opam/.opam/4.05/lib/zip/zip.cma
- Installed /home/opam/.opam/4.05/lib/zip/zlib.cmi
- Installed /home/opam/.opam/4.05/lib/zip/zip.cmi
- Installed /home/opam/.opam/4.05/lib/zip/gzip.cmi
- Installed /home/opam/.opam/4.05/lib/zip/zip.a
- Installed /home/opam/.opam/4.05/lib/zip/libcamlzip.a
- Installed /home/opam/.opam/4.05/lib/zip/zlib.mli
- Installed /home/opam/.opam/4.05/lib/zip/zip.mli
- Installed /home/opam/.opam/4.05/lib/zip/gzip.mli
- Installed /home/opam/.opam/4.05/lib/stublibs/dllcamlzip.so
- Installed /home/opam/.opam/4.05/lib/stublibs/dllcamlzip.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.05/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.05/lib/zip/META
- cp META-camlzip META && \
-         ocamlfind install camlzip META && \
-         rm META
- Installed /home/opam/.opam/4.05/lib/camlzip/META
-> installed camlzip.1.10
Processing 89/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [stdlib-shims: dune build] [stringext: dune build]
Processing 90/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [stdlib-shims: dune build] [stringext: dune build] [cmdliner: make install]
-> retrieved git.1.4.6  (https://github.com/mirage/ocaml-git/archive/1.4.6.tar.gz)
Processing 91/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [stdlib-shims: dune build] [stringext: dune build] [cmdliner: make install]
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.2.0  (cached)
- 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 91/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [stdlib-shims: dune build] [stringext: dune build] [cmdliner: make install-doc]
-> retrieved zarith.1.13  (cached)
Processing 92/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [stdlib-shims: dune build] [stringext: dune build] [zarith: ./configure] [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 92/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [stdlib-shims: dune build] [stringext: dune build] [zarith: ./configure]
-> installed cppo.1.6.9
Processing 93/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [stdlib-shims: dune build] [stringext: dune build] [zarith: ./configure]
Processing 94/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [stdlib-shims: dune build] [stringext: dune build] [zarith: ./configure]
-> installed ocaml-compiler-libs.v0.12.3
Processing 95/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [stdlib-shims: dune build] [stringext: dune build] [zarith: ./configure]
-> installed ocaml-migrate-parsetree.2.1.0
Processing 96/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [stdlib-shims: dune build] [stringext: dune build] [zarith: ./configure]
-> installed ppx_derivers.1.2.1
Processing 97/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [stdlib-shims: dune build] [stringext: dune build] [zarith: ./configure]
-> installed result.1.5
Processing 98/144: [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [stdlib-shims: dune build] [stringext: dune build] [zarith: ./configure]
Processing 99/144: [angstrom: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [stdlib-shims: dune build] [stringext: dune build] [zarith: ./configure]
-> installed seq.0.2.2
Processing 100/144: [angstrom: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [stdlib-shims: dune build] [stringext: dune build] [zarith: ./configure]
-> installed sexplib0.v0.13.0
Processing 101/144: [angstrom: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [stdlib-shims: dune build] [stringext: dune build] [zarith: ./configure]
Processing 102/144: [angstrom: dune build] [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [stdlib-shims: dune build] [stringext: dune build] [zarith: ./configure]
-> compiled  stdlib-shims.0.3.0
Processing 102/144: [angstrom: dune build] [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [stringext: dune build] [zarith: ./configure]
-> installed stdlib-shims.0.3.0
Processing 103/144: [angstrom: dune build] [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [stringext: dune build] [zarith: ./configure]
Processing 104/144: [angstrom: dune build] [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [ppxlib: dune build] [stringext: dune build] [zarith: ./configure]
-> compiled  stringext.1.6.0
Processing 104/144: [angstrom: dune build] [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [ppxlib: dune build] [zarith: ./configure]
-> installed stringext.1.6.0
Processing 105/144: [angstrom: dune build] [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [ppxlib: dune build] [zarith: ./configure]
- binary ocaml: found in /home/opam/.opam/4.05/bin
- binary ocamlc: found in /home/opam/.opam/4.05/bin
- binary ocamldep: found in /home/opam/.opam/4.05/bin
- binary ocamlmklib: found in /home/opam/.opam/4.05/bin
- binary ocamldoc: found in /home/opam/.opam/4.05/bin
- binary ocamlopt: found in /home/opam/.opam/4.05/bin
- checking compilation with ocamlc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/4.05/bin
- OCaml's word size is 64
- package gmp: found
- OCaml supports -bin-annot to produce documentation
- Using OCaml legacy C API custom operations
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   defines:              -DZ_OCAML_LEGACY_CUSTOM_OPERATIONS -DHAS_GMP 
-   includes:             -I/home/opam/.opam/4.05/lib/ocaml  
-   libraries:             -lgmp 
-   linker options:       
-   C options:            -O3 -Wall -Wextra 
-   installation path:    /home/opam/.opam/4.05/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 105/144: [angstrom: dune build] [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ocplib-endian: dune build] [ppxlib: dune build] [zarith: make]
-> compiled  ocplib-endian.1.2
Processing 105/144: [angstrom: dune build] [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ppxlib: dune build] [zarith: make]
-> installed ocplib-endian.1.2
Processing 106/144: [angstrom: dune build] [base: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ppxlib: dune build] [zarith: make]
Processing 107/144: [angstrom: dune build] [base: dune build] [lwt: dune exec] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ppxlib: dune build] [zarith: make]
-> compiled  angstrom.0.14.1
Processing 107/144: [base: dune build] [lwt: dune exec] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ppxlib: dune build] [zarith: make]
-> installed angstrom.0.14.1
Processing 108/144: [base: dune build] [lwt: dune exec] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ppxlib: dune build] [zarith: make]
Processing 109/144: [base: dune build] [lwt: dune exec] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ppxlib: dune build] [uri: dune build] [zarith: make]
Processing 109/144: [base: dune build] [lwt: dune build] [ocamlbuild: make check-if-preinstalled] [ocamlgraph: make] [ppxlib: dune build] [uri: dune build] [zarith: make]
- 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 109/144: [base: dune build] [lwt: dune build] [ocamlgraph: make] [ppxlib: dune build] [uri: dune build] [zarith: make]
-> installed ocamlbuild.0.14.3
Processing 110/144: [base: dune build] [lwt: dune build] [ocamlgraph: make] [ppxlib: dune build] [uri: dune build] [zarith: make]
Processing 111/144: [base: dune build] [dolog: ocaml setup.ml] [lwt: dune build] [ocamlgraph: make] [ppxlib: dune build] [uri: dune build] [zarith: make]
Processing 112/144: [base: dune build] [dolog: ocaml setup.ml] [lwt: dune build] [ocamlgraph: make] [ppxlib: dune build] [topkg: ocaml build] [uri: dune build] [zarith: make]
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp  
- ocamlc -ccopt "-I/home/opam/.opam/4.05/lib/ocaml   -DZ_OCAML_LEGACY_CUSTOM_OPERATIONS -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp  
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs  -c zarith_version.ml
- ocamlopt -g -I +compiler-libs  -c z.ml
- ocamlopt -g -I +compiler-libs  -c q.ml
- ocamlopt -g -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp  
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.13
Processing 112/144: [base: dune build] [dolog: ocaml setup.ml] [lwt: dune build] [ocamlgraph: make] [ppxlib: dune build] [topkg: ocaml build] [uri: dune build]
Processing 113/144: [base: dune build] [dolog: ocaml setup.ml] [lwt: dune build] [ocamlgraph: make] [ppxlib: dune build] [topkg: ocaml build] [uri: dune build] [zarith: make install]
- ocamlfind install -destdir "/home/opam/.opam/4.05/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/4.05/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/4.05/lib/zarith/q.cmti
- Installed /home/opam/.opam/4.05/lib/zarith/z.cmti
- Installed /home/opam/.opam/4.05/lib/zarith/zarith.a
- Installed /home/opam/.opam/4.05/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/4.05/lib/zarith/q.mli
- Installed /home/opam/.opam/4.05/lib/zarith/zarith.h
- Installed /home/opam/.opam/4.05/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/4.05/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/4.05/lib/zarith/q.cmx
- Installed /home/opam/.opam/4.05/lib/zarith/z.cmx
- Installed /home/opam/.opam/4.05/lib/zarith/zarith_version.cmx
- Installed /home/opam/.opam/4.05/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/4.05/lib/zarith/z.mli
- Installed /home/opam/.opam/4.05/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/4.05/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/4.05/lib/zarith/q.cmi
- Installed /home/opam/.opam/4.05/lib/zarith/z.cmi
- Installed /home/opam/.opam/4.05/lib/zarith/libzarith.a
- Installed /home/opam/.opam/4.05/lib/zarith/zarith.cma
- Installed /home/opam/.opam/4.05/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/4.05/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.05/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.05/lib/zarith/META
-> installed zarith.1.13
Processing 113/144: [base: dune build] [dolog: ocaml setup.ml] [lwt: dune build] [ocamlgraph: make] [ppxlib: dune build] [topkg: ocaml build] [uri: dune build]
-> compiled  lwt.5.2.0
Processing 113/144: [base: dune build] [dolog: ocaml setup.ml] [ocamlgraph: make] [ppxlib: dune build] [topkg: ocaml build] [uri: dune build]
-> installed lwt.5.2.0
Processing 114/144: [base: dune build] [dolog: ocaml setup.ml] [ocamlgraph: make] [ppxlib: dune build] [topkg: ocaml build] [uri: dune build]
-> compiled  uri.4.2.0
Processing 114/144: [base: dune build] [dolog: ocaml setup.ml] [ocamlgraph: make] [ppxlib: dune build] [topkg: ocaml build]
-> installed uri.4.2.0
Processing 115/144: [base: dune build] [dolog: ocaml setup.ml] [ocamlgraph: make] [ppxlib: dune build] [topkg: ocaml 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: ........................................ dolog
- Package version: ..................................... 0.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: ......................... 
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_unix: ............................................ /home/opam/.opam/4.05/lib/ocaml
- 
- 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
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules lib/log.mli > lib/log.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package unix -I lib -o lib/log.cmi lib/log.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules lib/log.ml > lib/log.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package unix -I lib -o lib/log.cmo lib/log.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/log.cmo -o lib/dolog.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package unix -I lib -o lib/log.cmx lib/log.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/log.cmx -o lib/dolog.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -linkall -I lib lib/dolog.cmxa -o lib/dolog.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules lib_test/example.ml > lib_test/example.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package unix -I lib_test -I lib -o lib_test/example.cmo lib_test/example.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -linkpkg -package unix -I lib -I lib_test lib/dolog.cma lib_test/example.cmo -o lib_test/example.byte
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package unix -modules lib_test/test.ml > lib_test/test.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package unix -I lib_test -I lib -o lib_test/test.cmo lib_test/test.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -g -linkpkg -package unix -I lib -I lib_test lib/dolog.cma lib_test/test.cmo -o lib_test/test.byte
- + /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  dolog.3.0
Processing 115/144: [base: dune build] [ocamlgraph: make] [ppxlib: dune build] [topkg: ocaml build]
Processing 116/144: [base: dune build] [ocamlgraph: make] [ppxlib: dune build] [topkg: ocaml build] [dolog: ocaml setup.ml]
- sed -e s/VERSION/1.8.8/ -e s/CMA/graph.cma/ -e s/CMXA/graph.cmxa/ -e s/CMXS/graph.cmxs/ \
- 	META.in > META
- rm -f src/version.ml
- echo "let version = \""1.8.8"\"" > src/version.ml
- echo 'let date = "'"Mon Jan 29 18:30:40 GMT 2024"'"' >> src/version.ml
- rm -f .depend
- ocamldep -slash -I src -I lib -I editor -I view_graph -I dgraph\
- 	lib/*.ml lib/*.mli \
- 	src/*.ml src/*.mli \
- 	editor/*.mli editor/*.ml \
- 	view_graph/*.mli view_graph/*.ml \
- 	dgraph/*.mli dgraph/*.ml > .depend
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/sig.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/sig_pack.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_ast.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/unionfind.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/unionfind.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/heap.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/heap.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/bitv.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/bitv.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/persistentQueue.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 lib/persistentQueue.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/version.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/util.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/util.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/blocks.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/persistent.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/persistent.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/imperative.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/imperative.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/delaunay.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/delaunay.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/builder.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/builder.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/classic.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/classic.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/rand.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/rand.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/oper.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/oper.ml
- File "src/oper.ml", line 52, characters 2-30:
- Warning 60: unused module H.
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/components.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/components.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/path.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/path.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/nonnegative.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/nonnegative.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/traverse.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/traverse.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/coloring.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/coloring.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/topological.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/topological.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/kruskal.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/kruskal.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/flow.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/flow.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/prim.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/prim.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dominator.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dominator.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphviz.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphviz.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gml.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gml.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_parser.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_parser.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot_lexer.ml
- File "src/dot_lexer.mll", line 38, characters 21-37:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/dot.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/pack.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/pack.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gmap.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/gmap.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/minsep.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/minsep.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/cliquetree.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/cliquetree.ml
- File "src/cliquetree.ml", line 21, characters 2-31:
- Warning 60: unused module OVSet.
- File "src/cliquetree.ml", line 149, characters 2-32:
- Warning 60: unused module EdgeSet.
- File "src/cliquetree.ml", line 150, characters 2-34:
- Warning 60: unused module H.
- File "src/cliquetree.ml", line 153, characters 2-32:
- Warning 60: unused module Choose.
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mcs_m.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mcs_m.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/md.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/md.ml
- File "src/md.ml", line 20, characters 2-34:
- Warning 60: unused module VertexSet.
- File "src/md.ml", line 22, characters 2-32:
- Warning 60: unused module Choose.
- File "src/md.ml", line 88, characters 2-34:
- Warning 60: unused module VertexSet.
- File "src/md.ml", line 90, characters 2-32:
- Warning 60: unused module Choose.
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/strat.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/strat.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/fixpoint.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/fixpoint.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/leaderlist.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/leaderlist.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/contraction.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/contraction.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphml.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/graphml.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/merge.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/merge.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mincut.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/mincut.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/clique.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/clique.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/weakTopological.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/weakTopological.ml
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/chaoticIteration.mli
- ocamlc.opt -c -I src -I lib -g -dtypes -w +a -w -4 -w -44 -w -50 -w -48 -w -29 src/chaoticIteration.ml
- ocamlc.opt -I src -I lib -pack -g -o graph.cmo src/sig.cmi src/sig_pack.cmi src/dot_ast.cmi lib/unionfind.cmo lib/heap.cmo lib/bitv.cmo lib/persistentQueue.cmo src/version.cmo src/util.cmo src/blocks.cmo src/persistent.cmo src/imperative.cmo src/delaunay.cmo src/builder.cmo src/classic.cmo src/rand.cmo src/oper.cmo src/components.cmo src/path.cmo src/nonnegative.cmo src/traverse.cmo src/coloring.cmo src/topological.cmo src/kruskal.cmo src/flow.cmo src/prim.cmo src/dominator.cmo src/graphviz.cmo src/gml.cmo src/dot_parser.cmo src/dot_lexer.cmo src/dot.cmo src/pack.cmo src/gmap.cmo src/minsep.cmo src/cliquetree.cmo src/mcs_m.cmo src/md.cmo src/strat.cmo src/fixpoint.cmo src/leaderlist.cmo src/contraction.cmo src/graphml.cmo src/merge.cmo src/mincut.cmo src/clique.cmo src/weakTopological.cmo src/chaoticIteration.cmo
- ocamlc.opt -I src -I lib -a -g -o graph.cma graph.cmo
- ocamlopt.opt -c -I src -I lib -for-pack Graph lib/unionfind.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph lib/heap.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph lib/bitv.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph lib/persistentQueue.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/version.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/util.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/blocks.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/persistent.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/imperative.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/delaunay.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/builder.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/classic.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/rand.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/oper.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/components.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/path.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/nonnegative.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/traverse.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/coloring.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/topological.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/kruskal.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/flow.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/prim.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/dominator.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/graphviz.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/gml.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/dot_parser.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/dot_lexer.ml
- File "src/dot_lexer.mll", line 38, characters 21-37:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/dot.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/pack.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/gmap.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/minsep.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/cliquetree.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/mcs_m.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/md.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/strat.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/fixpoint.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/leaderlist.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/contraction.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/graphml.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/merge.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/mincut.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/clique.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/weakTopological.ml
- ocamlopt.opt -c -I src -I lib -for-pack Graph src/chaoticIteration.ml
- ocamlopt.opt -I src -I lib -pack -o graph.cmx src/sig.cmi src/sig_pack.cmi src/dot_ast.cmi lib/unionfind.cmx lib/heap.cmx lib/bitv.cmx lib/persistentQueue.cmx src/version.cmx src/util.cmx src/blocks.cmx src/persistent.cmx src/imperative.cmx src/delaunay.cmx src/builder.cmx src/classic.cmx src/rand.cmx src/oper.cmx src/components.cmx src/path.cmx src/nonnegative.cmx src/traverse.cmx src/coloring.cmx src/topological.cmx src/kruskal.cmx src/flow.cmx src/prim.cmx src/dominator.cmx src/graphviz.cmx src/gml.cmx src/dot_parser.cmx src/dot_lexer.cmx src/dot.cmx src/pack.cmx src/gmap.cmx src/minsep.cmx src/cliquetree.cmx src/mcs_m.cmx src/md.cmx src/strat.cmx src/fixpoint.cmx src/leaderlist.cmx src/contraction.cmx src/graphml.cmx src/merge.cmx src/mincut.cmx src/clique.cmx src/weakTopological.cmx src/chaoticIteration.cmx
- ocamlopt.opt -I src -I lib -a -o graph.cmxa graph.cmx
- ocamlopt.opt -I src -I lib -shared -o graph.cmxs graph.cmx
-> compiled  ocamlgraph.1.8.8
Processing 116/144: [base: dune build] [ppxlib: dune build] [topkg: ocaml build] [dolog: ocaml setup.ml]
- 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 116/144: [base: dune build] [ppxlib: dune build] [dolog: ocaml setup.ml]
- 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/dolog/log.mli
- Installed /home/opam/.opam/4.05/lib/dolog/dolog.cma
- Installed /home/opam/.opam/4.05/lib/dolog/dolog.cmxa
- Installed /home/opam/.opam/4.05/lib/dolog/dolog.a
- Installed /home/opam/.opam/4.05/lib/dolog/dolog.cmxs
- Installed /home/opam/.opam/4.05/lib/dolog/log.cmi
- Installed /home/opam/.opam/4.05/lib/dolog/log.cmti
- Installed /home/opam/.opam/4.05/lib/dolog/log.cmt
- Installed /home/opam/.opam/4.05/lib/dolog/log.annot
- Installed /home/opam/.opam/4.05/lib/dolog/log.cmx
- Installed /home/opam/.opam/4.05/lib/dolog/META
-> installed dolog.3.0
Processing 116/144: [base: dune build] [ppxlib: dune build]
Processing 117/144: [base: dune build] [ppxlib: dune build] [ocamlgraph: make install-findlib]
- ocamlfind install  ocamlgraph META \
- 	src/*.mli view_graph/*.mli dgraph/*.mli \
- 	graph.a graph.cmo graph.cmi graph.cma \
-         graph.o graph.a graph.cmx graph.cmxa graph.cmxs
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.cmxs
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.cmxa
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.cmx
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.a
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.o
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.cma
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.cmi
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.cmo
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.05/lib/ocamlgraph/graph.a
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/graph.a
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/xDotDraw.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/xDot.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphViewItem.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphView.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphTreeModel.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphTreeLayout.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphSubTree.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphRandModel.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphModel.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/dGraphContainer.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/viewGraph_utils.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/viewGraph_select.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/viewGraph_core.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/weakTopological.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/util.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/traverse.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/topological.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/strat.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/sig_pack.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/sig.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/rand.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/prim.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/persistent.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/path.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/pack.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/oper.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/nonnegative.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/minsep.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/mincut.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/merge.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/md.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/mcs_m.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/leaderlist.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/kruskal.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/imperative.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/graphviz.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/graphml.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/gml.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/gmap.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/flow.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/fixpoint.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/dot_parser.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/dot_ast.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/dot.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/dominator.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/delaunay.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/contraction.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/components.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/coloring.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/cliquetree.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/clique.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/classic.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/chaoticIteration.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/builder.mli
- Installed /home/opam/.opam/4.05/lib/ocamlgraph/META
-> installed ocamlgraph.1.8.8
Processing 117/144: [base: dune build] [ppxlib: dune build]
-> installed topkg.1.0.7
Processing 118/144: [base: dune build] [ppxlib: dune build]
Processing 119/144: [astring: ocaml build] [base: dune build] [ppxlib: dune build]
-       ocamlc src/.base.objs/byte/base__Import0.{cmi,cmo,cmt}
- 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
-     ocamlopt src/.base.objs/native/base__Import0.{cmx,o}
- 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
-       ocamlc src/.base.objs/byte/base.{cmi,cmo,cmt}
- 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
-     ocamlopt src/.base.objs/native/base.{cmx,o}
- 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 119/144: [astring: ocaml build] [ppxlib: dune build]
-> installed base.v0.13.2
Processing 120/144: [astring: ocaml build] [ppxlib: dune build]
Processing 121/144: [astring: ocaml build] [parsexp: dune build] [ppxlib: dune build]
- ocamlfind ocamldep -modules src/astring_unsafe.ml > src/astring_unsafe.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_unsafe.cmo src/astring_unsafe.ml
- ocamlfind ocamldep -modules src/astring_base.ml > src/astring_base.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_base.cmo src/astring_base.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_unsafe.cmx src/astring_unsafe.ml
- ocamlfind ocamldep -modules src/astring_escape.ml > src/astring_escape.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_escape.cmo src/astring_escape.ml
- ocamlfind ocamldep -modules src/astring_char.ml > src/astring_char.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_char.cmo src/astring_char.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_escape.cmx src/astring_escape.ml
- ocamlfind ocamldep -modules src/astring_sub.ml > src/astring_sub.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_sub.cmo src/astring_sub.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_base.cmx src/astring_base.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_char.cmx src/astring_char.ml
- ocamlfind ocamldep -modules src/astring_string.ml > src/astring_string.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_string.cmo src/astring_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_sub.cmx src/astring_sub.ml
- ocamlfind ocamldep -modules src/astring.ml > src/astring.ml.depends
- ocamlfind ocamldep -modules src/astring.mli > src/astring.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring.cmi src/astring.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_string.cmx src/astring_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring.cmx src/astring.ml
- ocamlfind ocamlopt -a -I src src/astring_unsafe.cmx src/astring_base.cmx src/astring_escape.cmx src/astring_char.cmx src/astring_sub.cmx src/astring_string.cmx src/astring.cmx -o src/astring.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/astring.cmxa -o src/astring.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring.cmo src/astring.ml
- ocamlfind ocamlc -a -I src src/astring_unsafe.cmo src/astring_base.cmo src/astring_escape.cmo src/astring_char.cmo src/astring_sub.cmo src/astring_string.cmo src/astring.cmo -o src/astring.cma
- ocamlfind ocamldep -package compiler-libs.toplevel -modules src/astring_top.ml > src/astring_top.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/astring_top.cmo src/astring_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/astring_top.cmo src/astring_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/astring_top.cmx src/astring_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/astring_top.cmx src/astring_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/astring_top.cmx -o src/astring_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/astring_top.cmx -o src/astring_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/astring_top.cmxa -o src/astring_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/astring_top.cmxa -o src/astring_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/astring_top.cmo -o src/astring_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/astring_top.cmo -o src/astring_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  astring.0.8.5
Processing 121/144: [parsexp: dune build] [ppxlib: dune build]
-> installed astring.0.8.5
Processing 122/144: [parsexp: dune build] [ppxlib: dune build]
[ocb-stubblr: patch] applying custom-cclib.patch
Processing 123/144: [ocb-stubblr: patch] [parsexp: dune build] [ppxlib: dune build]
[ocb-stubblr: patch] applying use-OPAM_SWITCH_PREFIX.patch
Processing 123/144: [ocb-stubblr: ocaml build] [parsexp: dune build] [ppxlib: dune build]
- ocamlfind ocamldep -package ocamlbuild -package astring -package bytes -modules src/ocb_stubblr.ml > src/ocb_stubblr.ml.depends
- ocamlfind ocamldep -package ocamlbuild -package astring -package bytes -modules src/ocb_stubblr.mli > src/ocb_stubblr.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package ocamlbuild -package astring -package bytes -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I src-topkg -o src/ocb_stubblr.cmi src/ocb_stubblr.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package ocamlbuild -package astring -package bytes -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I src-topkg -o src/ocb_stubblr.cmx src/ocb_stubblr.ml
- ocamlfind ocamlopt -a -package bytes -I src src/ocb_stubblr.cmx -o src/ocb-stubblr.cmxa
- ocamlfind ocamlopt -shared -linkall -package bytes -I src src/ocb-stubblr.cmxa -o src/ocb-stubblr.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package ocamlbuild -package astring -package bytes -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I src-topkg -o src/ocb_stubblr.cmo src/ocb_stubblr.ml
- ocamlfind ocamlc -a -package bytes -I src src/ocb_stubblr.cmo -o src/ocb-stubblr.cma
- ocamlfind ocamldep -package topkg -package bytes -modules src-topkg/ocb_stubblr_topkg.ml > src-topkg/ocb_stubblr_topkg.ml.depends
- ocamlfind ocamldep -package topkg -package bytes -modules src-topkg/ocb_stubblr_topkg.mli > src-topkg/ocb_stubblr_topkg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package topkg -package bytes -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src-topkg -I src -o src-topkg/ocb_stubblr_topkg.cmi src-topkg/ocb_stubblr_topkg.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package topkg -package bytes -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src-topkg -I src -o src-topkg/ocb_stubblr_topkg.cmx src-topkg/ocb_stubblr_topkg.ml
- ocamlfind ocamlopt -a -package bytes -I src-topkg src-topkg/ocb_stubblr_topkg.cmx -o src-topkg/ocb-stubblr-topkg.cmxa
- ocamlfind ocamlopt -shared -linkall -package bytes -I src-topkg src-topkg/ocb-stubblr-topkg.cmxa -o src-topkg/ocb-stubblr-topkg.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package topkg -package bytes -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src-topkg -I src -o src-topkg/ocb_stubblr_topkg.cmo src-topkg/ocb_stubblr_topkg.ml
- ocamlfind ocamlc -a -package bytes -I src-topkg src-topkg/ocb_stubblr_topkg.cmo -o src-topkg/ocb-stubblr-topkg.cma
- # No parallelism done
-> compiled  ocb-stubblr.0.1.1-1
Processing 123/144: [parsexp: dune build] [ppxlib: dune build]
-> installed ocb-stubblr.0.1.1-1
Processing 124/144: [parsexp: dune build] [ppxlib: dune build]
-> compiled  parsexp.v0.13.0
Processing 124/144: [ppxlib: dune build]
-> installed parsexp.v0.13.0
Processing 125/144: [ppxlib: dune build]
Processing 126/144: [ppxlib: dune build] [sexplib: dune build]
-> compiled  sexplib.v0.13.0
Processing 126/144: [ppxlib: dune build]
-> installed sexplib.v0.13.0
Processing 127/144: [ppxlib: dune build]
Processing 128/144: [cstruct: jbuilder build] [ppxlib: dune build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "async/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "fuzz/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "js/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib_test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lwt/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ppx/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ppx_test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ppx_test/with-lwt/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ppx_test/with-sexp/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "unix/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  cstruct.3.1.1
Processing 128/144: [ppxlib: dune build]
-> installed cstruct.3.1.1
Processing 129/144: [ppxlib: dune build]
Processing 130/144: [cstruct-lwt: jbuilder build] [ppxlib: dune build]
Processing 131/144: [cstruct-lwt: jbuilder build] [hex: dune build] [ppxlib: dune build]
Processing 132/144: [cstruct-lwt: jbuilder build] [hex: dune build] [mstruct: jbuilder build] [ppxlib: dune build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  mstruct.1.4.0
Processing 132/144: [cstruct-lwt: jbuilder build] [hex: dune build] [ppxlib: dune build]
-> installed mstruct.1.4.0
Processing 133/144: [cstruct-lwt: jbuilder build] [hex: dune build] [ppxlib: dune build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "async/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "fuzz/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "js/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib_test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lwt/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ppx/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ppx_test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ppx_test/with-lwt/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ppx_test/with-sexp/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "unix/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  cstruct-lwt.3.1.1
Processing 133/144: [hex: dune build] [ppxlib: dune build]
-> installed cstruct-lwt.3.1.1
Processing 134/144: [hex: dune build] [ppxlib: dune build]
-> compiled  hex.1.4.0
Processing 134/144: [ppxlib: dune build]
-> installed hex.1.4.0
Processing 135/144: [ppxlib: dune build]
+ /home/opam/.opam/4.05/bin/dune "build" "-p" "ppxlib" "-j" "255" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ppxlib.0.20.0)
-> compiled  ppxlib.0.20.0
-> installed ppxlib.0.20.0
Processing 137/144: [ppx_deriving: dune build]
Processing 138/144: [ppx_deriving: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_sexp_conv.v0.13.0
Processing 138/144: [ppx_deriving: dune build]
-> installed ppx_sexp_conv.v0.13.0
Processing 139/144: [ppx_deriving: dune build]
+ /home/opam/.opam/4.05/bin/dune "build" "-p" "ppx_deriving" "-j" "255" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ppx_deriving.5.2.1)
-> compiled  ppx_deriving.5.2.1
-> installed ppx_deriving.5.2.1
[nocrypto: patch] applying 0001-add-missing-runtime-dependencies-in-_tags.patch
Processing 141/144: [nocrypto: patch]
[nocrypto: patch] applying 0002-add-ppx_sexp_conv-as-a-runtime-dependency-in-the-pac.patch
[nocrypto: patch] applying 0003-Auto-detect-ppx_sexp_conv-runtime-library.patch
[nocrypto: patch] applying 0004-pack-package-workaround-ocamlbuild-272.patch
[nocrypto: patch] applying 0005-use-modern-cstruct-findlib.patch
[nocrypto: patch] applying 0006-explicit-dependency-on-sexplib.patch
[nocrypto: patch] applying 0007-mirage-entropy.patch
Processing 141/144: [nocrypto: ocaml build]
+ /home/opam/.opam/4.05/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" "--tests" "false" "--jobs" "1" "--with-lwt" "true" "--with-mirage" "false" "--xen" "false" "--freestanding" "false" (CWD=/home/opam/.opam/4.05/.opam-switch/build/nocrypto.0.5.4-2)
- ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package ocb-stubblr myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind ocamlc -g -ccopt '-DACCELERATE -msse2 -maes' -ccopt '--std=c99 -Wall -Wextra -O3' -package bytes -package sexplib -package cstruct -c src/native/misc.c
- mv misc.o src/native/misc.o
- ocamlfind ocamlc -g -ccopt '-DACCELERATE -msse2 -maes' -ccopt '--std=c99 -Wall -Wextra -O3' -package bytes -package sexplib -package cstruct -c src/native/hash/stubs.c
- mv stubs.o src/native/hash/stubs.o
- ocamlfind ocamlc -g -ccopt '-DACCELERATE -msse2 -maes' -ccopt '--std=c99 -Wall -Wextra -O3' -package bytes -package sexplib -package cstruct -c src/native/hash/md5.c
- mv md5.o src/native/hash/md5.o
- ocamlfind ocamlc -g -ccopt '-DACCELERATE -msse2 -maes' -ccopt '--std=c99 -Wall -Wextra -O3' -package bytes -package sexplib -package cstruct -c src/native/hash/sha1.c
- mv sha1.o src/native/hash/sha1.o
- ocamlfind ocamlc -g -ccopt '-DACCELERATE -msse2 -maes' -ccopt '--std=c99 -Wall -Wextra -O3' -package bytes -package sexplib -package cstruct -c src/native/hash/sha256.c
- mv sha256.o src/native/hash/sha256.o
- ocamlfind ocamlc -g -ccopt '-DACCELERATE -msse2 -maes' -ccopt '--std=c99 -Wall -Wextra -O3' -package bytes -package sexplib -package cstruct -c src/native/hash/sha512.c
- mv sha512.o src/native/hash/sha512.o
- ocamlfind ocamlc -g -ccopt '-DACCELERATE -msse2 -maes' -ccopt '--std=c99 -Wall -Wextra -O3' -package bytes -package sexplib -package cstruct -c src/native/aes/generic.c
- mv generic.o src/native/aes/generic.o
- ocamlfind ocamlc -g -ccopt '-DACCELERATE -msse2 -maes' -ccopt '--std=c99 -Wall -Wextra -O3' -package bytes -package sexplib -package cstruct -c src/native/aes/aesni.c
- + ocamlfind ocamlc -g -ccopt '-DACCELERATE -msse2 -maes' -ccopt '--std=c99 -Wall -Wextra -O3' -package bytes -package sexplib -package cstruct -c src/native/aes/aesni.c
- src/native/aes/aesni.c: In function '_nc_aesni_enc_blocks':
- src/native/aes/aesni.c:316:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:294:9: note: in definition of macro '__blocked_loop'
-   294 |         f1 (__b (src, 6), __b (dst, 6), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:295:7: note: here
-   295 |       case 6:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:316:3: note: in expansion of macro '__blocked_loop'
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:316:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:296:9: note: in definition of macro '__blocked_loop'
-   296 |         f1 (__b (src, 5), __b (dst, 5), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:297:7: note: here
-   297 |       case 5:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:316:3: note: in expansion of macro '__blocked_loop'
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:316:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:298:9: note: in definition of macro '__blocked_loop'
-   298 |         f1 (__b (src, 4), __b (dst, 4), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:299:7: note: here
-   299 |       case 4:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:316:3: note: in expansion of macro '__blocked_loop'
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:316:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:300:9: note: in definition of macro '__blocked_loop'
-   300 |         f1 (__b (src, 3), __b (dst, 3), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:301:7: note: here
-   301 |       case 3:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:316:3: note: in expansion of macro '__blocked_loop'
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:316:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:302:9: note: in definition of macro '__blocked_loop'
-   302 |         f1 (__b (src, 2), __b (dst, 2), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:303:7: note: here
-   303 |       case 2:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:316:3: note: in expansion of macro '__blocked_loop'
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:316:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:304:9: note: in definition of macro '__blocked_loop'
-   304 |         f1 (__b (src, 1), __b (dst, 1), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:305:7: note: here
-   305 |       case 1:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:316:3: note: in expansion of macro '__blocked_loop'
-   316 |   __blocked_loop (_nc_aesni_enc, _nc_aesni_enc8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c: In function '_nc_aesni_dec_blocks':
- src/native/aes/aesni.c:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:294:9: note: in definition of macro '__blocked_loop'
-   294 |         f1 (__b (src, 6), __b (dst, 6), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:295:7: note: here
-   295 |       case 6:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:320:3: note: in expansion of macro '__blocked_loop'
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:296:9: note: in definition of macro '__blocked_loop'
-   296 |         f1 (__b (src, 5), __b (dst, 5), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:297:7: note: here
-   297 |       case 5:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:320:3: note: in expansion of macro '__blocked_loop'
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:298:9: note: in definition of macro '__blocked_loop'
-   298 |         f1 (__b (src, 4), __b (dst, 4), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:299:7: note: here
-   299 |       case 4:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:320:3: note: in expansion of macro '__blocked_loop'
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:300:9: note: in definition of macro '__blocked_loop'
-   300 |         f1 (__b (src, 3), __b (dst, 3), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:301:7: note: here
-   301 |       case 3:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:320:3: note: in expansion of macro '__blocked_loop'
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:302:9: note: in definition of macro '__blocked_loop'
-   302 |         f1 (__b (src, 2), __b (dst, 2), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:303:7: note: here
-   303 |       case 2:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:320:3: note: in expansion of macro '__blocked_loop'
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- src/native/aes/aesni.c:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |                   ^
- src/native/aes/aesni.c:304:9: note: in definition of macro '__blocked_loop'
-   304 |         f1 (__b (src, 1), __b (dst, 1), rk, rounds);         \
-       |         ^~
- src/native/aes/aesni.c:305:7: note: here
-   305 |       case 1:                                                \
-       |       ^~~~
- src/native/aes/aesni.c:320:3: note: in expansion of macro '__blocked_loop'
-   320 |   __blocked_loop (_nc_aesni_dec, _nc_aesni_dec8, src, dst, rk, rounds, blocks);
-       |   ^~~~~~~~~~~~~~
- mv aesni.o src/native/aes/aesni.o
- ocamlfind ocamlc -g -ccopt '-DACCELERATE -msse2 -maes' -ccopt '--std=c99 -Wall -Wextra -O3' -package bytes -package sexplib -package cstruct -c src/native/des/generic.c
- + ocamlfind ocamlc -g -ccopt '-DACCELERATE -msse2 -maes' -ccopt '--std=c99 -Wall -Wextra -O3' -package bytes -package sexplib -package cstruct -c src/native/des/generic.c
- src/native/des/generic.c:405:28: warning: argument 1 of type 'unsigned char[16]' with mismatched bound [-Warray-parameter=]
-   405 | void des2key(unsigned char hexkey[16], short mode) /* stomps on Kn3 too */
-       |              ~~~~~~~~~~~~~~^~~~~~~~~~
- In file included from src/native/des/generic.c:20:
- src/native/des/generic.h:67:21: note: previously declared as 'unsigned char *'
-    67 | extern void des2key(unsigned char *, short);
-       |                     ^~~~~~~~~~~~~~~
- src/native/des/generic.c:537:28: warning: argument 1 of type 'unsigned char[24]' with mismatched bound [-Warray-parameter=]
-   537 | void des3key(unsigned char hexkey[24], short mode)
-       |              ~~~~~~~~~~~~~~^~~~~~~~~~
- src/native/des/generic.h:126:21: note: previously declared as 'unsigned char *'
-   126 | extern void des3key(unsigned char *, short);
-       |                     ^~~~~~~~~~~~~~~
- mv generic.o src/native/des/generic.o
- ocamlfind ocamlmklib -o src/nocrypto_stubs -g src/native/misc.o src/native/hash/stubs.o src/native/hash/md5.o src/native/hash/sha1.o src/native/hash/sha256.o src/native/hash/sha512.o src/native/aes/generic.o src/native/aes/aesni.o src/native/des/generic.o
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/nocrypto.mli > src/nocrypto.mli.depends
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/native.ml > src/native.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/native.cmo src/native.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/nocrypto.cmi src/nocrypto.mli
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/uncommon.ml > src/uncommon.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/uncommon.cmo src/uncommon.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/native.cmx src/native.ml
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/base64.ml > src/base64.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/base64.cmo src/base64.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/uncommon.cmx src/uncommon.ml
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/hash.ml > src/hash.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/hash.cmo src/hash.ml
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/cipher_stream.ml > src/cipher_stream.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/cipher_stream.cmo src/cipher_stream.ml
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/cipher_block.ml > src/cipher_block.ml.depends
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/ccm.ml > src/ccm.ml.depends
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/gcm.ml > src/gcm.ml.depends
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/numeric.ml > src/numeric.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/numeric.cmo src/numeric.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/ccm.cmo src/ccm.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/gcm.cmo src/gcm.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/cipher_block.cmo src/cipher_block.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/numeric.cmx src/numeric.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/ccm.cmx src/ccm.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/gcm.cmx src/gcm.ml
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/rng.ml > src/rng.ml.depends
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/fortuna.ml > src/fortuna.ml.depends
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/hmac_drgb.ml > src/hmac_drgb.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/fortuna.cmo src/fortuna.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/hmac_drgb.cmo src/hmac_drgb.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/rng.cmo src/rng.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/cipher_block.cmx src/cipher_block.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/hash.cmx src/hash.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/fortuna.cmx src/fortuna.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/hmac_drgb.cmx src/hmac_drgb.ml
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/rsa.ml > src/rsa.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/rsa.cmo src/rsa.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/rng.cmx src/rng.ml
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/dsa.ml > src/dsa.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/dsa.cmo src/dsa.ml
- ocamlfind ocamldep -package zarith -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -modules src/dh.ml > src/dh.ml.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/dh.cmo src/dh.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/base64.cmx src/base64.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/cipher_stream.cmx src/cipher_stream.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/rsa.cmx src/rsa.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/dsa.cmx src/dsa.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package zarith -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I mirage -I unix -o src/dh.cmx src/dh.ml
- ocamlfind ocamlopt -pack -g -bin-annot -package ppx_sexp_conv -package bytes -package sexplib -package cstruct -I src src/native.cmx src/uncommon.cmx src/base64.cmx src/hash.cmx src/cipher_stream.cmx src/ccm.cmx src/numeric.cmx src/gcm.cmx src/cipher_block.cmx src/fortuna.cmx src/hmac_drgb.cmx src/rng.cmx src/rsa.cmx src/dsa.cmx src/dh.cmx -o src/nocrypto.cmx
- ocamlfind ocamlopt -a -package bytes -cclib -lnocrypto_stubs -package sexplib -package cstruct -I src src/nocrypto.cmx -o src/nocrypto.cmxa
- ocamlfind ocamlopt -shared -linkall -I . -I lwt -I mirage -I src -I unix -package bytes -package sexplib -package cstruct -I src src/nocrypto.cmxa -o src/nocrypto.cmxs
- ocamlfind ocamlc -pack -g -bin-annot -package ppx_sexp_conv -package bytes -for-pack Nocrypto -package sexplib -package cstruct src/native.cmo src/uncommon.cmo src/base64.cmo src/hash.cmo src/cipher_stream.cmo src/ccm.cmo src/numeric.cmo src/gcm.cmo src/cipher_block.cmo src/fortuna.cmo src/hmac_drgb.cmo src/rng.cmo src/rsa.cmo src/dsa.cmo src/dh.cmo -o src/nocrypto.cmo
- ocamlfind ocamlc -a -package bytes -dllib -lnocrypto_stubs -cclib -lnocrypto_stubs -package sexplib -package cstruct -I src src/nocrypto.cmo -o src/nocrypto.cma
- ocamlfind ocamldep -package unix -package bytes -package sexplib -package cstruct -modules unix/nocrypto_entropy_unix.ml > unix/nocrypto_entropy_unix.ml.depends
- ocamlfind ocamldep -package unix -package bytes -package sexplib -package cstruct -modules unix/nocrypto_entropy_unix.mli > unix/nocrypto_entropy_unix.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package bytes -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I unix -I lwt -I mirage -I src -o unix/nocrypto_entropy_unix.cmi unix/nocrypto_entropy_unix.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package bytes -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I unix -I lwt -I mirage -I src -o unix/nocrypto_entropy_unix.cmx unix/nocrypto_entropy_unix.ml
- ocamlfind ocamlopt -a -package bytes -package sexplib -package cstruct -I unix unix/nocrypto_entropy_unix.cmx -o unix/nocrypto_unix.cmxa
- ocamlfind ocamlopt -shared -linkall -I . -I lwt -I mirage -I src -I unix -package bytes -package sexplib -package cstruct -I unix unix/nocrypto_unix.cmxa -o unix/nocrypto_unix.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package bytes -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I unix -I lwt -I mirage -I src -o unix/nocrypto_entropy_unix.cmo unix/nocrypto_entropy_unix.ml
- ocamlfind ocamlc -a -package bytes -package sexplib -package cstruct -I unix unix/nocrypto_entropy_unix.cmo -o unix/nocrypto_unix.cma
- ocamlfind ocamldep -package lwt.unix -package cstruct-lwt -package bytes -package sexplib -package cstruct -modules lwt/nocrypto_entropy_lwt.ml > lwt/nocrypto_entropy_lwt.ml.depends
- ocamlfind ocamldep -package lwt.unix -package cstruct-lwt -package bytes -package sexplib -package cstruct -modules lwt/nocrypto_entropy_lwt.mli > lwt/nocrypto_entropy_lwt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt.unix -package cstruct-lwt -package bytes -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I lwt -I mirage -I src -I unix -o lwt/nocrypto_entropy_lwt.cmi lwt/nocrypto_entropy_lwt.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt.unix -package cstruct-lwt -package bytes -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I lwt -I mirage -I src -I unix -o lwt/nocrypto_entropy_lwt.cmi lwt/nocrypto_entropy_lwt.mli
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package lwt.unix -package cstruct-lwt -package bytes -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I lwt -I mirage -I src -I unix -o lwt/nocrypto_entropy_lwt.cmx lwt/nocrypto_entropy_lwt.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package lwt.unix -package cstruct-lwt -package bytes -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I lwt -I mirage -I src -I unix -o lwt/nocrypto_entropy_lwt.cmx lwt/nocrypto_entropy_lwt.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- File "lwt/nocrypto_entropy_lwt.ml", line 19, characters 26-43:
- Warning 3: deprecated: module Lwt_sequence
-  Use package lwt-dllist. See
-    https://github.com/mirage/lwt-dllist
- File "lwt/nocrypto_entropy_lwt.ml", line 42, characters 6-24:
- Warning 3: deprecated: module Lwt_sequence
-  Use package lwt-dllist. See
-    https://github.com/mirage/lwt-dllist
- File "lwt/nocrypto_entropy_lwt.ml", line 42, characters 51-76:
- Warning 3: deprecated: Lwt_main.enter_iter_hooks
-  Use module Lwt_main.Enter_iter_hooks.
- File "lwt/nocrypto_entropy_lwt.ml", line 46, characters 2-21:
- Warning 3: deprecated: module Lwt_sequence
-  Use package lwt-dllist. See
-    https://github.com/mirage/lwt-dllist
- ocamlfind ocamlopt -a -package bytes -package sexplib -package cstruct -I lwt lwt/nocrypto_entropy_lwt.cmx -o lwt/nocrypto_lwt.cmxa
- ocamlfind ocamlopt -shared -linkall -I . -I lwt -I mirage -I src -I unix -package bytes -package sexplib -package cstruct -I lwt lwt/nocrypto_lwt.cmxa -o lwt/nocrypto_lwt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt.unix -package cstruct-lwt -package bytes -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I lwt -I mirage -I src -I unix -o lwt/nocrypto_entropy_lwt.cmo lwt/nocrypto_entropy_lwt.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt.unix -package cstruct-lwt -package bytes -package sexplib -package cstruct -w A-4-29-33-40-41-42-43-34-44-48 -color always -I lwt -I mirage -I src -I unix -o lwt/nocrypto_entropy_lwt.cmo lwt/nocrypto_entropy_lwt.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- File "lwt/nocrypto_entropy_lwt.ml", line 19, characters 26-43:
- Warning 3: deprecated: module Lwt_sequence
-  Use package lwt-dllist. See
-    https://github.com/mirage/lwt-dllist
- File "lwt/nocrypto_entropy_lwt.ml", line 42, characters 6-24:
- Warning 3: deprecated: module Lwt_sequence
-  Use package lwt-dllist. See
-    https://github.com/mirage/lwt-dllist
- File "lwt/nocrypto_entropy_lwt.ml", line 42, characters 51-76:
- Warning 3: deprecated: Lwt_main.enter_iter_hooks
-  Use module Lwt_main.Enter_iter_hooks.
- File "lwt/nocrypto_entropy_lwt.ml", line 46, characters 2-21:
- Warning 3: deprecated: module Lwt_sequence
-  Use package lwt-dllist. See
-    https://github.com/mirage/lwt-dllist
- ocamlfind ocamlc -a -package bytes -package sexplib -package cstruct -I lwt lwt/nocrypto_entropy_lwt.cmo -o lwt/nocrypto_lwt.cma
- + ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package ocb-stubblr myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 4, characters 34-46:
- Warning 40: dependencies was selected from type Ocamlbuild_plugin.Findlib.package.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
-> compiled  nocrypto.0.5.4-2
-> installed nocrypto.0.5.4-2
[git: patch] applying remove-warn-error.diff
Processing 143/144: [git: patch]
Processing 143/144: [git: ./configure]
+ /home/opam/.opam/4.05/.opam-switch/build/git.1.4.6/./configure "--prefix" "/home/opam/.opam/4.05" "--disable-mirage" "--disable-unix" (CWD=/home/opam/.opam/4.05/.opam-switch/build/git.1.4.6)
- 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: ........................................ git
- Package version: ..................................... 1.4.6
- 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 library: .............................. false
- build the Mirage library: ............................ false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_mstruct: ......................................... /home/opam/.opam/4.05/lib/mstruct
- pkg_dolog: ........................................... /home/opam/.opam/4.05/lib/dolog
- pkg_ocamlgraph: ...................................... /home/opam/.opam/4.05/lib/ocamlgraph
- pkg_zip: ............................................. /home/opam/.opam/4.05/lib/zip
- pkg_nocrypto: ........................................ /home/opam/.opam/4.05/lib/nocrypto
- pkg_uri: ............................................. /home/opam/.opam/4.05/lib/uri
- pkg_lwt: ............................................. /home/opam/.opam/4.05/lib/lwt
- pkg_hex: ............................................. /home/opam/.opam/4.05/lib/hex
- pkg_compiler_libs_toplevel: .......................... /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamldoc: ............................................ /home/opam/.opam/4.05/bin/ocamldoc
- 
Processing 143/144: [git: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.05/.opam-switch/build/git.1.4.6)
- echo "let current = \"1.4.6\"" > lib/version.ml
- 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.
- W: Cannot find source file matching module 'git' in library git
- /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 57, 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 58, characters 23-43:
- Warning: the tag "pkg_conduit.lwt-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 74, characters 25-36:
- Warning: the tag "pkg_io-page" 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 25-45:
- Warning: the tag "pkg_mirage-types.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 85, 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 86, characters 26-46:
- Warning: the tag "pkg_conduit.lwt-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 100, 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 101, characters 18-38:
- Warning: the tag "pkg_conduit.lwt-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 115, 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 116, 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 117, characters 31-51:
- Warning: the tag "pkg_conduit.lwt-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 120, characters 31-42:
- Warning: the tag "pkg_io-page" 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 121, characters 31-47:
- Warning: the tag "pkg_io-page.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 124, characters 31-49:
- Warning: the tag "pkg_mirage-fs-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 125, characters 31-51:
- Warning: the tag "pkg_mirage-types.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 135, 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 136, 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 137, characters 23-43:
- Warning: the tag "pkg_conduit.lwt-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 140, characters 23-34:
- Warning: the tag "pkg_io-page" 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 141, characters 23-39:
- Warning: the tag "pkg_io-page.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 144, characters 23-41:
- Warning: the tag "pkg_mirage-fs-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 145, characters 23-43:
- Warning: the tag "pkg_mirage-types.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.
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/SHA.mli > lib/SHA.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/misc.mli > lib/misc.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/object.mli > lib/object.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/misc.cmi lib/misc.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/object.cmi lib/object.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/SHA.cmi lib/SHA.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/SHA.ml > lib/SHA.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/blob.mli > lib/blob.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/blob.cmi lib/blob.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/blob.ml > lib/blob.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/index.mli > lib/index.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/index.cmi lib/index.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/index.ml > lib/index.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/commit.mli > lib/commit.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/user.mli > lib/user.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/user.cmi lib/user.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/commit.cmi lib/commit.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/commit.ml > lib/commit.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/misc.ml > lib/misc.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/version.ml > lib/version.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/global_graph.mli > lib/global_graph.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/pack.mli > lib/pack.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/pack_index.mli > lib/pack_index.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/packed_value.mli > lib/packed_value.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/value.mli > lib/value.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/object_type.mli > lib/object_type.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/tag.mli > lib/tag.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/object_type.cmi lib/object_type.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/tree.mli > lib/tree.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/tag.cmi lib/tag.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/tree.cmi lib/tree.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/value.cmi lib/value.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/pack_index.cmi lib/pack_index.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/packed_value.cmi lib/packed_value.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/store.mli > lib/store.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/pack.cmi lib/pack.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/reference.mli > lib/reference.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/reference.cmi lib/reference.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/store.cmi lib/store.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/global_graph.cmi lib/global_graph.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/global_graph.ml > lib/global_graph.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/search.mli > lib/search.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/search.cmi lib/search.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/pack.ml > lib/pack.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/pack_index.ml > lib/pack_index.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/packed_value.ml > lib/packed_value.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/reference.ml > lib/reference.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/sync.mli > lib/sync.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/gri.mli > lib/gri.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/gri.cmi lib/gri.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/sync.cmi lib/sync.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/sync.ml > lib/sync.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/version.cmo lib/version.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/tag.ml > lib/tag.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/tree.ml > lib/tree.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/user.ml > lib/user.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/value.ml > lib/value.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/LRU.ml > lib/LRU.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/LRU.cmo lib/LRU.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/object_type.ml > lib/object_type.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/search.ml > lib/search.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/gri.ml > lib/gri.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/memory.mli > lib/memory.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/memory.cmi lib/memory.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/memory.ml > lib/memory.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/FS.mli > lib/FS.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/FS.cmi lib/FS.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/FS.ml > lib/FS.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/packed_refs.mli > lib/packed_refs.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/packed_refs.cmi lib/packed_refs.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -modules lib/packed_refs.ml > lib/packed_refs.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/SHA.cmo lib/SHA.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/SHA.cmo lib/SHA.ml
- File "lib/SHA.ml", line 17, characters 0-54:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/blob.cmo lib/blob.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/blob.cmo lib/blob.ml
- File "lib/blob.ml", line 19, characters 0-54:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/index.cmo lib/index.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/commit.cmo lib/commit.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/commit.cmo lib/commit.ml
- File "lib/commit.ml", line 17, characters 0-56:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/misc.cmo lib/misc.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/misc.cmo lib/misc.ml
- File "lib/misc.ml", line 133, characters 2-34:
- Warning 3: deprecated: EndianString.BigEndian.set_int32
- Use EndianBytes.set_int13 instead.
- File "lib/misc.ml", line 17, characters 0-54:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/global_graph.cmo lib/global_graph.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/global_graph.cmo lib/global_graph.ml
- File "lib/global_graph.ml", line 62, characters 0-27:
- Warning 60: unused module KO.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/pack.cmo lib/pack.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/pack_index.cmo lib/pack_index.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/pack_index.cmo lib/pack_index.ml
- File "lib/pack_index.ml", line 217, characters 6-38:
- Warning 3: deprecated: EndianString.BigEndian.set_int64
- Use EndianBytes.set_int64 instead.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/packed_value.cmo lib/packed_value.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/packed_value.cmo lib/packed_value.ml
- File "lib/packed_value.ml", line 96, characters 19-34:
- 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 -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/reference.cmo lib/reference.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/reference.cmo lib/reference.ml
- File "lib/reference.ml", line 17, characters 0-59:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/sync.cmo lib/sync.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/tag.cmo lib/tag.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/tag.cmo lib/tag.ml
- File "lib/tag.ml", line 17, characters 0-53:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/tree.cmo lib/tree.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/tree.cmo lib/tree.ml
- File "lib/tree.ml", line 17, characters 0-54:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/user.cmo lib/user.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/user.cmo lib/user.ml
- File "lib/user.ml", line 100, characters 17-32:
- 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)
- File "lib/user.ml", line 106, characters 17-32:
- 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)
- File "lib/user.ml", line 17, characters 0-54:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/value.cmo lib/value.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/object_type.cmo lib/object_type.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/object_type.cmo lib/object_type.ml
- File "lib/object_type.ml", line 17, characters 0-61:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/search.cmo lib/search.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/gri.cmo lib/gri.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/memory.cmo lib/memory.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/FS.cmo lib/FS.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -I lib -o lib/packed_refs.cmo lib/packed_refs.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -pack -g -annot -bin-annot lib/misc.cmo lib/object.cmi lib/SHA.cmo lib/blob.cmo lib/index.cmo lib/user.cmo lib/commit.cmo lib/version.cmo lib/pack_index.cmo lib/object_type.cmo lib/LRU.cmo lib/tag.cmo lib/tree.cmo lib/value.cmo lib/packed_value.cmo lib/pack.cmo lib/reference.cmo lib/store.cmi lib/search.cmo lib/global_graph.cmo lib/gri.cmo lib/sync.cmo lib/memory.cmo lib/packed_refs.cmo lib/FS.cmo -o lib/git.cmo
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib lib/git.cmo -o lib/git.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/misc.cmx lib/misc.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/misc.cmx lib/misc.ml
- File "lib/misc.ml", line 133, characters 2-34:
- Warning 3: deprecated: EndianString.BigEndian.set_int32
- Use EndianBytes.set_int13 instead.
- File "lib/misc.ml", line 17, characters 0-54:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/SHA.cmx lib/SHA.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/SHA.cmx lib/SHA.ml
- File "lib/SHA.ml", line 17, characters 0-54:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/user.cmx lib/user.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/user.cmx lib/user.ml
- File "lib/user.ml", line 100, characters 17-32:
- 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)
- File "lib/user.ml", line 106, characters 17-32:
- 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)
- File "lib/user.ml", line 17, characters 0-54:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/blob.cmx lib/blob.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/blob.cmx lib/blob.ml
- File "lib/blob.ml", line 19, characters 0-54:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/commit.cmx lib/commit.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/commit.cmx lib/commit.ml
- File "lib/commit.ml", line 17, characters 0-56:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/object_type.cmx lib/object_type.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/object_type.cmx lib/object_type.ml
- File "lib/object_type.ml", line 17, characters 0-61:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/LRU.cmx lib/LRU.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/tag.cmx lib/tag.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/tag.cmx lib/tag.ml
- File "lib/tag.ml", line 17, characters 0-53:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/tree.cmx lib/tree.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/tree.cmx lib/tree.ml
- File "lib/tree.ml", line 17, characters 0-54:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/value.cmx lib/value.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/pack_index.cmx lib/pack_index.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/pack_index.cmx lib/pack_index.ml
- File "lib/pack_index.ml", line 217, characters 6-38:
- Warning 3: deprecated: EndianString.BigEndian.set_int64
- Use EndianBytes.set_int64 instead.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/packed_value.cmx lib/packed_value.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/packed_value.cmx lib/packed_value.ml
- File "lib/packed_value.ml", line 96, characters 19-34:
- 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 -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/index.cmx lib/index.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/pack.cmx lib/pack.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/reference.cmx lib/reference.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/reference.cmx lib/reference.ml
- File "lib/reference.ml", line 17, characters 0-59:
- Warning 60: unused module Log.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/search.cmx lib/search.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/global_graph.cmx lib/global_graph.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/global_graph.cmx lib/global_graph.ml
- File "lib/global_graph.ml", line 62, characters 0-27:
- Warning 60: unused module KO.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/version.cmx lib/version.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/gri.cmx lib/gri.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/packed_refs.cmx lib/packed_refs.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/sync.cmx lib/sync.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/memory.cmx lib/memory.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package dolog -package hex -package lwt -package mstruct -package nocrypto -package ocamlgraph -package uri -package zip -w A-4-41-44 -for-pack Git -I lib -o lib/FS.cmx lib/FS.ml
- touch lib/git.mli  ; if  /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I lib lib/misc.cmx lib/object.cmi lib/SHA.cmx lib/blob.cmx lib/index.cmx lib/user.cmx lib/commit.cmx lib/version.cmx lib/LRU.cmx lib/object_type.cmx lib/pack_index.cmx lib/tag.cmx lib/tree.cmx lib/value.cmx lib/packed_value.cmx lib/pack.cmx lib/reference.cmx lib/store.cmi lib/search.cmx lib/global_graph.cmx lib/gri.cmx lib/sync.cmx lib/memory.cmx lib/packed_refs.cmx lib/FS.cmx -o lib/git.cmx  ; then  rm -f lib/git.mli  ; else  rm -f lib/git.mli  ; exit 1; fi
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib lib/git.cmx -o lib/git.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib lib/git.cmxa lib/git.cmx -o lib/git.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package compiler-libs.toplevel -modules lib/top/git_top.ml > lib/top/git_top.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -w A-4-41-44 -I lib/top -o lib/top/git_top.cmo lib/top/git_top.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -w A-4-41-44 -I lib/top -o lib/top/git_top.cmo lib/top/git_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
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I lib/top lib/top/git_top.cmo -o lib/top/git_top.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -w A-4-41-44 -I lib/top -o lib/top/git_top.cmx lib/top/git_top.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -w A-4-41-44 -I lib/top -o lib/top/git_top.cmx lib/top/git_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
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I lib/top lib/top/git_top.cmx -o lib/top/git_top.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I lib/top lib/top/git_top.cmxa lib/top/git_top.cmx -o lib/top/git_top.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  git.1.4.6
Processing 144/144: [git: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/git.1.4.6)
- 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/git/SHA.mli
- Installed /home/opam/.opam/4.05/lib/git/blob.mli
- Installed /home/opam/.opam/4.05/lib/git/index.mli
- Installed /home/opam/.opam/4.05/lib/git/commit.mli
- Installed /home/opam/.opam/4.05/lib/git/misc.mli
- Installed /home/opam/.opam/4.05/lib/git/version.ml
- Installed /home/opam/.opam/4.05/lib/git/global_graph.mli
- Installed /home/opam/.opam/4.05/lib/git/pack.mli
- Installed /home/opam/.opam/4.05/lib/git/pack_index.mli
- Installed /home/opam/.opam/4.05/lib/git/packed_value.mli
- Installed /home/opam/.opam/4.05/lib/git/reference.mli
- Installed /home/opam/.opam/4.05/lib/git/sync.mli
- Installed /home/opam/.opam/4.05/lib/git/tag.mli
- Installed /home/opam/.opam/4.05/lib/git/tree.mli
- Installed /home/opam/.opam/4.05/lib/git/user.mli
- Installed /home/opam/.opam/4.05/lib/git/value.mli
- Installed /home/opam/.opam/4.05/lib/git/object.mli
- Installed /home/opam/.opam/4.05/lib/git/object_type.mli
- Installed /home/opam/.opam/4.05/lib/git/store.mli
- Installed /home/opam/.opam/4.05/lib/git/search.mli
- Installed /home/opam/.opam/4.05/lib/git/gri.mli
- Installed /home/opam/.opam/4.05/lib/git/memory.mli
- Installed /home/opam/.opam/4.05/lib/git/FS.mli
- Installed /home/opam/.opam/4.05/lib/git/packed_refs.mli
- Installed /home/opam/.opam/4.05/lib/git/git.cmt
- Installed /home/opam/.opam/4.05/lib/git/git.cmi
- Installed /home/opam/.opam/4.05/lib/git/git.cma
- Installed /home/opam/.opam/4.05/lib/git/git.cmxa
- Installed /home/opam/.opam/4.05/lib/git/git.a
- Installed /home/opam/.opam/4.05/lib/git/git.cmxs
- Installed /home/opam/.opam/4.05/lib/git/packed_refs.cmti
- Installed /home/opam/.opam/4.05/lib/git/packed_refs.cmt
- Installed /home/opam/.opam/4.05/lib/git/packed_refs.annot
- Installed /home/opam/.opam/4.05/lib/git/FS.cmti
- Installed /home/opam/.opam/4.05/lib/git/FS.cmt
- Installed /home/opam/.opam/4.05/lib/git/FS.annot
- Installed /home/opam/.opam/4.05/lib/git/memory.cmti
- Installed /home/opam/.opam/4.05/lib/git/memory.cmt
- Installed /home/opam/.opam/4.05/lib/git/memory.annot
- Installed /home/opam/.opam/4.05/lib/git/gri.cmti
- Installed /home/opam/.opam/4.05/lib/git/gri.cmt
- Installed /home/opam/.opam/4.05/lib/git/gri.annot
- Installed /home/opam/.opam/4.05/lib/git/search.cmti
- Installed /home/opam/.opam/4.05/lib/git/search.cmt
- Installed /home/opam/.opam/4.05/lib/git/search.annot
- Installed /home/opam/.opam/4.05/lib/git/store.cmti
- Installed /home/opam/.opam/4.05/lib/git/object_type.cmti
- Installed /home/opam/.opam/4.05/lib/git/object_type.cmt
- Installed /home/opam/.opam/4.05/lib/git/object_type.annot
- Installed /home/opam/.opam/4.05/lib/git/object.cmti
- Installed /home/opam/.opam/4.05/lib/git/value.cmti
- Installed /home/opam/.opam/4.05/lib/git/value.cmt
- Installed /home/opam/.opam/4.05/lib/git/value.annot
- Installed /home/opam/.opam/4.05/lib/git/user.cmti
- Installed /home/opam/.opam/4.05/lib/git/user.cmt
- Installed /home/opam/.opam/4.05/lib/git/user.annot
- Installed /home/opam/.opam/4.05/lib/git/tree.cmti
- Installed /home/opam/.opam/4.05/lib/git/tree.cmt
- Installed /home/opam/.opam/4.05/lib/git/tree.annot
- Installed /home/opam/.opam/4.05/lib/git/tag.cmti
- Installed /home/opam/.opam/4.05/lib/git/tag.cmt
- Installed /home/opam/.opam/4.05/lib/git/tag.annot
- Installed /home/opam/.opam/4.05/lib/git/sync.cmti
- Installed /home/opam/.opam/4.05/lib/git/sync.cmt
- Installed /home/opam/.opam/4.05/lib/git/sync.annot
- Installed /home/opam/.opam/4.05/lib/git/reference.cmti
- Installed /home/opam/.opam/4.05/lib/git/reference.cmt
- Installed /home/opam/.opam/4.05/lib/git/reference.annot
- Installed /home/opam/.opam/4.05/lib/git/packed_value.cmti
- Installed /home/opam/.opam/4.05/lib/git/packed_value.cmt
- Installed /home/opam/.opam/4.05/lib/git/packed_value.annot
- Installed /home/opam/.opam/4.05/lib/git/pack_index.cmti
- Installed /home/opam/.opam/4.05/lib/git/pack_index.cmt
- Installed /home/opam/.opam/4.05/lib/git/pack_index.annot
- Installed /home/opam/.opam/4.05/lib/git/pack.cmti
- Installed /home/opam/.opam/4.05/lib/git/pack.cmt
- Installed /home/opam/.opam/4.05/lib/git/pack.annot
- Installed /home/opam/.opam/4.05/lib/git/global_graph.cmti
- Installed /home/opam/.opam/4.05/lib/git/global_graph.cmt
- Installed /home/opam/.opam/4.05/lib/git/global_graph.annot
- Installed /home/opam/.opam/4.05/lib/git/version.cmt
- Installed /home/opam/.opam/4.05/lib/git/version.annot
- Installed /home/opam/.opam/4.05/lib/git/misc.cmti
- Installed /home/opam/.opam/4.05/lib/git/misc.cmt
- Installed /home/opam/.opam/4.05/lib/git/misc.annot
- Installed /home/opam/.opam/4.05/lib/git/commit.cmti
- Installed /home/opam/.opam/4.05/lib/git/commit.cmt
- Installed /home/opam/.opam/4.05/lib/git/commit.annot
- Installed /home/opam/.opam/4.05/lib/git/index.cmti
- Installed /home/opam/.opam/4.05/lib/git/index.cmt
- Installed /home/opam/.opam/4.05/lib/git/index.annot
- Installed /home/opam/.opam/4.05/lib/git/blob.cmti
- Installed /home/opam/.opam/4.05/lib/git/blob.cmt
- Installed /home/opam/.opam/4.05/lib/git/blob.annot
- Installed /home/opam/.opam/4.05/lib/git/SHA.cmti
- Installed /home/opam/.opam/4.05/lib/git/SHA.cmt
- Installed /home/opam/.opam/4.05/lib/git/SHA.annot
- Installed /home/opam/.opam/4.05/lib/git/git.cmx
- Installed /home/opam/.opam/4.05/lib/git/git_top.ml
- Installed /home/opam/.opam/4.05/lib/git/git_top.cma
- Installed /home/opam/.opam/4.05/lib/git/git_top.cmxa
- Installed /home/opam/.opam/4.05/lib/git/git_top.a
- Installed /home/opam/.opam/4.05/lib/git/git_top.cmxs
- Installed /home/opam/.opam/4.05/lib/git/git_top.cmi
- Installed /home/opam/.opam/4.05/lib/git/git_top.cmt
- Installed /home/opam/.opam/4.05/lib/git/git_top.annot
- Installed /home/opam/.opam/4.05/lib/git/git_top.cmx
- Installed /home/opam/.opam/4.05/lib/git/META
-> installed git.1.4.6
Done.

<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:31.08 ---> saved as "9f3ff89d4001fab6bcda4346b832f62e3979519ea73447d0cf7613c45f49c0e9"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u git:81c23be32d6355eed161d24ecf7a89bf"))
2024-01-29 18:31.10 ---> saved as "7c7f745c412f41ef6a38b67382e58a578b37ac767899e37f64838051edab514e"

/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.193635') && (for DATA in prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6,git.1.4.6-81c23be32d6355eed161d24ecf7a89bf,git.1.4.6; 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/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6,git.1.4.6-81c23be32d6355eed161d24ecf7a89bf,git.1.4.6; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6,git.1.4.6-81c23be32d6355eed161d24ecf7a89bf,git.1.4.6; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.193635
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/git.ocamlobjinfo
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/git_top.ocamlobjinfo
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/FS.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/FS.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/META
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/SHA.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/SHA.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/blob.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/blob.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/commit.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/commit.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/git.cmi
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/git.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/git_top.cmi
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/git_top.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/global_graph.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/global_graph.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/gri.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/gri.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/index.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/index.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/memory.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/memory.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/misc.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/misc.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/object.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/object_type.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/object_type.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/pack.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/pack.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/pack_index.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/pack_index.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/packed_refs.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/packed_refs.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/packed_value.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/packed_value.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/reference.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/reference.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/search.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/search.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/store.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/sync.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/sync.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/tag.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/tag.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/tree.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/tree.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/user.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/user.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/value.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/value.cmti
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/lib/git/version.cmt
prep/universes/81c23be32d6355eed161d24ecf7a89bf/git/1.4.6/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:git.1.4.6-81c23be32d6355eed161d24ecf7a89bf:bfd0de48d0657f3e69b44ff1484d37c4762598af58b1a6470bd63d3f9aab14e1
2024-01-29 18:31.10 ---> saved as "83b2543a37ab9aaffacdabcba920dbf40d4ba884f0b5720be9fbf11e9c9177cc"
Job succeeded
2024-01-29 18:36.41: git.1.4.6-81c23be32d6355eed161d24ecf7a89bf -> bfd0de48d0657f3e69b44ff1484d37c4762598af58b1a6470bd63d3f9aab14e1
2024-01-29 18:36.41: Job succeeded