Build:
  1. 0
2024-09-12 08:35.54: New job: Voodoo prep qmp.0.9.0; 4e2ee51cbc1476934f0a166ab74bd67a
2024-09-12 08:35.54: Waiting for resource in pool OCluster
2024-09-12 20:27.27: Waiting for worker…
2024-09-12 20:28.43: Got resource from pool OCluster
2024-09-12 20:28.43: Using cache hint "docs-universe-prep-4.14.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy qmp.0.9.0 yojson.1.7.0 ounit.2.0.8 ocamlfind.1.9.6 ocamlbuild.0.15.0 obuild.0.1.11 easy-format.1.3.4 dune.3.16.0 cppo.1.7.0 cmdliner.1.3.0 camlp-streams.5.0.1 biniou.1.2.2 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u qmp:4e2ee51cbc1476934f0a166ab74bd67a"))
 (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.485884') && (for DATA in prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0,qmp.0.9.0-4e2ee51cbc1476934f0a166ab74bd67a,qmp.0.9.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0,qmp.0.9.0-4e2ee51cbc1476934f0a166ab74bd67a,qmp.0.9.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0,qmp.0.9.0-4e2ee51cbc1476934f0a166ab74bd67a,qmp.0.9.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 20:28.43: RETRYING: 2024-09-12/083554-voodoo-prep-45bef1 Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  71% (22959/32043)
Updating files:  72% (23071/32043)
Updating files:  73% (23392/32043)
Updating files:  74% (23712/32043)
Updating files:  75% (24033/32043)
Updating files:  76% (24353/32043)
Updating files:  77% (24674/32043)
Updating files:  78% (24994/32043)
Updating files:  79% (25314/32043)
Updating files:  80% (25635/32043)
Updating files:  81% (25955/32043)
Updating files:  82% (26276/32043)
Updating files:  83% (26596/32043)
Updating files:  84% (26917/32043)
Updating files:  85% (27237/32043)
Updating files:  86% (27557/32043)
Updating files:  87% (27878/32043)
Updating files:  88% (28198/32043)
Updating files:  89% (28519/32043)
Updating files:  90% (28839/32043)
Updating files:  91% (29160/32043)
Updating files:  92% (29480/32043)
Updating files:  93% (29800/32043)
Updating files:  94% (30121/32043)
Updating files:  95% (30441/32043)
Updating files:  96% (30762/32043)
Updating files:  97% (31082/32043)
Updating files:  98% (31403/32043)
Updating files:  99% (31723/32043)
Updating files: 100% (32043/32043)
Updating files: 100% (32043/32043), done.
HEAD is now at 0e1db1f417 Apply suggestions from code review

(build "tools" …)

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

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

/: (workdir /home/opam)

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

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

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

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

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

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

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

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

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

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

/: (workdir /home/opam)

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

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 20:22.29 ---> using "eaf1147f757816fba60951666b9dcf1396d1ee0cca60165ef2ec01f406470a66" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 20:22.29 ---> using "c7162714f0e0be0d406165a5c3c2189fd1b1ca8be4b2ad11558aee0ced2b83fd" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 20:22.29 ---> using "d03826f2dcb25a6137daaafb2bffa5a3d0c290365138a6e72e23791ea2ecd957" from cache

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

2024-09-12 20:22.29 ---> using "f30a7b9733fc0adaea55d0e10962edd62413e491f5e346868556600ff2bff829" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 20:22.29 ---> using "b57b0137043cddcf0002777ac5a280e60661ef9125ae283a79afe71e57951ad3" from cache

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

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

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy qmp.0.9.0 yojson.1.7.0 ounit.2.0.8 ocamlfind.1.9.6 ocamlbuild.0.15.0 obuild.0.1.11 easy-format.1.3.4 dune.3.16.0 cppo.1.7.0 cmdliner.1.3.0 camlp-streams.5.0.1 biniou.1.2.2 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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

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

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

<><> Carrying on to "opam depext -viy qmp.0.9.0 yojson.1.7.0 ounit.2.0.8 ocamlfind.1.9.6 ocamlbuild.0.15.0 obuild.0.1.11 easy-format.1.3.4 dune.3.16.0 cppo.1.7.0 cmdliner.1.3.0 camlp-streams.5.0.1 biniou.1.2.2 base-bytes.base" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install easy-format   1.3.4
  - install cmdliner      1.3.0
  - install base-bytes    base
  - install ocamlbuild    0.15.0
  - install cppo          1.7.0
  - install camlp-streams 5.0.1
  - install obuild        0.1.11
  - install ounit         2.0.8
  - install biniou        1.2.2
  - install yojson        1.7.0
  - install qmp           0.9.0
===== 11 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/33:
Processing  3/33:
Processing  4/33:
Processing  5/33:
-> installed base-bytes.base
Processing  6/33:
-> retrieved biniou.1.2.2  (cached)
Processing  7/33:
-> retrieved camlp-streams.5.0.1  (cached)
Processing  8/33:
Processing  9/33: [camlp-streams: dune build]
-> retrieved cmdliner.1.3.0  (cached)
Processing 10/33: [camlp-streams: dune build]
Processing 11/33: [camlp-streams: dune build] [cmdliner: make all]
-> retrieved cppo.1.7.0  (cached)
Processing 12/33: [camlp-streams: dune build] [cmdliner: make all]
Processing 13/33: [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build]
-> retrieved easy-format.1.3.4  (cached)
Processing 14/33: [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build]
Processing 15/33: [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [easy-format: dune build]
-> retrieved obuild.0.1.11  (cached)
Processing 16/33: [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [easy-format: dune build]
Processing 17/33: [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [easy-format: dune build] [obuild: ./bootstrap]
-> retrieved ocamlbuild.0.15.0  (cached)
Processing 18/33: [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [easy-format: dune build] [obuild: ./bootstrap]
Processing 19/33: [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [easy-format: dune build] [obuild: ./bootstrap] [ocamlbuild: make configure.make]
-> retrieved ounit.2.0.8  (cached)
-> retrieved qmp.0.9.0  (cached)
-> retrieved yojson.1.7.0  (cached)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.14/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.14/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.14/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.14"; \
- echo "BINDIR=/home/opam/.opam/4.14/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.14/lib"; \
- echo "MANDIR=/home/opam/.opam/4.14/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = {|/home/opam/.opam/4.14/bin|}'; \
- echo 'let libdir = {|/home/opam/.opam/4.14/lib|}'; \
- echo 'let ocaml_libdir = {|/home/opam/.opam/4.14/lib/ocaml|}'; \
- echo 'let libdir_abs = {|/home/opam/.opam/4.14/lib|}'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.15.0"'; \
- ) > src/ocamlbuild_config.ml
Processing 19/33: [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [easy-format: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
-> compiled  camlp-streams.5.0.1
Processing 19/33: [cmdliner: make all] [cppo: dune build] [easy-format: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
-> installed camlp-streams.5.0.1
Processing 20/33: [cmdliner: make all] [cppo: dune build] [easy-format: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
-> compiled  easy-format.1.3.4
Processing 20/33: [cmdliner: make all] [cppo: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
-> installed easy-format.1.3.4
Processing 21/33: [cmdliner: make all] [cppo: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
Processing 22/33: [biniou: dune build] [cmdliner: make all] [cppo: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
-> compiled  biniou.1.2.2
Processing 22/33: [cmdliner: make all] [cppo: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
-> installed biniou.1.2.2
Processing 23/33: [cmdliner: make all] [cppo: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
-> compiled  cppo.1.7.0
Processing 23/33: [cmdliner: make all] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
-> installed cppo.1.7.0
Processing 24/33: [cmdliner: make all] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
Processing 25/33: [cmdliner: make all] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [yojson: dune build]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.3.0
Processing 25/33: [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [yojson: dune build]
Processing 26/33: [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [yojson: dune build] [cmdliner: make install]
-> compiled  yojson.1.7.0
Processing 26/33: [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install]
- install -d "/home/opam/.opam/4.14/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/4.14/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/4.14/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/4.14/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_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/4.14/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/4.14/lib/cmdliner"
Processing 26/33: [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install-doc]
- install -d "/home/opam/.opam/4.14/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/4.14/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/4.14/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.3.0
Processing 26/33: [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
-> installed yojson.1.7.0
Processing 27/33: [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
- 4.14.2
- Using compat403.ml
- COMPILING compat
- COMPILING fugue
- COMPILING filepath
- COMPILING filesystem
- BUILDING library Ext.cmo
- COMPILING types
- COMPILING gconf
- COMPILING filetype
- COMPILING dag
- COMPILING libname
- COMPILING pp
- COMPILING expr
- File "expr.ml", lines 129-131, characters 20-33:
- 129 | ....................match (string_split ':' v ~limit:2) with
- 130 |         [ _ ] -> ("", v)
- 131 |       | [ p1; rest] -> (p1, rest)...
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- _::_::_::_
- File "expr.ml", lines 132-134, characters 23-35:
- 132 | .......................match (string_split '-' rest ~limit:2) with
- 133 |         [ _ ] -> (p1, rest, "")
- 134 |       | [ p2 ; p3 ] -> (p1, p2, p3)...
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- _::_::_::_
- COMPILING utils
- File "utils.ml", line 70, characters 23-73:
- 70 |            try let _ = List.find (fun n -> Filesystem.exists (n p)) names in true
-                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 5 [ignored-partial-application]: this function application is partial,
- maybe some arguments are missing.
- COMPILING modname
- COMPILING taskdep
- COMPILING helper
- COMPILING dagutils
- COMPILING process
- COMPILING findlibConf
- COMPILING scheduler
- COMPILING prog
- COMPILING dependencies
- COMPILING generators
- COMPILING hier
- COMPILING meta
- COMPILING metacache
- COMPILING target
- COMPILING dist
- COMPILING project
- COMPILING analyze
- COMPILING configure
- COMPILING prepare
- File "prepare.ml", line 379, characters 10-113:
- 379 |           (match file_entry with Hier.FileEntry _ -> SimpleModule | Hier.GeneratedFileEntry _ -> GeneratedModule)
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- DirectoryEntry _
- COMPILING buildprogs
- COMPILING build
- COMPILING exception
- BUILDING library Obuild.cmo
- COMPILING sdist
- COMPILING doc
- COMPILING init
- COMPILING help
- COMPILING install
- COMPILING path_generated
- COMPILING main
- LINKING obuild.bootstrap
- Configuring obuild-0.1.11...
- [ 1 of 57] Compiling Ext.Compat                    
- [ 2 of 57] Compiling Ext.Fugue                     
- File "ext/compat.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- File "ext/fugue.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [ 3 of 57] Intfing Ext.Filepath                  
- [ 4 of 57] Compiling Ext.Filepath                  
- [ 5 of 57] Intfing Ext.Filesystem                
- [ 6 of 57] Compiling Ext.Filesystem                
- File "ext/filesystem.ml", lines 18-21, characters 11-58:
- 18 | ...........match (Unix.lstat fent).Unix.st_kind with
- 19 |            | Unix.S_DIR -> rmdir_recursive (Unix.rmdir) fent
- 20 |            | Unix.S_REG -> Unix.unlink fent
- 21 |            | _          -> raise (UnexpectedFileType fent)
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Unix.file_kind.
- 
- [ 7 of 57] Packing Ext                           
- [ 8 of 57] Linking library dist/build/lib-obuild.ext/obuild_ext.cmxa
- [ 8 of 57] Linking library dist/build/lib-obuild.ext/obuild_ext.cmxs
- [ 8 of 57] Linking library dist/build/lib-obuild.ext/obuild_ext.cma
- [ 9 of 57] Checking dist/build/lib-obuild.ext
- [10 of 57] Compiling Obuild.Filetype               
- [11 of 57] Compiling Obuild.Gconf                  
- File "obuild/filetype.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [12 of 57] Compiling Obuild.Pp                     
- File "obuild/gconf.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [13 of 57] Compiling Obuild.Dag                    
- File "obuild/pp.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "obuild/pp.ml", line 2, characters 0-15:
- 2 | open Ext.Compat
-     ^^^^^^^^^^^^^^^
- Warning 33 [unused-open]: unused open Ext.Compat.
- 
- [14 of 57] Compiling Obuild.Expr                   
- File "obuild/dag.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [15 of 57] Compiling Obuild.Modname                
- File "obuild/expr.ml", lines 129-131, characters 20-33:
- 129 | ....................match (string_split ':' v ~limit:2) with
- 130 |         [ _ ] -> ("", v)
- 131 |       | [ p1; rest] -> (p1, rest)...
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- _::_::_::_
- File "obuild/expr.ml", lines 132-134, characters 23-35:
- 132 | .......................match (string_split '-' rest ~limit:2) with
- 133 |         [ _ ] -> (p1, rest, "")
- 134 |       | [ p2 ; p3 ] -> (p1, p2, p3)...
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- _::_::_::_
- File "obuild/expr.ml", lines 216-222, characters 8-9:
- 216 | ........(match r with
- 217 |          | Token.RPAREN :: r -> (Paren e, r)
- 218 |          | Token.OR :: _ | Token.AND :: _ ->
- 219 |            let (e, r) = parse_bin_expr e r in
- 220 |            loop e r
- 221 |          | _ -> raise UnbalancedParenthesis;
- 222 |         )
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", lines 209-231, characters 4-82:
- 209 | ....match l with
- 210 |     | [] -> raise MalformedExpression
- 211 |     | Token.NOT :: r ->
- 212 |       let (e, r) = parse_sub_expr r in ((Not e), r)
- 213 |     | Token.LPAREN :: r ->
- ...
- 228 |     | Token.LT :: Token.VER v :: r -> (Lt v, r)
- 229 |     | Token.LE :: Token.VER v :: r -> (Le v, r)
- 230 |     | Token.NE :: Token.VER v :: r -> (Ne v, r)
- 231 |     | z              -> raise (UnknownExpression (showList "," Token.to_string z))
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", lines 233-236, characters 4-36:
- 233 | ....match l with
- 234 |     | Token.OR :: r -> let (e, r) = parse_sub_expr r in ((Or (expr,e)), r)
- 235 |     | Token.AND :: r -> let (e, r) = parse_sub_expr r in ((And (expr,e)), r)
- 236 |     | _ -> raise MalformedExpression
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", lines 268-271, characters 2-73:
- 268 | ..match Token.lexer s with
- 269 |   | []                    -> raise ExpressionEmpty
- 270 |   | Token.ID name :: constraints -> (name, (parse_constraints name constraints))
- 271 |   | x :: _           -> raise (InvalidDependencyName (Token.to_string x))
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [16 of 57] Compiling Obuild.Types                  
- File "obuild/modname.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [17 of 57] Compiling Obuild.Taskdep                
- File "obuild/types.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [18 of 57] Compiling Obuild.Libname                
- File "obuild/taskdep.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [19 of 57] Compiling Obuild.Utils                  
- File "obuild/libname.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [20 of 57] Compiling Obuild.Dagutils               
- File "obuild/utils.ml", line 70, characters 23-73:
- 70 |            try let _ = List.find (fun n -> Filesystem.exists (n p)) names in true
-                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 5 [ignored-partial-application]: this function application is partial,
- maybe some arguments are missing.
- File "obuild/utils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [21 of 57] Compiling Obuild.Helper                 
- File "obuild/dagutils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- File "obuild/helper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [22 of 57] Compiling Obuild.Process                
- File "obuild/process.ml", lines 95-97, characters 2-57:
- 95 | ..match pstat with
- 96 |   | Unix.WEXITED 0 -> Success (Buffer.contents p.out.buf, Buffer.contents p.err.buf, Unix.gettimeofday () -. p.time)
- 97 |   | _              -> Failure (Buffer.contents p.err.buf)
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Unix.process_status.
- File "obuild/process.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [23 of 57] Compiling Obuild.Scheduler              
- [24 of 57] Compiling Obuild.FindlibConf            
- File "obuild/findlibConf.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [25 of 57] Compiling Obuild.Prog                   
- File "obuild/scheduler.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [26 of 57] Compiling Obuild.Meta                   
- File "obuild/prog.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [27 of 57] Compiling Obuild.Generators             
- File "obuild/generators.ml", line 55, characters 10-101:
- 55 |   let s = match ext with Filetype.FileOther s -> s | _ -> raise (GeneratorNotFound (fp_to_string fp)) in
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/generators.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [28 of 57] Compiling Obuild.Dependencies           
- File "obuild/dependencies.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [29 of 57] Compiling Obuild.Hier                   
- File "obuild/meta.ml", lines 129-130, characters 27-67:
- 129 | ...........................match p with Predicate.Neg n -> not (List.mem n constraints)
- 130 |                                       | _ -> List.mem p constraints.......
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Predicate.t.
- File "obuild/meta.ml", lines 138-139, characters 29-63:
- 138 | .............................match p with Predicate.Neg n -> not (List.mem n preds)
- 139 |                                         | _ -> List.mem p preds...............
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Predicate.t.
- File "obuild/meta.ml", lines 314-318, characters 28-36:
- 314 | ............................function
- 315 |     | COMMA :: ID s :: xs -> let (l, r) = parse_predicate xs in ((Predicate.of_string s) :: l, r)
- 316 |     | COMMA :: MINUS :: ID s :: xs ->
- 317 |       let (l, r) = parse_predicate xs in ((Predicate.Neg (Predicate.of_string s)) :: l, r)
- 318 |     | xs                 -> ([], xs)
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 323-326, characters 48-95:
- 323 | ................................................match xs2 with
- 324 |         | RPAREN :: xs3 ->
- 325 |           ((Predicate.of_string s) :: preds, xs3)
- 326 |         | _ -> raise (MetaParseError (name, ("expecting ')' after " ^ field ^ "'s predicate")))
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 329-332, characters 48-95:
- 329 | ................................................match xs2 with
- 330 |         | RPAREN :: xs3 ->
- 331 |           ((Predicate.Neg (Predicate.of_string s)) :: preds, xs3)
- 332 |         | _ -> raise (MetaParseError (name, ("expecting ')' after " ^ field ^ "'s predicate")))
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 320-334, characters 40-20:
- 320 | ........................................function
- 321 |     | LPAREN :: RPAREN :: xs -> ([], xs)
- 322 |     | LPAREN :: ID s :: xs ->
- 323 |       (let (preds, xs2) = parse_predicate xs in match xs2 with
- 324 |         | RPAREN :: xs3 ->
- ...
- 331 |           ((Predicate.Neg (Predicate.of_string s)) :: preds, xs3)
- 332 |         | _ -> raise (MetaParseError (name, ("expecting ')' after " ^ field ^ "'s predicate")))
- 333 |       )
- 334 |     | xs -> ([], xs)
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 346-353, characters 8-75:
- 346 | ........match xs2 with
- 347 |         | PLUSEQ :: S reqs :: xs3
- 348 |         | EQ :: S reqs :: xs3 ->
- 349 |           let deps = List.map (fun r -> Libname.of_string r)
- 350 |                      $ (List.filter (fun x -> x <> "") $ string_split_pred (fun c -> List.mem c [',';' ']) reqs)
- 351 |           in
- 352 |           parse pkg_name { acc with Pkg.requires = (preds, (List.rev deps)) :: acc.Pkg.requires } xs3
- 353 |         | _ -> raise (MetaParseError (pkg_name, "parsing requires failed"))
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 360-364, characters 8-74:
- 360 | ........match xs2 with
- 361 |         | EQ :: S v :: xs3 ->
- 362 |           let nacc = { acc with Pkg.warning = acc.Pkg.warning @ [(preds, v)] } in
- 363 |           parse pkg_name nacc xs3
- 364 |         | _ -> raise (MetaParseError (pkg_name, "parsing warning failed"))
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 369-376, characters 8-74:
- 369 | ........match xs2 with
- 370 |         | PLUSEQ :: S v :: xs3 ->
- 371 |           let nacc = { acc with Pkg.append_archives = acc.Pkg.append_archives @ [(preds, v)] } in
- 372 |           parse pkg_name nacc xs3
- 373 |         | EQ :: S v :: xs3 ->
- 374 |           let nacc = { acc with Pkg.archives = acc.Pkg.archives @ [(preds, v)] } in
- 375 |           parse pkg_name nacc xs3
- 376 |         | _ -> raise (MetaParseError (pkg_name, "parsing archive failed"))
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 381-388, characters 8-73:
- 381 | ........match xs2 with
- 382 |         | PLUSEQ :: S v :: xs3 ->
- 383 |           let nacc = { acc with Pkg.append_archives = acc.Pkg.append_archives @ [(preds, v)] } in
- 384 |           parse pkg_name nacc xs3
- 385 |         | EQ :: S v :: xs3 ->
- 386 |           let nacc = { acc with Pkg.archives = acc.Pkg.archives @ [(preds, v)] } in
- 387 |           parse pkg_name nacc xs3
- 388 |         | _ -> raise (MetaParseError (pkg_name, "parsing plugin failed"))
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 393-396, characters 8-70:
- 393 | ........match xs2 with
- 394 |         | EQ :: S v :: xs3 ->
- 395 |           parse pkg_name { acc with Pkg.ppx = Some (preds, v)} xs3
- 396 |         | _ -> raise (MetaParseError (pkg_name, "parsing ppx failed"))
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 400-404, characters 8-73:
- 400 | ........match xs2 with
- 401 |         | PLUSEQ :: S v :: xs3 
- 402 |         | EQ :: S v :: xs3 ->
- 403 |           parse pkg_name { acc with Pkg.ppxopt = acc.Pkg.ppxopt @ [(preds, v)]} xs3
- 404 |         | _ -> raise (MetaParseError (pkg_name, "parsing ppxopt failed"))
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 409-412, characters 26-57:
- 409 | ..........................function
- 410 |           | RPAREN::zs -> zs
- 411 |           | _::zs      -> consume zs
- 412 |           | []         -> failwith "eof in error context"
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 414-416, characters 8-61:
- 414 | ........match consume xs with
- 415 |         | EQ :: S _ :: xs2 -> parse pkg_name acc xs2
- 416 |         | _                -> failwith "parsing error failed"
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 420-423, characters 8-74:
- 420 | ........match xs2 with
- 421 |         | EQ :: S s :: xs3 ->
- 422 |           parse pkg_name { acc with Pkg.linkopts = ((if preds = [] then None else Some preds), s) :: acc.Pkg.linkopts } xs3
- 423 |         | _         -> failwith "parsing linkopts failed, expecting equal"
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 336-428, characters 31-97:
- 336 | ...............................function
- 337 |     | []           -> (acc, [])
- 338 |     | RPAREN :: xs -> (acc, xs)
- 339 |     | ID "package" :: S name :: LPAREN :: xs ->
- 340 |       (let (pkg, xs2) = parse pkg_name (Pkg.make name) xs in
- ...
- 425 |     | ID stuff :: EQ :: S stuffVal :: xs ->
- 426 |       parse pkg_name { acc with Pkg.assignment = (stuff, stuffVal) :: acc.Pkg.assignment } xs
- 427 |     | x :: xs -> raise (MetaParseError (pkg_name, ("unknown token '" ^ to_string x ^ "' in meta file\n" ^
- 428 |                                                    (String.concat " " (List.map to_string xs)))))
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "obuild/meta.ml", line 5, characters 0-11:
- 5 | open Helper
-     ^^^^^^^^^^^
- Warning 33 [unused-open]: unused open Helper.
- File "obuild/meta.ml", line 6, characters 0-10:
- 6 | open Gconf
-     ^^^^^^^^^^
- Warning 33 [unused-open]: unused open Gconf.
- File "obuild/meta.ml", line 136, characters 39-42:
- 136 |   let get_archive_with_filter (_, pkg) dep preds =
-                                              ^^^
- Warning 27 [unused-var-strict]: unused variable dep.
- 
- [30 of 57] Compiling Obuild.Metacache              
- File "obuild/metacache.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "obuild/metacache.ml", line 1, characters 0-9:
- 1 | open Meta
-     ^^^^^^^^^
- Warning 33 [unused-open]: unused open Meta.
- 
- File "obuild/hier.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "obuild/hier.ml", line 4, characters 0-10:
- 4 | open Types
-     ^^^^^^^^^^
- Warning 33 [unused-open]: unused open Types.
- 
- [31 of 57] Compiling Obuild.Target                 
- File "obuild/target.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [32 of 57] Compiling Obuild.Project                
- [33 of 57] Compiling Obuild.Dist                   
- File "obuild/dist.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- File "obuild/project.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [34 of 57] Compiling Obuild.Analyze                
- File "obuild/analyze.ml", lines 80-82, characters 7-18:
- 80 | .......match name with
- 81 |        | Name.Lib lname -> Some lname
- 82 |        | _ -> None.
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- File "obuild/analyze.ml", lines 247-256, characters 15-26:
- 247 | ...............match preds with
- 248 |                | [ Meta.Predicate.Toploop ] -> ()
- 249 |                | _ ->
- 250 |                  List.iter
- 251 |                    (fun reqDep ->
- 252 |                       verbose Debug "  library %s depends on %s\n"
- 253 |                         (Libname.to_string dep) (Libname.to_string reqDep);
- 254 |                       Dag.addEdge (Dependency dep) (Dependency reqDep) depsDag;
- 255 |                       loop reqDep)
- 256 |                    reqDeps.
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Meta.Predicate.t.
- File "obuild/analyze.ml", lines 275-279, characters 9-29:
- 275 | .........match target.target_name with
- 276 |          | Name.Lib l ->
- 277 |            Dag.addNode (Dependency l) depsDag;
- 278 |            Dag.addEdge (Dependency l)
- 279 |          | _ -> fun _ _ -> ()
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- File "obuild/analyze.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [35 of 57] Compiling Obuild.Configure              
- [36 of 57] Compiling Obuild.Prepare                
- File "obuild/configure.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- File "obuild/prepare.ml", lines 168-170, characters 8-32:
- 168 | ........match node with
- 169 |         | Dependency dep -> Some dep
- 170 |         | _              -> None
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Analyze.dependency_tag.
- File "obuild/prepare.ml", lines 218-228, characters 17-15:
- 218 | .................(match Filetype.of_filepath fp with
- 219 |                 | Filetype.FileML  -> Some (Modname.of_filename f)
- 220 |                 | Filetype.FileMLI  ->
- 221 |                   if (Filesystem.exists (srcDir </> ((chop_extension f) <.> "ml"))) then
- 222 |                     None
- ...
- 225 |                 | Filetype.FileOther s -> if Generators.is_generator_ext s then Some (Modname.of_filename f)
- 226 |                   else None
- 227 |                 | _                -> None
- 228 |               )
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/prepare.ml", line 379, characters 10-113:
- 379 |           (match file_entry with Hier.FileEntry _ -> SimpleModule | Hier.GeneratedFileEntry _ -> GeneratedModule)
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- DirectoryEntry _
- File "obuild/prepare.ml", lines 489-493, characters 10-19:
- 489 | ..........match r with
- 490 |           | CompileModule _ | CompileDirectory _->
- 491 |             Dag.addEdge (LinkTarget target) r stepsDag;
- 492 |             Dag.addEdge (CheckTarget target) (LinkTarget target) stepsDag;
- 493 |           | _ -> ()
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type compile_step.
- File "obuild/prepare.ml", lines 552-554, characters 6-18:
- 552 | ......match Hashtbl.find conf.project_dep_data dep with
- 553 |       | Internal -> true
- 554 |       | _ -> false............
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Analyze.dep_type.
- File "obuild/prepare.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "obuild/prepare.ml", line 202, characters 9-16:
- 202 |     let (srcPath,srcDir) =
-                ^^^^^^^
- Warning 27 [unused-var-strict]: unused variable srcPath.
- File "obuild/prepare.ml", line 233, characters 13-20:
- 233 |         let (srcPath, srcFile, intfFile) =
-                    ^^^^^^^
- Warning 27 [unused-var-strict]: unused variable srcPath.
- File "obuild/prepare.ml", line 239, characters 37-41:
- 239 |           | Hier.GeneratedFileEntry (path, file, generated) ->
-                                            ^^^^
- Warning 27 [unused-var-strict]: unused variable path.
- 
- [37 of 57] Compiling Obuild.Buildprogs             
- File "obuild/buildprogs.ml", lines 69-73, characters 14-73:
- 69 | ..............function
- 70 |     | Filetype.FileML -> ext
- 71 |     | Filetype.FileMLI -> Filetype.FileCMI
- 72 |     | _ -> (* It should not happen *)
- 73 |       if buildMode = ByteCode then Filetype.FileCMO else Filetype.FileCMX
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/buildprogs.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "obuild/buildprogs.ml", line 66, characters 17-23:
- 66 | let runOcamlPack srcDir dstDir annotMode buildMode packOpt dest modules =
-                       ^^^^^^
- Warning 27 [unused-var-strict]: unused variable srcDir.
- 
- [38 of 57] Compiling Obuild.Build                  
- File "obuild/build.ml", lines 60-72, characters 45-7:
- 60 | .............................................(
- 61 |         match srcTy with
- 62 |         | Filetype.FileCMX | Filetype.FileCMO ->
- 63 |           let bml = Filetype.replace_extension bdest Filetype.FileML in
- 64 |           let bmli = Filetype.replace_extension bdest Filetype.FileMLI in
- ...
- 69 |           "Library changed " ^ fp_to_string changedSrc
- 70 |         | _ ->
- 71 |           "Dependencies changed " ^ fp_to_string changedSrc
- 72 |       )
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/build.ml", lines 59-80, characters 4-42:
- 59 | ....match Filetype.of_filename bdest with
- 60 |     | Filetype.FileCMX | Filetype.FileCMO -> (
- 61 |         match srcTy with
- 62 |         | Filetype.FileCMX | Filetype.FileCMO ->
- 63 |           let bml = Filetype.replace_extension bdest Filetype.FileML in
- ...
- 77 |       else if bh = bsrc then ("H file " ^ fn_to_string bsrc ^ " changed")
- 78 |       else ("file changed " ^ fp_to_string changedSrc)
- 79 |     | _ ->
- 80 |       fp_to_string changedSrc ^ " changed"
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/build.ml", line 89, characters 6-63:
- 89 |       match (t,o) with (ByteCode,WithProf) -> false | _ -> true) all_modes
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Types.ocaml_compiled_type.
- File "obuild/build.ml", line 89, characters 6-63:
- 89 |       match (t,o) with (ByteCode,WithProf) -> false | _ -> true) all_modes
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Types.ocaml_compilation_option.
- File "obuild/build.ml", lines 150-155, characters 20-21:
- 150 | ....................match e with
- 151 |           Hier.FileEntry (_, f) ->
- 152 |             if (Filetype.of_filepath f) = Filetype.FileMLI then
- 153 |               Some m
- 154 |             else None
- 155 |           | _ -> None
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Hier.file_entry.
- File "obuild/build.ml", line 340, characters 71-75:
- 340 |     (satisfy_all current_pkg) && (List.for_all satisfy_all current_pkg.subs) in
-                                                                              ^^^^
- Warning 40 [name-out-of-scope]: subs was selected from type Meta.Pkg.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "obuild/build.ml", line 340, characters 71-75:
- 340 |     (satisfy_all current_pkg) && (List.for_all satisfy_all current_pkg.subs) in
-                                                                              ^^^^
- Warning 42 [disambiguated-name]: this use of subs relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "obuild/build.ml", line 339, characters 10-26:
- 339 |   let rec dep_is_satisfied current_pkg =
-                 ^^^^^^^^^^^^^^^^
- Warning 39 [unused-rec-flag]: unused rec flag.
- File "obuild/build.ml", lines 363-365, characters 22-24:
- 363 | ......................match compileOpt with
- 364 |             | WithProf -> Meta.Predicate.Gprof :: preds
- 365 |             | _ -> preds
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Types.ocaml_compilation_option.
- File "obuild/build.ml", lines 377-385, characters 13-58:
- 377 | .............match target.target_name with
- 378 |     | Name.Lib libname ->
- 379 |       if plugin then
- 380 |         cstate.compilation_builddir_ml Normal </> Libname.to_cmxs compileOpt libname
- 381 |       else
- 382 |         cstate.compilation_builddir_ml Normal </> Libname.to_cmca compiledType compileOpt libname
- 383 |     | _ ->
- 384 |       let outputName = Utils.to_exe_name compileOpt compiledType (Target.get_target_dest_name target) in
- 385 |       cstate.compilation_builddir_ml Normal </> outputName
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- File "obuild/build.ml", lines 498-500, characters 40-51:
- 498 | ........................................match task with
- 499 |        | CompileC _ -> raise (CCompilationFailed er)
- 500 |        | _          -> raise (CompilationFailed er)
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Prepare.compile_step.
- File "obuild/build.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "obuild/build.ml", line 333, characters 28-34:
- 333 |         List.fold_left (fun in_acc lib ->
-                                   ^^^^^^
- Warning 27 [unused-var-strict]: unused variable in_acc.
- 
- [39 of 57] Compiling Obuild.Exception              
- File "obuild/exception.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [40 of 57] Packing Obuild                        
- [41 of 57] Linking library dist/build/lib-obuild/obuild.cmxa
- [41 of 57] Linking library dist/build/lib-obuild/obuild.cmxs
- [41 of 57] Linking library dist/build/lib-obuild/obuild.cma
- [42 of 57] Checking dist/build/lib-obuild
- [43 of 57] Compiling Assimilate_oasis              
- [44 of 57] Compiling Simple                        
- File "tools/assimilate_oasis.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [45 of 57] Compiling Install                       
- File "src/simple.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [46 of 57] Compiling Doc                           
- File "src/install.ml", lines 21-24, characters 6-35:
- 21 | ......match Filetype.of_filepath (build_dir </> f) with
- 22 |       | Filetype.FileCMX | Filetype.FileCMI | Filetype.FileA | Filetype.FileCMXS
- 23 |       | Filetype.FileCMXA | Filetype.FileCMA | Filetype.FileCMT | Filetype.FileCMTI -> true
- 24 |       | _                  -> false.
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/install.ml", lines 27-29, characters 4-31:
- 27 | ....match Filetype.of_filepath (build_dir </> f) with
- 28 |     | Filetype.FileEXE -> true
- 29 |     | _                -> false.
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/install.ml", lines 43-44, characters 31-76:
- 43 | ...............................match target.target_name with
- 44 |           | Name.Lib _ -> print_target_files target list_lib_files | _ -> ()..............
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Target.Name.t.
- File "src/install.ml", lines 47-48, characters 31-76:
- 47 | ...............................match target.target_name with
- 48 |           | Name.Exe _ -> print_target_files target list_exe_files | _ -> ()..............
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Target.Name.t.
- File "src/install.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [47 of 57] Compiling Sdist                         
- File "src/doc.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/doc.ml", line 15, characters 8-16:
- 15 | let run projFile =
-              ^^^^^^^^
- Warning 27 [unused-var-strict]: unused variable projFile.
- 
- [48 of 57] Compiling Help                          
- File "src/help.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [49 of 57] Compiling Path_generated                
- File "src/sdist.ml", lines 28-30, characters 14-38:
- 28 | ..............match Filetype.of_filepath fpath with
- 29 |               | Filetype.FileML | Filetype.FileMLI -> Filesystem.copy_to_dir fpath dest
- 30 |               | _                -> ()
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/sdist.ml", lines 36-38, characters 12-21:
- 36 | ............match Filetype.of_filepath fpath with
- 37 |             | Filetype.FileC | Filetype.FileH -> Filesystem.copy_to_dir fpath dest
- 38 |             | _ -> ()
- Warning 4 [fragile-match]: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/sdist.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "src/sdist.ml", line 9, characters 17-27:
- 9 | let run projFile isSnapshot =
-                      ^^^^^^^^^^
- Warning 27 [unused-var-strict]: unused variable isSnapshot.
- 
- [50 of 57] Compiling Init                          
- File "dist/build/autogen/path_generated.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [51 of 57] Linking executable dist/build/obuild-from-oasis/obuild-from-oasis
- File "src/init.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [52 of 57] Linking executable dist/build/obuild-simple/obuild-simple
- [53 of 57] Compiling Main                          
- [54 of 57] Checking dist/build/obuild-from-oasis
- [55 of 57] Checking dist/build/obuild-simple
- File "src/main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- 
- [56 of 57] Linking executable dist/build/obuild/obuild
- [57 of 57] Checking dist/build/obuild
- 
- real	0m3.160s
- user	0m2.491s
- sys	0m1.904s
-> compiled  obuild.0.1.11
Processing 27/33: [ocamlbuild: make check-if-preinstalled]
-> installed obuild.0.1.11
Processing 28/33: [ocamlbuild: make check-if-preinstalled]
+ /usr/bin/make "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0)
- if test -d /home/opam/.opam/4.14/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.14/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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
- 235 states, 1033 transitions, table size 5542 bytes
- 4238 additional bytes used for bindings
- ocamlc.opt -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.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/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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.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_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.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/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 @14@29 -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 @14@29 -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 @14@29 -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 -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.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_unix_plugin.cmx
- ocamlc.opt -I +unix unix.cma src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- 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_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
-> compiled  ocamlbuild.0.15.0
-> installed ocamlbuild.0.15.0
Processing 30/33: [ounit: make build]
+ /usr/bin/make "build" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ounit.2.0.8)
- ocaml setup.ml -configure 
- File "./setup.ml", line 575, characters 4-15:
- 575 |     Stream.from next
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 603, characters 19-36:
- 603 |         let strm = Stream.of_channel chn in
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 610, characters 37-48:
- 610 |                 Buffer.add_char buf (Stream.next strm);
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 613, characters 17-31:
- 613 |             with Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1431, characters 16-33:
- 1431 |       let lxr = Genlex.make_lexer [] in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1433, characters 22-38:
- 1433 |         let st = lxr (Stream.of_string s) in
-                              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1434, characters 14-26:
- 1434 |         match Stream.npeek 3 st with
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 11-23:
- 1435 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 28-40:
- 1435 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1436, characters 11-23:
- 1436 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1436, characters 28-41:
- 1436 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                                    ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1437, characters 11-24:
- 1437 |         | [Genlex.String str] -> String str
-                   ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1438, characters 11-23:
- 1438 |         | [Genlex.Ident nm] -> Ident nm
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1775, characters 22-40:
- 1775 |         let compare = Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 3176, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3179, characters 21-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3182, characters 18-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3184, characters 6-23:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3187, characters 12-24:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 9-21:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 26-36:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 42-55:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 25-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 42-53:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3201, characters 17-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3326, characters 16-33:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3345, characters 22-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3347, characters 17-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 37-49:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 37-50:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 46-58:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 46-59:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3356, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3369, characters 13-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3467, characters 16-34:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 4518, characters 21-38:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4520, characters 19-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 16-29:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 33-46:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 15-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 32-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.14/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.14/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.14/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.14/bin/ocamlbuild
- Package name: ........................................ ounit
- Package version: ..................................... 2.0.8
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.14.2
- standard_library_default: ............................ /home/opam/.opam/4.14/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.14/lib/ocaml
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 
- 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: .......... /usr/local
- 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_bytes: ........................................... /home/opam/.opam/4.14/lib/bytes
- pkg_unix: ............................................ /home/opam/.opam/4.14/lib/ocaml
- pkg_threads: ......................................... /home/opam/.opam/4.14/lib/ocaml
- ocamldoc: ............................................ /home/opam/.opam/4.14/bin/ocamldoc
- 
- ocaml setup.ml -build 
- File "./setup.ml", line 575, characters 4-15:
- 575 |     Stream.from next
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 603, characters 19-36:
- 603 |         let strm = Stream.of_channel chn in
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 610, characters 37-48:
- 610 |                 Buffer.add_char buf (Stream.next strm);
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 613, characters 17-31:
- 613 |             with Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1431, characters 16-33:
- 1431 |       let lxr = Genlex.make_lexer [] in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1433, characters 22-38:
- 1433 |         let st = lxr (Stream.of_string s) in
-                              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1434, characters 14-26:
- 1434 |         match Stream.npeek 3 st with
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 11-23:
- 1435 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 28-40:
- 1435 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1436, characters 11-23:
- 1436 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1436, characters 28-41:
- 1436 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                                    ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1437, characters 11-24:
- 1437 |         | [Genlex.String str] -> String str
-                   ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1438, characters 11-23:
- 1438 |         | [Genlex.Ident nm] -> Ident nm
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1775, characters 22-40:
- 1775 |         let compare = Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 3176, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3179, characters 21-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3182, characters 18-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3184, characters 6-23:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3187, characters 12-24:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 9-21:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 26-36:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 42-55:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 25-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 42-53:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3201, characters 17-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3326, characters 16-33:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3345, characters 22-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3347, characters 17-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 37-49:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 37-50:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 46-58:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 46-59:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3356, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3369, characters 13-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3467, characters 16-34:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 4518, characters 21-38:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4520, characters 19-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 16-29:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 33-46:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 15-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 32-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- W: Cannot find source file matching module 'OUnitLoggerHTMLData' in library oUnitAdvanced.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- W: Cannot find source file matching module 'OUnitLoggerHTMLData' in library oUnitAdvanced.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- + /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.14/lib/ocamlbuild /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitUtils.ml > src/oUnitUtils.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitPropList.ml > src/oUnitPropList.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitPlugin.ml > src/oUnitPlugin.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitConf.ml > src/oUnitConf.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitPropList.cmo src/oUnitPropList.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitUtils.cmo src/oUnitUtils.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitConf.cmo src/oUnitConf.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitConf.cmo src/oUnitConf.ml
- File "src/oUnitConf.ml", line 387, characters 19-37:
- 387 |       @ (List.sort Pervasives.compare specs)
-                          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitChooser.ml > src/oUnitChooser.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitCache.ml > src/oUnitCache.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitTest.ml > src/oUnitTest.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitLogger.ml > src/oUnitLogger.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitShared.ml > src/oUnitShared.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLogger.cmo src/oUnitLogger.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitShared.cmo src/oUnitShared.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitTest.cmo src/oUnitTest.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitTest.cmo src/oUnitTest.ml
- File "src/oUnitTest.ml", line 312, characters 4-22:
- 312 |     Pervasives.compare p1 p2
-           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitPlugin.cmo src/oUnitPlugin.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitResultSummary.ml > src/oUnitResultSummary.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCache.cmo src/oUnitCache.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitResultSummary.cmo src/oUnitResultSummary.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitResultSummary.cmo src/oUnitResultSummary.ml
- File "src/oUnitResultSummary.ml", line 203, characters 40-58:
- 203 |           (fun (f1, _, _) (f2, _, _) -> Pervasives.compare f2 f1)
-                                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/oUnitResultSummary.ml", line 276, characters 19-37:
- 276 |                    Pervasives.compare t1.timestamp_start t2.timestamp_start)
-                          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitLoggerStd.ml > src/oUnitLoggerStd.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitLoggerHTML.ml > src/oUnitLoggerHTML.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitLoggerHTMLData.ml > src/oUnitLoggerHTMLData.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerHTMLData.cmo src/oUnitLoggerHTMLData.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitLoggerJUnit.ml > src/oUnitLoggerJUnit.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerHTML.cmo src/oUnitLoggerHTML.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerStd.cmo src/oUnitLoggerStd.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitAssert.ml > src/oUnitAssert.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitBracket.ml > src/oUnitBracket.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitBracket.cmo src/oUnitBracket.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitState.ml > src/oUnitState.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitChooser.cmo src/oUnitChooser.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitRunner.ml > src/oUnitRunner.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitCheckEnv.ml > src/oUnitCheckEnv.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitAssert.cmo src/oUnitAssert.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitAssert.cmo src/oUnitAssert.ml
- File "src/oUnitAssert.ml", line 130, characters 13-27:
- 130 |     ?(sinput=Stream.of_list [])
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/oUnitAssert.ml", line 240, characters 13-24:
- 240 |              Stream.iter
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/oUnitAssert.ml", line 285, characters 26-43:
- 285 |                  foutput (Stream.of_channel chn)
-                                 ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitDiff.mli > src/oUnitDiff.mli.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitDiff.cmi src/oUnitDiff.mli
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitState.cmo src/oUnitState.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCheckEnv.cmo src/oUnitCheckEnv.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitRunnerProcesses.ml > src/oUnitRunnerProcesses.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunner.cmo src/oUnitRunner.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunner.cmo src/oUnitRunner.ml
- File "src/oUnitRunner.ml", line 175, characters 25-43:
- 175 |                    match Pervasives.compare hd1 hd2 with
-                                ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitCore.ml > src/oUnitCore.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerJUnit.cmo src/oUnitLoggerJUnit.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunnerProcesses.cmo src/oUnitRunnerProcesses.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunnerProcesses.cmo src/oUnitRunnerProcesses.ml
- File "src/oUnitRunnerProcesses.ml", line 84, characters 4-20:
- 84 |     Pervasives.flush chn_write
-          ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitTestData.ml > src/oUnitTestData.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitDiff.ml > src/oUnitDiff.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCore.cmo src/oUnitCore.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCore.cmo src/oUnitCore.ml
- File "src/oUnitCore.ml", line 115, characters 28-43:
- 115 | let run_test_tt_main ?(exit=Pervasives.exit) suite =
-                                   ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitTestData.cmo src/oUnitTestData.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitDiff.cmo src/oUnitDiff.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -a -I src src/oUnitUtils.cmo src/oUnitPropList.cmo src/oUnitConf.cmo src/oUnitPlugin.cmo src/oUnitLogger.cmo src/oUnitShared.cmo src/oUnitTest.cmo src/oUnitCache.cmo src/oUnitResultSummary.cmo src/oUnitChooser.cmo src/oUnitLoggerStd.cmo src/oUnitLoggerHTMLData.cmo src/oUnitLoggerHTML.cmo src/oUnitLoggerJUnit.cmo src/oUnitBracket.cmo src/oUnitAssert.cmo src/oUnitState.cmo src/oUnitDiff.cmo src/oUnitCheckEnv.cmo src/oUnitRunner.cmo src/oUnitRunnerProcesses.cmo src/oUnitCore.cmo src/oUnitTestData.cmo -o src/oUnitAdvanced.cma
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitPropList.cmx src/oUnitPropList.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitUtils.cmx src/oUnitUtils.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitConf.cmx src/oUnitConf.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitConf.cmx src/oUnitConf.ml
- File "src/oUnitConf.ml", line 387, characters 19-37:
- 387 |       @ (List.sort Pervasives.compare specs)
-                          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLogger.cmx src/oUnitLogger.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitShared.cmx src/oUnitShared.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitTest.cmx src/oUnitTest.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitTest.cmx src/oUnitTest.ml
- File "src/oUnitTest.ml", line 312, characters 4-22:
- 312 |     Pervasives.compare p1 p2
-           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitPlugin.cmx src/oUnitPlugin.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCache.cmx src/oUnitCache.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitResultSummary.cmx src/oUnitResultSummary.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitResultSummary.cmx src/oUnitResultSummary.ml
- File "src/oUnitResultSummary.ml", line 203, characters 40-58:
- 203 |           (fun (f1, _, _) (f2, _, _) -> Pervasives.compare f2 f1)
-                                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/oUnitResultSummary.ml", line 276, characters 19-37:
- 276 |                    Pervasives.compare t1.timestamp_start t2.timestamp_start)
-                          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerHTMLData.cmx src/oUnitLoggerHTMLData.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerHTML.cmx src/oUnitLoggerHTML.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerStd.cmx src/oUnitLoggerStd.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitBracket.cmx src/oUnitBracket.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitChooser.cmx src/oUnitChooser.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitAssert.cmx src/oUnitAssert.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitAssert.cmx src/oUnitAssert.ml
- File "src/oUnitAssert.ml", line 130, characters 13-27:
- 130 |     ?(sinput=Stream.of_list [])
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/oUnitAssert.ml", line 240, characters 13-24:
- 240 |              Stream.iter
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/oUnitAssert.ml", line 285, characters 26-43:
- 285 |                  foutput (Stream.of_channel chn)
-                                 ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitDiff.cmx src/oUnitDiff.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitState.cmx src/oUnitState.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCheckEnv.cmx src/oUnitCheckEnv.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunner.cmx src/oUnitRunner.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunner.cmx src/oUnitRunner.ml
- File "src/oUnitRunner.ml", line 175, characters 25-43:
- 175 |                    match Pervasives.compare hd1 hd2 with
-                                ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerJUnit.cmx src/oUnitLoggerJUnit.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunnerProcesses.cmx src/oUnitRunnerProcesses.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunnerProcesses.cmx src/oUnitRunnerProcesses.ml
- File "src/oUnitRunnerProcesses.ml", line 84, characters 4-20:
- 84 |     Pervasives.flush chn_write
-          ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCore.cmx src/oUnitCore.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCore.cmx src/oUnitCore.ml
- File "src/oUnitCore.ml", line 115, characters 28-43:
- 115 | let run_test_tt_main ?(exit=Pervasives.exit) suite =
-                                   ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitTestData.cmx src/oUnitTestData.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -a -I src src/oUnitUtils.cmx src/oUnitPropList.cmx src/oUnitConf.cmx src/oUnitPlugin.cmx src/oUnitLogger.cmx src/oUnitShared.cmx src/oUnitTest.cmx src/oUnitCache.cmx src/oUnitResultSummary.cmx src/oUnitChooser.cmx src/oUnitLoggerStd.cmx src/oUnitLoggerHTMLData.cmx src/oUnitLoggerHTML.cmx src/oUnitLoggerJUnit.cmx src/oUnitBracket.cmx src/oUnitAssert.cmx src/oUnitState.cmx src/oUnitDiff.cmx src/oUnitCheckEnv.cmx src/oUnitRunner.cmx src/oUnitRunnerProcesses.cmx src/oUnitCore.cmx src/oUnitTestData.cmx -o src/oUnitAdvanced.cmxa
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -shared -I src src/oUnitAdvanced.cmxa src/oUnitUtils.cmx src/oUnitPropList.cmx src/oUnitConf.cmx src/oUnitPlugin.cmx src/oUnitLogger.cmx src/oUnitShared.cmx src/oUnitTest.cmx src/oUnitCache.cmx src/oUnitResultSummary.cmx src/oUnitChooser.cmx src/oUnitLoggerStd.cmx src/oUnitLoggerHTMLData.cmx src/oUnitLoggerHTML.cmx src/oUnitLoggerJUnit.cmx src/oUnitBracket.cmx src/oUnitAssert.cmx src/oUnitState.cmx src/oUnitDiff.cmx src/oUnitCheckEnv.cmx src/oUnitRunner.cmx src/oUnitRunnerProcesses.cmx src/oUnitCore.cmx src/oUnitTestData.cmx -o src/oUnitAdvanced.cmxs
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnit.mli > src/oUnit.mli.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnit2.mli > src/oUnit2.mli.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit2.cmi src/oUnit2.mli
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit2.cmi src/oUnit2.mli
- File "src/oUnit2.mli", line 88, characters 17-25:
- 88 |     ?sinput:char Stream.t ->
-                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/oUnit2.mli", line 89, characters 19-27:
- 89 |     ?foutput:(char Stream.t -> unit) ->
-                         ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit.cmi src/oUnit.mli
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit.cmi src/oUnit.mli
- File "src/oUnit.mli", line 80, characters 17-25:
- 80 |     ?sinput:char Stream.t ->
-                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/oUnit.mli", line 81, characters 19-27:
- 81 |     ?foutput:(char Stream.t -> unit) ->
-                         ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnit.ml > src/oUnit.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnit2.ml > src/oUnit2.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit.cmo src/oUnit.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit2.cmo src/oUnit2.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -a -I src src/oUnit2.cmo src/oUnit.cmo -o src/oUnit.cma
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit2.cmx src/oUnit2.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit.cmx src/oUnit.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -a -I src src/oUnit2.cmx src/oUnit.cmx -o src/oUnit.cmxa
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -shared -I src src/oUnit.cmxa src/oUnit2.cmx src/oUnit.cmx -o src/oUnit.cmxs
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitThreads.ml > src/oUnitThreads.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitRunnerThreads.ml > src/oUnitRunnerThreads.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunnerThreads.cmo src/oUnitRunnerThreads.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunnerThreads.cmo src/oUnitRunnerThreads.ml
- File "src/oUnitRunnerThreads.ml", line 143, characters 8-19:
- 143 |         Thread.kill thread;
-               ^^^^^^^^^^^
- Alert deprecated: Thread.kill
- Not implemented, do not use
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitThreads.cmo src/oUnitThreads.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -a -I src src/oUnitRunnerThreads.cmo src/oUnitThreads.cmo -o src/oUnitThreads.cma
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunnerThreads.cmx src/oUnitRunnerThreads.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunnerThreads.cmx src/oUnitRunnerThreads.ml
- File "src/oUnitRunnerThreads.ml", line 143, characters 8-19:
- 143 |         Thread.kill thread;
-               ^^^^^^^^^^^
- Alert deprecated: Thread.kill
- Not implemented, do not use
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitThreads.cmx src/oUnitThreads.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -a -I src src/oUnitRunnerThreads.cmx src/oUnitThreads.cmx -o src/oUnitThreads.cmxa
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -shared -I src src/oUnitThreads.cmxa src/oUnitRunnerThreads.cmx src/oUnitThreads.cmx -o src/oUnitThreads.cmxs
- + /home/opam/.opam/4.14/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.14/lib/ocamlbuild /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 454, characters 8-19:
- 454 |         Stream.from
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 457, characters 21-32:
- 457 |                match Stream.next st with
-                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 460, characters 18-32:
- 460 |              with Stream.Failure -> None)
-                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 462, characters 6-23:
- 462 |       Genlex.make_lexer ["="] st_line
-             ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 465, characters 12-24:
- 465 |       match Stream.npeek 3 lxr with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 466, characters 9-21:
- 466 |       | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
-                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 466, characters 26-36:
- 466 |       | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
-                                 ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 466, characters 42-55:
- 466 |       | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
-                                                 ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 467, characters 8-19:
- 467 |         Stream.junk lxr; Stream.junk lxr; Stream.junk lxr;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 467, characters 25-36:
- 467 |         Stream.junk lxr; Stream.junk lxr; Stream.junk lxr;
-                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 467, characters 42-53:
- 467 |         Stream.junk lxr; Stream.junk lxr; Stream.junk lxr;
-                                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 479, characters 17-34:
- 479 |         let st = Stream.of_channel chn in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  ounit.2.0.8
Processing 31/33: [ounit: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ounit.2.0.8)
- ocaml setup.ml -install 
- File "./setup.ml", line 575, characters 4-15:
- 575 |     Stream.from next
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 603, characters 19-36:
- 603 |         let strm = Stream.of_channel chn in
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 610, characters 37-48:
- 610 |                 Buffer.add_char buf (Stream.next strm);
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 613, characters 17-31:
- 613 |             with Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1431, characters 16-33:
- 1431 |       let lxr = Genlex.make_lexer [] in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1433, characters 22-38:
- 1433 |         let st = lxr (Stream.of_string s) in
-                              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1434, characters 14-26:
- 1434 |         match Stream.npeek 3 st with
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 11-23:
- 1435 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 28-40:
- 1435 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1436, characters 11-23:
- 1436 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1436, characters 28-41:
- 1436 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                                    ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1437, characters 11-24:
- 1437 |         | [Genlex.String str] -> String str
-                   ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1438, characters 11-23:
- 1438 |         | [Genlex.Ident nm] -> Ident nm
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1775, characters 22-40:
- 1775 |         let compare = Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 3176, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3179, characters 21-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3182, characters 18-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3184, characters 6-23:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3187, characters 12-24:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 9-21:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 26-36:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 42-55:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 25-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 42-53:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3201, characters 17-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3326, characters 16-33:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3345, characters 22-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3347, characters 17-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 37-49:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 37-50:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 46-58:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 46-59:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3356, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3369, characters 13-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3467, characters 16-34:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 4518, characters 21-38:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4520, characters 19-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 16-29:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 33-46:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 15-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 32-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- W: Cannot find source header for module library in OUnitLoggerHTMLData oUnitAdvanced
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit.mli
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit2.mli
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit.cma
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit.cmxa
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit.a
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit.cmxs
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit2.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit2.cmti
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit2.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit2.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit.cmti
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit2.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnit.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitThreads.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitThreads.cma
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitThreads.cmxa
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitThreads.a
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitThreads.cmxs
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitThreads.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitThreads.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitThreads.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitRunnerThreads.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitThreads.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitUtils.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitPropList.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitPlugin.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitChooser.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitResultSummary.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerStd.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerHTML.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerJUnit.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitAssert.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitBracket.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitTest.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitState.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitRunner.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitRunnerProcesses.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCore.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLogger.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitConf.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitShared.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCache.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitTestData.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCheckEnv.ml
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitDiff.mli
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitAdvanced.cma
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitAdvanced.cmxa
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitAdvanced.a
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitAdvanced.cmxs
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitDiff.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitDiff.cmti
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitDiff.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitDiff.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCheckEnv.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCheckEnv.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCheckEnv.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitTestData.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitTestData.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitTestData.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCache.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCache.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCache.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitShared.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitShared.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitShared.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitConf.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitConf.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitConf.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLogger.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLogger.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLogger.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCore.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCore.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCore.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitRunnerProcesses.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitRunnerProcesses.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitRunnerProcesses.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitRunner.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitRunner.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitRunner.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitState.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitState.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitState.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitTest.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitTest.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitTest.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitBracket.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitBracket.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitBracket.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitAssert.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitAssert.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitAssert.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerJUnit.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerJUnit.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerJUnit.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerHTMLData.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerHTMLData.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerHTMLData.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerHTML.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerHTML.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerHTML.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerStd.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerStd.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerStd.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitResultSummary.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitResultSummary.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitResultSummary.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitChooser.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitChooser.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitChooser.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitPlugin.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitPlugin.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitPlugin.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitPropList.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitPropList.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitPropList.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitUtils.cmi
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitUtils.cmt
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitUtils.annot
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitDiff.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCheckEnv.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitTestData.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCache.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitShared.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitConf.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLogger.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitCore.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitRunnerProcesses.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitRunner.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitState.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitTest.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitBracket.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitAssert.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerJUnit.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerHTMLData.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerHTML.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitLoggerStd.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitResultSummary.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitChooser.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitPlugin.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitPropList.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/oUnitUtils.cmx
- Installed /home/opam/.opam/4.14/lib/oUnit/META
-> installed ounit.2.0.8
Processing 32/33: [qmp: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.14/.opam-switch/build/qmp.0.9.0)
- obuild --debug+ configure 
-   [CMD]: ocamlfind printconf conf
- Configuring qmp-0.9.0...
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -config
-   configure flag: []
- analyzing project
- initializing standard library : package unix
- initializing standard library : package str
- initializing standard library : package stdlib
- initializing standard library : package dynlink
- initializing standard library : package bigarray
-   internal depends: qmp
-   internal depends: qmp
-   getting dependencies for target lib-qmp
-   fetching META yojson
-   library yojson depends on easy-format
-   fetching META easy-format
-   library yojson depends on biniou
-   fetching META biniou
-   library biniou depends on easy-format
-   library biniou depends on camlp-streams
-   fetching META camlp-streams
-   getting dependencies for target exe-cli
-   library qmp depends on yojson
-   fetching META cmdliner
-   getting dependencies for target exe-messages
-   fetching META oUnit
-   library oUnit depends on oUnit.advanced
-   library oUnit.advanced depends on bytes
-   fetching META bytes
-   library oUnit depends on unix
- configuration changed, deleting dist
- auto-generating configuration files
- Writing new setup
- obuild --debug+ build
-   [CMD]: ocamlfind printconf conf
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -config
- analyzing project
- initializing standard library : package unix
- initializing standard library : package str
- initializing standard library : package stdlib
- initializing standard library : package dynlink
- initializing standard library : package bigarray
-   internal depends: qmp
-   internal depends: qmp
-   getting dependencies for target lib-qmp
-   fetching META yojson
-   library yojson depends on easy-format
-   fetching META easy-format
-   library yojson depends on biniou
-   fetching META biniou
-   library biniou depends on easy-format
-   library biniou depends on camlp-streams
-   fetching META camlp-streams
-   getting dependencies for target exe-cli
-   library qmp depends on yojson
-   fetching META cmdliner
-   getting dependencies for target exe-messages
-   fetching META oUnit
-   library oUnit depends on oUnit.advanced
-   library oUnit.advanced depends on bytes
-   fetching META bytes
-   library oUnit depends on unix
- preparing target lib-qmp
- preparing compilation for lib-qmp
- Analysing Qmp
-   Qmp has mtime 1369846832.000000
-   Qmp has interface (mtime=1369846832.000000)
-   [CMD]: /home/opam/.opam/4.14/bin/ocamldep.opt -I lib -I dist/build/autogen -modules lib/qmp.ml lib/qmp.mli
-   Qmp depends on List,Printf,Yojson
-   Qmp internally depends on 
- Analysing Qmp_protocol
-   Qmp_protocol has mtime 1369846832.000000
-   Qmp_protocol has interface (mtime=1369846832.000000)
-   [CMD]: /home/opam/.opam/4.14/bin/ocamldep.opt -I lib -I dist/build/autogen -modules lib/qmp_protocol.ml lib/qmp_protocol.mli
-   Qmp_protocol depends on Printf,Qmp,Unix
-   Qmp_protocol internally depends on Qmp
- preparing target exe-messages
- preparing compilation for exe-messages
- Analysing Messages
-   Messages has mtime 1369846832.000000
-   [CMD]: /home/opam/.opam/4.14/bin/ocamldep.opt -I lib_test -I dist/build/autogen -modules lib_test/messages.ml lib_test/messages.mli
-   Messages depends on Arg,Filename,List,OUnit,Printf,Qmp,String
-   Messages internally depends on 
- preparing target exe-cli
- preparing compilation for exe-cli
- Analysing Cli
-   Cli has mtime 1369846832.000000
-   [CMD]: /home/opam/.opam/4.14/bin/ocamldep.opt -I cli -I dist/build/autogen -modules cli/cli.ml cli/cli.mli
-   Cli depends on Arg,Client,Cmdliner,Common,Printf,Term
-   Cli internally depends on Client,Common
- Analysing Client
-   Client has mtime 1369846832.000000
-   Client has interface (mtime=1369846832.000000)
-   [CMD]: /home/opam/.opam/4.14/bin/ocamldep.opt -I cli -I dist/build/autogen -modules cli/client.ml cli/client.mli
-   Client depends on Printf,Qmp,Qmp_protocol,Common
-   Client internally depends on Common
- Analysing Common
-   Common has mtime 1369846832.000000
-   [CMD]: /home/opam/.opam/4.14/bin/ocamldep.opt -I cli -I dist/build/autogen -modules cli/common.ml cli/common.mli
-   Common depends on Printf
-   Common internally depends on 
- [ 1 of 15] Intfing Qmp                           
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -I dist/build/lib-qmp -I dist/build/autogen -I lib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/lib-qmp/qmp.cmi -c lib/qmp.mli
- File "lib/qmp.mli", line 67, characters 33-49:
- 67 | val json_of_message : message -> Yojson.Safe.json
-                                       ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- [ 2 of 15] Compiling Qmp                           
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -I dist/build/lib-qmp -I dist/build/autogen -I lib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/lib-qmp/qmp.cmx -c lib/qmp.ml
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -I dist/build/lib-qmp -I dist/build/autogen -I lib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/lib-qmp/qmp.cmo -c lib/qmp.ml
- [ 3 of 15] Intfing Qmp_protocol                  
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -I dist/build/lib-qmp -I dist/build/autogen -I lib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/lib-qmp/qmp_protocol.cmi -c lib/qmp_protocol.mli
- [ 4 of 15] Compiling Qmp_protocol                  
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -I dist/build/lib-qmp -I dist/build/autogen -I lib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/lib-qmp/qmp_protocol.cmx -c lib/qmp_protocol.ml
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -I dist/build/lib-qmp -I dist/build/autogen -I lib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/lib-qmp/qmp_protocol.cmo -c lib/qmp_protocol.ml
-   compilation order: Qmp,Qmp_protocol
-   self deps: 
- package deps: [camlp-streams,easy-format,biniou,yojson]
- [ 5 of 15] Linking library dist/build/lib-qmp/qmp.cmxa
- [ 5 of 15] Linking library dist/build/lib-qmp/qmp.cmxs
- [ 5 of 15] Linking library dist/build/lib-qmp/qmp.cma
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -a -o dist/build/lib-qmp/qmp.cma -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson qmp.cmo qmp_protocol.cmo
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -shared -o dist/build/lib-qmp/qmp.cmxs -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson qmp.cmx qmp_protocol.cmx
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -a -o dist/build/lib-qmp/qmp.cmxa -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson qmp.cmx qmp_protocol.cmx
- [ 6 of 15] Checking dist/build/lib-qmp
- [ 7 of 15] Compiling Common                        
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -I dist/build/cli -I dist/build/autogen -I cli -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/cli/common.cmx -c cli/common.ml
- [ 8 of 15] Compiling Messages                      
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -I dist/build/messages -I dist/build/autogen -I lib_test -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/oUnit -bin-annot -o dist/build/messages/messages.cmx -c lib_test/messages.ml
- [ 9 of 15] Intfing Client                        
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -I dist/build/cli -I dist/build/autogen -I cli -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/cli/client.cmi -c cli/client.mli
-   compilation order: Messages
-   self deps: qmp
- package deps: [camlp-streams,easy-format,biniou,yojson,qmp,unix,bytes,oUnit.advanced,oUnit]
- [10 of 15] Linking executable dist/build/messages/messages
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -o dist/build/messages/messages -I dist/build/messages -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/oUnit camlp_streams.cmxa easy_format.cmxa biniou.cmxa yojson.cmxa qmp.cmxa unix.cmxa oUnitAdvanced.cmxa oUnit.cmxa -cclib -Ldist/build/lib-qmp messages.cmx
- [11 of 15] Compiling Client                        
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -I dist/build/cli -I dist/build/autogen -I cli -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/cli/client.cmx -c cli/client.ml
- [12 of 15] Compiling Cli                           
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -I dist/build/cli -I dist/build/autogen -I cli -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/cli/cli.cmx -c cli/cli.ml
- File "cli/cli.ml", line 45, characters 8-12:
- 45 |   Term.(pure Common.make $ debug $ verb $ socket)
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cli/cli.ml", line 50, characters 13-17:
- 50 |   Term.(ret (pure (fun _ -> `Help (`Pager, None)) $ common_options_t)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cli/cli.ml", line 51, characters 2-11:
- 51 |   Term.info "qmp-cli" ~version:"1.0.0" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cli/cli.ml", line 59, characters 8-12:
- 59 |   Term.(pure Client.watch $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cli/cli.ml", line 60, characters 2-11:
- 60 |   Term.info "watch" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cli/cli.ml", line 68, characters 8-12:
- 68 |   Term.(pure Client.stop $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cli/cli.ml", line 69, characters 2-11:
- 69 |   Term.info "stop" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cli/cli.ml", line 77, characters 8-12:
- 77 |   Term.(pure Client.cont $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cli/cli.ml", line 78, characters 2-11:
- 78 |   Term.info "cont" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cli/cli.ml", line 86, characters 8-12:
- 86 |   Term.(pure Client.system_powerdown $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cli/cli.ml", line 87, characters 2-11:
- 87 |   Term.info "powerdown" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cli/cli.ml", line 92, characters 8-24:
- 92 |   match Term.eval_choice default_cmd cmds with
-              ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- 
-   compilation order: Common,Client,Cli
-   self deps: qmp
- package deps: [cmdliner,unix,camlp-streams,easy-format,biniou,yojson,qmp]
- [13 of 15] Linking executable dist/build/cli/cli
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -o dist/build/cli/cli -I dist/build/cli -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -I dist/build/lib-qmp cmdliner.cmxa unix.cmxa camlp_streams.cmxa easy_format.cmxa biniou.cmxa yojson.cmxa qmp.cmxa -cclib -Ldist/build/lib-qmp common.cmx client.cmx cli.cmx
- [14 of 15] Checking dist/build/messages
- [15 of 15] Checking dist/build/cli
- schedule finished: #processes=16 max_concurrency=2
-> compiled  qmp.0.9.0
Processing 33/33: [qmp: make install]
+ /usr/bin/make "install" "BINDIR=/home/opam/.opam/4.14/bin" (CWD=/home/opam/.opam/4.14/.opam-switch/build/qmp.0.9.0)
- obuild --debug+ configure 
-   [CMD]: ocamlfind printconf conf
- Configuring qmp-0.9.0...
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -config
-   configure flag: []
- analyzing project
- initializing standard library : package unix
- initializing standard library : package str
- initializing standard library : package stdlib
- initializing standard library : package dynlink
- initializing standard library : package bigarray
-   internal depends: qmp
-   internal depends: qmp
-   getting dependencies for target lib-qmp
-   fetching META yojson
-   library yojson depends on easy-format
-   fetching META easy-format
-   library yojson depends on biniou
-   fetching META biniou
-   library biniou depends on easy-format
-   library biniou depends on camlp-streams
-   fetching META camlp-streams
-   getting dependencies for target exe-cli
-   library qmp depends on yojson
-   fetching META cmdliner
-   getting dependencies for target exe-messages
-   fetching META oUnit
-   library oUnit depends on oUnit.advanced
-   library oUnit.advanced depends on bytes
-   fetching META bytes
-   library oUnit depends on unix
- configuration changed, deleting dist
- auto-generating configuration files
- Writing new setup
- obuild --debug+ build
-   [CMD]: ocamlfind printconf conf
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -config
- analyzing project
- initializing standard library : package unix
- initializing standard library : package str
- initializing standard library : package stdlib
- initializing standard library : package dynlink
- initializing standard library : package bigarray
-   internal depends: qmp
-   internal depends: qmp
-   getting dependencies for target lib-qmp
-   fetching META yojson
-   library yojson depends on easy-format
-   fetching META easy-format
-   library yojson depends on biniou
-   fetching META biniou
-   library biniou depends on easy-format
-   library biniou depends on camlp-streams
-   fetching META camlp-streams
-   getting dependencies for target exe-cli
-   library qmp depends on yojson
-   fetching META cmdliner
-   getting dependencies for target exe-messages
-   fetching META oUnit
-   library oUnit depends on oUnit.advanced
-   library oUnit.advanced depends on bytes
-   fetching META bytes
-   library oUnit depends on unix
- preparing target lib-qmp
- preparing compilation for lib-qmp
- Analysing Qmp
-   Qmp has mtime 1369846832.000000
-   Qmp has interface (mtime=1369846832.000000)
-   [CMD]: /home/opam/.opam/4.14/bin/ocamldep.opt -I lib -I dist/build/autogen -modules lib/qmp.ml lib/qmp.mli
-   Qmp depends on List,Printf,Yojson
-   Qmp internally depends on 
- Analysing Qmp_protocol
-   Qmp_protocol has mtime 1369846832.000000
-   Qmp_protocol has interface (mtime=1369846832.000000)
-   [CMD]: /home/opam/.opam/4.14/bin/ocamldep.opt -I lib -I dist/build/autogen -modules lib/qmp_protocol.ml lib/qmp_protocol.mli
-   Qmp_protocol depends on Printf,Qmp,Unix
-   Qmp_protocol internally depends on Qmp
- preparing target exe-messages
- preparing compilation for exe-messages
- Analysing Messages
-   Messages has mtime 1369846832.000000
-   [CMD]: /home/opam/.opam/4.14/bin/ocamldep.opt -I lib_test -I dist/build/autogen -modules lib_test/messages.ml lib_test/messages.mli
-   Messages depends on Arg,Filename,List,OUnit,Printf,Qmp,String
-   Messages internally depends on 
- preparing target exe-cli
- preparing compilation for exe-cli
- Analysing Cli
-   Cli has mtime 1369846832.000000
-   [CMD]: /home/opam/.opam/4.14/bin/ocamldep.opt -I cli -I dist/build/autogen -modules cli/cli.ml cli/cli.mli
-   Cli depends on Arg,Client,Cmdliner,Common,Printf,Term
-   Cli internally depends on Client,Common
- Analysing Client
-   Client has mtime 1369846832.000000
-   Client has interface (mtime=1369846832.000000)
-   [CMD]: /home/opam/.opam/4.14/bin/ocamldep.opt -I cli -I dist/build/autogen -modules cli/client.ml cli/client.mli
-   Client depends on Printf,Qmp,Qmp_protocol,Common
-   Client internally depends on Common
- Analysing Common
-   Common has mtime 1369846832.000000
-   [CMD]: /home/opam/.opam/4.14/bin/ocamldep.opt -I cli -I dist/build/autogen -modules cli/common.ml cli/common.mli
-   Common depends on Printf
-   Common internally depends on 
- [ 1 of 15] Intfing Qmp                           
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -I dist/build/lib-qmp -I dist/build/autogen -I lib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/lib-qmp/qmp.cmi -c lib/qmp.mli
- File "lib/qmp.mli", line 67, characters 33-49:
- 67 | val json_of_message : message -> Yojson.Safe.json
-                                       ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- [ 2 of 15] Compiling Qmp                           
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -I dist/build/lib-qmp -I dist/build/autogen -I lib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/lib-qmp/qmp.cmx -c lib/qmp.ml
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -I dist/build/lib-qmp -I dist/build/autogen -I lib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/lib-qmp/qmp.cmo -c lib/qmp.ml
- [ 3 of 15] Intfing Qmp_protocol                  
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -I dist/build/lib-qmp -I dist/build/autogen -I lib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/lib-qmp/qmp_protocol.cmi -c lib/qmp_protocol.mli
- [ 4 of 15] Compiling Qmp_protocol                  
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -I dist/build/lib-qmp -I dist/build/autogen -I lib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/lib-qmp/qmp_protocol.cmx -c lib/qmp_protocol.ml
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -I dist/build/lib-qmp -I dist/build/autogen -I lib -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/lib-qmp/qmp_protocol.cmo -c lib/qmp_protocol.ml
-   compilation order: Qmp,Qmp_protocol
-   self deps: 
- package deps: [camlp-streams,easy-format,biniou,yojson]
- [ 5 of 15] Linking library dist/build/lib-qmp/qmp.cmxa
- [ 5 of 15] Linking library dist/build/lib-qmp/qmp.cmxs
- [ 5 of 15] Linking library dist/build/lib-qmp/qmp.cma
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -a -o dist/build/lib-qmp/qmp.cma -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson qmp.cmo qmp_protocol.cmo
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -shared -o dist/build/lib-qmp/qmp.cmxs -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson qmp.cmx qmp_protocol.cmx
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -a -o dist/build/lib-qmp/qmp.cmxa -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson qmp.cmx qmp_protocol.cmx
- [ 6 of 15] Checking dist/build/lib-qmp
- [ 7 of 15] Compiling Common                        
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -I dist/build/cli -I dist/build/autogen -I cli -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/cli/common.cmx -c cli/common.ml
- [ 8 of 15] Compiling Messages                      
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -I dist/build/messages -I dist/build/autogen -I lib_test -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/oUnit -bin-annot -o dist/build/messages/messages.cmx -c lib_test/messages.ml
- [ 9 of 15] Intfing Client                        
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlc.opt -I dist/build/cli -I dist/build/autogen -I cli -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/cli/client.cmi -c cli/client.mli
-   compilation order: Messages
-   self deps: qmp
- package deps: [camlp-streams,easy-format,biniou,yojson,qmp,unix,bytes,oUnit.advanced,oUnit]
- [10 of 15] Linking executable dist/build/messages/messages
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -o dist/build/messages/messages -I dist/build/messages -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/oUnit camlp_streams.cmxa easy_format.cmxa biniou.cmxa yojson.cmxa qmp.cmxa unix.cmxa oUnitAdvanced.cmxa oUnit.cmxa -cclib -Ldist/build/lib-qmp messages.cmx
- [11 of 15] Compiling Client                        
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -I dist/build/cli -I dist/build/autogen -I cli -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/cli/client.cmx -c cli/client.ml
- [12 of 15] Compiling Cli                           
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -I dist/build/cli -I dist/build/autogen -I cli -I dist/build/lib-qmp -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -bin-annot -o dist/build/cli/cli.cmx -c cli/cli.ml
- File "cli/cli.ml", line 45, characters 8-12:
- 45 |   Term.(pure Common.make $ debug $ verb $ socket)
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cli/cli.ml", line 50, characters 13-17:
- 50 |   Term.(ret (pure (fun _ -> `Help (`Pager, None)) $ common_options_t)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cli/cli.ml", line 51, characters 2-11:
- 51 |   Term.info "qmp-cli" ~version:"1.0.0" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cli/cli.ml", line 59, characters 8-12:
- 59 |   Term.(pure Client.watch $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cli/cli.ml", line 60, characters 2-11:
- 60 |   Term.info "watch" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cli/cli.ml", line 68, characters 8-12:
- 68 |   Term.(pure Client.stop $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cli/cli.ml", line 69, characters 2-11:
- 69 |   Term.info "stop" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cli/cli.ml", line 77, characters 8-12:
- 77 |   Term.(pure Client.cont $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cli/cli.ml", line 78, characters 2-11:
- 78 |   Term.info "cont" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cli/cli.ml", line 86, characters 8-12:
- 86 |   Term.(pure Client.system_powerdown $ common_options_t),
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "cli/cli.ml", line 87, characters 2-11:
- 87 |   Term.info "powerdown" ~sdocs:_common_options ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "cli/cli.ml", line 92, characters 8-24:
- 92 |   match Term.eval_choice default_cmd cmds with
-              ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- 
-   compilation order: Common,Client,Cli
-   self deps: qmp
- package deps: [cmdliner,unix,camlp-streams,easy-format,biniou,yojson,qmp]
- [13 of 15] Linking executable dist/build/cli/cli
-   [CMD]: /home/opam/.opam/4.14/bin/ocamlopt.opt -o dist/build/cli/cli -I dist/build/cli -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/yojson -I dist/build/lib-qmp cmdliner.cmxa unix.cmxa camlp_streams.cmxa easy_format.cmxa biniou.cmxa yojson.cmxa qmp.cmxa -cclib -Ldist/build/lib-qmp common.cmx client.cmx cli.cmx
- [14 of 15] Checking dist/build/messages
- [15 of 15] Checking dist/build/cli
- schedule finished: #processes=16 max_concurrency=2
- ocamlfind remove qmp
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.14/lib/qmp/META
- ocamlfind install qmp dist/build/lib-qmp/qmp.cmxs dist/build/lib-qmp/qmp.a dist/build/lib-qmp/qmp.cmxa dist/build/lib-qmp/qmp.cma dist/build/lib-qmp/qmp_protocol.cmx dist/build/lib-qmp/qmp_protocol.o dist/build/lib-qmp/qmp_protocol.cmt dist/build/lib-qmp/qmp_protocol.cmo dist/build/lib-qmp/qmp_protocol.cmti dist/build/lib-qmp/qmp_protocol.cmi dist/build/lib-qmp/qmp.cmx dist/build/lib-qmp/qmp.o dist/build/lib-qmp/qmp.cmo dist/build/lib-qmp/qmp.cmt dist/build/lib-qmp/qmp.cmti dist/build/lib-qmp/qmp.cmi lib/META 
- Installed /home/opam/.opam/4.14/lib/qmp/qmp.cmi
- Installed /home/opam/.opam/4.14/lib/qmp/qmp.cmti
- Installed /home/opam/.opam/4.14/lib/qmp/qmp.cmt
- Installed /home/opam/.opam/4.14/lib/qmp/qmp.cmo
- Installed /home/opam/.opam/4.14/lib/qmp/qmp.o
- Installed /home/opam/.opam/4.14/lib/qmp/qmp.cmx
- Installed /home/opam/.opam/4.14/lib/qmp/qmp_protocol.cmi
- Installed /home/opam/.opam/4.14/lib/qmp/qmp_protocol.cmti
- Installed /home/opam/.opam/4.14/lib/qmp/qmp_protocol.cmo
- Installed /home/opam/.opam/4.14/lib/qmp/qmp_protocol.cmt
- Installed /home/opam/.opam/4.14/lib/qmp/qmp_protocol.o
- Installed /home/opam/.opam/4.14/lib/qmp/qmp_protocol.cmx
- Installed /home/opam/.opam/4.14/lib/qmp/qmp.cma
- Installed /home/opam/.opam/4.14/lib/qmp/qmp.cmxa
- Installed /home/opam/.opam/4.14/lib/qmp/qmp.a
- Installed /home/opam/.opam/4.14/lib/qmp/qmp.cmxs
- Installed /home/opam/.opam/4.14/lib/qmp/META
-> installed qmp.0.9.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:23.54 ---> saved as "b97de342de962ccdf60637eeb8e3e300d9a796778b4c0c4219ea7474272e1b40"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u qmp:4e2ee51cbc1476934f0a166ab74bd67a"))
2024-09-12 20:23.57 ---> saved as "1c487a98b0c8dfa835230bd52870073b464aafa62659f3b9978f34c3c3a114a1"

/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.485884') && (for DATA in prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0,qmp.0.9.0-4e2ee51cbc1476934f0a166ab74bd67a,qmp.0.9.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0,qmp.0.9.0-4e2ee51cbc1476934f0a166ab74bd67a,qmp.0.9.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0,qmp.0.9.0-4e2ee51cbc1476934f0a166ab74bd67a,qmp.0.9.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.485884
prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0/lib/
prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0/lib/qmp/
prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0/lib/qmp/qmp.ocamlobjinfo
prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0/lib/qmp/META
prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0/lib/qmp/qmp.cmi
prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0/lib/qmp/qmp.cmt
prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0/lib/qmp/qmp.cmti
prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0/lib/qmp/qmp_protocol.cmi
prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0/lib/qmp/qmp_protocol.cmt
prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0/lib/qmp/qmp_protocol.cmti
prep/universes/4e2ee51cbc1476934f0a166ab74bd67a/qmp/0.9.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:qmp.0.9.0-4e2ee51cbc1476934f0a166ab74bd67a:d16e6f7863c7c3b4c49b06810c962679ba1e9976f7731aff15a6527bdcf0da75
2024-09-12 20:23.57 ---> saved as "9eeb5ff7091f5d54fccb72611f46a99529e3963f015036160f09010c206b6228"
Job succeeded
2024-09-12 20:31.30: qmp.0.9.0-4e2ee51cbc1476934f0a166ab74bd67a -> d16e6f7863c7c3b4c49b06810c962679ba1e9976f7731aff15a6527bdcf0da75
2024-09-12 20:31.30: Job succeeded